OSDN Git Service

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