]> sourceware.org Git - newlib-cygwin.git/blame - newlib/libc/machine/v850/Makefile.in
* libm/common/s_fdim.c: New file.
[newlib-cygwin.git] / newlib / libc / machine / v850 / Makefile.in
CommitLineData
2e1a7175 1# Makefile.in generated automatically by automake 1.4 from Makefile.am
8a0efa53 2
2e1a7175 3# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
8a0efa53
CF
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
2e1a7175 35DESTDIR =
8a0efa53
CF
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@
2e1a7175 49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
8a0efa53
CF
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 = :
eaa75b70
TF
60build_alias = @build_alias@
61build_triplet = @build@
8a0efa53
CF
62host_alias = @host_alias@
63host_triplet = @host@
eaa75b70
TF
64target_alias = @target_alias@
65target_triplet = @target@
8a0efa53
CF
66AR = @AR@
67AS = @AS@
68CC = @CC@
69CPP = @CPP@
70EXEEXT = @EXEEXT@
2e1a7175 71LDFLAGS = @LDFLAGS@
8a0efa53
CF
72MAINT = @MAINT@
73MAKEINFO = @MAKEINFO@
74NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
0953fe64 75OBJEXT = @OBJEXT@
8a0efa53
CF
76PACKAGE = @PACKAGE@
77RANLIB = @RANLIB@
78VERSION = @VERSION@
2e1a7175
TF
79aext = @aext@
80libm_machine_dir = @libm_machine_dir@
8a0efa53
CF
81machine_dir = @machine_dir@
82newlib_basedir = @newlib_basedir@
2e1a7175 83oext = @oext@
8a0efa53
CF
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@
8a0efa53
CF
104LIBS = @LIBS@
105lib_a_LIBADD =
106lib_a_OBJECTS = setjmp.o
107CFLAGS = @CFLAGS@
2e1a7175
TF
108COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
109CCLD = $(CC)
110LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
8a0efa53
CF
111DIST_COMMON = Makefile.am Makefile.in aclocal.m4 configure configure.in
112
113
114DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
115
2e1a7175
TF
116TAR = gtar
117GZIP_ENV = --best
8a0efa53
CF
118SOURCES = $(lib_a_SOURCES)
119OBJECTS = $(lib_a_OBJECTS)
120
2e1a7175 121all: all-redirect
8a0efa53
CF
122.SUFFIXES:
123.SUFFIXES: .S .c .o .s
2e1a7175 124$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
8a0efa53
CF
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
2e1a7175
TF
131$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in \
132 ../../../acinclude.m4 ../../../aclocal.m4
8a0efa53
CF
133 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
134
135config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
136 $(SHELL) ./config.status --recheck
2e1a7175 137$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
8a0efa53
CF
138 cd $(srcdir) && $(AUTOCONF)
139
140mostlyclean-noinstLIBRARIES:
141
142clean-noinstLIBRARIES:
143 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
144
145distclean-noinstLIBRARIES:
146
147maintainer-clean-noinstLIBRARIES:
148
149.c.o:
150 $(COMPILE) -c $<
151
152.s.o:
153 $(COMPILE) -c $<
154
155.S.o:
156 $(COMPILE) -c $<
157
158mostlyclean-compile:
159 -rm -f *.o core *.core
160
161clean-compile:
162
163distclean-compile:
164 -rm -f *.tab.c
165
166maintainer-clean-compile:
167
168lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES)
169 -rm -f lib.a
170 $(AR) cru lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
171 $(RANLIB) lib.a
172
173tags: TAGS
174
175ID: $(HEADERS) $(SOURCES) $(LISP)
2e1a7175
TF
176 list='$(SOURCES) $(HEADERS)'; \
177 unique=`for i in $$list; do echo $$i; done | \
178 awk ' { files[$$0] = 1; } \
179 END { for (i in files) print i; }'`; \
8a0efa53 180 here=`pwd` && cd $(srcdir) \
2e1a7175 181 && mkid -f$$here/ID $$unique $(LISP)
8a0efa53
CF
182
183TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
184 tags=; \
185 here=`pwd`; \
186 list='$(SOURCES) $(HEADERS)'; \
187 unique=`for i in $$list; do echo $$i; done | \
188 awk ' { files[$$0] = 1; } \
189 END { for (i in files) print i; }'`; \
190 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
191 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
192
193mostlyclean-tags:
194
195clean-tags:
196
197distclean-tags:
198 -rm -f TAGS ID
199
200maintainer-clean-tags:
201
202distdir = $(PACKAGE)-$(VERSION)
203top_distdir = $(distdir)
204
205# This target untars the dist file and tries a VPATH configuration. Then
206# it guarantees that the distribution is self-contained by making another
207# tarfile.
208distcheck: dist
209 -rm -rf $(distdir)
2e1a7175 210 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
8a0efa53
CF
211 mkdir $(distdir)/=build
212 mkdir $(distdir)/=inst
213 dc_install_base=`cd $(distdir)/=inst && pwd`; \
214 cd $(distdir)/=build \
215 && ../configure --srcdir=.. --prefix=$$dc_install_base \
216 && $(MAKE) $(AM_MAKEFLAGS) \
217 && $(MAKE) $(AM_MAKEFLAGS) dvi \
218 && $(MAKE) $(AM_MAKEFLAGS) check \
219 && $(MAKE) $(AM_MAKEFLAGS) install \
220 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
221 && $(MAKE) $(AM_MAKEFLAGS) dist
222 -rm -rf $(distdir)
2e1a7175
TF
223 @banner="$(distdir).tar.gz is ready for distribution"; \
224 dashes=`echo "$$banner" | sed s/./=/g`; \
225 echo "$$dashes"; \
226 echo "$$banner"; \
227 echo "$$dashes"
8a0efa53
CF
228dist: distdir
229 -chmod -R a+r $(distdir)
2e1a7175 230 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
8a0efa53
CF
231 -rm -rf $(distdir)
232dist-all: distdir
233 -chmod -R a+r $(distdir)
2e1a7175 234 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
8a0efa53
CF
235 -rm -rf $(distdir)
236distdir: $(DISTFILES)
237 -rm -rf $(distdir)
238 mkdir $(distdir)
239 -chmod 777 $(distdir)
240 @for file in $(DISTFILES); do \
241 if test -f $$file; then d=.; else d=$(srcdir); fi; \
2e1a7175
TF
242 if test -d $$d/$$file; then \
243 cp -pr $$d/$$file $(distdir)/$$file; \
244 else \
245 test -f $(distdir)/$$file \
246 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
247 || cp -p $$d/$$file $(distdir)/$$file || :; \
248 fi; \
8a0efa53 249 done
2e1a7175
TF
250info-am:
251info: info-am
252dvi-am:
253dvi: dvi-am
254check-am:
255check: check-am
256installcheck-am:
257installcheck: installcheck-am
258install-info-am:
259install-info: install-info-am
260install-exec-am:
261install-exec: install-exec-am
262
263install-data-am:
264install-data: install-data-am
265
266install-am: all-am
267 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
268install: install-am
269uninstall-am:
270uninstall: uninstall-am
271all-am: Makefile $(LIBRARIES)
272all-redirect: all-am
8a0efa53 273install-strip:
2e1a7175 274 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
8a0efa53
CF
275installdirs:
276
277
278mostlyclean-generic:
8a0efa53
CF
279
280clean-generic:
8a0efa53
CF
281
282distclean-generic:
2e1a7175 283 -rm -f Makefile $(CONFIG_CLEAN_FILES)
8a0efa53 284 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
8a0efa53
CF
285
286maintainer-clean-generic:
2e1a7175 287mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \
8a0efa53
CF
288 mostlyclean-tags mostlyclean-generic
289
2e1a7175
TF
290mostlyclean: mostlyclean-am
291
292clean-am: clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
293 mostlyclean-am
8a0efa53 294
2e1a7175
TF
295clean: clean-am
296
297distclean-am: distclean-noinstLIBRARIES distclean-compile \
298 distclean-tags distclean-generic clean-am
299
300distclean: distclean-am
8a0efa53
CF
301 -rm -f config.status
302
2e1a7175 303maintainer-clean-am: maintainer-clean-noinstLIBRARIES \
8a0efa53 304 maintainer-clean-compile maintainer-clean-tags \
2e1a7175 305 maintainer-clean-generic distclean-am
8a0efa53
CF
306 @echo "This command is intended for maintainers to use;"
307 @echo "it deletes files that may require special tools to rebuild."
2e1a7175
TF
308
309maintainer-clean: maintainer-clean-am
8a0efa53
CF
310 -rm -f config.status
311
312.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
313clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
314mostlyclean-compile distclean-compile clean-compile \
315maintainer-clean-compile tags mostlyclean-tags distclean-tags \
2e1a7175
TF
316clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
317check-am installcheck-am installcheck install-info-am install-info \
318install-exec-am install-exec install-data-am install-data install-am \
319install uninstall-am uninstall all-redirect all-am all installdirs \
320mostlyclean-generic distclean-generic clean-generic \
8a0efa53
CF
321maintainer-clean-generic clean mostlyclean distclean maintainer-clean
322
323
324# Tell versions [3.59,3.63) of GNU make to not export all variables.
325# Otherwise a system limit (for SysV at least) may be exceeded.
326.NOEXPORT:
This page took 0.090656 seconds and 5 git commands to generate.