OSDN Git Service

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