OSDN Git Service

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