1# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
2
3# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
4# This Makefile.in is free software; the Free Software Foundation
5# gives unlimited permission to copy and/or distribute it,
6# with or without modifications, as long as this notice is preserved.
7
8# This program is distributed in the hope that it will be useful,
9# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11# PARTICULAR PURPOSE.
12
13
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = .
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60build_alias = @build_alias@
61build_triplet = @build@
62host_alias = @host_alias@
63host_triplet = @host@
64target_alias = @target_alias@
65target_triplet = @target@
66AR = @AR@
67AS = @AS@
68CC = @CC@
69CPP = @CPP@
70EXEEXT = @EXEEXT@
71LDFLAGS = @LDFLAGS@
72MAINT = @MAINT@
73MAKEINFO = @MAKEINFO@
74NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
75OBJEXT = @OBJEXT@
76PACKAGE = @PACKAGE@
77RANLIB = @RANLIB@
78VERSION = @VERSION@
79aext = @aext@
80libm_machine_dir = @libm_machine_dir@
81machine_dir = @machine_dir@
82newlib_basedir = @newlib_basedir@
83oext = @oext@
84sys_dir = @sys_dir@
85
86AUTOMAKE_OPTIONS = cygnus
87
88INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
89
90noinst_LIBRARIES = lib.a
91
92lib_a_SOURCES = setjmp.S
93
94ACLOCAL_AMFLAGS = -I ../../..
95CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
96ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
97mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../mkinstalldirs
98CONFIG_CLEAN_FILES =
99LIBRARIES =  $(noinst_LIBRARIES)
100
101
102DEFS = @DEFS@ -I. -I$(srcdir)
103CPPFLAGS = @CPPFLAGS@
104LIBS = @LIBS@
105lib_a_LIBADD =
106lib_a_OBJECTS =  setjmp.o
107CFLAGS = @CFLAGS@
108COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
109CCLD = $(CC)
110LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
111DIST_COMMON =  Makefile.am Makefile.in aclocal.m4 configure configure.in
112
113
114DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
115
116TAR = gtar
117GZIP_ENV = --best
118SOURCES = $(lib_a_SOURCES)
119OBJECTS = $(lib_a_OBJECTS)
120
121all: all-redirect
122.SUFFIXES:
123.SUFFIXES: .S .c .o .s
124$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
125	cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
126
127Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
128	cd $(top_builddir) \
129	  && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
130
131$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  \
132		../../../acinclude.m4 ../../../aclocal.m4 \
133		../../../libtool.m4
134	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
135
136config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
137	$(SHELL) ./config.status --recheck
138$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
139	cd $(srcdir) && $(AUTOCONF)
140
141mostlyclean-noinstLIBRARIES:
142
143clean-noinstLIBRARIES:
144	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
145
146distclean-noinstLIBRARIES:
147
148maintainer-clean-noinstLIBRARIES:
149
150.c.o:
151	$(COMPILE) -c $<
152
153.s.o:
154	$(COMPILE) -c $<
155
156.S.o:
157	$(COMPILE) -c $<
158
159mostlyclean-compile:
160	-rm -f *.o core *.core
161
162clean-compile:
163
164distclean-compile:
165	-rm -f *.tab.c
166
167maintainer-clean-compile:
168
169lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES)
170	-rm -f lib.a
171	$(AR) cru lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
172	$(RANLIB) lib.a
173
174tags: TAGS
175
176ID: $(HEADERS) $(SOURCES) $(LISP)
177	list='$(SOURCES) $(HEADERS)'; \
178	unique=`for i in $$list; do echo $$i; done | \
179	  awk '    { files[$$0] = 1; } \
180	       END { for (i in files) print i; }'`; \
181	here=`pwd` && cd $(srcdir) \
182	  && mkid -f$$here/ID $$unique $(LISP)
183
184TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
185	tags=; \
186	here=`pwd`; \
187	list='$(SOURCES) $(HEADERS)'; \
188	unique=`for i in $$list; do echo $$i; done | \
189	  awk '    { files[$$0] = 1; } \
190	       END { for (i in files) print i; }'`; \
191	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
192	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
193
194mostlyclean-tags:
195
196clean-tags:
197
198distclean-tags:
199	-rm -f TAGS ID
200
201maintainer-clean-tags:
202
203distdir = $(PACKAGE)-$(VERSION)
204top_distdir = $(distdir)
205
206# This target untars the dist file and tries a VPATH configuration.  Then
207# it guarantees that the distribution is self-contained by making another
208# tarfile.
209distcheck: dist
210	-rm -rf $(distdir)
211	GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
212	mkdir $(distdir)/=build
213	mkdir $(distdir)/=inst
214	dc_install_base=`cd $(distdir)/=inst && pwd`; \
215	cd $(distdir)/=build \
216	  && ../configure --srcdir=.. --prefix=$$dc_install_base \
217	  && $(MAKE) $(AM_MAKEFLAGS) \
218	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
219	  && $(MAKE) $(AM_MAKEFLAGS) check \
220	  && $(MAKE) $(AM_MAKEFLAGS) install \
221	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
222	  && $(MAKE) $(AM_MAKEFLAGS) dist
223	-rm -rf $(distdir)
224	@banner="$(distdir).tar.gz is ready for distribution"; \
225	dashes=`echo "$$banner" | sed s/./=/g`; \
226	echo "$$dashes"; \
227	echo "$$banner"; \
228	echo "$$dashes"
229dist: distdir
230	-chmod -R a+r $(distdir)
231	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
232	-rm -rf $(distdir)
233dist-all: distdir
234	-chmod -R a+r $(distdir)
235	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
236	-rm -rf $(distdir)
237distdir: $(DISTFILES)
238	-rm -rf $(distdir)
239	mkdir $(distdir)
240	-chmod 777 $(distdir)
241	@for file in $(DISTFILES); do \
242	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
243	  if test -d $$d/$$file; then \
244	    cp -pr $$d/$$file $(distdir)/$$file; \
245	  else \
246	    test -f $(distdir)/$$file \
247	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
248	    || cp -p $$d/$$file $(distdir)/$$file || :; \
249	  fi; \
250	done
251info-am:
252info: info-am
253dvi-am:
254dvi: dvi-am
255check-am:
256check: check-am
257installcheck-am:
258installcheck: installcheck-am
259install-info-am:
260install-info: install-info-am
261install-exec-am:
262install-exec: install-exec-am
263
264install-data-am:
265install-data: install-data-am
266
267install-am: all-am
268	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
269install: install-am
270uninstall-am:
271uninstall: uninstall-am
272all-am: Makefile $(LIBRARIES)
273all-redirect: all-am
274install-strip:
275	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
276installdirs:
277
278
279mostlyclean-generic:
280
281clean-generic:
282
283distclean-generic:
284	-rm -f Makefile $(CONFIG_CLEAN_FILES)
285	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
286
287maintainer-clean-generic:
288mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
289		mostlyclean-tags mostlyclean-generic
290
291mostlyclean: mostlyclean-am
292
293clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
294		mostlyclean-am
295
296clean: clean-am
297
298distclean-am:  distclean-noinstLIBRARIES distclean-compile \
299		distclean-tags distclean-generic clean-am
300
301distclean: distclean-am
302	-rm -f config.status
303
304maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
305		maintainer-clean-compile maintainer-clean-tags \
306		maintainer-clean-generic distclean-am
307	@echo "This command is intended for maintainers to use;"
308	@echo "it deletes files that may require special tools to rebuild."
309
310maintainer-clean: maintainer-clean-am
311	-rm -f config.status
312
313.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
314clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
315mostlyclean-compile distclean-compile clean-compile \
316maintainer-clean-compile tags mostlyclean-tags distclean-tags \
317clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
318check-am installcheck-am installcheck install-info-am install-info \
319install-exec-am install-exec install-data-am install-data install-am \
320install uninstall-am uninstall all-redirect all-am all installdirs \
321mostlyclean-generic distclean-generic clean-generic \
322maintainer-clean-generic clean mostlyclean distclean maintainer-clean
323
324
325# Tell versions [3.59,3.63) of GNU make to not export all variables.
326# Otherwise a system limit (for SysV at least) may be exceeded.
327.NOEXPORT:
328