1 # Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
3 # Copyright (C) 1994, 1995-8, 1999, 2001 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@
97 AUTOMAKE_OPTIONS
= cygnus
101 # Multilib support variables.
108 @USE_LIBDIR_TRUE@toolexeclibdir
= @USE_LIBDIR_TRUE@
$(libdir)$(MULTISUBDIR
)
109 @USE_LIBDIR_FALSE@toolexeclibdir
= @USE_LIBDIR_FALSE@
$(toolexecdir
)/lib
$(MULTISUBDIR
)
110 @USE_LIBDIR_FALSE@toolexecdir
= @USE_LIBDIR_FALSE@
$(exec_prefix)/$(target_alias
)
112 noinst_LTLIBRARIES
= libgcjgc.la libgcjgc_convenience.la
114 GC_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 \
119 backgraph.c win32_threads.c
122 EXTRA_GC_SOURCES
= alpha_mach_dep.s \
123 mips_sgi_mach_dep.S mips_ultrix_mach_dep.s powerpc_macosx_mach_dep.s \
124 rs6000_mach_dep.s sparc_mach_dep.S sparc_netbsd_mach_dep.s \
125 sparc_sunos4_mach_dep.s ia64_save_regs_in_stack.s
128 libgcjgc_la_SOURCES
= $(GC_SOURCES
)
129 libgcjgc_convenience_la_SOURCES
= $(GC_SOURCES
)
130 EXTRA_libgcjgc_la_SOURCES
= $(EXTRA_GC_SOURCES
)
131 EXTRA_libgcjgc_convenience_la_SOURCES
= $(EXTRA_GC_SOURCES
)
133 # Include THREADLIBS here to ensure that the correct versions of
134 # linuxthread semaphore functions get linked:
135 libgcjgc_la_LIBADD
= @addobjs@
$(THREADLIBS
)
136 libgcjgc_la_DEPENDENCIES
= @addobjs@
137 libgcjgc_la_LDFLAGS
= -version-info
1:1:0 -rpath
$(toolexeclibdir
)
139 libgcjgc_convenience_la_LIBADD
= @addobjs@
140 libgcjgc_convenience_la_DEPENDENCIES
= @addobjs@
142 AM_CXXFLAGS
= @GC_CFLAGS@
144 AM_CFLAGS
= @GC_CFLAGS@
146 check_PROGRAMS
= gctest
147 # Using $< in the above seems to fail with the HP/UX on Itanium make.
149 gctest_OBJECTS
= test.o
150 gctest_LDADD
= .
/libgcjgc.la
$(THREADLIBS
) $(EXTRA_TEST_LIBS
)
151 gctest_LDFLAGS
= -shared-libgcc
152 TESTS_ENVIRONMENT
= LD_LIBRARY_PATH
=..
/..
/$(MULTIBUILDTOP
)gcc
155 all_objs
= @addobjs@
$(libgcjgc_la_OBJECTS
)
157 LTCOMPILE
= $(LIBTOOL
) --mode
=compile
$(CC
) $(DEFS
) $(INCLUDES
) \
158 $(AM_CPPFLAGS
) $(CPPFLAGS
) \
159 $(AM_CFLAGS
) $(MY_CFLAGS
) $(GC_CFLAGS
)
161 LINK
= $(LIBTOOL
) --mode
=link
$(CC
) $(AM_CFLAGS
) $(MY_CFLAGS
) $(LDFLAGS
) -o
$@
163 # Work around what appears to be a GNU make bug handling MAKEFLAGS
164 # values defined in terms of make variables, as is the case for CC and
165 # friends when we are called from the top level Makefile.
167 "AR_FLAGS=$(AR_FLAGS)" \
168 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
170 "CXXFLAGS=$(CXXFLAGS)" \
171 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
172 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
173 "INSTALL=$(INSTALL)" \
174 "INSTALL_DATA=$(INSTALL_DATA)" \
175 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
176 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
177 "LDFLAGS=$(LDFLAGS)" \
178 "LIBCFLAGS=$(LIBCFLAGS)" \
179 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
181 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
182 "PICFLAG=$(PICFLAG)" \
183 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
186 "RUNTEST=$(RUNTEST)" \
187 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
188 "exec_prefix=$(exec_prefix)" \
189 "includedir=$(includedir)" \
190 "infodir=$(infodir)" \
193 "tooldir=$(tooldir)" \
199 "LIBCFLAGS=$(LIBCFLAGS)" \
201 "PICFLAG=$(PICFLAG)" \
206 CONFIG_STATUS_DEPENDENCIES
= $(srcdir)/configure.host
209 ACLOCAL_M4
= $(top_srcdir
)/aclocal.m4
211 LTLIBRARIES
= $(noinst_LTLIBRARIES
)
214 DEFS
= @DEFS@
-I.
-I
$(srcdir)
215 CPPFLAGS
= @CPPFLAGS@
218 libgcjgc_la_OBJECTS
= allchblk.lo alloc.lo blacklst.lo checksums.lo \
219 dbg_mlc.lo dyn_load.lo finalize.lo gc_dlopen.lo gcj_mlc.lo headers.lo \
220 irix_threads.lo linux_threads.lo malloc.lo mallocx.lo mark.lo \
221 mark_rts.lo misc.lo new_hblk.lo obj_map.lo os_dep.lo pcr_interface.lo \
222 ptr_chck.lo real_malloc.lo reclaim.lo solaris_pthreads.lo \
223 solaris_threads.lo specific.lo stubborn.lo typd_mlc.lo backgraph.lo \
225 libgcjgc_convenience_la_LDFLAGS
=
226 libgcjgc_convenience_la_OBJECTS
= allchblk.lo alloc.lo blacklst.lo \
227 checksums.lo dbg_mlc.lo dyn_load.lo finalize.lo gc_dlopen.lo gcj_mlc.lo \
228 headers.lo irix_threads.lo linux_threads.lo malloc.lo mallocx.lo \
229 mark.lo mark_rts.lo misc.lo new_hblk.lo obj_map.lo os_dep.lo \
230 pcr_interface.lo ptr_chck.lo real_malloc.lo reclaim.lo \
231 solaris_pthreads.lo solaris_threads.lo specific.lo stubborn.lo \
232 typd_mlc.lo backgraph.lo win32_threads.lo
233 check_PROGRAMS
= gctest
$(EXEEXT
)
234 gctest_DEPENDENCIES
= .
/libgcjgc.la
236 COMPILE
= $(CC
) $(DEFS
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
238 DIST_COMMON
= ChangeLog Makefile.am Makefile.in acinclude.m4 aclocal.m4 \
239 config.guess config.sub configure configure.in install-sh ltconfig \
240 ltmain.sh mkinstalldirs
243 DISTFILES
= $(DIST_COMMON
) $(SOURCES
) $(HEADERS
) $(TEXINFOS
) $(EXTRA_DIST
)
247 SOURCES
= $(libgcjgc_la_SOURCES
) $(EXTRA_libgcjgc_la_SOURCES
) $(libgcjgc_convenience_la_SOURCES
) $(EXTRA_libgcjgc_convenience_la_SOURCES
)
248 OBJECTS
= $(libgcjgc_la_OBJECTS
) $(libgcjgc_convenience_la_OBJECTS
)
252 .SUFFIXES
: .S .c .lo .o .obj .s
253 $(srcdir)/Makefile.in
: @MAINTAINER_MODE_TRUE@ Makefile.am
$(top_srcdir
)/configure.in
$(ACLOCAL_M4
)
254 cd
$(top_srcdir
) && $(AUTOMAKE
) --cygnus Makefile
256 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
258 && CONFIG_FILES
=$@ CONFIG_HEADERS
= $(SHELL
) .
/config.status
260 $(ACLOCAL_M4
): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4
261 cd
$(srcdir) && $(ACLOCAL
)
263 config.status
: $(srcdir)/configure
$(CONFIG_STATUS_DEPENDENCIES
)
264 $(SHELL
) .
/config.status
--recheck
265 $(srcdir)/configure
: @MAINTAINER_MODE_TRUE@
$(srcdir)/configure.in
$(ACLOCAL_M4
) $(CONFIGURE_DEPENDENCIES
)
266 cd
$(srcdir) && $(AUTOCONF
)
268 mostlyclean-noinstLTLIBRARIES
:
270 clean-noinstLTLIBRARIES
:
271 -test -z
"$(noinst_LTLIBRARIES)" ||
rm -f
$(noinst_LTLIBRARIES
)
273 distclean-noinstLTLIBRARIES
:
275 maintainer-clean-noinstLTLIBRARIES
:
280 # FIXME: We should only use cygpath when building on Windows,
281 # and only if it is available.
283 $(COMPILE
) -c
`cygpath -w $<`
292 -rm -f
*.o core
*.core
300 maintainer-clean-compile
:
303 $(LIBTOOL
) --mode
=compile
$(COMPILE
) -c
$<
306 $(LIBTOOL
) --mode
=compile
$(COMPILE
) -c
$<
316 maintainer-clean-libtool
:
318 libgcjgc.la
: $(libgcjgc_la_OBJECTS
) $(libgcjgc_la_DEPENDENCIES
)
319 $(LINK
) $(libgcjgc_la_LDFLAGS
) $(libgcjgc_la_OBJECTS
) $(libgcjgc_la_LIBADD
) $(LIBS
)
321 libgcjgc_convenience.la
: $(libgcjgc_convenience_la_OBJECTS
) $(libgcjgc_convenience_la_DEPENDENCIES
)
322 $(LINK
) $(libgcjgc_convenience_la_LDFLAGS
) $(libgcjgc_convenience_la_OBJECTS
) $(libgcjgc_convenience_la_LIBADD
) $(LIBS
)
324 mostlyclean-checkPROGRAMS
:
327 -test -z
"$(check_PROGRAMS)" ||
rm -f
$(check_PROGRAMS
)
329 distclean-checkPROGRAMS
:
331 maintainer-clean-checkPROGRAMS
:
333 gctest
$(EXEEXT
): $(gctest_OBJECTS
) $(gctest_DEPENDENCIES
)
334 @
rm -f gctest
$(EXEEXT
)
335 $(LINK
) $(gctest_LDFLAGS
) $(gctest_OBJECTS
) $(gctest_LDADD
) $(LIBS
)
337 # This directory's subdirectories are mostly independent; you can cd
338 # into them and run `make' without going through this Makefile.
339 # To change the values of `make' variables: instead of editing Makefiles,
340 # (1) if the variable is set in `config.status', edit `config.status'
341 # (which will cause the Makefiles to be regenerated when you run `make');
342 # (2) otherwise, pass the desired values on the `make' command line.
346 all-recursive install-data-recursive install-exec-recursive \
347 installdirs-recursive install-recursive uninstall-recursive install-info-recursive \
348 check-recursive installcheck-recursive info-recursive dvi-recursive
:
349 @set fnord
$(MAKEFLAGS
); amf
=$$2; \
351 target
=`echo $@ | sed s/-recursive//`; \
352 list
='$(SUBDIRS)'; for subdir in
$$list; do \
353 echo
"Making $$target in $$subdir"; \
354 if
test "$$subdir" = "."; then \
356 local_target
="$$target-am"; \
358 local_target
="$$target"; \
360 (cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
361 || case
"$$amf" in
*=*) exit
1;; *k
*) fail
=yes
;; *) exit
1;; esac
; \
363 if
test "$$dot_seen" = "no"; then \
364 $(MAKE
) $(AM_MAKEFLAGS
) "$$target-am" || exit
1; \
367 mostlyclean-recursive clean-recursive distclean-recursive \
368 maintainer-clean-recursive
:
369 @set fnord
$(MAKEFLAGS
); amf
=$$2; \
371 rev
=''; list
='$(SUBDIRS)'; for subdir in
$$list; do \
372 rev
="$$subdir $$rev"; \
373 test "$$subdir" != "." || dot_seen
=yes
; \
375 test "$$dot_seen" = "no" && rev
=". $$rev"; \
376 target
=`echo $@ | sed s/-recursive//`; \
377 for subdir in
$$rev; do \
378 echo
"Making $$target in $$subdir"; \
379 if
test "$$subdir" = "."; then \
380 local_target
="$$target-am"; \
382 local_target
="$$target"; \
384 (cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
385 || case
"$$amf" in
*=*) exit
1;; *k
*) fail
=yes
;; *) exit
1;; esac
; \
386 done
&& test -z
"$$fail"
388 list
='$(SUBDIRS)'; for subdir in
$$list; do \
389 test "$$subdir" = . ||
(cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) tags); \
394 ID
: $(HEADERS
) $(SOURCES
) $(LISP
)
395 list
='$(SOURCES) $(HEADERS)'; \
396 unique
=`for i in $$list; do echo $$i; done | \
397 awk ' { files[$$0] = 1; } \
398 END { for (i in files) print i; }'`; \
399 here
=`pwd` && cd
$(srcdir) \
400 && mkid
-f
$$here/ID
$$unique $(LISP
)
402 TAGS
: tags-recursive
$(HEADERS
) $(SOURCES
) $(TAGS_DEPENDENCIES
) $(LISP
)
405 list
='$(SUBDIRS)'; for subdir in
$$list; do \
406 if
test "$$subdir" = .
; then
:; else \
407 test -f
$$subdir/TAGS
&& tags="$$tags -i $$here/$$subdir/TAGS"; \
410 list
='$(SOURCES) $(HEADERS)'; \
411 unique
=`for i in $$list; do echo $$i; done | \
412 awk ' { files[$$0] = 1; } \
413 END { for (i in files) print i; }'`; \
414 test -z
"$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
415 ||
(cd
$(srcdir) && etags
$(ETAGS_ARGS
) $$tags $$unique $(LISP
) -o
$$here/TAGS
)
424 maintainer-clean-tags
:
426 distdir
= $(PACKAGE
)-$(VERSION
)
427 top_distdir
= $(distdir
)
429 # This target untars the dist file and tries a VPATH configuration. Then
430 # it guarantees that the distribution is self-contained by making another
434 GZIP
=$(GZIP_ENV
) $(TAR
) zxf
$(distdir
).
tar.gz
435 mkdir
$(distdir
)/=build
436 mkdir
$(distdir
)/=inst
437 dc_install_base
=`cd $(distdir)/=inst && pwd`; \
438 cd
$(distdir
)/=build \
439 && ..
/configure
--srcdir=..
--prefix=$$dc_install_base \
440 && $(MAKE
) $(AM_MAKEFLAGS
) \
441 && $(MAKE
) $(AM_MAKEFLAGS
) dvi \
442 && $(MAKE
) $(AM_MAKEFLAGS
) check \
443 && $(MAKE
) $(AM_MAKEFLAGS
) install \
444 && $(MAKE
) $(AM_MAKEFLAGS
) installcheck \
445 && $(MAKE
) $(AM_MAKEFLAGS
) dist
447 @banner
="$(distdir).tar.gz is ready for distribution"; \
448 dashes
=`echo "$$banner" | sed s/./=/g`; \
453 -chmod
-R a
+r
$(distdir
)
454 GZIP
=$(GZIP_ENV
) $(TAR
) chozf
$(distdir
).
tar.gz
$(distdir
)
457 -chmod
-R a
+r
$(distdir
)
458 GZIP
=$(GZIP_ENV
) $(TAR
) chozf
$(distdir
).
tar.gz
$(distdir
)
460 distdir
: $(DISTFILES
)
463 -chmod
777 $(distdir
)
464 @for file in
$(DISTFILES
); do \
465 if
test -f
$$file; then d
=.
; else d
=$(srcdir); fi
; \
466 if
test -d
$$d/$$file; then \
467 cp
-pr
$$d/$$file $(distdir
)/$$file; \
469 test -f
$(distdir
)/$$file \
470 || ln
$$d/$$file $(distdir
)/$$file 2> /dev
/null \
471 || cp
-p
$$d/$$file $(distdir
)/$$file ||
:; \
474 for subdir in
$(SUBDIRS
); do \
475 if
test "$$subdir" = .
; then
:; else \
476 test -d
$(distdir
)/$$subdir \
477 || mkdir
$(distdir
)/$$subdir \
479 chmod
777 $(distdir
)/$$subdir; \
480 (cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) top_distdir
=..
/$(distdir
) distdir
=..
/$(distdir
)/$$subdir distdir
) \
484 check-TESTS
: $(TESTS
)
486 srcdir=$(srcdir); export srcdir; \
487 for tst in
$(TESTS
); do \
488 if
test -f
$$tst; then
dir=.
; \
489 else dir="$(srcdir)"; fi
; \
490 if
$(TESTS_ENVIRONMENT
) $$dir/$$tst; then \
491 all=`expr $$all + 1`; \
492 echo
"PASS: $$tst"; \
493 elif
test $$?
-ne
77; then \
494 all=`expr $$all + 1`; \
495 failed
=`expr $$failed + 1`; \
496 echo
"FAIL: $$tst"; \
499 if
test "$$failed" -eq
0; then \
500 banner
="All $$all tests passed"; \
502 banner
="$$failed of $$all tests failed"; \
504 dashes
=`echo "$$banner" | sed s/./=/g`; \
508 test "$$failed" -eq
0
513 check-am
: $(check_PROGRAMS
)
514 $(MAKE
) $(AM_MAKEFLAGS
) check-TESTS
515 check: check-recursive
517 installcheck: installcheck-recursive
519 install-info
: install-info-recursive
521 install-exec
: install-exec-recursive
524 install-data
: install-data-recursive
527 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
528 install: install-recursive
530 uninstall: uninstall-recursive
531 all-am
: Makefile
$(LTLIBRARIES
)
532 all-redirect
: all-recursive
534 $(MAKE
) $(AM_MAKEFLAGS
) AM_INSTALL_PROGRAM_FLAGS
=-s
install
535 installdirs: installdirs-recursive
544 -rm -f Makefile
$(CONFIG_CLEAN_FILES
)
545 -rm -f config.cache config.log stamp-h stamp-h
[0-9]*
547 maintainer-clean-generic
:
548 mostlyclean-am
: mostlyclean-noinstLTLIBRARIES mostlyclean-compile \
549 mostlyclean-libtool mostlyclean-checkPROGRAMS \
550 mostlyclean-tags mostlyclean-generic
552 mostlyclean: mostlyclean-recursive
554 clean-am
: clean-noinstLTLIBRARIES clean-compile clean-libtool \
555 clean-checkPROGRAMS clean-tags clean-generic \
558 clean: clean-recursive
560 distclean-am
: distclean-noinstLTLIBRARIES distclean-compile \
561 distclean-libtool distclean-checkPROGRAMS \
562 distclean-tags distclean-generic clean-am
565 distclean: distclean-recursive
568 maintainer-clean-am
: maintainer-clean-noinstLTLIBRARIES \
569 maintainer-clean-compile maintainer-clean-libtool \
570 maintainer-clean-checkPROGRAMS maintainer-clean-tags \
571 maintainer-clean-generic distclean-am
572 @echo
"This command is intended for maintainers to use;"
573 @echo
"it deletes files that may require special tools to rebuild."
575 maintainer-clean
: maintainer-clean-recursive
578 .PHONY
: mostlyclean-noinstLTLIBRARIES distclean-noinstLTLIBRARIES \
579 clean-noinstLTLIBRARIES maintainer-clean-noinstLTLIBRARIES \
580 mostlyclean-compile distclean-compile clean-compile \
581 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
582 clean-libtool maintainer-clean-libtool mostlyclean-checkPROGRAMS \
583 distclean-checkPROGRAMS clean-checkPROGRAMS \
584 maintainer-clean-checkPROGRAMS install-data-recursive \
585 uninstall-data-recursive install-exec-recursive \
586 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
587 all-recursive check-recursive installcheck-recursive info-recursive \
588 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
589 maintainer-clean-recursive
tags tags-recursive mostlyclean-tags \
590 distclean-tags clean-tags maintainer-clean-tags distdir check-TESTS \
591 info-am
info dvi-am
dvi check check-am installcheck-am
installcheck \
592 install-info-am install-info install-exec-am install-exec \
593 install-data-am install-data install-am
install uninstall-am
uninstall \
594 all-redirect all-am
all installdirs-am
installdirs mostlyclean-generic \
595 distclean-generic clean-generic maintainer-clean-generic
clean \
596 mostlyclean distclean maintainer-clean
598 # The following hack produces a warning from automake, but we need it in order
599 # to build a file from a subdirectory. FIXME.
601 $(COMPILE
) -c
$(srcdir)/tests
/test.c
602 $(all_objs
) : include/private
/gcconfig.h
include/private
/gc_priv.h \
603 include/private
/gc_hdrs.h
include/gc.h
include/gc_gcj.h
include/gc_mark.h
606 $(LTCOMPILE
) -Wp
,-P
-x assembler-with-cpp
-c
$<
609 .PHONY
: all-multi mostlyclean-multi clean-multi distclean-multi \
610 maintainer-clean-multi
613 install-am
: install-multi
614 mostlyclean-am
: mostlyclean-multi
615 clean-am
: clean-multi
616 distclean-am
: distclean-multi
617 maintainer-clean-am
: maintainer-clean-multi
620 $(MULTIDO
) $(AM_MAKEFLAGS
) DO
=all multi-do
622 $(MULTIDO
) $(AM_MAKEFLAGS
) DO
=install multi-do
624 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=mostlyclean multi-clean
626 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=clean multi-clean
628 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=distclean multi-clean
629 maintainer-clean-multi
:
630 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=maintainer-clean multi-clean
632 # Tell versions [3.59,3.63) of GNU make to not export all variables.
633 # Otherwise a system limit (for SysV at least) may be exceeded.