OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [tags/] [tn_m001/] [newlib/] [newlib/] [libc/] [stdio/] [Makefile.in] - Blame information for rev 1765

Details | Compare with Previous | View Log

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

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.