Build it.
[AROS-Contrib.git] / gc / Makefile.in
blobda1a642d0ebb0734612c15c6a29c216b8503bac8
1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
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.
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.
13 # Copyright (c) 1999-2001 by Red Hat, Inc. All rights reserved.
15 # THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
16 # OR IMPLIED. ANY USE IS AT YOUR OWN RISK.
18 # Permission is hereby granted to use or copy this program
19 # for any purpose, provided the above notices are retained on all copies.
20 # Permission to modify the code and to distribute modified code is granted,
21 # provided the above notices are retained, and a notice that the code was
22 # modified is included with the above copyright notice.
24 # Original author: Tom Tromey
27 SHELL = @SHELL@
29 srcdir = @srcdir@
30 top_srcdir = @top_srcdir@
31 VPATH = @srcdir@
32 prefix = @prefix@
33 exec_prefix = @exec_prefix@
35 bindir = @bindir@
36 sbindir = @sbindir@
37 libexecdir = @libexecdir@
38 datadir = @datadir@
39 sysconfdir = @sysconfdir@
40 sharedstatedir = @sharedstatedir@
41 localstatedir = @localstatedir@
42 libdir = @libdir@
43 infodir = @infodir@
44 mandir = @mandir@
45 includedir = @includedir@
46 oldincludedir = /usr/include
48 DESTDIR =
50 pkgdatadir = $(datadir)/@PACKAGE@
51 pkglibdir = $(libdir)/@PACKAGE@
52 pkgincludedir = $(includedir)/@PACKAGE@
54 top_builddir = .
56 ACLOCAL = @ACLOCAL@
57 AUTOCONF = @AUTOCONF@
58 AUTOMAKE = @AUTOMAKE@
59 AUTOHEADER = @AUTOHEADER@
61 INSTALL = @INSTALL@
62 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
63 INSTALL_DATA = @INSTALL_DATA@
64 INSTALL_SCRIPT = @INSTALL_SCRIPT@
65 transform = @program_transform_name@
67 NORMAL_INSTALL = :
68 PRE_INSTALL = :
69 POST_INSTALL = :
70 NORMAL_UNINSTALL = :
71 PRE_UNINSTALL = :
72 POST_UNINSTALL = :
73 build_alias = @build_alias@
74 build_triplet = @build@
75 host_alias = @host_alias@
76 host_triplet = @host@
77 target_alias = @target_alias@
78 target_triplet = @target@
79 AR = @AR@
80 AS = @AS@
81 CC = @CC@
82 CPP = @CPP@
83 CXX = @CXX@
84 CXXCPP = @CXXCPP@
85 CXXINCLUDES = @CXXINCLUDES@
86 DLLTOOL = @DLLTOOL@
87 EXEEXT = @EXEEXT@
88 EXTRA_TEST_LIBS = @EXTRA_TEST_LIBS@
89 GC_CFLAGS = @GC_CFLAGS@
90 INCLUDES = @INCLUDES@
91 LIBTOOL = @LIBTOOL@
92 LN_S = @LN_S@
93 MAINT = @MAINT@
94 MAKEINFO = @MAKEINFO@
95 MY_CFLAGS = @MY_CFLAGS@
96 OBJDUMP = @OBJDUMP@
97 PACKAGE = @PACKAGE@
98 RANLIB = @RANLIB@
99 THREADLIBS = @THREADLIBS@
100 VERSION = @VERSION@
101 addobjs = @addobjs@
102 gc_basedir = @gc_basedir@
103 target_all = @target_all@
105 AUTOMAKE_OPTIONS = cygnus
107 # Multilib support variables.
108 MULTISRCTOP =
109 MULTIBUILDTOP =
110 MULTIDIRS =
111 MULTISUBDIR =
112 MULTIDO = true
113 MULTICLEAN = true
114 @USE_LIBDIR_TRUE@toolexeclibdir = $(libdir)$(MULTISUBDIR)
115 @USE_LIBDIR_FALSE@toolexeclibdir = $(toolexecdir)/lib$(MULTISUBDIR)
116 @USE_LIBDIR_FALSE@toolexecdir = $(exec_prefix)/$(target_alias)
118 toolexeclib_LTLIBRARIES = $(target_all)
119 EXTRA_LTLIBRARIES = libgc.la
120 libgc_la_SOURCES = allchblk.c alloc.c blacklst.c checksums.c dbg_mlc.c dyn_load.c finalize.c gc_dlopen.c gcj_mlc.c headers.c irix_threads.c linux_threads.c malloc.c mallocx.c mark.c mark_rts.c misc.c new_hblk.c obj_map.c os_dep.c pcr_interface.c ptr_chck.c real_malloc.c reclaim.c solaris_pthreads.c solaris_threads.c specific.c stubborn.c typd_mlc.c
123 # Include THREADLIBS here to ensure that the correct versions of
124 # linuxthread semaphore functions get linked:
125 libgc_la_LIBADD = @addobjs@ $(THREADLIBS)
126 libgc_la_DEPENDENCIES = @addobjs@
127 libgc_la_LDFLAGS = -version-info 1:1:0 -rpath $(toolexeclibdir)
129 EXTRA_libgc_la_SOURCES = alpha_mach_dep.s mips_sgi_mach_dep.s mips_ultrix_mach_dep.s powerpc_macosx_mach_dep.s rs6000_mach_dep.s sparc_mach_dep.s sparc_netbsd_mach_dep.s sparc_sunos4_mach_dep.s ia64_save_regs_in_stack.s
132 AM_CXXFLAGS = @GC_CFLAGS@
134 AM_CFLAGS = @GC_CFLAGS@
136 check_PROGRAMS = gctest
137 # Using $< in the above seems to fail with the HP/UX on Itanium make.
139 gctest_OBJECTS = test.o
140 gctest_LDADD = ./libgc.la $(THREADLIBS) $(EXTRA_TEST_LIBS)
141 TESTS_ENVIRONMENT = LD_LIBRARY_PATH=../../$(MULTIBUILDTOP)gcc
142 TESTS = gctest
144 all_objs = @addobjs@ $(libgc_la_OBJECTS)
146 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(MY_CFLAGS) $(GC_CFLAGS)
148 LINK = $(LIBTOOL) --mode=link $(CC) $(AM_CFLAGS) $(MY_CFLAGS) $(LDFLAGS) -o $@
150 # Work around what appears to be a GNU make bug handling MAKEFLAGS
151 # values defined in terms of make variables, as is the case for CC and
152 # friends when we are called from the top level Makefile.
153 AM_MAKEFLAGS = "AR_FLAGS=$(AR_FLAGS)" "CC_FOR_BUILD=$(CC_FOR_BUILD)" "CFLAGS=$(CFLAGS)" "CXXFLAGS=$(CXXFLAGS)" "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" "INSTALL=$(INSTALL)" "INSTALL_DATA=$(INSTALL_DATA)" "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" "LDFLAGS=$(LDFLAGS)" "LIBCFLAGS=$(LIBCFLAGS)" "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" "MAKE=$(MAKE)" "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" "PICFLAG=$(PICFLAG)" "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" "SHELL=$(SHELL)" "EXPECT=$(EXPECT)" "RUNTEST=$(RUNTEST)" "RUNTESTFLAGS=$(RUNTESTFLAGS)" "exec_prefix=$(exec_prefix)" "infodir=$(infodir)" "libdir=$(libdir)" "prefix=$(prefix)" "tooldir=$(tooldir)" "AR=$(AR)" "AS=$(AS)" "CC=$(CC)" "CXX=$(CXX)" "LD=$(LD)" "LIBCFLAGS=$(LIBCFLAGS)" "NM=$(NM)" "PICFLAG=$(PICFLAG)" "RANLIB=$(RANLIB)" "DESTDIR=$(DESTDIR)"
156 CONFIG_STATUS_DEPENDENCIES = $(srcdir)/configure.host
158 MAKEOVERRIDES =
159 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
160 mkinstalldirs = $(SHELL) $(top_srcdir)/$gc_basedir/mkinstalldirs
161 CONFIG_CLEAN_FILES =
162 LTLIBRARIES = $(toolexeclib_LTLIBRARIES)
165 DEFS = @DEFS@ -I. -I$(srcdir)
166 CPPFLAGS = @CPPFLAGS@
167 LDFLAGS = @LDFLAGS@
168 LIBS = @LIBS@
169 libgc_la_OBJECTS = allchblk.lo alloc.lo blacklst.lo checksums.lo \
170 dbg_mlc.lo dyn_load.lo finalize.lo gc_dlopen.lo gcj_mlc.lo headers.lo \
171 irix_threads.lo linux_threads.lo malloc.lo mallocx.lo mark.lo \
172 mark_rts.lo misc.lo new_hblk.lo obj_map.lo os_dep.lo pcr_interface.lo \
173 ptr_chck.lo real_malloc.lo reclaim.lo solaris_pthreads.lo \
174 solaris_threads.lo specific.lo stubborn.lo typd_mlc.lo
175 check_PROGRAMS = gctest$(EXEEXT)
176 gctest_DEPENDENCIES = ./libgc.la
177 gctest_LDFLAGS =
178 CFLAGS = @CFLAGS@
179 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
180 CCLD = $(CC)
181 DIST_COMMON = Makefile.am Makefile.in acinclude.m4 aclocal.m4 \
182 config.guess config.sub configure configure.in install-sh ltconfig \
183 ltmain.sh mkinstalldirs
186 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
188 TAR = gtar
189 GZIP_ENV = --best
190 SOURCES = $(libgc_la_SOURCES) $(EXTRA_libgc_la_SOURCES)
191 OBJECTS = $(libgc_la_OBJECTS)
193 all: all-redirect
194 .SUFFIXES:
195 .SUFFIXES: .S .c .lo .o .s
196 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
197 cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
199 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
200 cd $(top_builddir) \
201 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
203 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4
204 cd $(srcdir) && $(ACLOCAL)
206 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
207 $(SHELL) ./config.status --recheck
208 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
209 cd $(srcdir) && $(AUTOCONF)
211 mostlyclean-toolexeclibLTLIBRARIES:
213 clean-toolexeclibLTLIBRARIES:
214 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
216 distclean-toolexeclibLTLIBRARIES:
218 maintainer-clean-toolexeclibLTLIBRARIES:
220 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
221 @$(NORMAL_INSTALL)
222 $(mkinstalldirs) $(DESTDIR)$(toolexeclibdir)
223 @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
224 if test -f $$p; then \
225 echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(toolexeclibdir)/$$p"; \
226 $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(toolexeclibdir)/$$p; \
227 else :; fi; \
228 done
230 uninstall-toolexeclibLTLIBRARIES:
231 @$(NORMAL_UNINSTALL)
232 list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
233 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(toolexeclibdir)/$$p; \
234 done
236 .c.o:
237 $(COMPILE) -c $<
239 .s.o:
240 $(COMPILE) -c $<
242 .S.o:
243 $(COMPILE) -c $<
245 mostlyclean-compile:
246 -rm -f *.o core *.core
248 clean-compile:
250 distclean-compile:
251 -rm -f *.tab.c
253 maintainer-clean-compile:
255 .c.lo:
256 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
258 .S.lo:
259 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
261 mostlyclean-libtool:
262 -rm -f *.lo
264 clean-libtool:
265 -rm -rf .libs _libs
267 distclean-libtool:
269 maintainer-clean-libtool:
271 libgc.la: $(libgc_la_OBJECTS) $(libgc_la_DEPENDENCIES)
272 $(LINK) $(libgc_la_LDFLAGS) $(libgc_la_OBJECTS) $(libgc_la_LIBADD) $(LIBS)
274 mostlyclean-checkPROGRAMS:
276 clean-checkPROGRAMS:
277 -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
279 distclean-checkPROGRAMS:
281 maintainer-clean-checkPROGRAMS:
283 gctest$(EXEEXT): $(gctest_OBJECTS) $(gctest_DEPENDENCIES)
284 @rm -f gctest$(EXEEXT)
285 $(LINK) $(gctest_LDFLAGS) $(gctest_OBJECTS) $(gctest_LDADD) $(LIBS)
287 tags: TAGS
289 ID: $(HEADERS) $(SOURCES) $(LISP)
290 list='$(SOURCES) $(HEADERS)'; \
291 unique=`for i in $$list; do echo $$i; done | \
292 awk ' { files[$$0] = 1; } \
293 END { for (i in files) print i; }'`; \
294 here=`pwd` && cd $(srcdir) \
295 && mkid -f$$here/ID $$unique $(LISP)
297 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
298 tags=; \
299 here=`pwd`; \
300 list='$(SOURCES) $(HEADERS)'; \
301 unique=`for i in $$list; do echo $$i; done | \
302 awk ' { files[$$0] = 1; } \
303 END { for (i in files) print i; }'`; \
304 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
305 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
307 mostlyclean-tags:
309 clean-tags:
311 distclean-tags:
312 -rm -f TAGS ID
314 maintainer-clean-tags:
316 distdir = $(PACKAGE)-$(VERSION)
317 top_distdir = $(distdir)
319 # This target untars the dist file and tries a VPATH configuration. Then
320 # it guarantees that the distribution is self-contained by making another
321 # tarfile.
322 distcheck: dist
323 -rm -rf $(distdir)
324 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
325 mkdir $(distdir)/=build
326 mkdir $(distdir)/=inst
327 dc_install_base=`cd $(distdir)/=inst && pwd`; \
328 cd $(distdir)/=build \
329 && ../configure --srcdir=.. --prefix=$$dc_install_base \
330 && $(MAKE) $(AM_MAKEFLAGS) \
331 && $(MAKE) $(AM_MAKEFLAGS) dvi \
332 && $(MAKE) $(AM_MAKEFLAGS) check \
333 && $(MAKE) $(AM_MAKEFLAGS) install \
334 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
335 && $(MAKE) $(AM_MAKEFLAGS) dist
336 -rm -rf $(distdir)
337 @banner="$(distdir).tar.gz is ready for distribution"; \
338 dashes=`echo "$$banner" | sed s/./=/g`; \
339 echo "$$dashes"; \
340 echo "$$banner"; \
341 echo "$$dashes"
342 dist: distdir
343 -chmod -R a+r $(distdir)
344 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
345 -rm -rf $(distdir)
346 dist-all: distdir
347 -chmod -R a+r $(distdir)
348 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
349 -rm -rf $(distdir)
350 distdir: $(DISTFILES)
351 -rm -rf $(distdir)
352 mkdir $(distdir)
353 -chmod 777 $(distdir)
354 @for file in $(DISTFILES); do \
355 if test -f $$file; then d=.; else d=$(srcdir); fi; \
356 if test -d $$d/$$file; then \
357 cp -pr $$d/$$file $(distdir)/$$file; \
358 else \
359 test -f $(distdir)/$$file \
360 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
361 || cp -p $$d/$$file $(distdir)/$$file || :; \
362 fi; \
363 done
364 check-TESTS: $(TESTS)
365 @failed=0; all=0; \
366 srcdir=$(srcdir); export srcdir; \
367 for tst in $(TESTS); do \
368 if test -f $$tst; then dir=.; \
369 else dir="$(srcdir)"; fi; \
370 if $(TESTS_ENVIRONMENT) $$dir/$$tst; then \
371 all=`expr $$all + 1`; \
372 echo "PASS: $$tst"; \
373 elif test $$? -ne 77; then \
374 all=`expr $$all + 1`; \
375 failed=`expr $$failed + 1`; \
376 echo "FAIL: $$tst"; \
377 fi; \
378 done; \
379 if test "$$failed" -eq 0; then \
380 banner="All $$all tests passed"; \
381 else \
382 banner="$$failed of $$all tests failed"; \
383 fi; \
384 dashes=`echo "$$banner" | sed s/./=/g`; \
385 echo "$$dashes"; \
386 echo "$$banner"; \
387 echo "$$dashes"; \
388 test "$$failed" -eq 0
389 info-am:
390 info: info-am
391 dvi-am:
392 dvi: dvi-am
393 check-am: $(check_PROGRAMS)
394 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
395 check: check-am
396 installcheck-am:
397 installcheck: installcheck-am
398 install-info-am:
399 install-info: install-info-am
400 install-exec-am: install-toolexeclibLTLIBRARIES
401 install-exec: install-exec-am
403 install-data-am:
404 install-data: install-data-am
406 install-am: all-am
407 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
408 install: install-am
409 uninstall-am: uninstall-toolexeclibLTLIBRARIES
410 uninstall: uninstall-am
411 all-am: Makefile $(LTLIBRARIES)
412 all-redirect: all-am
413 install-strip:
414 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
415 installdirs:
416 $(mkinstalldirs) $(DESTDIR)$(toolexeclibdir)
419 mostlyclean-generic:
421 clean-generic:
423 distclean-generic:
424 -rm -f Makefile $(CONFIG_CLEAN_FILES)
425 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
427 maintainer-clean-generic:
428 mostlyclean-am: mostlyclean-toolexeclibLTLIBRARIES mostlyclean-compile \
429 mostlyclean-libtool mostlyclean-checkPROGRAMS \
430 mostlyclean-tags mostlyclean-generic
432 mostlyclean: mostlyclean-am
434 clean-am: clean-toolexeclibLTLIBRARIES clean-compile clean-libtool \
435 clean-checkPROGRAMS clean-tags clean-generic \
436 mostlyclean-am
438 clean: clean-am
440 distclean-am: distclean-toolexeclibLTLIBRARIES distclean-compile \
441 distclean-libtool distclean-checkPROGRAMS \
442 distclean-tags distclean-generic clean-am
443 -rm -f libtool
445 distclean: distclean-am
446 -rm -f config.status
448 maintainer-clean-am: maintainer-clean-toolexeclibLTLIBRARIES \
449 maintainer-clean-compile maintainer-clean-libtool \
450 maintainer-clean-checkPROGRAMS maintainer-clean-tags \
451 maintainer-clean-generic distclean-am
452 @echo "This command is intended for maintainers to use;"
453 @echo "it deletes files that may require special tools to rebuild."
455 maintainer-clean: maintainer-clean-am
456 -rm -f config.status
458 .PHONY: mostlyclean-toolexeclibLTLIBRARIES \
459 distclean-toolexeclibLTLIBRARIES clean-toolexeclibLTLIBRARIES \
460 maintainer-clean-toolexeclibLTLIBRARIES \
461 uninstall-toolexeclibLTLIBRARIES install-toolexeclibLTLIBRARIES \
462 mostlyclean-compile distclean-compile clean-compile \
463 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
464 clean-libtool maintainer-clean-libtool mostlyclean-checkPROGRAMS \
465 distclean-checkPROGRAMS clean-checkPROGRAMS \
466 maintainer-clean-checkPROGRAMS tags mostlyclean-tags distclean-tags \
467 clean-tags maintainer-clean-tags distdir check-TESTS info-am info \
468 dvi-am dvi check check-am installcheck-am installcheck install-info-am \
469 install-info install-exec-am install-exec install-data-am install-data \
470 install-am install uninstall-am uninstall all-redirect all-am all \
471 installdirs mostlyclean-generic distclean-generic clean-generic \
472 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
474 # The following hack produces a warning from automake, but we need it in order
475 # to build a file from a subdirectory. FIXME.
476 test.o: tests/test.c
477 $(COMPILE) -c tests/test.c
478 $(all_objs) : include/private/gcconfig.h include/private/gc_priv.h \
479 include/private/gc_hdrs.h include/gc.h include/gc_gcj.h include/gc_mark.h
481 .s.lo:
482 $(LTCOMPILE) -Wp,-P -x assembler-with-cpp -c $<
484 # Multilib support.
485 .PHONY: all-multi mostlyclean-multi clean-multi distclean-multi \
486 maintainer-clean-multi
488 all-am: all-multi
489 install-am: install-multi
490 mostlyclean-am: mostlyclean-multi
491 clean-am: clean-multi
492 distclean-am: distclean-multi
493 maintainer-clean-am: maintainer-clean-multi
495 all-multi:
496 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do
497 install-multi:
498 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do
499 mostlyclean-multi:
500 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean
501 clean-multi:
502 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean
503 distclean-multi:
504 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean
505 maintainer-clean-multi:
506 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean
508 # Tell versions [3.59,3.63) of GNU make to not export all variables.
509 # Otherwise a system limit (for SysV at least) may be exceeded.
510 .NOEXPORT: