]> sourceware.org Git - newlib-cygwin.git/blame - newlib/Makefile.in
2002-08-28 Jeff Johnston <jjohnstn@redhat.com>
[newlib-cygwin.git] / newlib / Makefile.in
CommitLineData
8a0efa53
CF
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
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = .
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
eaa75b70
TF
60build_alias = @build_alias@
61build_triplet = @build@
8a0efa53
CF
62host_alias = @host_alias@
63host_triplet = @host@
eaa75b70
TF
64target_alias = @target_alias@
65target_triplet = @target@
8a0efa53
CF
66AR = @AR@
67AS = @AS@
2e1a7175 68AWK = @AWK@
8a0efa53 69CC = @CC@
2e1a7175 70CC_FOR_BUILD = @CC_FOR_BUILD@
7b2b12d5 71CC_FOR_NEWLIB = @CC_FOR_NEWLIB@
8a0efa53
CF
72CPP = @CPP@
73CRT0 = @CRT0@
74CRT0_DIR = @CRT0_DIR@
6e6cd5bd
JJ
75CRT1 = @CRT1@
76CRT1_DIR = @CRT1_DIR@
0953fe64
TF
77CXX = @CXX@
78CXXCPP = @CXXCPP@
2e1a7175 79DLLTOOL = @DLLTOOL@
8a0efa53 80EXEEXT = @EXEEXT@
0953fe64
TF
81GCJ = @GCJ@
82GCJFLAGS = @GCJFLAGS@
2e1a7175
TF
83LDFLAGS = @LDFLAGS@
84LIBM_MACHINE_OBJECTLIST = @LIBM_MACHINE_OBJECTLIST@
85LIBTOOL = @LIBTOOL@
86LN_S = @LN_S@
87MACHINE_OBJECTLIST = @MACHINE_OBJECTLIST@
8a0efa53
CF
88MAINT = @MAINT@
89MAKEINFO = @MAKEINFO@
90NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
2e1a7175 91OBJDUMP = @OBJDUMP@
0953fe64 92OBJEXT = @OBJEXT@
8a0efa53 93PACKAGE = @PACKAGE@
2e1a7175 94POSIX_OBJECTLIST = @POSIX_OBJECTLIST@
8a0efa53 95RANLIB = @RANLIB@
2e1a7175 96SIGNAL_OBJECTLIST = @SIGNAL_OBJECTLIST@
90b65e2d 97STDIO64_OBJECTLIST = @STDIO64_OBJECTLIST@
0953fe64 98STRIP = @STRIP@
2e1a7175 99SYSCALL_OBJECTLIST = @SYSCALL_OBJECTLIST@
fa4a16a1 100SYS_MACH_OBJECTLIST = @SYS_MACH_OBJECTLIST@
2e1a7175
TF
101SYS_OBJECTLIST = @SYS_OBJECTLIST@
102UNIX_OBJECTLIST = @UNIX_OBJECTLIST@
8a0efa53 103VERSION = @VERSION@
2e1a7175
TF
104aext = @aext@
105libm_machine_dir = @libm_machine_dir@
8a0efa53
CF
106machine_dir = @machine_dir@
107newlib_basedir = @newlib_basedir@
2e1a7175 108oext = @oext@
8a0efa53
CF
109sys_dir = @sys_dir@
110
eaa75b70 111AUTOMAKE_OPTIONS = cygnus dejagnu
8a0efa53
CF
112
113# Multilib support variables.
114MULTISRCTOP =
115MULTIBUILDTOP =
116MULTIDIRS =
117MULTISUBDIR =
118MULTIDO = true
119MULTICLEAN = true
120
2e1a7175
TF
121LIBTOOL_VERSION_INFO = 0:0:0
122@NEWLIB_HW_FP_TRUE@MATHDIR = @NEWLIB_HW_FP_TRUE@mathfp
123@NEWLIB_HW_FP_FALSE@MATHDIR = @NEWLIB_HW_FP_FALSE@math
124
8a0efa53
CF
125# Work around what appears to be a GNU make bug handling MAKEFLAGS
126# values defined in terms of make variables, as is the case for CC and
127# friends when we are called from the top level Makefile.
128AM_MAKEFLAGS = \
129 "AR_FLAGS=$(AR_FLAGS)" \
130 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
131 "CFLAGS=$(CFLAGS)" \
132 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
133 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
8a0efa53
CF
134 "LDFLAGS=$(LDFLAGS)" \
135 "LIBCFLAGS=$(LIBCFLAGS)" \
136 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
137 "MAKE=$(MAKE)" \
138 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
139 "PICFLAG=$(PICFLAG)" \
140 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
141 "SHELL=$(SHELL)" \
142 "EXPECT=$(EXPECT)" \
143 "RUNTEST=$(RUNTEST)" \
144 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
145 "exec_prefix=$(exec_prefix)" \
146 "infodir=$(infodir)" \
147 "libdir=$(libdir)" \
148 "prefix=$(prefix)" \
149 "tooldir=$(tooldir)" \
19f111bd 150 "top_toollibdir=$(toollibdir)" \
8a0efa53
CF
151 "AR=$(AR)" \
152 "AS=$(AS)" \
7b2b12d5 153 "CC=$(CC_FOR_NEWLIB)" \
8a0efa53
CF
154 "LD=$(LD)" \
155 "LIBCFLAGS=$(LIBCFLAGS)" \
156 "NM=$(NM)" \
157 "PICFLAG=$(PICFLAG)" \
158 "RANLIB=$(RANLIB)" \
159 "DESTDIR=$(DESTDIR)"
160
161
a08c98bb 162FLAGS_TO_PASS = $(AM_MAKEFLAGS)
a08c98bb 163@HAVE_DOC_TRUE@DOCDIR = @HAVE_DOC_TRUE@doc
08e857b4 164@HAVE_DOC_FALSE@DOCDIR =
8a0efa53 165
fa4a16a1
JJ
166SUBDIRS = libc libm \
167 $(DOCDIR) .
168
8a0efa53
CF
169
170tooldir = $(exec_prefix)/$(host_alias)
171toollibdir = $(tooldir)/lib$(MULTISUBDIR)
172
173AR_FLAGS = rc
174
fa4a16a1
JJ
175@USE_LIBTOOL_TRUE@toollib_LTLIBRARIES = @USE_LIBTOOL_TRUE@libm.la \
176@USE_LIBTOOL_TRUE@ libc.la
177@USE_LIBTOOL_FALSE@toollib_LIBRARIES = @USE_LIBTOOL_FALSE@libm.a \
178@USE_LIBTOOL_FALSE@ libc.a
2e1a7175 179
8a0efa53
CF
180noinst_DATA = stmp-targ-include
181
6e6cd5bd 182toollib_DATA = $(CRT0) $(CRT1)
2e1a7175 183
8a0efa53
CF
184# The functions ldexp, frexp and modf are traditionally supplied in
185# both libc.a and libm.a. We build them in libm.a and copy them over,
186# along with some required supporting routines.
187MATHOBJS_IN_LIBC = \
2e1a7175
TF
188 s_isinf.$(oext) sf_isinf.$(oext) \
189 s_isnan.$(oext) sf_isnan.$(oext) \
190 s_ldexp.$(oext) sf_ldexp.$(oext) \
191 s_frexp.$(oext) sf_frexp.$(oext) \
192 s_modf.$(oext) \
193 sf_modf.$(oext) s_scalbn.$(oext) \
194 sf_scalbn.$(oext) \
195 s_finite.$(oext) sf_finite.$(oext) \
196 s_copysign.$(oext) sf_copysign.$(oext) \
197 s_infconst.$(oext)
198
199
200LIBC_OBJECTLISTS = \
201 $(POSIX_OBJECTLIST) \
202 $(SIGNAL_OBJECTLIST) \
203 $(SYSCALL_OBJECTLIST) \
204 $(UNIX_OBJECTLIST) \
90b65e2d 205 $(STDIO64_OBJECTLIST) \
b56d7e79 206 libc/argz/objectlist.awk.in \
2e1a7175
TF
207 libc/stdlib/objectlist.awk.in \
208 libc/time/objectlist.awk.in \
209 libc/ctype/objectlist.awk.in \
a7b23a8f 210 libc/search/objectlist.awk.in \
2e1a7175
TF
211 libc/string/objectlist.awk.in \
212 libc/locale/objectlist.awk.in \
213 libc/misc/objectlist.awk.in \
214 libc/reent/objectlist.awk.in \
215 libc/errno/objectlist.awk.in \
216 libc/stdio/objectlist.awk.in \
217 $(MACHINE_OBJECTLIST) \
fa4a16a1
JJ
218 $(SYS_OBJECTLIST) \
219 $(SYS_MACH_OBJECTLIST)
2e1a7175
TF
220
221
222LIBM_OBJECTLISTS = \
223 libm/$(MATHDIR)/objectlist.awk.in \
224 libm/common/objectlist.awk.in \
225 $(LIBM_MACHINE_OBJECTLIST)
226
227
0953fe64 228libm_la_LDFLAGS = -version-info $(LIBTOOL_VERSION_INFO) -release newlib -no-undefined -Xcompiler -nostdlib -Xlinker --version-script=$(srcdir)/libc/sys/linux/shared.ld -objectlist libm-libtool-objectlist
2e1a7175 229
0953fe64 230libc_la_LDFLAGS = -version-info $(LIBTOOL_VERSION_INFO) -release newlib -no-undefined -Xcompiler -nostdlib -Xlinker --version-script=$(srcdir)/libc/sys/linux/shared.ld -objectlist libc-libtool-objectlist
2e1a7175
TF
231
232@USE_LIBTOOL_TRUE@libm_la_SOURCES =
233@USE_LIBTOOL_TRUE@libm_la_DEPENDENCIES = @USE_LIBTOOL_TRUE@libm-libtool-objectlist
234
235@USE_LIBTOOL_TRUE@libc_la_SOURCES =
236@USE_LIBTOOL_TRUE@libc_la_DEPENDENCIES = @USE_LIBTOOL_TRUE@libc-libtool-objectlist
8a0efa53
CF
237
238CLEANFILES = targ-include stmp-targ-include
239
240CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
241
242MAKEOVERRIDES =
eaa75b70
TF
243
244# dejagnu support
245
246RUNTESTFLAGS =
8a0efa53
CF
247ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
248mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
8da1639b 249CONFIG_HEADER = newlib.h
8a0efa53
CF
250CONFIG_CLEAN_FILES =
251LIBRARIES = $(toollib_LIBRARIES)
252
253
8da1639b 254DEFS = @DEFS@ -I. -I$(srcdir) -I.
8a0efa53 255CPPFLAGS = @CPPFLAGS@
8a0efa53
CF
256LIBS = @LIBS@
257libm_a_LIBADD =
258libm_a_SOURCES = libm.a.c
0953fe64 259libm_a_OBJECTS = libm.a.$(OBJEXT)
8a0efa53
CF
260libc_a_LIBADD =
261libc_a_SOURCES = libc.a.c
0953fe64 262libc_a_OBJECTS = libc.a.$(OBJEXT)
2e1a7175
TF
263LTLIBRARIES = $(toollib_LTLIBRARIES)
264
265libm_la_LIBADD =
266@USE_LIBTOOL_TRUE@libm_la_OBJECTS =
267libc_la_LIBADD =
268@USE_LIBTOOL_TRUE@libc_la_OBJECTS =
8a0efa53
CF
269CFLAGS = @CFLAGS@
270COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
2e1a7175 271LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
8a0efa53 272CCLD = $(CC)
2e1a7175 273LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
8a0efa53
CF
274DATA = $(noinst_DATA) $(toollib_DATA)
275
8da1639b
JJ
276DIST_COMMON = README ./stamp-h.in ChangeLog Makefile.am Makefile.in \
277NEWS acinclude.m4 aclocal.m4 configure configure.in newlib.hin
8a0efa53
CF
278
279
280DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
281
a36cd013 282TAR = gtar
8a0efa53
CF
283GZIP_ENV = --best
284DIST_SUBDIRS = libc libm doc .
eaa75b70
TF
285EXPECT = `if test -f $(top_builddir)/../expect/expect; then echo $(top_builddir)/../expect/expect; else echo expect; fi`
286RUNTEST = `if test -f $(top_srcdir)/../dejagnu/runtest; then echo $(top_srcdir)/../dejagnu/runtest; else echo runtest; fi`
2e1a7175 287SOURCES = libm.a.c libc.a.c $(libm_la_SOURCES) $(libc_la_SOURCES)
0953fe64 288OBJECTS = libm.a.$(OBJEXT) libc.a.$(OBJEXT) $(libm_la_OBJECTS) $(libc_la_OBJECTS)
8a0efa53
CF
289
290all: all-redirect
291.SUFFIXES:
0953fe64 292.SUFFIXES: .S .c .lo .o .obj .s
8a0efa53
CF
293$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
294 cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
295
296Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
297 cd $(top_builddir) \
298 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
299
300$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4
301 cd $(srcdir) && $(ACLOCAL)
302
303config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
304 $(SHELL) ./config.status --recheck
305$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
306 cd $(srcdir) && $(AUTOCONF)
307
8da1639b
JJ
308newlib.h: stamp-h
309 @if test ! -f $@; then \
310 rm -f stamp-h; \
311 $(MAKE) stamp-h; \
312 else :; fi
313stamp-h: $(srcdir)/newlib.hin $(top_builddir)/config.status
314 cd $(top_builddir) \
315 && CONFIG_FILES= CONFIG_HEADERS=newlib.h:newlib.hin \
316 $(SHELL) ./config.status
317 @echo timestamp > stamp-h 2> /dev/null
318$(srcdir)/newlib.hin: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
319 @if test ! -f $@; then \
320 rm -f $(srcdir)/stamp-h.in; \
321 $(MAKE) $(srcdir)/stamp-h.in; \
322 else :; fi
323$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
324 cd $(top_srcdir) && $(AUTOHEADER)
325 @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
326
327mostlyclean-hdr:
328
329clean-hdr:
330
331distclean-hdr:
332 -rm -f newlib.h
333
334maintainer-clean-hdr:
335
8a0efa53
CF
336mostlyclean-toollibLIBRARIES:
337
338clean-toollibLIBRARIES:
339 -test -z "$(toollib_LIBRARIES)" || rm -f $(toollib_LIBRARIES)
340
341distclean-toollibLIBRARIES:
342
343maintainer-clean-toollibLIBRARIES:
344
345install-toollibLIBRARIES: $(toollib_LIBRARIES)
346 @$(NORMAL_INSTALL)
347 $(mkinstalldirs) $(DESTDIR)$(toollibdir)
348 @list='$(toollib_LIBRARIES)'; for p in $$list; do \
349 if test -f $$p; then \
350 echo " $(INSTALL_DATA) $$p $(DESTDIR)$(toollibdir)/$$p"; \
351 $(INSTALL_DATA) $$p $(DESTDIR)$(toollibdir)/$$p; \
352 else :; fi; \
353 done
354 @$(POST_INSTALL)
355 @list='$(toollib_LIBRARIES)'; for p in $$list; do \
356 if test -f $$p; then \
357 echo " $(RANLIB) $(DESTDIR)$(toollibdir)/$$p"; \
358 $(RANLIB) $(DESTDIR)$(toollibdir)/$$p; \
359 else :; fi; \
360 done
361
362uninstall-toollibLIBRARIES:
363 @$(NORMAL_UNINSTALL)
364 list='$(toollib_LIBRARIES)'; for p in $$list; do \
365 rm -f $(DESTDIR)$(toollibdir)/$$p; \
366 done
367
368.c.o:
369 $(COMPILE) -c $<
370
0953fe64
TF
371# FIXME: We should only use cygpath when building on Windows,
372# and only if it is available.
373.c.obj:
374 $(COMPILE) -c `cygpath -w $<`
375
8a0efa53
CF
376.s.o:
377 $(COMPILE) -c $<
378
379.S.o:
380 $(COMPILE) -c $<
381
382mostlyclean-compile:
383 -rm -f *.o core *.core
0953fe64 384 -rm -f *.$(OBJEXT)
8a0efa53
CF
385
386clean-compile:
387
388distclean-compile:
389 -rm -f *.tab.c
390
391maintainer-clean-compile:
392
2e1a7175
TF
393.c.lo:
394 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
395
396.s.lo:
397 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
398
399.S.lo:
400 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
401
402mostlyclean-libtool:
403 -rm -f *.lo
404
405clean-libtool:
406 -rm -rf .libs _libs
407
408distclean-libtool:
409
410maintainer-clean-libtool:
411
412mostlyclean-toollibLTLIBRARIES:
413
414clean-toollibLTLIBRARIES:
415 -test -z "$(toollib_LTLIBRARIES)" || rm -f $(toollib_LTLIBRARIES)
416
417distclean-toollibLTLIBRARIES:
418
419maintainer-clean-toollibLTLIBRARIES:
420
421install-toollibLTLIBRARIES: $(toollib_LTLIBRARIES)
422 @$(NORMAL_INSTALL)
423 $(mkinstalldirs) $(DESTDIR)$(toollibdir)
424 @list='$(toollib_LTLIBRARIES)'; for p in $$list; do \
425 if test -f $$p; then \
426 echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(toollibdir)/$$p"; \
427 $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(toollibdir)/$$p; \
428 else :; fi; \
429 done
430
431uninstall-toollibLTLIBRARIES:
432 @$(NORMAL_UNINSTALL)
433 list='$(toollib_LTLIBRARIES)'; for p in $$list; do \
434 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(toollibdir)/$$p; \
435 done
436
437libm.la: $(libm_la_OBJECTS) $(libm_la_DEPENDENCIES)
438 $(LINK) -rpath $(toollibdir) $(libm_la_LDFLAGS) $(libm_la_OBJECTS) $(libm_la_LIBADD) $(LIBS)
439
440libc.la: $(libc_la_OBJECTS) $(libc_la_DEPENDENCIES)
441 $(LINK) -rpath $(toollibdir) $(libc_la_LDFLAGS) $(libc_la_OBJECTS) $(libc_la_LIBADD) $(LIBS)
442
8a0efa53
CF
443install-toollibDATA: $(toollib_DATA)
444 @$(NORMAL_INSTALL)
445 $(mkinstalldirs) $(DESTDIR)$(toollibdir)
446 @list='$(toollib_DATA)'; for p in $$list; do \
447 if test -f $(srcdir)/$$p; then \
448 echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(toollibdir)/$$p"; \
449 $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(toollibdir)/$$p; \
450 else if test -f $$p; then \
451 echo " $(INSTALL_DATA) $$p $(DESTDIR)$(toollibdir)/$$p"; \
452 $(INSTALL_DATA) $$p $(DESTDIR)$(toollibdir)/$$p; \
453 fi; fi; \
454 done
455
456uninstall-toollibDATA:
457 @$(NORMAL_UNINSTALL)
458 list='$(toollib_DATA)'; for p in $$list; do \
459 rm -f $(DESTDIR)$(toollibdir)/$$p; \
460 done
461
462# This directory's subdirectories are mostly independent; you can cd
463# into them and run `make' without going through this Makefile.
464# To change the values of `make' variables: instead of editing Makefiles,
465# (1) if the variable is set in `config.status', edit `config.status'
466# (which will cause the Makefiles to be regenerated when you run `make');
467# (2) otherwise, pass the desired values on the `make' command line.
468
469@SET_MAKE@
470
471all-recursive install-data-recursive install-exec-recursive \
472installdirs-recursive install-recursive uninstall-recursive install-info-recursive \
473check-recursive installcheck-recursive info-recursive dvi-recursive:
474 @set fnord $(MAKEFLAGS); amf=$$2; \
475 dot_seen=no; \
476 target=`echo $@ | sed s/-recursive//`; \
477 list='$(SUBDIRS)'; for subdir in $$list; do \
478 echo "Making $$target in $$subdir"; \
479 if test "$$subdir" = "."; then \
480 dot_seen=yes; \
481 local_target="$$target-am"; \
482 else \
483 local_target="$$target"; \
484 fi; \
485 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
486 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
487 done; \
488 if test "$$dot_seen" = "no"; then \
489 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
490 fi; test -z "$$fail"
491
492mostlyclean-recursive clean-recursive distclean-recursive \
493maintainer-clean-recursive:
494 @set fnord $(MAKEFLAGS); amf=$$2; \
495 dot_seen=no; \
496 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
497 rev="$$subdir $$rev"; \
498 test "$$subdir" = "." && dot_seen=yes; \
499 done; \
500 test "$$dot_seen" = "no" && rev=". $$rev"; \
501 target=`echo $@ | sed s/-recursive//`; \
502 for subdir in $$rev; do \
503 echo "Making $$target in $$subdir"; \
504 if test "$$subdir" = "."; then \
505 local_target="$$target-am"; \
506 else \
507 local_target="$$target"; \
508 fi; \
509 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
510 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
511 done && test -z "$$fail"
512tags-recursive:
513 list='$(SUBDIRS)'; for subdir in $$list; do \
514 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
515 done
516
517tags: TAGS
518
519ID: $(HEADERS) $(SOURCES) $(LISP)
520 list='$(SOURCES) $(HEADERS)'; \
521 unique=`for i in $$list; do echo $$i; done | \
522 awk ' { files[$$0] = 1; } \
523 END { for (i in files) print i; }'`; \
524 here=`pwd` && cd $(srcdir) \
525 && mkid -f$$here/ID $$unique $(LISP)
526
8da1639b 527TAGS: tags-recursive $(HEADERS) $(SOURCES) newlib.hin $(TAGS_DEPENDENCIES) $(LISP)
8a0efa53
CF
528 tags=; \
529 here=`pwd`; \
530 list='$(SUBDIRS)'; for subdir in $$list; do \
531 if test "$$subdir" = .; then :; else \
532 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
533 fi; \
534 done; \
535 list='$(SOURCES) $(HEADERS)'; \
536 unique=`for i in $$list; do echo $$i; done | \
537 awk ' { files[$$0] = 1; } \
538 END { for (i in files) print i; }'`; \
8da1639b
JJ
539 test -z "$(ETAGS_ARGS)newlib.hin$$unique$(LISP)$$tags" \
540 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags newlib.hin $$unique $(LISP) -o $$here/TAGS)
8a0efa53
CF
541
542mostlyclean-tags:
543
544clean-tags:
545
546distclean-tags:
547 -rm -f TAGS ID
548
549maintainer-clean-tags:
550
551distdir = $(PACKAGE)-$(VERSION)
552top_distdir = $(distdir)
553
554# This target untars the dist file and tries a VPATH configuration. Then
555# it guarantees that the distribution is self-contained by making another
556# tarfile.
557distcheck: dist
558 -rm -rf $(distdir)
559 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
560 mkdir $(distdir)/=build
561 mkdir $(distdir)/=inst
562 dc_install_base=`cd $(distdir)/=inst && pwd`; \
563 cd $(distdir)/=build \
564 && ../configure --srcdir=.. --prefix=$$dc_install_base \
565 && $(MAKE) $(AM_MAKEFLAGS) \
566 && $(MAKE) $(AM_MAKEFLAGS) dvi \
567 && $(MAKE) $(AM_MAKEFLAGS) check \
568 && $(MAKE) $(AM_MAKEFLAGS) install \
569 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
570 && $(MAKE) $(AM_MAKEFLAGS) dist
571 -rm -rf $(distdir)
572 @banner="$(distdir).tar.gz is ready for distribution"; \
573 dashes=`echo "$$banner" | sed s/./=/g`; \
574 echo "$$dashes"; \
575 echo "$$banner"; \
576 echo "$$dashes"
577dist: distdir
578 -chmod -R a+r $(distdir)
579 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
580 -rm -rf $(distdir)
581dist-all: distdir
582 -chmod -R a+r $(distdir)
583 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
584 -rm -rf $(distdir)
585distdir: $(DISTFILES)
586 -rm -rf $(distdir)
587 mkdir $(distdir)
588 -chmod 777 $(distdir)
589 @for file in $(DISTFILES); do \
590 if test -f $$file; then d=.; else d=$(srcdir); fi; \
591 if test -d $$d/$$file; then \
a08c98bb 592 cp -pr $$d/$$file $(distdir)/$$file; \
8a0efa53
CF
593 else \
594 test -f $(distdir)/$$file \
595 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
596 || cp -p $$d/$$file $(distdir)/$$file || :; \
597 fi; \
598 done
599 for subdir in $(DIST_SUBDIRS); do \
600 if test "$$subdir" = .; then :; else \
601 test -d $(distdir)/$$subdir \
602 || mkdir $(distdir)/$$subdir \
603 || exit 1; \
604 chmod 777 $(distdir)/$$subdir; \
605 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
606 || exit 1; \
607 fi; \
608 done
eaa75b70
TF
609
610DEJATOOL = $(PACKAGE)
611
612RUNTESTDEFAULTFLAGS = --tool $(DEJATOOL) --srcdir $$srcdir
8a0efa53
CF
613info-am:
614info: info-recursive
615dvi-am:
616dvi: dvi-recursive
617check-am:
eaa75b70 618 $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
8a0efa53
CF
619check: check-recursive
620installcheck-am:
621installcheck: installcheck-recursive
622install-info-am:
623install-info: install-info-recursive
8da1639b
JJ
624all-recursive-am: newlib.h
625 $(MAKE) $(AM_MAKEFLAGS) all-recursive
626
8a0efa53
CF
627install-exec-am:
628install-exec: install-exec-recursive
629
2e1a7175
TF
630install-data-am: install-toollibLIBRARIES install-toollibLTLIBRARIES \
631 install-toollibDATA install-data-local
8a0efa53
CF
632install-data: install-data-recursive
633
634install-am: all-am
635 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
636install: install-recursive
2e1a7175
TF
637uninstall-am: uninstall-toollibLIBRARIES uninstall-toollibLTLIBRARIES \
638 uninstall-toollibDATA
8a0efa53 639uninstall: uninstall-recursive
8da1639b
JJ
640all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(DATA) newlib.h
641all-redirect: all-recursive-am
8a0efa53
CF
642install-strip:
643 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
644installdirs: installdirs-recursive
645installdirs-am:
2e1a7175
TF
646 $(mkinstalldirs) $(DESTDIR)$(toollibdir) $(DESTDIR)$(toollibdir) \
647 $(DESTDIR)$(toollibdir)
8a0efa53
CF
648
649
650mostlyclean-generic:
651
652clean-generic:
653 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
654
655distclean-generic:
656 -rm -f Makefile $(CONFIG_CLEAN_FILES)
657 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
658
659maintainer-clean-generic:
8da1639b
JJ
660mostlyclean-am: mostlyclean-hdr mostlyclean-toollibLIBRARIES \
661 mostlyclean-compile mostlyclean-libtool \
662 mostlyclean-toollibLTLIBRARIES mostlyclean-tags \
663 mostlyclean-generic
8a0efa53
CF
664
665mostlyclean: mostlyclean-recursive
666
8da1639b 667clean-am: clean-hdr clean-toollibLIBRARIES clean-compile clean-libtool \
2e1a7175 668 clean-toollibLTLIBRARIES clean-tags clean-generic \
8a0efa53
CF
669 mostlyclean-am
670
671clean: clean-recursive
672
8da1639b
JJ
673distclean-am: distclean-hdr distclean-toollibLIBRARIES \
674 distclean-compile distclean-libtool \
675 distclean-toollibLTLIBRARIES distclean-tags \
676 distclean-generic clean-am
2e1a7175 677 -rm -f libtool
8a0efa53
CF
678
679distclean: distclean-recursive
680 -rm -f config.status
681
8da1639b
JJ
682maintainer-clean-am: maintainer-clean-hdr \
683 maintainer-clean-toollibLIBRARIES \
2e1a7175
TF
684 maintainer-clean-compile maintainer-clean-libtool \
685 maintainer-clean-toollibLTLIBRARIES \
686 maintainer-clean-tags maintainer-clean-generic \
687 distclean-am
8a0efa53
CF
688 @echo "This command is intended for maintainers to use;"
689 @echo "it deletes files that may require special tools to rebuild."
690
691maintainer-clean: maintainer-clean-recursive
692 -rm -f config.status
693
8da1639b
JJ
694.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
695mostlyclean-toollibLIBRARIES distclean-toollibLIBRARIES \
8a0efa53
CF
696clean-toollibLIBRARIES maintainer-clean-toollibLIBRARIES \
697uninstall-toollibLIBRARIES install-toollibLIBRARIES mostlyclean-compile \
698distclean-compile clean-compile maintainer-clean-compile \
2e1a7175
TF
699mostlyclean-libtool distclean-libtool clean-libtool \
700maintainer-clean-libtool mostlyclean-toollibLTLIBRARIES \
701distclean-toollibLTLIBRARIES clean-toollibLTLIBRARIES \
702maintainer-clean-toollibLTLIBRARIES uninstall-toollibLTLIBRARIES \
703install-toollibLTLIBRARIES uninstall-toollibDATA install-toollibDATA \
704install-data-recursive uninstall-data-recursive install-exec-recursive \
8a0efa53
CF
705uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
706all-recursive check-recursive installcheck-recursive info-recursive \
707dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
708maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
eaa75b70
TF
709distclean-tags clean-tags maintainer-clean-tags distdir check-DEJAGNU \
710info-am info dvi-am dvi check check-am installcheck-am installcheck \
8da1639b
JJ
711install-info-am install-info all-recursive-am install-exec-am \
712install-exec install-data-local install-data-am install-data install-am \
713install uninstall-am uninstall all-redirect all-am all installdirs-am \
eaa75b70
TF
714installdirs mostlyclean-generic distclean-generic clean-generic \
715maintainer-clean-generic clean mostlyclean distclean maintainer-clean
8a0efa53
CF
716
717
2e1a7175
TF
718# objects listed later in LIBM_OBJECTLISTS will override those listed earlier
719@USE_LIBTOOL_TRUE@libm-libtool-objectlist: $(LIBM_OBJECTLISTS)
720@USE_LIBTOOL_TRUE@ cat $(LIBM_OBJECTLISTS) | $(AWK) '{ libm[$$1] = $$2 }; END { for (x in libm) printf ("%s\n", libm[x]) }' > $@
8a0efa53 721
2e1a7175
TF
722# objects listed later in LIBM_OBJECTLISTS and LIBC_OBJECTLISTS will override those listed earlier
723@USE_LIBTOOL_TRUE@libc-libtool-objectlist: $(LIBM_OBJECTLISTS) $(LIBC_OBJECTLISTS)
724@USE_LIBTOOL_TRUE@ cat $(LIBM_OBJECTLISTS) $(LIBC_OBJECTLISTS) | $(AWK) '{ libc[$$1] = $$2 }; END { for (x in libc) printf ("%s\n", libc[x]) }' > $@
8a0efa53 725
2e1a7175
TF
726@USE_LIBTOOL_FALSE@libc.a: libc/libc.a libm.a
727@USE_LIBTOOL_FALSE@ rm -rf libc.a libg.a tmp
728@USE_LIBTOOL_FALSE@ mkdir tmp
729@USE_LIBTOOL_FALSE@ cd tmp; \
730@USE_LIBTOOL_FALSE@ $(AR) x ../libm.a $(MATHOBJS_IN_LIBC) ; \
731@USE_LIBTOOL_FALSE@ $(AR) x ../libc/libc.a ; \
732@USE_LIBTOOL_FALSE@ $(AR) $(AR_FLAGS) ../$@ *.o
733@USE_LIBTOOL_FALSE@ $(RANLIB) libc.a
734@USE_LIBTOOL_FALSE@ ln libc.a libg.a >/dev/null 2>/dev/null || cp libc.a libg.a
735@USE_LIBTOOL_FALSE@ rm -rf tmp
736
737@USE_LIBTOOL_FALSE@libc/libc.a: ; @true
738
739@USE_LIBTOOL_FALSE@libm.a: libm/libm.a
740@USE_LIBTOOL_FALSE@ rm -f $@
741@USE_LIBTOOL_FALSE@ ln libm/libm.a $@ >/dev/null 2>/dev/null || cp libm/libm.a $@
8a0efa53 742
2e1a7175 743@USE_LIBTOOL_FALSE@libm/libm.a: ; @true
8a0efa53 744
5f1c13c6 745crt0.o: $(CRT0_DIR)$(CRT0)
8a0efa53 746 rm -f $@
5f1c13c6
TF
747 ln $(CRT0_DIR)$(CRT0) $@ >/dev/null 2>/dev/null \
748 || cp $(CRT0_DIR)$(CRT0) $@
8a0efa53 749
5f1c13c6 750$(CRT0_DIR)$(CRT0): ; @true
8a0efa53 751
5f1c13c6 752crt1.o: $(CRT1_DIR)$(CRT1)
6e6cd5bd 753 rm -f $@
5f1c13c6
TF
754 ln $(CRT0_DIR)$(CRT0) $@ >/dev/null 2>/dev/null \
755 || cp $(CRT0_DIR)$(CRT0) $@
6e6cd5bd 756
5f1c13c6 757$(CRT1_DIR)$(CRT1): ; @true
6e6cd5bd 758
8a0efa53
CF
759all-recursive: stmp-targ-include
760
761# The targ-include directory just holds the includes files for the
762# particular system and machine we have been configured for. It is
763# used while building.
764stmp-targ-include: config.status
765 -rm -rf targ-include stmp-targ-include
766 mkdir targ-include targ-include/sys targ-include/machine
8da1639b 767 cp newlib.h targ-include/newlib.h
8a0efa53
CF
768 -for i in $(srcdir)/libc/machine/$(machine_dir)/machine/*.h; do \
769 if [ -f $$i ]; then \
770 cp $$i targ-include/machine/`basename $$i`; \
771 else true; fi ; \
772 done
773 -for i in $(srcdir)/libc/sys/$(sys_dir)/include/*.h; do \
774 if [ -f $$i ]; then \
775 cp $$i targ-include/`basename $$i`; \
776 else true; fi ; \
777 done
778 -for i in $(srcdir)/libc/sys/$(sys_dir)/sys/*.h; do \
779 if [ -f $$i ]; then \
780 cp $$i targ-include/sys/`basename $$i`; \
781 else true; fi ; \
782 done
fa4a16a1
JJ
783 -for i in $(srcdir)/libc/sys/$(sys_dir)/machine/$(machine_dir)/*.h; do \
784 if [ -f $$i ]; then \
785 cp $$i targ-include/machine/`basename $$i`; \
786 else true; fi ; \
787 done
5e2cbfb6
JJ
788 -for i in $(srcdir)/libc/sys/$(sys_dir)/machine/$(machine_dir)/include/*.h; do \
789 if [ -f $$i ]; then \
790 cp $$i targ-include/machine/`basename $$i`; \
791 else true; fi ; \
792 done
8a0efa53
CF
793 touch $@
794
a385ae75 795install-data-local: install-toollibLIBRARIES
2e1a7175
TF
796@USE_LIBTOOL_FALSE@ rm -f $(DESTDIR)$(toollibdir)/libg.a
797@USE_LIBTOOL_FALSE@ ln $(DESTDIR)$(toollibdir)/libc.a $(DESTDIR)$(toollibdir)/libg.a >/dev/null 2>/dev/null || cp $(DESTDIR)$(toollibdir)/libc.a $(DESTDIR)$(toollibdir)/libg.a
8a0efa53
CF
798 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do
799 -if [ -z "$(MULTISUBDIR)" ]; then \
adbbb034 800 $(mkinstalldirs) $(DESTDIR)$(tooldir)/include; \
8da1639b 801 $(INSTALL_DATA) newlib.h $(DESTDIR)$(tooldir)/include/newlib.h; \
8a0efa53 802 for i in $(srcdir)/libc/include/*.h; do \
a385ae75 803 $(INSTALL_DATA) $$i $(DESTDIR)$(tooldir)/include/`basename $$i`; \
8a0efa53 804 done; \
adbbb034 805 $(mkinstalldirs) $(DESTDIR)$(tooldir)/include/machine; \
8a0efa53 806 for i in $(srcdir)/libc/include/machine/*.h; do \
a385ae75 807 $(INSTALL_DATA) $$i $(DESTDIR)$(tooldir)/include/machine/`basename $$i`; \
8a0efa53
CF
808 done; \
809 for i in $(srcdir)/libc/machine/$(machine_dir)/machine/*.h; do \
810 if [ -f $$i ]; then \
a385ae75 811 $(INSTALL_DATA) $$i $(DESTDIR)$(tooldir)/include/machine/`basename $$i`; \
8a0efa53
CF
812 else true; fi ; \
813 done; \
adbbb034 814 $(mkinstalldirs) $(DESTDIR)$(tooldir)/include/sys; \
8a0efa53 815 for i in $(srcdir)/libc/include/sys/*.h; do \
a385ae75 816 $(INSTALL_DATA) $$i $(DESTDIR)$(tooldir)/include/sys/`basename $$i`; \
8a0efa53
CF
817 done; \
818 for i in $(srcdir)/libc/sys/$(sys_dir)/sys/*.h; do \
819 if [ -f $$i ]; then \
a385ae75 820 $(INSTALL_DATA) $$i $(DESTDIR)$(tooldir)/include/sys/`basename $$i`; \
8a0efa53
CF
821 else true; fi ; \
822 done ; \
823 for i in $(srcdir)/libc/sys/$(sys_dir)/include/*.h; do \
824 if [ -f $$i ]; then \
a385ae75 825 $(INSTALL_DATA) $$i $(DESTDIR)$(tooldir)/include/`basename $$i`; \
8a0efa53
CF
826 else true; fi ; \
827 done ; \
5e2cbfb6
JJ
828 for i in $(srcdir)/libc/sys/$(sys_dir)/machine/$(machine_dir)/include/*.h; do \
829 if [ -f $$i ]; then \
830 $(INSTALL_DATA) $$i $(DESTDIR)$(tooldir)/include/machine/`basename $$i`; \
831 else true; fi ; \
832 done ; \
8a0efa53
CF
833 else true; fi
834
835# Force makedoc to be built before building info files.
836info-recursive: doc/makedoc
837dvi-recursive: doc/makedoc
838doc/makedoc:
839 cd doc && $(MAKE) all
840
841# Multilib support.
0717f01c 842.PHONY: all-multi check-multi mostlyclean-multi clean-multi distclean-multi \
8a0efa53
CF
843 maintainer-clean-multi
844
845all-recursive: all-multi
0717f01c 846check-recursive: check-multi
8a0efa53
CF
847mostlyclean-recursive: mostlyclean-multi
848clean-recursive: clean-multi
849distclean-recursive: distclean-multi
850maintainer-clean-recursive: maintainer-clean-multi
851
852all-multi:
853 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do
0717f01c
TF
854check-multi:
855 $(MULTIDO) $(AM_MAKEFLAGS) DO=check multi-do
8a0efa53
CF
856mostlyclean-multi:
857 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean
858clean-multi:
859 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean
860distclean-multi:
861 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean
862maintainer-clean-multi:
863 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean
864
eaa75b70
TF
865site.exp: Makefile
866 @echo 'Making a new site.exp file...'
867 @test ! -f site.bak || rm -f site.bak
868 @echo '## these variables are automatically generated by make ##' > $@-t
869 @echo '# Do not edit here. If you wish to override these values' >> $@-t
870 @echo '# edit the last section' >> $@-t
871 @echo 'set tool $(DEJATOOL)' >> $@-t
872 @echo 'set tool_version $(VERSION)' >> $@-t
873 @echo 'set srcdir $(srcdir)/testsuite' >> $@-t
874 @echo 'set objdir' `pwd` >> $@-t
1e997c56 875 @echo 'set multibuildtop ./$(MULTIBUILDTOP)' >> $@-t
4cf4f010
TF
876 @echo 'set host_alias $(build_alias)' >> $@-t
877 @echo 'set host_triplet $(build_triplet)' >> $@-t
eaa75b70
TF
878 @echo 'set target_alias $(host_alias)' >> $@-t
879 @echo 'set target_triplet $(host_triplet)' >> $@-t
880 @echo '## All variables above are generated by configure. Do Not Edit ##' >> $@-t
881 @test ! -f site.exp || sed '1,/^## All variables above are.*##/ d' site.exp >> $@-t
882 @test ! -f site.exp || mv site.exp site.bak
883 @mv $@-t site.exp
884
885check-DEJAGNU: site.exp
886 @if [ -d testsuite ] ; then \
887 true ; \
888 else \
889 mkdir testsuite ; \
890 fi
891 @rm -f testsuite/site.exp
892 @cp site.exp testsuite/site.exp
893 @rootme=`pwd` ; \
894 export rootme ; \
895 srcdir=`cd ${srcdir}; pwd` ; \
896 export srcdir ; \
897 EXPECT=`if [ -f $${rootme}/${MULTIBUILDTOP}../../expect/expect ] ; then \
898 echo $${rootme}/${MULTIBUILDTOP}../../expect/expect ; \
899 else \
900 echo expect ; \
901 fi` ; \
902 export EXPECT ; \
903 echo "Found expect: $${EXPECT}" ; \
904 if [ -f $(top_builddir)/$(MULTIBUILDTOP)../../expect/expect ] ; then \
905 TCL_LIBRARY=`cd $(top_srcdir)/../tcl/library && pwd` ; \
906 export TCL_LIBRARY ; \
907 echo "Found TCL library directory: $${TCL_LIBRARY}" ; \
908 fi ; \
909 RUNTEST=`if [ -f $${srcdir}/../dejagnu/runtest ] ; then \
910 echo $${srcdir}/../dejagnu/runtest ; \
911 else \
912 echo runtest ; \
913 fi` ; \
914 export RUNTEST ; \
915 echo "Found runtest: $${RUNTEST}" ; \
916 cd testsuite ; \
917 if $(SHELL) -c "$$RUNTEST --version" > /dev/null 2>&1 ; then \
0717f01c
TF
918 $$RUNTEST --tool $(DEJATOOL) --srcdir $${srcdir}/testsuite $(RUNTESTFLAGS) ; \
919 : ; \
eaa75b70
TF
920 else \
921 echo "WARNING: could not find \`runtest'" 1>&2 ; \
922 fi
923
8a0efa53
CF
924# Tell versions [3.59,3.63) of GNU make to not export all variables.
925# Otherwise a system limit (for SysV at least) may be exceeded.
926.NOEXPORT:
This page took 0.158654 seconds and 5 git commands to generate.