OSDN Git Service

2001-04-20 Jeff Johnston <jjohnstn@redhat.com>
[pf3gnuchains/pf3gnuchains3x.git] / newlib / libc / stdio / 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 CRT0 = @CRT0@
67 EXEEXT = @EXEEXT@
68 LIBC_MACHINE_LIB = @LIBC_MACHINE_LIB@
69 LIBC_POSIX_LIB = @LIBC_POSIX_LIB@
70 LIBC_SIGNAL_DEF = @LIBC_SIGNAL_DEF@
71 LIBC_SIGNAL_LIB = @LIBC_SIGNAL_LIB@
72 LIBC_SYSCALL_LIB = @LIBC_SYSCALL_LIB@
73 LIBC_SYS_LIB = @LIBC_SYS_LIB@
74 LIBC_UNIX_LIB = @LIBC_UNIX_LIB@
75 MAINT = @MAINT@
76 MAKEINFO = @MAKEINFO@
77 NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
78 PACKAGE = @PACKAGE@
79 RANLIB = @RANLIB@
80 VERSION = @VERSION@
81 machine_dir = @machine_dir@
82 newlib_basedir = @newlib_basedir@
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         clearerr.c                      \
93         fclose.c                        \
94         fdopen.c                        \
95         feof.c                          \
96         ferror.c                        \
97         fflush.c                        \
98         fgetc.c                         \
99         fgetpos.c                       \
100         fgets.c                         \
101         fileno.c                        \
102         findfp.c                        \
103         fiprintf.c                      \
104         flags.c                         \
105         fopen.c                         \
106         fprintf.c                       \
107         fputc.c                         \
108         fputs.c                         \
109         fread.c                         \
110         freopen.c                       \
111         fscanf.c                        \
112         fseek.c                         \
113         fsetpos.c                       \
114         ftell.c                         \
115         fvwrite.c                       \
116         fwalk.c                         \
117         fwrite.c                        \
118         getc.c                          \
119         getchar.c                       \
120         gets.c                          \
121         getw.c                          \
122         iprintf.c                       \
123         makebuf.c                       \
124         mktemp.c                        \
125         perror.c                        \
126         printf.c                        \
127         putc.c                          \
128         putchar.c                       \
129         puts.c                          \
130         putw.c                          \
131         refill.c                        \
132         remove.c                        \
133         rename.c                        \
134         rewind.c                        \
135         rget.c                          \
136         scanf.c                         \
137         setbuf.c                        \
138         setvbuf.c                       \
139         siprintf.c                      \
140         snprintf.c                      \
141         sprintf.c                       \
142         sscanf.c                        \
143         stdio.c                         \
144         tmpfile.c                       \
145         tmpnam.c                        \
146         ungetc.c                        \
147         vfprintf.c                      \
148         vfscanf.c                       \
149         vprintf.c                       \
150         vscanf.c                        \
151         vsnprintf.c                     \
152         vsprintf.c                      \
153         vsscanf.c                       \
154         wbuf.c                          \
155         wsetup.c 
156
157
158 lib_a_LIBADD = vfiprintf.o
159
160 CHEWOUT_FILES = \
161         clearerr.def            \
162         fclose.def              \
163         fdopen.def              \
164         feof.def                \
165         ferror.def              \
166         fflush.def              \
167         fgetc.def               \
168         fgetpos.def             \
169         fgets.def               \
170         fileno.def              \
171         fiprintf.def            \
172         fopen.def               \
173         fputc.def               \
174         fputs.def               \
175         fread.def               \
176         freopen.def             \
177         fseek.def               \
178         fsetpos.def             \
179         ftell.def               \
180         fwrite.def              \
181         getc.def                \
182         getchar.def             \
183         gets.def                \
184         getw.def                \
185         iprintf.def             \
186         mktemp.def              \
187         perror.def              \
188         putc.def                \
189         putchar.def             \
190         puts.def                \
191         putw.def                \
192         remove.def              \
193         rename.def              \
194         rewind.def              \
195         setbuf.def              \
196         setvbuf.def             \
197         siprintf.def            \
198         sprintf.def             \
199         sscanf.def              \
200         tmpfile.def             \
201         tmpnam.def              \
202         vfprintf.def            \
203         vfscanf.def
204
205
206 SUFFIXES = .def
207
208 CHEW = ../../doc/makedoc -f $(srcdir)/../../doc/doc.str
209
210 TARGETDOC = ../tmp.texi
211
212 CLEANFILES = $(CHEWOUT_FILES) *.ref
213 mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
214 CONFIG_CLEAN_FILES = 
215 LIBRARIES =  $(noinst_LIBRARIES)
216
217
218 DEFS = @DEFS@ -I. -I$(srcdir) 
219 CPPFLAGS = @CPPFLAGS@
220 LDFLAGS = @LDFLAGS@
221 LIBS = @LIBS@
222 lib_a_DEPENDENCIES =  vfiprintf.o
223 lib_a_OBJECTS =  clearerr.o fclose.o fdopen.o feof.o ferror.o fflush.o \
224 fgetc.o fgetpos.o fgets.o fileno.o findfp.o fiprintf.o flags.o fopen.o \
225 fprintf.o fputc.o fputs.o fread.o freopen.o fscanf.o fseek.o fsetpos.o \
226 ftell.o fvwrite.o fwalk.o fwrite.o getc.o getchar.o gets.o getw.o \
227 iprintf.o makebuf.o mktemp.o perror.o printf.o putc.o putchar.o puts.o \
228 putw.o refill.o remove.o rename.o rewind.o rget.o scanf.o setbuf.o \
229 setvbuf.o siprintf.o snprintf.o sprintf.o sscanf.o stdio.o tmpfile.o \
230 tmpnam.o ungetc.o vfprintf.o vfscanf.o vprintf.o vscanf.o vsnprintf.o \
231 vsprintf.o vsscanf.o wbuf.o wsetup.o
232 CFLAGS = @CFLAGS@
233 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
234 CCLD = $(CC)
235 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
236 DIST_COMMON =  Makefile.am Makefile.in
237
238
239 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
240
241 TAR = gtar
242 GZIP_ENV = --best
243 SOURCES = $(lib_a_SOURCES)
244 OBJECTS = $(lib_a_OBJECTS)
245
246 all: all-redirect
247 .SUFFIXES:
248 .SUFFIXES: .S .c .def .o .s
249 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
250         cd $(top_srcdir) && $(AUTOMAKE) --cygnus stdio/Makefile
251
252 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
253         cd $(top_builddir) \
254           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
255
256
257 mostlyclean-noinstLIBRARIES:
258
259 clean-noinstLIBRARIES:
260         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
261
262 distclean-noinstLIBRARIES:
263
264 maintainer-clean-noinstLIBRARIES:
265
266 .c.o:
267         $(COMPILE) -c $<
268
269 .s.o:
270         $(COMPILE) -c $<
271
272 .S.o:
273         $(COMPILE) -c $<
274
275 mostlyclean-compile:
276         -rm -f *.o core *.core
277
278 clean-compile:
279
280 distclean-compile:
281         -rm -f *.tab.c
282
283 maintainer-clean-compile:
284
285 lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES)
286         -rm -f lib.a
287         $(AR) cru lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
288         $(RANLIB) lib.a
289
290 tags: TAGS
291
292 ID: $(HEADERS) $(SOURCES) $(LISP)
293         list='$(SOURCES) $(HEADERS)'; \
294         unique=`for i in $$list; do echo $$i; done | \
295           awk '    { files[$$0] = 1; } \
296                END { for (i in files) print i; }'`; \
297         here=`pwd` && cd $(srcdir) \
298           && mkid -f$$here/ID $$unique $(LISP)
299
300 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
301         tags=; \
302         here=`pwd`; \
303         list='$(SOURCES) $(HEADERS)'; \
304         unique=`for i in $$list; do echo $$i; done | \
305           awk '    { files[$$0] = 1; } \
306                END { for (i in files) print i; }'`; \
307         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
308           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
309
310 mostlyclean-tags:
311
312 clean-tags:
313
314 distclean-tags:
315         -rm -f TAGS ID
316
317 maintainer-clean-tags:
318
319 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
320
321 subdir = stdio
322
323 distdir: $(DISTFILES)
324         @for file in $(DISTFILES); do \
325           if test -f $$file; then d=.; else d=$(srcdir); fi; \
326           if test -d $$d/$$file; then \
327             cp -pr $$d/$$file $(distdir)/$$file; \
328           else \
329             test -f $(distdir)/$$file \
330             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
331             || cp -p $$d/$$file $(distdir)/$$file || :; \
332           fi; \
333         done
334 info-am:
335 info: info-am
336 dvi-am:
337 dvi: dvi-am
338 check-am:
339 check: check-am
340 installcheck-am:
341 installcheck: installcheck-am
342 install-info-am: 
343 install-info: install-info-am
344 install-exec-am:
345 install-exec: install-exec-am
346
347 install-data-am:
348 install-data: install-data-am
349
350 install-am: all-am
351         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
352 install: install-am
353 uninstall-am:
354 uninstall: uninstall-am
355 all-am: Makefile $(LIBRARIES)
356 all-redirect: all-am
357 install-strip:
358         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
359 installdirs:
360
361
362 mostlyclean-generic:
363
364 clean-generic:
365         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
366
367 distclean-generic:
368         -rm -f Makefile $(CONFIG_CLEAN_FILES)
369         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
370
371 maintainer-clean-generic:
372 mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
373                 mostlyclean-tags mostlyclean-generic
374
375 mostlyclean: mostlyclean-am
376
377 clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
378                 mostlyclean-am
379
380 clean: clean-am
381
382 distclean-am:  distclean-noinstLIBRARIES distclean-compile \
383                 distclean-tags distclean-generic clean-am
384
385 distclean: distclean-am
386
387 maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
388                 maintainer-clean-compile maintainer-clean-tags \
389                 maintainer-clean-generic distclean-am
390         @echo "This command is intended for maintainers to use;"
391         @echo "it deletes files that may require special tools to rebuild."
392
393 maintainer-clean: maintainer-clean-am
394
395 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
396 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
397 mostlyclean-compile distclean-compile clean-compile \
398 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
399 clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
400 check-am installcheck-am installcheck install-info-am install-info \
401 install-exec-am install-exec install-data-am install-data install-am \
402 install uninstall-am uninstall all-redirect all-am all installdirs \
403 mostlyclean-generic distclean-generic clean-generic \
404 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
405
406
407 vfiprintf.o: vfprintf.c
408         $(COMPILE) -DINTEGER_ONLY -c $(srcdir)/vfprintf.c -o $@
409
410 .c.def:
411         $(CHEW) < $< > $*.def 2> $*.ref
412         touch stmp-def
413
414 doc: $(CHEWOUT_FILES)
415         cat $(srcdir)/stdio.tex >> $(TARGETDOC)
416
417 fclose.o: local.h
418 fdopen.o: local.h
419 fflush.o: local.h
420 findfp.o: local.h
421 fopen.o: local.h
422 fputs.o: fvwrite.h
423 fread.o: local.h
424 freopen.o: local.h
425 fseek.o: local.h
426 ftell.o: local.h
427 fvwrite.o: local.h fvwrite.h
428 fwalk.o: local.h
429 fwrite.o: local.h fvwrite.h
430 makebuf.o: local.h
431 puts.o: fvwrite.h
432 refill.o: local.h
433 scanf.o: local.h
434 setbuf.o: local.h
435 setvbuf.o: local.h
436 siprintf.o: local.h
437 sprintf.o: local.h
438 sscanf.o: local.h
439 stdio.o: local.h
440 ungetc.o: local.h
441 vfiprintf.o: local.h
442 vfprintf.o: local.h
443 vfscanf.o: local.h floatio.h
444 vscanf.o: local.h
445 vsscanf.o: local.h
446 wbuf.o: local.h fvwrite.h
447 wsetup.o: local.h
448
449 # Tell versions [3.59,3.63) of GNU make to not export all variables.
450 # Otherwise a system limit (for SysV at least) may be exceeded.
451 .NOEXPORT: