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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [newlib-1.10.0/] [newlib/] [libc/] [stdlib/] [Makefile.in] - Blame information for rev 1773

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1010 ivang
# 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
 
15
SHELL = @SHELL@
16
 
17
srcdir = @srcdir@
18
top_srcdir = @top_srcdir@
19
VPATH = @srcdir@
20
prefix = @prefix@
21
exec_prefix = @exec_prefix@
22
 
23
bindir = @bindir@
24
sbindir = @sbindir@
25
libexecdir = @libexecdir@
26
datadir = @datadir@
27
sysconfdir = @sysconfdir@
28
sharedstatedir = @sharedstatedir@
29
localstatedir = @localstatedir@
30
libdir = @libdir@
31
infodir = @infodir@
32
mandir = @mandir@
33
includedir = @includedir@
34
oldincludedir = /usr/include
35
 
36
DESTDIR =
37
 
38
pkgdatadir = $(datadir)/@PACKAGE@
39
pkglibdir = $(libdir)/@PACKAGE@
40
pkgincludedir = $(includedir)/@PACKAGE@
41
 
42
top_builddir = ..
43
 
44
ACLOCAL = @ACLOCAL@
45
AUTOCONF = @AUTOCONF@
46
AUTOMAKE = @AUTOMAKE@
47
AUTOHEADER = @AUTOHEADER@
48
 
49
INSTALL = @INSTALL@
50
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
51
INSTALL_DATA = @INSTALL_DATA@
52
INSTALL_SCRIPT = @INSTALL_SCRIPT@
53
transform = @program_transform_name@
54
 
55
NORMAL_INSTALL = :
56
PRE_INSTALL = :
57
POST_INSTALL = :
58
NORMAL_UNINSTALL = :
59
PRE_UNINSTALL = :
60
POST_UNINSTALL = :
61
host_alias = @host_alias@
62
host_triplet = @host@
63
AR = @AR@
64
AS = @AS@
65
CC = @CC@
66
CPP = @CPP@
67
CRT0 = @CRT0@
68
DLLTOOL = @DLLTOOL@
69
EXEEXT = @EXEEXT@
70
LDFLAGS = @LDFLAGS@
71
LIBC_MACHINE_LIB = @LIBC_MACHINE_LIB@
72
LIBC_POSIX_LIB = @LIBC_POSIX_LIB@
73
LIBC_SIGNAL_DEF = @LIBC_SIGNAL_DEF@
74
LIBC_SIGNAL_LIB = @LIBC_SIGNAL_LIB@
75
LIBC_SYSCALL_LIB = @LIBC_SYSCALL_LIB@
76
LIBC_SYS_LIB = @LIBC_SYS_LIB@
77
LIBC_UNIX_LIB = @LIBC_UNIX_LIB@
78
LIBTOOL = @LIBTOOL@
79
LN_S = @LN_S@
80
MAINT = @MAINT@
81
MAKEINFO = @MAKEINFO@
82
NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
83
OBJDUMP = @OBJDUMP@
84
PACKAGE = @PACKAGE@
85
RANLIB = @RANLIB@
86
VERSION = @VERSION@
87
aext = @aext@
88
libm_machine_dir = @libm_machine_dir@
89
machine_dir = @machine_dir@
90
newlib_basedir = @newlib_basedir@
91
oext = @oext@
92
sys_dir = @sys_dir@
93
 
94
AUTOMAKE_OPTIONS = cygnus
95
 
96
INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
97
 
98
LIB_SOURCES = \
99
        __adjust.c      \
100
        __exp10.c       \
101
        __ten_mu.c      \
102
        abort.c         \
103
        abs.c           \
104
        assert.c        \
105
        atexit.c        \
106
        atof.c          \
107
        atoff.c         \
108
        atoi.c          \
109
        atol.c          \
110
        bsearch.c       \
111
        calloc.c        \
112
        div.c           \
113
        drand48.c       \
114
        dtoa.c          \
115
        dtoastub.c      \
116
        ecvtbuf.c       \
117
        efgcvt.c        \
118
        environ.c       \
119
        envlock.c       \
120
        eprintf.c       \
121
        erand48.c       \
122
        exit.c          \
123
        getenv.c        \
124
        getenv_r.c      \
125
        getopt.c        \
126
        jrand48.c       \
