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
14
15SHELL = @SHELL@
16
17srcdir = @srcdir@
18top_srcdir = @top_srcdir@
19VPATH = @srcdir@
20prefix = @prefix@
21exec_prefix = @exec_prefix@
22
23bindir = @bindir@
24sbindir = @sbindir@
25libexecdir = @libexecdir@
26datadir = @datadir@
27sysconfdir = @sysconfdir@
28sharedstatedir = @sharedstatedir@
29localstatedir = @localstatedir@
30libdir = @libdir@
31infodir = @infodir@
32mandir = @mandir@
33includedir = @includedir@
34oldincludedir = /usr/include
35
36DESTDIR =
37
38pkgdatadir = $(datadir)/@PACKAGE@
39pkglibdir = $(libdir)/@PACKAGE@
40pkgincludedir = $(includedir)/@PACKAGE@
41
42top_builddir = .
43
44ACLOCAL = @ACLOCAL@
45AUTOCONF = @AUTOCONF@
46AUTOMAKE = @AUTOMAKE@
47AUTOHEADER = @AUTOHEADER@
48
49INSTALL = @INSTALL@
50INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
51INSTALL_DATA = @INSTALL_DATA@
52INSTALL_SCRIPT = @INSTALL_SCRIPT@
53transform = @program_transform_name@
54
55NORMAL_INSTALL = :
56PRE_INSTALL = :
57POST_INSTALL = :
58NORMAL_UNINSTALL = :
59PRE_UNINSTALL = :
60POST_UNINSTALL = :
61build_alias = @build_alias@
62build_triplet = @build@
63host_alias = @host_alias@
64host_triplet = @host@
65target_alias = @target_alias@
66target_triplet = @target@
67AR = @AR@
68AS = @AS@
69CC = @CC@
70CPP = @CPP@
71CXX = @CXX@
72CXXCPP = @CXXCPP@
73DLLTOOL = @DLLTOOL@
74EXEEXT = @EXEEXT@
75GCJ = @GCJ@
76GCJFLAGS = @GCJFLAGS@
77LDFLAGS = @LDFLAGS@
78LIBTOOL = @LIBTOOL@
79LN_S = @LN_S@
80MAINT = @MAINT@
81MAKEINFO = @MAKEINFO@
82NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
83OBJDUMP = @OBJDUMP@
84OBJEXT = @OBJEXT@
85PACKAGE = @PACKAGE@
86RANLIB = @RANLIB@
87STRIP = @STRIP@
88VERSION = @VERSION@
89aext = @aext@
90libm_machine_dir = @libm_machine_dir@
91machine_dir = @machine_dir@
92newlib_basedir = @newlib_basedir@
93oext = @oext@
94sys_dir = @sys_dir@
95
96AUTOMAKE_OPTIONS = cygnus
97
98INCLUDES = -I $(newlib_basedir)/libm/common $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
99@MACH_ADD_SETJMP_TRUE@mach_add_obj = setjmp.$(oext)
100@MACH_ADD_SETJMP_FALSE@mach_add_obj =
101
102LIB_SOURCES =  	memchr.S memcmp.S memcpy.S memset.S strchr.S 	memmove.S strlen.S i386mach.h
103
104
105libi386_la_LDFLAGS = -Xcompiler -nostdlib
106
107@USE_LIBTOOL_TRUE@noinst_LTLIBRARIES = libi386.la
108@USE_LIBTOOL_TRUE@libi386_la_SOURCES = $(LIB_SOURCES)
109@USE_LIBTOOL_TRUE@EXTRA_libi386_la_SOURCES = setjmp.S
110@USE_LIBTOOL_TRUE@libi386_la_LIBADD = $(mach_add_obj)
111@USE_LIBTOOL_TRUE@libi386_la_DEPENDENCIES = $(mach_add_obj)
112@USE_LIBTOOL_TRUE@noinst_DATA = objectlist.awk.in
113@USE_LIBTOOL_FALSE@noinst_DATA =
114@USE_LIBTOOL_FALSE@noinst_LIBRARIES = lib.a
115@USE_LIBTOOL_FALSE@lib_a_SOURCES = $(LIB_SOURCES)
116@USE_LIBTOOL_FALSE@lib_a_LIBADD = $(mach_add_obj)
117@USE_LIBTOOL_FALSE@lib_a_DEPENDENCIES = $(mach_add_obj)
118@USE_LIBTOOL_FALSE@EXTRA_lib_a_SOURCES = setjmp.S
119
120ACLOCAL_AMFLAGS = -I ../../..
121CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
122ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
123mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../mkinstalldirs
124CONFIG_CLEAN_FILES =
125LIBRARIES =  $(noinst_LIBRARIES)
126
127
128DEFS = @DEFS@ -I. -I$(srcdir)
129CPPFLAGS = @CPPFLAGS@
130LIBS = @LIBS@
131@USE_LIBTOOL_FALSE@lib_a_OBJECTS =  memchr.$(OBJEXT) memcmp.$(OBJEXT) \
132@USE_LIBTOOL_FALSE@memcpy.$(OBJEXT) memset.$(OBJEXT) strchr.$(OBJEXT) \
133@USE_LIBTOOL_FALSE@memmove.$(OBJEXT) strlen.$(OBJEXT)
134LTLIBRARIES =  $(noinst_LTLIBRARIES)
135
136@USE_LIBTOOL_TRUE@libi386_la_OBJECTS =  memchr.lo memcmp.lo memcpy.lo \
137@USE_LIBTOOL_TRUE@memset.lo strchr.lo memmove.lo strlen.lo
138CFLAGS = @CFLAGS@
139COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
140LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
141CCLD = $(CC)
142LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
143DATA =  $(noinst_DATA)
144
145DIST_COMMON =  Makefile.am Makefile.in aclocal.m4 configure configure.in
146
147
148DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
149
150TAR = gtar
151GZIP_ENV = --best
152SOURCES = $(lib_a_SOURCES) $(EXTRA_lib_a_SOURCES) $(libi386_la_SOURCES) $(EXTRA_libi386_la_SOURCES)
153OBJECTS = $(lib_a_OBJECTS) $(libi386_la_OBJECTS)
154
155all: all-redirect
156.SUFFIXES:
157.SUFFIXES: .S .c .lo .o .obj .s
158$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(srcdir)/../../../Makefile.shared
159	cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
160
161Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
162	cd $(top_builddir) \
163	  && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
164
165$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  \
166		../../../acinclude.m4 ../../../aclocal.m4 \
167		../../../libtool.m4
168	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
169
170config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
171	$(SHELL) ./config.status --recheck
172$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
173	cd $(srcdir) && $(AUTOCONF)
174
175mostlyclean-noinstLIBRARIES:
176
177clean-noinstLIBRARIES:
178	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
179
180distclean-noinstLIBRARIES:
181
182maintainer-clean-noinstLIBRARIES:
183
184.c.o:
185	$(COMPILE) -c $<
186
187# FIXME: We should only use cygpath when building on Windows,
188# and only if it is available.
189.c.obj:
190	$(COMPILE) -c `cygpath -w $<`
191
192.s.o:
193	$(COMPILE) -c $<
194
195.S.o:
196	$(COMPILE) -c $<
197
198mostlyclean-compile:
199	-rm -f *.o core *.core
200	-rm -f *.$(OBJEXT)
201
202clean-compile:
203
204distclean-compile:
205	-rm -f *.tab.c
206
207maintainer-clean-compile:
208
209.c.lo:
210	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
211
212.s.lo:
213	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
214
215.S.lo:
216	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
217
218mostlyclean-libtool:
219	-rm -f *.lo
220
221clean-libtool:
222	-rm -rf .libs _libs
223
224distclean-libtool:
225
226maintainer-clean-libtool:
227
228lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES)
229	-rm -f lib.a
230	$(AR) cru lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
231	$(RANLIB) lib.a
232
233mostlyclean-noinstLTLIBRARIES:
234
235clean-noinstLTLIBRARIES:
236	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
237
238distclean-noinstLTLIBRARIES:
239
240maintainer-clean-noinstLTLIBRARIES:
241
242libi386.la: $(libi386_la_OBJECTS) $(libi386_la_DEPENDENCIES)
243	$(LINK)  $(libi386_la_LDFLAGS) $(libi386_la_OBJECTS) $(libi386_la_LIBADD) $(LIBS)
244
245tags: TAGS
246
247ID: $(HEADERS) $(SOURCES) $(LISP)
248	list='$(SOURCES) $(HEADERS)'; \
249	unique=`for i in $$list; do echo $$i; done | \
250	  awk '    { files[$$0] = 1; } \
251	       END { for (i in files) print i; }'`; \
252	here=`pwd` && cd $(srcdir) \
253	  && mkid -f$$here/ID $$unique $(LISP)
254
255TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
256	tags=; \
257	here=`pwd`; \
258	list='$(SOURCES) $(HEADERS)'; \
259	unique=`for i in $$list; do echo $$i; done | \
260	  awk '    { files[$$0] = 1; } \
261	       END { for (i in files) print i; }'`; \
262	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
263	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
264
265mostlyclean-tags:
266
267clean-tags:
268
269distclean-tags:
270	-rm -f TAGS ID
271
272maintainer-clean-tags:
273
274distdir = $(PACKAGE)-$(VERSION)
275top_distdir = $(distdir)
276
277# This target untars the dist file and tries a VPATH configuration.  Then
278# it guarantees that the distribution is self-contained by making another
279# tarfile.
280distcheck: dist
281	-rm -rf $(distdir)
282	GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
283	mkdir $(distdir)/=build
284	mkdir $(distdir)/=inst
285	dc_install_base=`cd $(distdir)/=inst && pwd`; \
286	cd $(distdir)/=build \
287	  && ../configure --srcdir=.. --prefix=$$dc_install_base \
288	  && $(MAKE) $(AM_MAKEFLAGS) \
289	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
290	  && $(MAKE) $(AM_MAKEFLAGS) check \
291	  && $(MAKE) $(AM_MAKEFLAGS) install \
292	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
293	  && $(MAKE) $(AM_MAKEFLAGS) dist
294	-rm -rf $(distdir)
295	@banner="$(distdir).tar.gz is ready for distribution"; \
296	dashes=`echo "$$banner" | sed s/./=/g`; \
297	echo "$$dashes"; \
298	echo "$$banner"; \
299	echo "$$dashes"
300dist: distdir
301	-chmod -R a+r $(distdir)
302	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
303	-rm -rf $(distdir)
304dist-all: distdir
305	-chmod -R a+r $(distdir)
306	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
307	-rm -rf $(distdir)
308distdir: $(DISTFILES)
309	-rm -rf $(distdir)
310	mkdir $(distdir)
311	-chmod 777 $(distdir)
312	@for file in $(DISTFILES); do \
313	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
314	  if test -d $$d/$$file; then \
315	    cp -pr $$d/$$file $(distdir)/$$file; \
316	  else \
317	    test -f $(distdir)/$$file \
318	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
319	    || cp -p $$d/$$file $(distdir)/$$file || :; \
320	  fi; \
321	done
322info-am:
323info: info-am
324dvi-am:
325dvi: dvi-am
326check-am:
327check: check-am
328installcheck-am:
329installcheck: installcheck-am
330install-info-am:
331install-info: install-info-am
332install-exec-am:
333install-exec: install-exec-am
334
335install-data-am:
336install-data: install-data-am
337
338install-am: all-am
339	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
340install: install-am
341uninstall-am:
342uninstall: uninstall-am
343all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(DATA)
344all-redirect: all-am
345install-strip:
346	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
347installdirs:
348
349
350mostlyclean-generic:
351
352clean-generic:
353
354distclean-generic:
355	-rm -f Makefile $(CONFIG_CLEAN_FILES)
356	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
357
358maintainer-clean-generic:
359mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
360		mostlyclean-libtool mostlyclean-noinstLTLIBRARIES \
361		mostlyclean-tags mostlyclean-generic
362
363mostlyclean: mostlyclean-am
364
365clean-am:  clean-noinstLIBRARIES clean-compile clean-libtool \
366		clean-noinstLTLIBRARIES clean-tags clean-generic \
367		mostlyclean-am
368
369clean: clean-am
370
371distclean-am:  distclean-noinstLIBRARIES distclean-compile \
372		distclean-libtool distclean-noinstLTLIBRARIES \
373		distclean-tags distclean-generic clean-am
374	-rm -f libtool
375
376distclean: distclean-am
377	-rm -f config.status
378
379maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
380		maintainer-clean-compile maintainer-clean-libtool \
381		maintainer-clean-noinstLTLIBRARIES \
382		maintainer-clean-tags maintainer-clean-generic \
383		distclean-am
384	@echo "This command is intended for maintainers to use;"
385	@echo "it deletes files that may require special tools to rebuild."
386
387maintainer-clean: maintainer-clean-am
388	-rm -f config.status
389
390.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
391clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
392mostlyclean-compile distclean-compile clean-compile \
393maintainer-clean-compile mostlyclean-libtool distclean-libtool \
394clean-libtool maintainer-clean-libtool mostlyclean-noinstLTLIBRARIES \
395distclean-noinstLTLIBRARIES clean-noinstLTLIBRARIES \
396maintainer-clean-noinstLTLIBRARIES tags mostlyclean-tags distclean-tags \
397clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
398check-am installcheck-am installcheck install-info-am install-info \
399install-exec-am install-exec install-data-am install-data install-am \
400install uninstall-am uninstall all-redirect all-am all installdirs \
401mostlyclean-generic distclean-generic clean-generic \
402maintainer-clean-generic clean mostlyclean distclean maintainer-clean
403
404
405objectlist.awk.in: $(noinst_LTLIBRARIES)
406	-rm -f objectlist.awk.in
407	for i in `ls *.lo` ; \
408	do \
409	  echo $$i `pwd`/$$i >> objectlist.awk.in ; \
410	done
411
412# Tell versions [3.59,3.63) of GNU make to not export all variables.
413# Otherwise a system limit (for SysV at least) may be exceeded.
414.NOEXPORT:
415