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
17 top_srcdir
= @top_srcdir@
20 exec_prefix = @
exec_prefix@
24 libexecdir
= @libexecdir@
26 sysconfdir
= @sysconfdir@
27 sharedstatedir
= @sharedstatedir@
28 localstatedir
= @localstatedir@
32 includedir = @
includedir@
33 oldincludedir = /usr
/include
37 pkgdatadir
= $(datadir)/@PACKAGE@
38 pkglibdir
= $(libdir)/@PACKAGE@
39 pkgincludedir
= $(includedir)/@PACKAGE@
46 AUTOHEADER
= @AUTOHEADER@
49 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
$(AM_INSTALL_PROGRAM_FLAGS
)
50 INSTALL_DATA
= @INSTALL_DATA@
51 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
52 transform
= @program_transform_name@
60 build_alias
= @build_alias@
61 build_triplet
= @build@
62 host_alias
= @host_alias@
64 target_alias
= @target_alias@
65 target_triplet
= @target@
72 CXXINCLUDES
= @CXXINCLUDES@
75 EXTRA_TEST_LIBS
= @EXTRA_TEST_LIBS@
78 GC_CFLAGS
= @GC_CFLAGS@
84 MY_CFLAGS
= @MY_CFLAGS@
90 THREADLIBS
= @THREADLIBS@
93 gc_basedir
= @gc_basedir@
94 mkinstalldirs
= @mkinstalldirs@
95 target_all
= @target_all@
96 toolexecdir
= @toolexecdir@
97 toolexeclibdir
= @toolexeclibdir@
99 AUTOMAKE_OPTIONS
= cygnus
103 # Multilib support variables.
111 noinst_LTLIBRARIES
= libgcjgc.la libgcjgc_convenience.la
113 GC_SOURCES
= allchblk.c alloc.c blacklst.c checksums.c dbg_mlc.c \
114 dyn_load.c finalize.c gc_dlopen.c gcj_mlc.c headers.c irix_threads.c \
115 linux_threads.c malloc.c mallocx.c mark.c mark_rts.c misc.c new_hblk.c \
116 obj_map.c os_dep.c pcr_interface.c ptr_chck.c real_malloc.c reclaim.c \
117 solaris_pthreads.c solaris_threads.c specific.c stubborn.c typd_mlc.c \
118 backgraph.c win32_threads.c
121 EXTRA_GC_SOURCES
= alpha_mach_dep.s \
122 mips_sgi_mach_dep.S mips_ultrix_mach_dep.s powerpc_macosx_mach_dep.s \
123 rs6000_mach_dep.s sparc_mach_dep.S sparc_netbsd_mach_dep.s \
124 sparc_sunos4_mach_dep.s ia64_save_regs_in_stack.s
127 libgcjgc_la_SOURCES
= $(GC_SOURCES
)
128 libgcjgc_convenience_la_SOURCES
= $(GC_SOURCES
)
129 EXTRA_libgcjgc_la_SOURCES
= $(EXTRA_GC_SOURCES
)
130 EXTRA_libgcjgc_convenience_la_SOURCES
= $(EXTRA_GC_SOURCES
)
132 # Include THREADLIBS here to ensure that the correct versions of
133 # linuxthread semaphore functions get linked:
134 libgcjgc_la_LIBADD
= @addobjs@
$(THREADLIBS
)
135 libgcjgc_la_DEPENDENCIES
= @addobjs@
136 libgcjgc_la_LDFLAGS
= -version-info
1:1:0 -rpath
$(toolexeclibdir
)
138 libgcjgc_convenience_la_LIBADD
= @addobjs@
139 libgcjgc_convenience_la_DEPENDENCIES
= @addobjs@
141 AM_CXXFLAGS
= @GC_CFLAGS@
143 AM_CFLAGS
= @GC_CFLAGS@
145 check_PROGRAMS
= gctest
146 # Using $< in the above seems to fail with the HP/UX on Itanium make.
148 gctest_OBJECTS
= test.o
149 gctest_LDADD
= .
/libgcjgc.la
$(THREADLIBS
) $(EXTRA_TEST_LIBS
)
150 gctest_LDFLAGS
= -shared-libgcc
151 TESTS_ENVIRONMENT
= LD_LIBRARY_PATH
=..
/..
/$(MULTIBUILDTOP
)gcc
154 all_objs
= @addobjs@
$(libgcjgc_la_OBJECTS
)
156 LTCOMPILE
= $(LIBTOOL
) --mode
=compile
$(CC
) $(DEFS
) $(INCLUDES
) \
157 $(AM_CPPFLAGS
) $(CPPFLAGS
) \
158 $(AM_CFLAGS
) $(MY_CFLAGS
) $(GC_CFLAGS
)
160 LINK
= $(LIBTOOL
) --mode
=link
$(CC
) $(AM_CFLAGS
) $(MY_CFLAGS
) $(LDFLAGS
) -o
$@
162 # Work around what appears to be a GNU make bug handling MAKEFLAGS
163 # values defined in terms of make variables, as is the case for CC and
164 # friends when we are called from the top level Makefile.
166 "AR_FLAGS=$(AR_FLAGS)" \
167 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
169 "CXXFLAGS=$(CXXFLAGS)" \
170 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
171 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
172 "INSTALL=$(INSTALL)" \
173 "INSTALL_DATA=$(INSTALL_DATA)" \
174 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
175 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
176 "LDFLAGS=$(LDFLAGS)" \
177 "LIBCFLAGS=$(LIBCFLAGS)" \
178 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
180 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
181 "PICFLAG=$(PICFLAG)" \
182 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
185 "RUNTEST=$(RUNTEST)" \
186 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
187 "exec_prefix=$(exec_prefix)" \
188 "infodir=$(infodir)" \
191 "tooldir=$(tooldir)" \
197 "LIBCFLAGS=$(LIBCFLAGS)" \
199 "PICFLAG=$(PICFLAG)" \
204 CONFIG_STATUS_DEPENDENCIES
= $(srcdir)/configure.host
207 ACLOCAL_M4
= $(top_srcdir
)/aclocal.m4
209 LTLIBRARIES
= $(noinst_LTLIBRARIES
)
212 DEFS
= @DEFS@
-I.
-I
$(srcdir)
213 CPPFLAGS
= @CPPFLAGS@
216 libgcjgc_la_OBJECTS
= allchblk.lo alloc.lo blacklst.lo checksums.lo \
217 dbg_mlc.lo dyn_load.lo finalize.lo gc_dlopen.lo gcj_mlc.lo headers.lo \
218 irix_threads.lo linux_threads.lo malloc.lo mallocx.lo mark.lo \
219 mark_rts.lo misc.lo new_hblk.lo obj_map.lo os_dep.lo pcr_interface.lo \
220 ptr_chck.lo real_malloc.lo reclaim.lo solaris_pthreads.lo \
221 solaris_threads.lo specific.lo stubborn.lo typd_mlc.lo backgraph.lo \
223 libgcjgc_convenience_la_LDFLAGS
=
224 libgcjgc_convenience_la_OBJECTS
= allchblk.lo alloc.lo blacklst.lo \
225 checksums.lo dbg_mlc.lo dyn_load.lo finalize.lo gc_dlopen.lo gcj_mlc.lo \
226 headers.lo irix_threads.lo linux_threads.lo malloc.lo mallocx.lo \
227 mark.lo mark_rts.lo misc.lo new_hblk.lo obj_map.lo os_dep.lo \
228 pcr_interface.lo ptr_chck.lo real_malloc.lo reclaim.lo \
229 solaris_pthreads.lo solaris_threads.lo specific.lo stubborn.lo \
230 typd_mlc.lo backgraph.lo win32_threads.lo
231 check_PROGRAMS
= gctest
$(EXEEXT
)
232 gctest_DEPENDENCIES
= .
/libgcjgc.la
234 COMPILE
= $(CC
) $(DEFS
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
236 DIST_COMMON
= ChangeLog Makefile.am Makefile.in acinclude.m4 aclocal.m4 \
237 config.guess config.sub configure configure.in install-sh ltconfig \
238 ltmain.sh mkinstalldirs
241 DISTFILES
= $(DIST_COMMON
) $(SOURCES
) $(HEADERS
) $(TEXINFOS
) $(EXTRA_DIST
)
245 SOURCES
= $(libgcjgc_la_SOURCES
) $(EXTRA_libgcjgc_la_SOURCES
) $(libgcjgc_convenience_la_SOURCES
) $(EXTRA_libgcjgc_convenience_la_SOURCES
)
246 OBJECTS
= $(libgcjgc_la_OBJECTS
) $(libgcjgc_convenience_la_OBJECTS
)
250 .SUFFIXES
: .S .c .lo .o .obj .s
251 $(srcdir)/Makefile.in
: @MAINTAINER_MODE_TRUE@ Makefile.am
$(top_srcdir
)/configure.in
$(ACLOCAL_M4
)
252 cd
$(top_srcdir
) && $(AUTOMAKE
) --cygnus Makefile
254 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
256 && CONFIG_FILES
=$@ CONFIG_HEADERS
= $(SHELL
) .
/config.status
258 $(ACLOCAL_M4
): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4
259 cd
$(srcdir) && $(ACLOCAL
)
261 config.status
: $(srcdir)/configure
$(CONFIG_STATUS_DEPENDENCIES
)
262 $(SHELL
) .
/config.status
--recheck
263 $(srcdir)/configure
: @MAINTAINER_MODE_TRUE@
$(srcdir)/configure.in
$(ACLOCAL_M4
) $(CONFIGURE_DEPENDENCIES
)
264 cd
$(srcdir) && $(AUTOCONF
)
266 mostlyclean-noinstLTLIBRARIES
:
268 clean-noinstLTLIBRARIES
:
269 -test -z
"$(noinst_LTLIBRARIES)" ||
rm -f
$(noinst_LTLIBRARIES
)
271 distclean-noinstLTLIBRARIES
:
273 maintainer-clean-noinstLTLIBRARIES
:
278 # FIXME: We should only use cygpath when building on Windows,
279 # and only if it is available.
281 $(COMPILE
) -c
`cygpath -w $<`
290 -rm -f
*.o core
*.core
298 maintainer-clean-compile
:
301 $(LIBTOOL
) --mode
=compile
$(COMPILE
) -c
$<
304 $(LIBTOOL
) --mode
=compile
$(COMPILE
) -c
$<
314 maintainer-clean-libtool
:
316 libgcjgc.la
: $(libgcjgc_la_OBJECTS
) $(libgcjgc_la_DEPENDENCIES
)
317 $(LINK
) $(libgcjgc_la_LDFLAGS
) $(libgcjgc_la_OBJECTS
) $(libgcjgc_la_LIBADD
) $(LIBS
)
319 libgcjgc_convenience.la
: $(libgcjgc_convenience_la_OBJECTS
) $(libgcjgc_convenience_la_DEPENDENCIES
)
320 $(LINK
) $(libgcjgc_convenience_la_LDFLAGS
) $(libgcjgc_convenience_la_OBJECTS
) $(libgcjgc_convenience_la_LIBADD
) $(LIBS
)
322 mostlyclean-checkPROGRAMS
:
325 -test -z
"$(check_PROGRAMS)" ||
rm -f
$(check_PROGRAMS
)
327 distclean-checkPROGRAMS
:
329 maintainer-clean-checkPROGRAMS
:
331 gctest
$(EXEEXT
): $(gctest_OBJECTS
) $(gctest_DEPENDENCIES
)
332 @
rm -f gctest
$(EXEEXT
)
333 $(LINK
) $(gctest_LDFLAGS
) $(gctest_OBJECTS
) $(gctest_LDADD
) $(LIBS
)
335 # This directory's subdirectories are mostly independent; you can cd
336 # into them and run `make' without going through this Makefile.
337 # To change the values of `make' variables: instead of editing Makefiles,
338 # (1) if the variable is set in `config.status', edit `config.status'
339 # (which will cause the Makefiles to be regenerated when you run `make');
340 # (2) otherwise, pass the desired values on the `make' command line.
344 all-recursive install-data-recursive install-exec-recursive \
345 installdirs-recursive install-recursive uninstall-recursive install-info-recursive \
346 check-recursive installcheck-recursive info-recursive dvi-recursive
:
347 @set fnord
$(MAKEFLAGS
); amf
=$$2; \
349 target
=`echo $@ | sed s/-recursive//`; \
350 list
='$(SUBDIRS)'; for subdir in
$$list; do \
351 echo
"Making $$target in $$subdir"; \
352 if
test "$$subdir" = "."; then \
354 local_target
="$$target-am"; \
356 local_target
="$$target"; \
358 (cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
359 || case
"$$amf" in
*=*) exit
1;; *k
*) fail
=yes
;; *) exit
1;; esac
; \
361 if
test "$$dot_seen" = "no"; then \
362 $(MAKE
) $(AM_MAKEFLAGS
) "$$target-am" || exit
1; \
365 mostlyclean-recursive clean-recursive distclean-recursive \
366 maintainer-clean-recursive
:
367 @set fnord
$(MAKEFLAGS
); amf
=$$2; \
369 rev
=''; list
='$(SUBDIRS)'; for subdir in
$$list; do \
370 rev
="$$subdir $$rev"; \
371 test "$$subdir" = "." && dot_seen
=yes
; \
373 test "$$dot_seen" = "no" && rev
=". $$rev"; \
374 target
=`echo $@ | sed s/-recursive//`; \
375 for subdir in
$$rev; do \
376 echo
"Making $$target in $$subdir"; \
377 if
test "$$subdir" = "."; then \
378 local_target
="$$target-am"; \
380 local_target
="$$target"; \
382 (cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
383 || case
"$$amf" in
*=*) exit
1;; *k
*) fail
=yes
;; *) exit
1;; esac
; \
384 done
&& test -z
"$$fail"
386 list
='$(SUBDIRS)'; for subdir in
$$list; do \
387 test "$$subdir" = . ||
(cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) tags); \
392 ID
: $(HEADERS
) $(SOURCES
) $(LISP
)
393 list
='$(SOURCES) $(HEADERS)'; \
394 unique
=`for i in $$list; do echo $$i; done | \
395 awk ' { files[$$0] = 1; } \
396 END { for (i in files) print i; }'`; \
397 here
=`pwd` && cd
$(srcdir) \
398 && mkid
-f
$$here/ID
$$unique $(LISP
)
400 TAGS
: tags-recursive
$(HEADERS
) $(SOURCES
) $(TAGS_DEPENDENCIES
) $(LISP
)
403 list
='$(SUBDIRS)'; for subdir in
$$list; do \
404 if
test "$$subdir" = .
; then
:; else \
405 test -f
$$subdir/TAGS
&& tags="$$tags -i $$here/$$subdir/TAGS"; \
408 list
='$(SOURCES) $(HEADERS)'; \
409 unique
=`for i in $$list; do echo $$i; done | \
410 awk ' { files[$$0] = 1; } \
411 END { for (i in files) print i; }'`; \
412 test -z
"$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
413 ||
(cd
$(srcdir) && etags
$(ETAGS_ARGS
) $$tags $$unique $(LISP
) -o
$$here/TAGS
)
422 maintainer-clean-tags
:
424 distdir
= $(PACKAGE
)-$(VERSION
)
425 top_distdir
= $(distdir
)
427 # This target untars the dist file and tries a VPATH configuration. Then
428 # it guarantees that the distribution is self-contained by making another
432 GZIP
=$(GZIP_ENV
) $(TAR
) zxf
$(distdir
).
tar.gz
433 mkdir
$(distdir
)/=build
434 mkdir
$(distdir
)/=inst
435 dc_install_base
=`cd $(distdir)/=inst && pwd`; \
436 cd
$(distdir
)/=build \
437 && ..
/configure
--srcdir=..
--prefix=$$dc_install_base \
438 && $(MAKE
) $(AM_MAKEFLAGS
) \
439 && $(MAKE
) $(AM_MAKEFLAGS
) dvi \
440 && $(MAKE
) $(AM_MAKEFLAGS
) check \
441 && $(MAKE
) $(AM_MAKEFLAGS
) install \
442 && $(MAKE
) $(AM_MAKEFLAGS
) installcheck \
443 && $(MAKE
) $(AM_MAKEFLAGS
) dist
445 @banner
="$(distdir).tar.gz is ready for distribution"; \
446 dashes
=`echo "$$banner" | sed s/./=/g`; \
451 -chmod
-R a
+r
$(distdir
)
452 GZIP
=$(GZIP_ENV
) $(TAR
) chozf
$(distdir
).
tar.gz
$(distdir
)
455 -chmod
-R a
+r
$(distdir
)
456 GZIP
=$(GZIP_ENV
) $(TAR
) chozf
$(distdir
).
tar.gz
$(distdir
)
458 distdir
: $(DISTFILES
)
461 -chmod
777 $(distdir
)
462 @for file in
$(DISTFILES
); do \
463 if
test -f
$$file; then d
=.
; else d
=$(srcdir); fi
; \
464 if
test -d
$$d/$$file; then \
465 cp
-pr
$$d/$$file $(distdir
)/$$file; \
467 test -f
$(distdir
)/$$file \
468 || ln
$$d/$$file $(distdir
)/$$file 2> /dev
/null \
469 || cp
-p
$$d/$$file $(distdir
)/$$file ||
:; \
472 for subdir in
$(SUBDIRS
); do \
473 if
test "$$subdir" = .
; then
:; else \
474 test -d
$(distdir
)/$$subdir \
475 || mkdir
$(distdir
)/$$subdir \
477 chmod
777 $(distdir
)/$$subdir; \
478 (cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) top_distdir
=..
/$(distdir
) distdir
=..
/$(distdir
)/$$subdir distdir
) \
482 check-TESTS
: $(TESTS
)
484 srcdir=$(srcdir); export srcdir; \
485 for tst in
$(TESTS
); do \
486 if
test -f
$$tst; then
dir=.
; \
487 else dir="$(srcdir)"; fi
; \
488 if
$(TESTS_ENVIRONMENT
) $$dir/$$tst; then \
489 all=`expr $$all + 1`; \
490 echo
"PASS: $$tst"; \
491 elif
test $$?
-ne
77; then \
492 all=`expr $$all + 1`; \
493 failed
=`expr $$failed + 1`; \
494 echo
"FAIL: $$tst"; \
497 if
test "$$failed" -eq
0; then \
498 banner
="All $$all tests passed"; \
500 banner
="$$failed of $$all tests failed"; \
502 dashes
=`echo "$$banner" | sed s/./=/g`; \
506 test "$$failed" -eq
0
511 check-am
: $(check_PROGRAMS
)
512 $(MAKE
) $(AM_MAKEFLAGS
) check-TESTS
513 check: check-recursive
515 installcheck: installcheck-recursive
517 install-info
: install-info-recursive
519 install-exec
: install-exec-recursive
522 install-data
: install-data-recursive
525 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
526 install: install-recursive
528 uninstall: uninstall-recursive
529 all-am
: Makefile
$(LTLIBRARIES
)
530 all-redirect
: all-recursive
532 $(MAKE
) $(AM_MAKEFLAGS
) AM_INSTALL_PROGRAM_FLAGS
=-s
install
533 installdirs: installdirs-recursive
542 -rm -f Makefile
$(CONFIG_CLEAN_FILES
)
543 -rm -f config.cache config.log stamp-h stamp-h
[0-9]*
545 maintainer-clean-generic
:
546 mostlyclean-am
: mostlyclean-noinstLTLIBRARIES mostlyclean-compile \
547 mostlyclean-libtool mostlyclean-checkPROGRAMS \
548 mostlyclean-tags mostlyclean-generic
550 mostlyclean: mostlyclean-recursive
552 clean-am
: clean-noinstLTLIBRARIES clean-compile clean-libtool \
553 clean-checkPROGRAMS clean-tags clean-generic \
556 clean: clean-recursive
558 distclean-am
: distclean-noinstLTLIBRARIES distclean-compile \
559 distclean-libtool distclean-checkPROGRAMS \
560 distclean-tags distclean-generic clean-am
563 distclean: distclean-recursive
566 maintainer-clean-am
: maintainer-clean-noinstLTLIBRARIES \
567 maintainer-clean-compile maintainer-clean-libtool \
568 maintainer-clean-checkPROGRAMS maintainer-clean-tags \
569 maintainer-clean-generic distclean-am
570 @echo
"This command is intended for maintainers to use;"
571 @echo
"it deletes files that may require special tools to rebuild."
573 maintainer-clean
: maintainer-clean-recursive
576 .PHONY
: mostlyclean-noinstLTLIBRARIES distclean-noinstLTLIBRARIES \
577 clean-noinstLTLIBRARIES maintainer-clean-noinstLTLIBRARIES \
578 mostlyclean-compile distclean-compile clean-compile \
579 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
580 clean-libtool maintainer-clean-libtool mostlyclean-checkPROGRAMS \
581 distclean-checkPROGRAMS clean-checkPROGRAMS \
582 maintainer-clean-checkPROGRAMS install-data-recursive \
583 uninstall-data-recursive install-exec-recursive \
584 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
585 all-recursive check-recursive installcheck-recursive info-recursive \
586 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
587 maintainer-clean-recursive
tags tags-recursive mostlyclean-tags \
588 distclean-tags clean-tags maintainer-clean-tags distdir check-TESTS \
589 info-am
info dvi-am
dvi check check-am installcheck-am
installcheck \
590 install-info-am install-info install-exec-am install-exec \
591 install-data-am install-data install-am
install uninstall-am
uninstall \
592 all-redirect all-am
all installdirs-am
installdirs mostlyclean-generic \
593 distclean-generic clean-generic maintainer-clean-generic
clean \
594 mostlyclean distclean maintainer-clean
596 # The following hack produces a warning from automake, but we need it in order
597 # to build a file from a subdirectory. FIXME.
599 $(COMPILE
) -c
$(srcdir)/tests
/test.c
600 $(all_objs
) : include/private
/gcconfig.h
include/private
/gc_priv.h \
601 include/private
/gc_hdrs.h
include/gc.h
include/gc_gcj.h
include/gc_mark.h
604 $(LTCOMPILE
) -Wp
,-P
-x assembler-with-cpp
-c
$<
607 .PHONY
: all-multi mostlyclean-multi clean-multi distclean-multi \
608 maintainer-clean-multi
611 install-am
: install-multi
612 mostlyclean-am
: mostlyclean-multi
613 clean-am
: clean-multi
614 distclean-am
: distclean-multi
615 maintainer-clean-am
: maintainer-clean-multi
618 : $(MAKE
) ; exec
$(MULTIDO
) $(AM_MAKEFLAGS
) DO
=all multi-do
620 $(MULTIDO
) $(AM_MAKEFLAGS
) DO
=install multi-do
622 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=mostlyclean multi-clean
624 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=clean multi-clean
626 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=distclean multi-clean
627 maintainer-clean-multi
:
628 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=maintainer-clean multi-clean
630 # Tell versions [3.59,3.63) of GNU make to not export all variables.
631 # Otherwise a system limit (for SysV at least) may be exceeded.