OSDN Git Service

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