127
        labs.c          \
128
        lcong48.c       \
129
        ldiv.c          \
130
        ldtoa.c         \
131
        lrand48.c       \
132
        malign.c        \
133
        malloc.c        \
134
        mblen.c         \
135
        mblen_r.c       \
136
        mbstowcs.c      \
137
        mbstowcs_r.c    \
138
        mbtowc.c        \
139
        mbtowc_r.c      \
140
        mlock.c         \
141
        mprec.c         \
142
        mrand48.c       \
143
        msize.c         \
144
        mstats.c        \
145
        mtrim.c         \
146
        nrand48.c       \
147
        putenv.c        \
148
        putenv_r.c      \
149
        qsort.c         \
150
        rand.c          \
151
        rand48.c        \
152
        rand_r.c        \
153
        realloc.c       \
154
        seed48.c        \
155
        setenv.c        \
156
        setenv_r.c      \
157
        srand48.c       \
158
        strdup.c        \
159
        strdup_r.c      \
160
        strtod.c        \
161
        strtol.c        \
162
        strtoll.c       \
163
        strtoll_r.c     \
164
        strtoul.c       \
165
        strtoull.c      \
166
        strtoull_r.c    \
167
        system.c        \
168
        valloc.c        \
169
        wcstombs.c      \
170
        wcstombs_r.c    \
171
        wctomb.c        \
172
        wctomb_r.c
173
 
174
 
175
# Because of how libtool moves objects around, mallocr must be built last.
176
LIBADD_OBJS = freer.$(oext) reallocr.$(oext) callocr.$(oext) cfreer.$(oext) malignr.$(oext) \
177
        vallocr.$(oext) pvallocr.$(oext) mallinfor.$(oext) mallstatsr.$(oext) msizer.$(oext) malloptr.$(oext) mallocr.$(oext)
178
 
179
 
180
libstdlib_la_LDFLAGS = -Xcompiler -nostdlib
181
 
182
@USE_LIBTOOL_TRUE@noinst_LTLIBRARIES = @USE_LIBTOOL_TRUE@libstdlib.la
183
@USE_LIBTOOL_TRUE@libstdlib_la_SOURCES = @USE_LIBTOOL_TRUE@$(LIB_SOURCES)
184
@USE_LIBTOOL_TRUE@libstdlib_la_LIBADD = @USE_LIBTOOL_TRUE@$(LIBADD_OBJS)
185
@USE_LIBTOOL_TRUE@LIB_COMPILE = @USE_LIBTOOL_TRUE@$(LTCOMPILE)
186
@USE_LIBTOOL_FALSE@LIB_COMPILE = @USE_LIBTOOL_FALSE@$(COMPILE)
187
@USE_LIBTOOL_TRUE@noinst_DATA = @USE_LIBTOOL_TRUE@objectlist.awk.in
188
@USE_LIBTOOL_FALSE@noinst_DATA =
189
@USE_LIBTOOL_FALSE@noinst_LIBRARIES = @USE_LIBTOOL_FALSE@lib.a
190
@USE_LIBTOOL_FALSE@lib_a_SOURCES = @USE_LIBTOOL_FALSE@$(LIB_SOURCES)
191
@USE_LIBTOOL_FALSE@lib_a_LIBADD = @USE_LIBTOOL_FALSE@$(LIBADD_OBJS)
192
 
193
MALLOC_COMPILE = $(LIB_COMPILE) -DINTERNAL_NEWLIB
194
 
195
CHEWOUT_FILES = \
196
        abort.def       \
197
        abs.def         \
198
        assert.def      \
199
        atexit.def      \
200
        atof.def        \
201
        ecvtbuf.def     \
202
        atoi.def        \
203
        bsearch.def     \
204
        calloc.def      \
205
        div.def         \
206
        efgcvt.def      \
207
        envlock.def     \
208
        exit.def        \
209
        getenv.def      \
210
        labs.def        \
211
        ldiv.def        \
212
        malloc.def      \
213
        mallocr.def     \
214
        mblen.def       \
215
        mbstowcs.def    \
216
        mbtowc.def      \
217
        mlock.def       \
218
        mstats.def      \
219
        qsort.def       \
220
        rand.def        \
221
        rand48.def      \
222
        strtod.def      \
223
        strtol.def      \
224
        strtoll.def     \
225
        strtoul.def     \
226
        strtoull.def    \
227
        system.def      \
228
        wcstombs.def    \
229
        wctomb.def
230
 
231
 
232
SUFFIXES = .def
233
 
234
CHEW = ../../doc/makedoc -f $(srcdir)/../../doc/doc.str
235
 
236
TARGETDOC = ../tmp.texi
237
 
238
CLEANFILES = $(CHEWOUT_FILES) *.ref
239
mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
240
CONFIG_CLEAN_FILES =
241
LIBRARIES =  $(noinst_LIBRARIES)
242
 
243
 
244
DEFS = @DEFS@ -I. -I$(srcdir)
245
CPPFLAGS = @CPPFLAGS@
246
LIBS = @LIBS@
247
@USE_LIBTOOL_FALSE@lib_a_DEPENDENCIES =  freer.$(oext) reallocr.$(oext) \
248
@USE_LIBTOOL_FALSE@callocr.$(oext) cfreer.$(oext) malignr.$(oext) \
249
@USE_LIBTOOL_FALSE@vallocr.$(oext) pvallocr.$(oext) mallinfor.$(oext) \
250
@USE_LIBTOOL_FALSE@mallstatsr.$(oext) msizer.$(oext) malloptr.$(oext) \
251
@USE_LIBTOOL_FALSE@mallocr.$(oext)
252
@USE_LIBTOOL_FALSE@lib_a_OBJECTS =  __adjust.o __exp10.o __ten_mu.o \
253
@USE_LIBTOOL_FALSE@abort.o abs.o assert.o atexit.o atof.o atoff.o \
254
@USE_LIBTOOL_FALSE@atoi.o atol.o bsearch.o calloc.o div.o drand48.o \
255
@USE_LIBTOOL_FALSE@dtoa.o dtoastub.o ecvtbuf.o efgcvt.o environ.o \
256
@USE_LIBTOOL_FALSE@envlock.o eprintf.o erand48.o exit.o getenv.o \
257
@USE_LIBTOOL_FALSE@getenv_r.o getopt.o jrand48.o labs.o lcong48.o \
258
@USE_LIBTOOL_FALSE@ldiv.o ldtoa.o lrand48.o malign.o malloc.o mblen.o \
259
@USE_LIBTOOL_FALSE@mblen_r.o mbstowcs.o mbstowcs_r.o mbtowc.o \
260
@USE_LIBTOOL_FALSE@mbtowc_r.o mlock.o mprec.o mrand48.o msize.o \
261
@USE_LIBTOOL_FALSE@mstats.o mtrim.o nrand48.o putenv.o putenv_r.o \
262
@USE_LIBTOOL_FALSE@qsort.o rand.o rand48.o rand_r.o realloc.o seed48.o \
263
@USE_LIBTOOL_FALSE@setenv.o setenv_r.o srand48.o strdup.o strdup_r.o \
264
@USE_LIBTOOL_FALSE@strtod.o strtol.o strtoll.o strtoll_r.o strtoul.o \
265
@USE_LIBTOOL_FALSE@strtoull.o strtoull_r.o system.o valloc.o wcstombs.o \
266
@USE_LIBTOOL_FALSE@wcstombs_r.o wctomb.o wctomb_r.o
267
LTLIBRARIES =  $(noinst_LTLIBRARIES)
268
 
