OSDN Git Service

* Makefile.shared: New file.
[pf3gnuchains/pf3gnuchains3x.git] / newlib / libc / sys / a29khif / 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 = \
88         _alloc.s        \
89         _close.s        \
90         _cycles.s       \
91         _exit.s         \
92         _getpsiz.s      \
93         _gettz.s        \
94         _ioctl.s        \
95         _iostat.s       \
96         _iowait.s       \
97         _lseek.s        \
98         _open.s         \
99         _query.s        \
100         _read.s         \
101         _setim.s        \
102         _settrap.s      \
103         _setvec.s       \
104         _tmpnam.s       \
105         _write.s        \
106         alloc.s         \
107         clock.s         \
108         getargs.s       \
109         getenv.s        \
110         read.s          \
111         remove.s        \
112         rename.s        \
113         signal.s        \
114         _sbrk.s         \
115         _fstat.s        \
116         _isatty.s       \
117         systime.s       \
118         vec.s           \
119         kill.c          \
120         getpid.c        \
121         stubs.s
122
123
124 ACLOCAL_AMFLAGS = -I ../../..
125 CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
126 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
127 mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../mkinstalldirs
128 CONFIG_CLEAN_FILES = 
129 LIBRARIES =  $(noinst_LIBRARIES)
130
131
132 DEFS = @DEFS@ -I. -I$(srcdir) 
133 CPPFLAGS = @CPPFLAGS@
134 LIBS = @LIBS@
135 lib_a_LIBADD = 
136 lib_a_OBJECTS =  _alloc.o _close.o _cycles.o _exit.o _getpsiz.o _gettz.o \
137 _ioctl.o _iostat.o _iowait.o _lseek.o _open.o _query.o _read.o _setim.o \
138 _settrap.o _setvec.o _tmpnam.o _write.o alloc.o clock.o getargs.o \
139 getenv.o read.o remove.o rename.o signal.o _sbrk.o _fstat.o _isatty.o \
140 systime.o vec.o kill.o getpid.o stubs.o
141 CFLAGS = @CFLAGS@
142 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
143 CCLD = $(CC)
144 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
145 DIST_COMMON =  Makefile.am Makefile.in aclocal.m4 configure configure.in
146
147
148 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
149
150 TAR = gtar
151 GZIP_ENV = --best
152 SOURCES = $(lib_a_SOURCES)
153 OBJECTS = $(lib_a_OBJECTS)
154
155 all: all-redirect
156 .SUFFIXES:
157 .SUFFIXES: .S .c .o .s
158 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
159         cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
160
161 Makefile: $(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         cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
168
169 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
170         $(SHELL) ./config.status --recheck
171 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
172         cd $(srcdir) && $(AUTOCONF)
173
174 mostlyclean-noinstLIBRARIES:
175
176 clean-noinstLIBRARIES:
177         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
178
179 distclean-noinstLIBRARIES:
180
181 maintainer-clean-noinstLIBRARIES:
182
183 .c.o:
184         $(COMPILE) -c $<
185
186 .s.o:
187         $(COMPILE) -c $<
188
189 .S.o:
190         $(COMPILE) -c $<
191
192 mostlyclean-compile:
193         -rm -f *.o core *.core
194
195 clean-compile:
196
197 distclean-compile:
198         -rm -f *.tab.c
199
200 maintainer-clean-compile:
201
202 lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES)
203         -rm -f lib.a
204         $(AR) cru lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
205         $(RANLIB) lib.a
206
207 tags: TAGS
208
209 ID: $(HEADERS) $(SOURCES) $(LISP)
210         list='$(SOURCES) $(HEADERS)'; \
211         unique=`for i in $$list; do echo $$i; done | \
212           awk '    { files[$$0] = 1; } \
213                END { for (i in files) print i; }'`; \
214         here=`pwd` && cd $(srcdir) \
215           && mkid -f$$here/ID $$unique $(LISP)
216
217 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
218         tags=; \
219         here=`pwd`; \
220         list='$(SOURCES) $(HEADERS)'; \
221         unique=`for i in $$list; do echo $$i; done | \
222           awk '    { files[$$0] = 1; } \
223                END { for (i in files) print i; }'`; \
224         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
225           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
226
227 mostlyclean-tags:
228
229 clean-tags:
230
231 distclean-tags:
232         -rm -f TAGS ID
233
234 maintainer-clean-tags:
235
236 distdir = $(PACKAGE)-$(VERSION)
237 top_distdir = $(distdir)
238
239 # This target untars the dist file and tries a VPATH configuration.  Then
240 # it guarantees that the distribution is self-contained by making another
241 # tarfile.
242 distcheck: dist
243         -rm -rf $(distdir)
244         GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
245         mkdir $(distdir)/=build
246         mkdir $(distdir)/=inst
247         dc_install_base=`cd $(distdir)/=inst && pwd`; \
248         cd $(distdir)/=build \
249           && ../configure --srcdir=.. --prefix=$$dc_install_base \
250           && $(MAKE) $(AM_MAKEFLAGS) \
251           && $(MAKE) $(AM_MAKEFLAGS) dvi \
252           && $(MAKE) $(AM_MAKEFLAGS) check \
253           && $(MAKE) $(AM_MAKEFLAGS) install \
254           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
255           && $(MAKE) $(AM_MAKEFLAGS) dist
256         -rm -rf $(distdir)
257         @banner="$(distdir).tar.gz is ready for distribution"; \
258         dashes=`echo "$$banner" | sed s/./=/g`; \
259         echo "$$dashes"; \
260         echo "$$banner"; \
261         echo "$$dashes"
262 dist: distdir
263         -chmod -R a+r $(distdir)
264         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
265         -rm -rf $(distdir)
266 dist-all: distdir
267         -chmod -R a+r $(distdir)
268         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
269         -rm -rf $(distdir)
270 distdir: $(DISTFILES)
271         -rm -rf $(distdir)
272         mkdir $(distdir)
273         -chmod 777 $(distdir)
274         @for file in $(DISTFILES); do \
275           if test -f $$file; then d=.; else d=$(srcdir); fi; \
276           if test -d $$d/$$file; then \
277             cp -pr $$d/$$file $(distdir)/$$file; \
278           else \
279             test -f $(distdir)/$$file \
280             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
281             || cp -p $$d/$$file $(distdir)/$$file || :; \
282           fi; \
283         done
284 info-am:
285 info: info-am
286 dvi-am:
287 dvi: dvi-am
288 check-am:
289 check: check-am
290 installcheck-am:
291 installcheck: installcheck-am
292 install-info-am: 
293 install-info: install-info-am
294 install-exec-am:
295 install-exec: install-exec-am
296
297 install-data-am:
298 install-data: install-data-am
299
300 install-am: all-am
301         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
302 install: install-am
303 uninstall-am:
304 uninstall: uninstall-am
305 all-am: Makefile $(LIBRARIES)
306 all-redirect: all-am
307 install-strip:
308         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
309 installdirs:
310
311
312 mostlyclean-generic:
313
314 clean-generic:
315
316 distclean-generic:
317         -rm -f Makefile $(CONFIG_CLEAN_FILES)
318         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
319
320 maintainer-clean-generic:
321 mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
322                 mostlyclean-tags mostlyclean-generic
323
324 mostlyclean: mostlyclean-am
325
326 clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
327                 mostlyclean-am
328
329 clean: clean-am
330
331 distclean-am:  distclean-noinstLIBRARIES distclean-compile \
332                 distclean-tags distclean-generic clean-am
333
334 distclean: distclean-am
335         -rm -f config.status
336
337 maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
338                 maintainer-clean-compile maintainer-clean-tags \
339                 maintainer-clean-generic distclean-am
340         @echo "This command is intended for maintainers to use;"
341         @echo "it deletes files that may require special tools to rebuild."
342
343 maintainer-clean: maintainer-clean-am
344         -rm -f config.status
345
346 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
347 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
348 mostlyclean-compile distclean-compile clean-compile \
349 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
350 clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
351 check-am installcheck-am installcheck install-info-am install-info \
352 install-exec-am install-exec install-data-am install-data install-am \
353 install uninstall-am uninstall all-redirect all-am all installdirs \
354 mostlyclean-generic distclean-generic clean-generic \
355 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
356
357
358 all: crt0.o
359
360 # Tell versions [3.59,3.63) of GNU make to not export all variables.
361 # Otherwise a system limit (for SysV at least) may be exceeded.
362 .NOEXPORT: