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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [newlib/] [newlib/] [libc/] [stdlib/] [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.3b from Makefile.am
2 39 lampret
 
3 56 joel
# Copyright (C) 1994, 1995, 1996, 1997, 1998 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@
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
mach_add_objs = @mach_add_objs@
82
machine_dir = @machine_dir@
83
newlib_basedir = @newlib_basedir@
84
sys_dir = @sys_dir@
85
 
86
AUTOMAKE_OPTIONS = cygnus
87
 
88
INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
89
 
90
noinst_LIBRARIES = lib.a
91
 
92
lib_a_SOURCES = \
93
        __adjust.c      \
94
        __exp10.c       \
95
        __ten_mu.c      \
96
        abort.c         \
97
        abs.c           \
98
        assert.c        \
99
        atexit.c        \
100
        atof.c          \
101
        atoff.c         \
102
        atoi.c          \
103
        atol.c          \
104
        bsearch.c       \
105
        calloc.c        \
106
        div.c           \
107
        dtoa.c          \
108
        dtoastub.c      \
109
        ecvtbuf.c       \
110
        efgcvt.c        \
111
        environ.c       \
112
        envlock.c       \
113
        eprintf.c       \
114
        exit.c          \
115
        getenv.c        \
116
        getenv_r.c      \
117
        getopt.c        \
118
        labs.c          \
119
        ldiv.c          \
120
        malign.c        \
121
        malloc.c        \
122
        mblen.c         \
123
        mblen_r.c       \
124
        mbstowcs.c      \
125
        mbstowcs_r.c    \
126
        mbtowc.c        \
127
        mbtowc_r.c      \
128
        mlock.c         \
129
        mprec.c         \
130
        msize.c         \
131
        mstats.c        \
132
        mtrim.c         \
133
        putenv.c        \
134
        qsort.c         \
135
        rand.c          \
136
        rand_r.c        \
137
        realloc.c       \
138
        setenv.c        \
139
        setenv_r.c      \
140
        strdup.c        \
141
        strtod.c        \
142
        strtol.c        \
143
        strtoul.c       \
144
        system.c        \
145
        valloc.c        \
146
        wcstombs.c      \
147
        wcstombs_r.c    \
148
        wctomb.c        \
149
        wctomb_r.c
150
 
151
lib_a_LIBADD = mallocr.o freer.o reallocr.o callocr.o cfreer.o malignr.o \
152
        vallocr.o pvallocr.o mallinfor.o mallstatsr.o msizer.o malloptr.o
153
 
154
MALLOC_COMPILE = $(COMPILE) -DINTERNAL_NEWLIB
155
 
156
CHEWOUT_FILES= \
157 39 lampret
        abort.def       \
158
        abs.def         \
159
        assert.def      \
160
        atexit.def      \
161
        atof.def        \
162
        ecvtbuf.def     \
163
        atoi.def        \
164
        bsearch.def     \
165
        calloc.def      \
166
        div.def         \
167
        efgcvt.def      \
168 56 joel
        envlock.def     \
169 39 lampret
        exit.def        \
170
        getenv.def      \
171
        labs.def        \
172
        ldiv.def        \
173
        malloc.def      \
174
        mallocr.def     \
175 56 joel
        mblen.def       \
176
        mbstowcs.def    \
177 39 lampret
        mbtowc.def      \
178
        mlock.def       \
179
        mstats.def      \
180
        qsort.def       \
181
        rand.def        \
182
        strtod.def      \
183
        strtol.def      \
184
        strtoul.def     \
185
        system.def      \
186 56 joel
        wcstombs.def    \
187 39 lampret
        wctomb.def
188
 
189 56 joel
SUFFIXES = .def
190 39 lampret
 
191 56 joel
CHEW = ../../doc/makedoc -f $(srcdir)/../../doc/doc.str
192 39 lampret
 
193 56 joel
TARGETDOC = ../tmp.texi
194
 
195
CLEANFILES = $(CHEWOUT_FILES) *.ref
196
mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
197
CONFIG_CLEAN_FILES =
198
LIBRARIES =  $(noinst_LIBRARIES)
199
 
200
 
201
DEFS = @DEFS@ -I. -I$(srcdir)
202
CPPFLAGS = @CPPFLAGS@
203
LDFLAGS = @LDFLAGS@
204
LIBS = @LIBS@
205
lib_a_DEPENDENCIES =  mallocr.o freer.o reallocr.o callocr.o cfreer.o \
206
malignr.o vallocr.o pvallocr.o mallinfor.o mallstatsr.o msizer.o \
207
malloptr.o
208
lib_a_OBJECTS =  __adjust.o __exp10.o __ten_mu.o abort.o abs.o assert.o \
209
atexit.o atof.o atoff.o atoi.o atol.o bsearch.o calloc.o div.o dtoa.o \
210
dtoastub.o ecvtbuf.o efgcvt.o environ.o envlock.o eprintf.o exit.o getenv.o getenv_r.o \
211
getopt.o labs.o ldiv.o malign.o malloc.o mblen.o mblen_r.o mbstowcs.o \
212
mbstowcs_r.o mbtowc.o mbtowc_r.o mlock.o mprec.o msize.o mstats.o \
213
mtrim.o putenv.o qsort.o rand.o rand_r.o realloc.o setenv.o setenv_r.o strdup.o \
214
strtod.o strtol.o strtoul.o system.o valloc.o wcstombs.o wcstombs_r.o \
215
wctomb.o wctomb_r.o
216
CFLAGS = @CFLAGS@
217
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
218
LINK = $(CC) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
219
DIST_COMMON =  Makefile.am Makefile.in
220
 
221
 
222
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
223
 
224
TAR = tar
225
GZIP = --best
226
SOURCES = $(lib_a_SOURCES)
227
OBJECTS = $(lib_a_OBJECTS)
228
 
229
all: Makefile $(LIBRARIES)
230
 
231
.SUFFIXES:
232
.SUFFIXES: .S .c .def .o .s
233
$(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
234
        cd $(top_srcdir) && $(AUTOMAKE) --cygnus stdlib/Makefile
235
 
236
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
237
        cd $(top_builddir) \
238
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
239
 
240
 
241
mostlyclean-noinstLIBRARIES:
242
 
243
clean-noinstLIBRARIES:
244
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
245
 
246
distclean-noinstLIBRARIES:
247
 
248
maintainer-clean-noinstLIBRARIES:
249
 
250
.c.o:
251
        $(COMPILE) -c $<
252
 
253
.s.o:
254
        $(COMPILE) -c $<
255
 
256
.S.o:
257
        $(COMPILE) -c $<
258
 
259
mostlyclean-compile:
260
        -rm -f *.o core *.core
261
 
262
clean-compile:
263
 
264
distclean-compile:
265
        -rm -f *.tab.c
266
 
267
maintainer-clean-compile:
268
 
269
lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES)
270
        -rm -f lib.a
271
        $(AR) cru lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
272
        $(RANLIB) lib.a
273
 
274
tags: TAGS
275
 
276
ID: $(HEADERS) $(SOURCES) $(LISP)
277
        here=`pwd` && cd $(srcdir) \
278
          && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
279
 
280
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
281
        tags=; \
282
        here=`pwd`; \
283
        list='$(SOURCES) $(HEADERS)'; \
284
        unique=`for i in $$list; do echo $$i; done | \
285
          awk '    { files[$$0] = 1; } \
286
               END { for (i in files) print i; }'`; \
287
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
288
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
289
 
290
mostlyclean-tags:
291
 
292
clean-tags:
293
 
294
distclean-tags:
295
        -rm -f TAGS ID
296
 
297
maintainer-clean-tags:
298
 
299
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
300
 
301
subdir = stdlib
302
 
303
distdir: $(DISTFILES)
304
        @for file in $(DISTFILES); do \
305
          if test -f $$file; then d=.; else d=$(srcdir); fi; \
306
          test -f $(distdir)/$$file \
307
          || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
308
          || cp -p $$d/$$file $(distdir)/$$file; \
309
        done
310
info:
311
dvi:
312
check:
313
installcheck:
314
install-info:
315
install-exec:
316
        @$(NORMAL_INSTALL)
317
 
318
install-data:
319
        @$(NORMAL_INSTALL)
320
 
321
install: install-exec install-data all
322
        @:
323
 
324
uninstall:
325
 
326
install-strip:
327
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
328
installdirs:
329
 
330
 
331
mostlyclean-generic:
332
 
333
clean-generic:
334
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
335
 
336
distclean-generic:
337
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
338
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
339
 
340
maintainer-clean-generic:
341
mostlyclean:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
342
                mostlyclean-tags mostlyclean-generic
343
 
344
clean:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
345
                mostlyclean
346
 
347
distclean:  distclean-noinstLIBRARIES distclean-compile distclean-tags \
348
                distclean-generic clean
349
        -rm -f config.status
350
 
351
maintainer-clean:  maintainer-clean-noinstLIBRARIES \
352
                maintainer-clean-compile maintainer-clean-tags \
353
                maintainer-clean-generic distclean
354
        @echo "This command is intended for maintainers to use;"
355
        @echo "it deletes files that may require special tools to rebuild."
356
 
357
.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
358
clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
359
mostlyclean-compile distclean-compile clean-compile \
360
maintainer-clean-compile tags mostlyclean-tags distclean-tags \
361
clean-tags maintainer-clean-tags distdir info dvi installcheck \
362
install-info install-exec install-data install uninstall all \
363
installdirs mostlyclean-generic distclean-generic clean-generic \
364
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
365
 
366
 
367 39 lampret
mallocr.o: mallocr.c
368 56 joel
        $(MALLOC_COMPILE) -DDEFINE_MALLOC -c $(srcdir)/mallocr.c -o $@
369 39 lampret
 
370
freer.o: mallocr.c
371 56 joel
        $(MALLOC_COMPILE) -DDEFINE_FREE -c $(srcdir)/mallocr.c -o $@
372 39 lampret
 
373
reallocr.o: mallocr.c
374 56 joel
        $(MALLOC_COMPILE) -DDEFINE_REALLOC -c $(srcdir)/mallocr.c -o $@
375 39 lampret
 
376
callocr.o: mallocr.c
377 56 joel
        $(MALLOC_COMPILE) -DDEFINE_CALLOC -c $(srcdir)/mallocr.c -o $@
378 39 lampret
 
379
cfreer.o: mallocr.c
380 56 joel
        $(MALLOC_COMPILE) -DDEFINE_CFREE -c $(srcdir)/mallocr.c -o $@
381 39 lampret
 
382
malignr.o: mallocr.c
383 56 joel
        $(MALLOC_COMPILE) -DDEFINE_MEMALIGN -c $(srcdir)/mallocr.c -o $@
384 39 lampret
 
385
vallocr.o: mallocr.c
386 56 joel
        $(MALLOC_COMPILE) -DDEFINE_VALLOC -c $(srcdir)/mallocr.c -o $@
387 39 lampret
 
388
pvallocr.o: mallocr.c
389 56 joel
        $(MALLOC_COMPILE) -DDEFINE_PVALLOC -c $(srcdir)/mallocr.c -o $@
390 39 lampret
 
391
mallinfor.o: mallocr.c
392 56 joel
        $(MALLOC_COMPILE) -DDEFINE_MALLINFO -c $(srcdir)/mallocr.c -o $@
393 39 lampret
 
394
mallstatsr.o: mallocr.c
395 56 joel
        $(MALLOC_COMPILE) -DDEFINE_MALLOC_STATS -c $(srcdir)/mallocr.c -o $@
396 39 lampret
 
397
msizer.o: mallocr.c
398 56 joel
        $(MALLOC_COMPILE) -DDEFINE_MALLOC_USABLE_SIZE -c $(srcdir)/mallocr.c -o $@
399 39 lampret
 
400
malloptr.o: mallocr.c
401 56 joel
        $(MALLOC_COMPILE) -DDEFINE_MALLOPT -c $(srcdir)/mallocr.c -o $@
402 39 lampret
 
403 56 joel
.c.def:
404
        $(CHEW) < $< > $*.def 2> $*.ref
405
        touch stmp-def
406
 
407 39 lampret
doc: $(CHEWOUT_FILES)
408
        cat $(srcdir)/stdlib.tex >> $(TARGETDOC)
409
 
410
dtoa.o: dtoa.c mprec.h
411
ecvtbuf.o: ecvtbuf.c mprec.h
412
mbtowc_r.o: mbtowc_r.c mbctype.h
413 56 joel
        $(COMPILE) -c -fshort-enums $(srcdir)/mbtowc_r.c -o $@
414
 
415 39 lampret
mprec.o: mprec.c mprec.h
416
strtod.o: strtod.c mprec.h
417
wctomb_r.o: wctomb_r.c mbctype.h
418 56 joel
 
419
# Tell versions [3.59,3.63) of GNU make to not export all variables.
420
# Otherwise a system limit (for SysV at least) may be exceeded.
421
.NOEXPORT:

powered by: WebSVN 2.1.0

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