269
@USE_LIBTOOL_TRUE@libstdlib_la_DEPENDENCIES =  freer.$(oext) \
270
@USE_LIBTOOL_TRUE@reallocr.$(oext) callocr.$(oext) cfreer.$(oext) \
271
@USE_LIBTOOL_TRUE@malignr.$(oext) vallocr.$(oext) pvallocr.$(oext) \
272
@USE_LIBTOOL_TRUE@mallinfor.$(oext) mallstatsr.$(oext) msizer.$(oext) \
273
@USE_LIBTOOL_TRUE@malloptr.$(oext) mallocr.$(oext)
274
@USE_LIBTOOL_TRUE@libstdlib_la_OBJECTS =  __adjust.lo __exp10.lo \
275
@USE_LIBTOOL_TRUE@__ten_mu.lo abort.lo abs.lo assert.lo atexit.lo \
276
@USE_LIBTOOL_TRUE@atof.lo atoff.lo atoi.lo atol.lo bsearch.lo calloc.lo \
277
@USE_LIBTOOL_TRUE@div.lo drand48.lo dtoa.lo dtoastub.lo ecvtbuf.lo \
278
@USE_LIBTOOL_TRUE@efgcvt.lo environ.lo envlock.lo eprintf.lo erand48.lo \
279
@USE_LIBTOOL_TRUE@exit.lo getenv.lo getenv_r.lo getopt.lo jrand48.lo \
280
@USE_LIBTOOL_TRUE@labs.lo lcong48.lo ldiv.lo ldtoa.lo lrand48.lo \
281
@USE_LIBTOOL_TRUE@malign.lo malloc.lo mblen.lo mblen_r.lo mbstowcs.lo \
282
@USE_LIBTOOL_TRUE@mbstowcs_r.lo mbtowc.lo mbtowc_r.lo mlock.lo mprec.lo \
283
@USE_LIBTOOL_TRUE@mrand48.lo msize.lo mstats.lo mtrim.lo nrand48.lo \
284
@USE_LIBTOOL_TRUE@putenv.lo putenv_r.lo qsort.lo rand.lo rand48.lo \
285
@USE_LIBTOOL_TRUE@rand_r.lo realloc.lo seed48.lo setenv.lo setenv_r.lo \
286
@USE_LIBTOOL_TRUE@srand48.lo strdup.lo strdup_r.lo strtod.lo strtol.lo \
287
@USE_LIBTOOL_TRUE@strtoll.lo strtoll_r.lo strtoul.lo strtoull.lo \
288
@USE_LIBTOOL_TRUE@strtoull_r.lo system.lo valloc.lo wcstombs.lo \
289
@USE_LIBTOOL_TRUE@wcstombs_r.lo wctomb.lo wctomb_r.lo
290
CFLAGS = @CFLAGS@
291
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
292
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
293
CCLD = $(CC)
294
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
295
DATA =  $(noinst_DATA)
296
 
297
DIST_COMMON =  Makefile.am Makefile.in
298
 
299
 
300
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
301
 
302
TAR = gtar
303
GZIP_ENV = --best
304
SOURCES = $(lib_a_SOURCES) $(libstdlib_la_SOURCES)
305
OBJECTS = $(lib_a_OBJECTS) $(libstdlib_la_OBJECTS)
306
 
307
all: all-redirect
308
.SUFFIXES:
309
.SUFFIXES: .S .c .def .lo .o .s
310
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(srcdir)/../../Makefile.shared
311
        cd $(top_srcdir) && $(AUTOMAKE) --cygnus stdlib/Makefile
312
 
313
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
314
        cd $(top_builddir) \
315
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
316
 
317
 
318
mostlyclean-noinstLIBRARIES:
319
 
320
clean-noinstLIBRARIES:
321
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
322
 
323
distclean-noinstLIBRARIES:
324
 
325
maintainer-clean-noinstLIBRARIES:
326
 
327
.c.o:
328
        $(COMPILE) -c $<
329
 
330
.s.o:
331
        $(COMPILE) -c $<
332
 
333
.S.o:
334
        $(COMPILE) -c $<
335
 
336
mostlyclean-compile:
337
        -rm -f *.o core *.core
338
 
339
clean-compile:
340
 
341
distclean-compile:
342
        -rm -f *.tab.c
343
 
344
maintainer-clean-compile:
345
 
346
.c.lo:
347
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
348
 
349
.s.lo:
350
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
351
 
352
.S.lo:
353
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
354
 
355
mostlyclean-libtool:
356
        -rm -f *.lo
357
 
358
clean-libtool:
359
        -rm -rf .libs _libs
360
 
361
distclean-libtool:
362
 
363
maintainer-clean-libtool:
364
 
365
lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES)
366
        -rm -f lib.a
367
        $(AR) cru lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
368
        $(RANLIB) lib.a
369
 
370
mostlyclean-noinstLTLIBRARIES:
371
 
372
clean-noinstLTLIBRARIES:
373
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
374
 
375
distclean-noinstLTLIBRARIES:
376
 
377
maintainer-clean-noinstLTLIBRARIES:
378
 
379
libstdlib.la: $(libstdlib_la_OBJECTS) $(libstdlib_la_DEPENDENCIES)
380
        $(LINK)  $(libstdlib_la_LDFLAGS) $(libstdlib_la_OBJECTS) $(libstdlib_la_LIBADD) $(LIBS)
