2001-06-20 Alexandre Petit-Bianco <apbianco@redhat.com>
[official-gcc.git] / boehm-gc / Makefile.in
blob28838d6a1aa9fa40d91da0e163147db5f39da286
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.
14 SHELL = @SHELL@
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
35 DESTDIR =
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
41 top_builddir = .
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 build_alias = @build_alias@
61 build_triplet = @build@
62 host_alias = @host_alias@
63 host_triplet = @host@
64 target_alias = @target_alias@
65 target_triplet = @target@
66 AR = @AR@
67 AS = @AS@
68 BOEHM_GC_CFLAGS = @BOEHM_GC_CFLAGS@
69 CC = @CC@
70 CPP = @CPP@
71 CXX = @CXX@
72 CXXCPP = @CXXCPP@
73 CXXINCLUDES = @CXXINCLUDES@
74 DLLTOOL = @DLLTOOL@
75 EXEEXT = @EXEEXT@
76 EXTRA_TEST_LIBS = @EXTRA_TEST_LIBS@
77 GCJ = @GCJ@
78 GCJFLAGS = @GCJFLAGS@
79 INCLUDES = @INCLUDES@
80 LIBTOOL = @LIBTOOL@
81 LN_S = @LN_S@
82 MAINT = @MAINT@
83 MAKEINFO = @MAKEINFO@
84 MY_CFLAGS = @MY_CFLAGS@
85 OBJDUMP = @OBJDUMP@
86 OBJEXT = @OBJEXT@
87 PACKAGE = @PACKAGE@
88 RANLIB = @RANLIB@
89 STRIP = @STRIP@
90 THREADLIBS = @THREADLIBS@
91 VERSION = @VERSION@
92 addobjs = @addobjs@
93 boehm_gc_basedir = @boehm_gc_basedir@
94 target_all = @target_all@
96 AUTOMAKE_OPTIONS = cygnus
98 # Multilib support variables.
99 MULTISRCTOP =
100 MULTIBUILDTOP =
101 MULTIDIRS =
102 MULTISUBDIR =
103 MULTIDO = true
104 MULTICLEAN = true
105 @USE_LIBDIR_TRUE@toolexeclibdir = \
106 @USE_LIBDIR_TRUE@$(libdir)$(MULTISUBDIR)
107 @USE_LIBDIR_FALSE@toolexeclibdir = \
108 @USE_LIBDIR_FALSE@$(toolexecdir)/lib$(MULTISUBDIR)
109 @USE_LIBDIR_FALSE@toolexecdir = \
110 @USE_LIBDIR_FALSE@$(exec_prefix)/$(target_alias)
112 toolexeclib_LTLIBRARIES = $(target_all)
113 EXTRA_LTLIBRARIES = libgcjgc.la
114 libgcjgc_la_SOURCES = allchblk.c alloc.c blacklst.c checksums.c dbg_mlc.c \
115 dyn_load.c finalize.c gc_dlopen.c gcj_mlc.c headers.c irix_threads.c \
116 linux_threads.c malloc.c mallocx.c mark.c mark_rts.c misc.c new_hblk.c \
117 obj_map.c os_dep.c pcr_interface.c ptr_chck.c real_malloc.c reclaim.c \
118 solaris_pthreads.c solaris_threads.c specific.c stubborn.c typd_mlc.c
121 # Include THREADLIBS here to ensure that the correct versions of
122 # linuxthread semaphore functions get linked:
123 libgcjgc_la_LIBADD = @addobjs@ $(THREADLIBS)
124 libgcjgc_la_DEPENDENCIES = @addobjs@
125 libgcjgc_la_LDFLAGS = -version-info 1:1:0 -rpath $(toolexeclibdir)
127 EXTRA_libgcjgc_la_SOURCES = alpha_mach_dep.s hpux_test_and_clear.s \
128 mips_sgi_mach_dep.s mips_ultrix_mach_dep.s powerpc_macosx_mach_dep.s \
129 rs6000_mach_dep.s sparc_mach_dep.s sparc_netbsd_mach_dep.s \
130 sparc_sunos4_mach_dep.s
133 AM_CXXFLAGS = @BOEHM_GC_CFLAGS@
135 AM_CFLAGS = @BOEHM_GC_CFLAGS@
137 check_PROGRAMS = gctest
138 gctest_OBJECTS = test.o
139 gctest_LDADD = ./libgcjgc.la $(THREADLIBS) $(EXTRA_TEST_LIBS)
140 gctest_LDFLAGS = -shared-libgcc
141 TESTS_ENVIRONMENT = LD_LIBRARY_PATH=../../$(MULTIBUILDTOP)gcc
142 TESTS = gctest
144 all_objs = @addobjs@ $(libgcjgc_la_OBJECTS)
146 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) \
147 $(AM_CPPFLAGS) $(CPPFLAGS) \
148 $(AM_CFLAGS) $(MY_CFLAGS) $(BOEHM_GC_CFLAGS)
150 LINK = $(LIBTOOL) --mode=link $(CC) $(AM_CFLAGS) $(MY_CFLAGS) $(LDFLAGS) -o $@
152 # Work around what appears to be a GNU make bug handling MAKEFLAGS
153 # values defined in terms of make variables, as is the case for CC and
154 # friends when we are called from the top level Makefile.
155 AM_MAKEFLAGS = \
156 "AR_FLAGS=$(AR_FLAGS)" \
157 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
158 "CFLAGS=$(CFLAGS)" \
159 "CXXFLAGS=$(CXXFLAGS)" \
160 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
161 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
162 "INSTALL=$(INSTALL)" \
163 "INSTALL_DATA=$(INSTALL_DATA)" \
164 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
165 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
166 "LDFLAGS=$(LDFLAGS)" \
167 "LIBCFLAGS=$(LIBCFLAGS)" \
168 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
169 "MAKE=$(MAKE)" \
170 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
171 "PICFLAG=$(PICFLAG)" \
172 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
173 "SHELL=$(SHELL)" \
174 "EXPECT=$(EXPECT)" \
175 "RUNTEST=$(RUNTEST)" \
176 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
177 "exec_prefix=$(exec_prefix)" \
178 "infodir=$(infodir)" \
179 "libdir=$(libdir)" \
180 "prefix=$(prefix)" \
181 "tooldir=$(tooldir)" \
182 "AR=$(AR)" \
183 "AS=$(AS)" \
184 "CC=$(CC)" \
185 "CXX=$(CXX)" \
186 "LD=$(LD)" \
187 "LIBCFLAGS=$(LIBCFLAGS)" \
188 "NM=$(NM)" \
189 "PICFLAG=$(PICFLAG)" \
190 "RANLIB=$(RANLIB)" \
191 "DESTDIR=$(DESTDIR)"
194 CONFIG_STATUS_DEPENDENCIES = $(srcdir)/configure.host
196 MAKEOVERRIDES =
197 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
198 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
199 CONFIG_CLEAN_FILES =
200 LTLIBRARIES = $(toolexeclib_LTLIBRARIES)
203 DEFS = @DEFS@ -I. -I$(srcdir)
204 CPPFLAGS = @CPPFLAGS@
205 LDFLAGS = @LDFLAGS@
206 LIBS = @LIBS@
207 libgcjgc_la_OBJECTS = allchblk.lo alloc.lo blacklst.lo checksums.lo \
208 dbg_mlc.lo dyn_load.lo finalize.lo gc_dlopen.lo gcj_mlc.lo headers.lo \
209 irix_threads.lo linux_threads.lo malloc.lo mallocx.lo mark.lo \
210 mark_rts.lo misc.lo new_hblk.lo obj_map.lo os_dep.lo pcr_interface.lo \
211 ptr_chck.lo real_malloc.lo reclaim.lo solaris_pthreads.lo \
212 solaris_threads.lo specific.lo stubborn.lo typd_mlc.lo
213 check_PROGRAMS = gctest$(EXEEXT)
214 gctest_DEPENDENCIES = ./libgcjgc.la
215 CFLAGS = @CFLAGS@
216 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
217 CCLD = $(CC)
218 DIST_COMMON = ChangeLog Makefile.am Makefile.in acinclude.m4 aclocal.m4 \
219 configure configure.in
222 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
224 TAR = tar
225 GZIP_ENV = --best
226 SOURCES = $(libgcjgc_la_SOURCES) $(EXTRA_libgcjgc_la_SOURCES)
227 OBJECTS = $(libgcjgc_la_OBJECTS)
229 all: all-redirect
230 .SUFFIXES:
231 .SUFFIXES: .S .c .lo .o .obj .s
232 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
233 cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
235 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
236 cd $(top_builddir) \
237 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
239 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4
240 cd $(srcdir) && $(ACLOCAL)
242 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
243 $(SHELL) ./config.status --recheck
244 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
245 cd $(srcdir) && $(AUTOCONF)
247 mostlyclean-toolexeclibLTLIBRARIES:
249 clean-toolexeclibLTLIBRARIES:
250 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
252 distclean-toolexeclibLTLIBRARIES:
254 maintainer-clean-toolexeclibLTLIBRARIES:
256 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
257 @$(NORMAL_INSTALL)
258 $(mkinstalldirs) $(DESTDIR)$(toolexeclibdir)
259 @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
260 if test -f $$p; then \
261 echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(toolexeclibdir)/$$p"; \
262 $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(toolexeclibdir)/$$p; \
263 else :; fi; \
264 done
266 uninstall-toolexeclibLTLIBRARIES:
267 @$(NORMAL_UNINSTALL)
268 list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
269 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(toolexeclibdir)/$$p; \
270 done
272 .c.o:
273 $(COMPILE) -c $<
275 # FIXME: We should only use cygpath when building on Windows,
276 # and only if it is available.
277 .c.obj:
278 $(COMPILE) -c `cygpath -w $<`
280 .s.o:
281 $(COMPILE) -c $<
283 .S.o:
284 $(COMPILE) -c $<
286 mostlyclean-compile:
287 -rm -f *.o core *.core
288 -rm -f *.$(OBJEXT)
290 clean-compile:
292 distclean-compile:
293 -rm -f *.tab.c
295 maintainer-clean-compile:
297 .c.lo:
298 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
300 .S.lo:
301 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
303 mostlyclean-libtool:
304 -rm -f *.lo
306 clean-libtool:
307 -rm -rf .libs _libs
309 distclean-libtool:
311 maintainer-clean-libtool:
313 libgcjgc.la: $(libgcjgc_la_OBJECTS) $(libgcjgc_la_DEPENDENCIES)
314 $(LINK) $(libgcjgc_la_LDFLAGS) $(libgcjgc_la_OBJECTS) $(libgcjgc_la_LIBADD) $(LIBS)
316 mostlyclean-checkPROGRAMS:
318 clean-checkPROGRAMS:
319 -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
321 distclean-checkPROGRAMS:
323 maintainer-clean-checkPROGRAMS:
325 gctest$(EXEEXT): $(gctest_OBJECTS) $(gctest_DEPENDENCIES)
326 @rm -f gctest$(EXEEXT)
327 $(LINK) $(gctest_LDFLAGS) $(gctest_OBJECTS) $(gctest_LDADD) $(LIBS)
329 tags: TAGS
331 ID: $(HEADERS) $(SOURCES) $(LISP)
332 list='$(SOURCES) $(HEADERS)'; \
333 unique=`for i in $$list; do echo $$i; done | \
334 awk ' { files[$$0] = 1; } \
335 END { for (i in files) print i; }'`; \
336 here=`pwd` && cd $(srcdir) \
337 && mkid -f$$here/ID $$unique $(LISP)
339 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
340 tags=; \
341 here=`pwd`; \
342 list='$(SOURCES) $(HEADERS)'; \
343 unique=`for i in $$list; do echo $$i; done | \
344 awk ' { files[$$0] = 1; } \
345 END { for (i in files) print i; }'`; \
346 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
347 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
349 mostlyclean-tags:
351 clean-tags:
353 distclean-tags:
354 -rm -f TAGS ID
356 maintainer-clean-tags:
358 distdir = $(PACKAGE)-$(VERSION)
359 top_distdir = $(distdir)
361 # This target untars the dist file and tries a VPATH configuration. Then
362 # it guarantees that the distribution is self-contained by making another
363 # tarfile.
364 distcheck: dist
365 -rm -rf $(distdir)
366 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
367 mkdir $(distdir)/=build
368 mkdir $(distdir)/=inst
369 dc_install_base=`cd $(distdir)/=inst && pwd`; \
370 cd $(distdir)/=build \
371 && ../configure --srcdir=.. --prefix=$$dc_install_base \
372 && $(MAKE) $(AM_MAKEFLAGS) \
373 && $(MAKE) $(AM_MAKEFLAGS) dvi \
374 && $(MAKE) $(AM_MAKEFLAGS) check \
375 && $(MAKE) $(AM_MAKEFLAGS) install \
376 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
377 && $(MAKE) $(AM_MAKEFLAGS) dist
378 -rm -rf $(distdir)
379 @banner="$(distdir).tar.gz is ready for distribution"; \
380 dashes=`echo "$$banner" | sed s/./=/g`; \
381 echo "$$dashes"; \
382 echo "$$banner"; \
383 echo "$$dashes"
384 dist: distdir
385 -chmod -R a+r $(distdir)
386 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
387 -rm -rf $(distdir)
388 dist-all: distdir
389 -chmod -R a+r $(distdir)
390 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
391 -rm -rf $(distdir)
392 distdir: $(DISTFILES)
393 -rm -rf $(distdir)
394 mkdir $(distdir)
395 -chmod 777 $(distdir)
396 @for file in $(DISTFILES); do \
397 if test -f $$file; then d=.; else d=$(srcdir); fi; \
398 if test -d $$d/$$file; then \
399 cp -pr $$/$$file $(distdir)/$$file; \
400 else \
401 test -f $(distdir)/$$file \
402 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
403 || cp -p $$d/$$file $(distdir)/$$file || :; \
404 fi; \
405 done
406 check-TESTS: $(TESTS)
407 @failed=0; all=0; \
408 srcdir=$(srcdir); export srcdir; \
409 for tst in $(TESTS); do \
410 if test -f $$tst; then dir=.; \
411 else dir="$(srcdir)"; fi; \
412 if $(TESTS_ENVIRONMENT) $$dir/$$tst; then \
413 all=`expr $$all + 1`; \
414 echo "PASS: $$tst"; \
415 elif test $$? -ne 77; then \
416 all=`expr $$all + 1`; \
417 failed=`expr $$failed + 1`; \
418 echo "FAIL: $$tst"; \
419 fi; \
420 done; \
421 if test "$$failed" -eq 0; then \
422 banner="All $$all tests passed"; \
423 else \
424 banner="$$failed of $$all tests failed"; \
425 fi; \
426 dashes=`echo "$$banner" | sed s/./=/g`; \
427 echo "$$dashes"; \
428 echo "$$banner"; \
429 echo "$$dashes"; \
430 test "$$failed" -eq 0
431 info-am:
432 info: info-am
433 dvi-am:
434 dvi: dvi-am
435 check-am: $(check_PROGRAMS)
436 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
437 check: check-am
438 installcheck-am:
439 installcheck: installcheck-am
440 install-info-am:
441 install-info: install-info-am
442 install-exec-am: install-toolexeclibLTLIBRARIES
443 install-exec: install-exec-am
445 install-data-am:
446 install-data: install-data-am
448 install-am: all-am
449 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
450 install: install-am
451 uninstall-am: uninstall-toolexeclibLTLIBRARIES
452 uninstall: uninstall-am
453 all-am: Makefile $(LTLIBRARIES)
454 all-redirect: all-am
455 install-strip:
456 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
457 installdirs:
458 $(mkinstalldirs) $(DESTDIR)$(toolexeclibdir)
461 mostlyclean-generic:
463 clean-generic:
465 distclean-generic:
466 -rm -f Makefile $(CONFIG_CLEAN_FILES)
467 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
469 maintainer-clean-generic:
470 mostlyclean-am: mostlyclean-toolexeclibLTLIBRARIES mostlyclean-compile \
471 mostlyclean-libtool mostlyclean-checkPROGRAMS \
472 mostlyclean-tags mostlyclean-generic
474 mostlyclean: mostlyclean-am
476 clean-am: clean-toolexeclibLTLIBRARIES clean-compile clean-libtool \
477 clean-checkPROGRAMS clean-tags clean-generic \
478 mostlyclean-am
480 clean: clean-am
482 distclean-am: distclean-toolexeclibLTLIBRARIES distclean-compile \
483 distclean-libtool distclean-checkPROGRAMS \
484 distclean-tags distclean-generic clean-am
485 -rm -f libtool
487 distclean: distclean-am
488 -rm -f config.status
490 maintainer-clean-am: maintainer-clean-toolexeclibLTLIBRARIES \
491 maintainer-clean-compile maintainer-clean-libtool \
492 maintainer-clean-checkPROGRAMS maintainer-clean-tags \
493 maintainer-clean-generic distclean-am
494 @echo "This command is intended for maintainers to use;"
495 @echo "it deletes files that may require special tools to rebuild."
497 maintainer-clean: maintainer-clean-am
498 -rm -f config.status
500 .PHONY: mostlyclean-toolexeclibLTLIBRARIES \
501 distclean-toolexeclibLTLIBRARIES clean-toolexeclibLTLIBRARIES \
502 maintainer-clean-toolexeclibLTLIBRARIES \
503 uninstall-toolexeclibLTLIBRARIES install-toolexeclibLTLIBRARIES \
504 mostlyclean-compile distclean-compile clean-compile \
505 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
506 clean-libtool maintainer-clean-libtool mostlyclean-checkPROGRAMS \
507 distclean-checkPROGRAMS clean-checkPROGRAMS \
508 maintainer-clean-checkPROGRAMS tags mostlyclean-tags distclean-tags \
509 clean-tags maintainer-clean-tags distdir check-TESTS info-am info \
510 dvi-am dvi check check-am installcheck-am installcheck install-info-am \
511 install-info install-exec-am install-exec install-data-am install-data \
512 install-am install uninstall-am uninstall all-redirect all-am all \
513 installdirs mostlyclean-generic distclean-generic clean-generic \
514 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
516 # The following hack produces a warning from automake, but we need it in order
517 # to build a file from a subdirectory. FIXME.
518 test.o: tests/test.c
519 $(COMPILE) -c $<
520 $(all_objs) : include/private/gcconfig.h include/private/gc_priv.h \
521 include/private/gc_hdrs.h include/gc.h include/gc_gcj.h include/gc_mark.h
523 .s.lo:
524 $(LTCOMPILE) -Wp,-P -x assembler-with-cpp -c $<
526 # Multilib support.
527 .PHONY: all-multi mostlyclean-multi clean-multi distclean-multi \
528 maintainer-clean-multi
530 all-am: all-multi
531 install-am: install-multi
532 mostlyclean-am: mostlyclean-multi
533 clean-am: clean-multi
534 distclean-am: distclean-multi
535 maintainer-clean-am: maintainer-clean-multi
537 all-multi:
538 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do
539 install-multi:
540 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do
541 mostlyclean-multi:
542 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean
543 clean-multi:
544 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean
545 distclean-multi:
546 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean
547 maintainer-clean-multi:
548 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean
550 # Tell versions [3.59,3.63) of GNU make to not export all variables.
551 # Otherwise a system limit (for SysV at least) may be exceeded.
552 .NOEXPORT: