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