381
 
382
tags: TAGS
383
 
384
ID: $(HEADERS) $(SOURCES) $(LISP)
385
        list='$(SOURCES) $(HEADERS)'; \
386
        unique=`for i in $$list; do echo $$i; done | \
387
          awk '    { files[$$0] = 1; } \
388
               END { for (i in files) print i; }'`; \
389
        here=`pwd` && cd $(srcdir) \
390
          && mkid -f$$here/ID $$unique $(LISP)
391
 
392
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
393
        tags=; \
394
        here=`pwd`; \
395
        list='$(SOURCES) $(HEADERS)'; \
396
        unique=`for i in $$list; do echo $$i; done | \
397
          awk '    { files[$$0] = 1; } \
398
               END { for (i in files) print i; }'`; \
399
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
400
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
401
 
402
mostlyclean-tags:
403
 
404
clean-tags:
405
 
406
distclean-tags:
407
        -rm -f TAGS ID
408
 
409
maintainer-clean-tags:
410
 
411
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
412
 
413
subdir = stdlib
414
 
415
distdir: $(DISTFILES)
416
        @for file in $(DISTFILES); do \
417
          if test -f $$file; then d=.; else d=$(srcdir); fi; \
418
          if test -d $$d/$$file; then \
419
            cp -pr $$d/$$file $(distdir)/$$file; \
420
          else \
421
            test -f $(distdir)/$$file \
422
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
423
            || cp -p $$d/$$file $(distdir)/$$file || :; \
424
          fi; \
425
        done
426
info-am:
427
info: info-am
428
dvi-am:
429
dvi: dvi-am
430
check-am:
431
check: check-am
432
installcheck-am:
433
installcheck: installcheck-am
434
install-info-am:
435
install-info: install-info-am
436
install-exec-am:
437
install-exec: install-exec-am
438
 
439
install-data-am:
440
install-data: install-data-am
441
 
442
install-am: all-am
443
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
444
install: install-am
445
uninstall-am:
446
uninstall: uninstall-am
447
all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(DATA)
448
all-redirect: all-am
449
install-strip:
450
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
451
installdirs:
452
 
453
 
454
mostlyclean-generic:
455
 
456
clean-generic:
457
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
458
 
459
distclean-generic:
460
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
461
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
462
 
463
maintainer-clean-generic:
464
mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
465
                mostlyclean-libtool mostlyclean-noinstLTLIBRARIES \
466
                mostlyclean-tags mostlyclean-generic
467
 
468
mostlyclean: mostlyclean-am
469
 
470
clean-am:  clean-noinstLIBRARIES clean-compile clean-libtool \
471
                clean-noinstLTLIBRARIES clean-tags clean-generic \
472
                mostlyclean-am
473
 
474
clean: clean-am
475
 
476
distclean-am:  distclean-noinstLIBRARIES distclean-compile \
477
                distclean-libtool distclean-noinstLTLIBRARIES \
478
                distclean-tags distclean-generic clean-am
479
        -rm -f libtool
480
 
481
distclean: distclean-am
482
 
483
maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
484
                maintainer-clean-compile maintainer-clean-libtool \
485
                maintainer-clean-noinstLTLIBRARIES \
486
                maintainer-clean-tags maintainer-clean-generic \
487
                distclean-am
488
        @echo "This command is intended for maintainers to use;"
489
        @echo "it deletes files that may require special tools to rebuild."
490
 
491
maintainer-clean: maintainer-clean-am
492
 
493
.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
494
clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
495
mostlyclean-compile distclean-compile clean-compile \
496
maintainer-clean-compile mostlyclean-libtool distclean-libtool \
497
clean-libtool maintainer-clean-libtool mostlyclean-noinstLTLIBRARIES \
498
distclean-noinstLTLIBRARIES clean-noinstLTLIBRARIES \
499
maintainer-clean-noinstLTLIBRARIES tags mostlyclean-tags distclean-tags \
500
clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
501
check-am installcheck-am installcheck install-info-am install-info \
502
install-exec-am install-exec install-data-am install-data install-am \
503
install uninstall-am uninstall all-redirect all-am all installdirs \
504
mostlyclean-generic distclean-generic clean-generic \
505
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
506
 
507
 
508
objectlist.awk.in: $(noinst_LTLIBRARIES)
509
        -rm -f objectlist.awk.in
510
        for i in `ls *.lo` ; \
511
        do \
512
          echo $$i `pwd`/$$i >> objectlist.awk.in ; \
513
        done
514
 
515
mallocr.$(oext): mallocr.c
516
        $(MALLOC_COMPILE) -DDEFINE_MALLOC -c $(srcdir)/mallocr.c -o $@
517
 
518
freer.$(oext): mallocr.c
519
        $(MALLOC_COMPILE) -DDEFINE_FREE -c $(srcdir)/mallocr.c -o $@
520
 
521
reallocr.$(oext): mallocr.c
522
        $(MALLOC_COMPILE) -DDEFINE_REALLOC -c $(srcdir)/mallocr.c -o $@
523
 
524
callocr.$(oext): mallocr.c
525
        $(MALLOC_COMPILE) -DDEFINE_CALLOC -c $(srcdir)/mallocr.c -o $@
526
 
527
cfreer.$(oext): mallocr.c
528
        $(MALLOC_COMPILE) -DDEFINE_CFREE -c $(srcdir)/mallocr.c -o $@
529
 
530
malignr.$(oext): mallocr.c
531
        $(MALLOC_COMPILE) -DDEFINE_MEMALIGN -c $(srcdir)/mallocr.c -o $@
532
 
533
vallocr.$(oext): mallocr.c
534
        $(MALLOC_COMPILE) -DDEFINE_VALLOC -c $(srcdir)/mallocr.c -o $@
535
 
536
pvallocr.$(oext): mallocr.c
537
        $(MALLOC_COMPILE) -DDEFINE_PVALLOC -c $(srcdir)/mallocr.c -o $@
538
 
539
mallinfor.$(oext): mallocr.c
540
        $(MALLOC_COMPILE) -DDEFINE_MALLINFO -c $(srcdir)/mallocr.c -o $@
541
 
542
mallstatsr.$(oext): mallocr.c
543
        $(MALLOC_COMPILE) -DDEFINE_MALLOC_STATS -c $(srcdir)/mallocr.c -o $@
544
 
545
msizer.$(oext): mallocr.c
546
        $(MALLOC_COMPILE) -DDEFINE_MALLOC_USABLE_SIZE -c $(srcdir)/mallocr.c -o $@
547
 
548
malloptr.$(oext): mallocr.c
549
        $(MALLOC_COMPILE) -DDEFINE_MALLOPT -c $(srcdir)/mallocr.c -o $@
550
 
551
.c.def:
552
        $(CHEW) < $< > $*.def 2> $*.ref
553
        touch stmp-def
554
 
555
doc: $(CHEWOUT_FILES)
556
        cat $(srcdir)/stdlib.tex >> $(TARGETDOC)
557
 
558
dtoa.$(oext): dtoa.c mprec.h
559
ldtoa.$(oext): ldtoa.c mprec.h
560
ecvtbuf.$(oext): ecvtbuf.c mprec.h
561
mbtowc_r.$(oext): mbtowc_r.c mbctype.h
562
        $(LIB_COMPILE) -c -fshort-enums $(srcdir)/mbtowc_r.c -o $@
563
 
564
mprec.$(oext): mprec.c mprec.h
565
strtod.$(oext): strtod.c mprec.h
566
wctomb_r.$(oext): wctomb_r.c mbctype.h
567
drand48.$(oext): drand48.c rand48.h
568
erand48.$(oext): erand48.c rand48.h
569
jrand48.$(oext): jrand48.c rand48.h
570
lcong48.$(oext): lcong48.c rand48.h
571
lrand48.$(oext): lrand48.c rand48.h
572
mrand48.$(oext): mrand48.c rand48.h
573
nrand48.$(oext): nrand48.c rand48.h
574
rand48.$(oext): rand48.c rand48.h
575
seed48.$(oext): seed48.c rand48.h
576
srand48.$(oext): srand48.c rand48.h
577
 
578
# Tell versions [3.59,3.63) of GNU make to not export all variables.
579
# Otherwise a system limit (for SysV at least) may be exceeded.
580
.NOEXPORT:

powered by: WebSVN 2.1.0

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