1 # Makefile.in generated automatically by automake 1.4a 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@
50 INSTALL_DATA
= @INSTALL_DATA@
51 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
53 transform
= @program_transform_name@
61 build_alias
= @build_alias@
62 build_triplet
= @build@
63 host_alias
= @host_alias@
65 target_alias
= @target_alias@
66 target_triplet
= @target@
73 CXXINCLUDES
= @CXXINCLUDES@
76 EXTRA_TEST_LIBS
= @EXTRA_TEST_LIBS@
79 GC_CFLAGS
= @GC_CFLAGS@
85 MY_CFLAGS
= @MY_CFLAGS@
91 THREADLIBS
= @THREADLIBS@
94 gc_basedir
= @gc_basedir@
95 mkinstalldirs
= @mkinstalldirs@
96 target_all
= @target_all@
98 AUTOMAKE_OPTIONS
= cygnus
102 # Multilib support variables.
109 @USE_LIBDIR_TRUE@toolexeclibdir
= $(libdir)$(MULTISUBDIR
)
110 @USE_LIBDIR_FALSE@toolexeclibdir
= $(toolexecdir
)/lib
$(MULTISUBDIR
)
111 @USE_LIBDIR_FALSE@toolexecdir
= $(exec_prefix)/$(target_alias
)
113 noinst_LTLIBRARIES
= libgcjgc.la libgcjgc_convenience.la
115 GC_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 backgraph.c win32_threads.c
118 EXTRA_GC_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
121 libgcjgc_la_SOURCES
= $(GC_SOURCES
)
122 libgcjgc_convenience_la_SOURCES
= $(GC_SOURCES
)
123 EXTRA_libgcjgc_la_SOURCES
= $(EXTRA_GC_SOURCES
)
124 EXTRA_libgcjgc_convenience_la_SOURCES
= $(EXTRA_GC_SOURCES
)
126 # Include THREADLIBS here to ensure that the correct versions of
127 # linuxthread semaphore functions get linked:
128 libgcjgc_la_LIBADD
= @addobjs@
$(THREADLIBS
)
129 libgcjgc_la_DEPENDENCIES
= @addobjs@
130 libgcjgc_la_LDFLAGS
= -version-info
1:1:0 -rpath
$(toolexeclibdir
)
132 libgcjgc_convenience_la_LIBADD
= @addobjs@
133 libgcjgc_convenience_la_DEPENDENCIES
= @addobjs@
135 AM_CXXFLAGS
= @GC_CFLAGS@
137 AM_CFLAGS
= @GC_CFLAGS@
139 check_PROGRAMS
= gctest
140 # Using $< in the above seems to fail with the HP/UX on Itanium make.
142 gctest_OBJECTS
= test.o
143 gctest_LDADD
= .
/libgcjgc.la
$(THREADLIBS
) $(EXTRA_TEST_LIBS
)
144 gctest_LDFLAGS
= -shared-libgcc
145 TESTS_ENVIRONMENT
= LD_LIBRARY_PATH
=..
/..
/$(MULTIBUILDTOP
)gcc
148 all_objs
= @addobjs@
$(libgcjgc_la_OBJECTS
)
150 LTCOMPILE
= $(LIBTOOL
) --mode
=compile
$(CC
) $(DEFS
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(MY_CFLAGS
) $(GC_CFLAGS
)
152 LINK
= $(LIBTOOL
) --mode
=link
$(CC
) $(AM_CFLAGS
) $(MY_CFLAGS
) $(LDFLAGS
) -o
$@
154 # Work around what appears to be a GNU make bug handling MAKEFLAGS
155 # values defined in terms of make variables, as is the case for CC and
156 # friends when we are called from the top level Makefile.
157 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)"
160 CONFIG_STATUS_DEPENDENCIES
= $(srcdir)/configure.host
163 ACLOCAL_M4
= $(top_srcdir
)/aclocal.m4
165 LTLIBRARIES
= $(noinst_LTLIBRARIES
)
168 DEFS
= @DEFS@
-I.
-I
$(srcdir)
169 CPPFLAGS
= @CPPFLAGS@
172 libgcjgc_la_OBJECTS
= allchblk.lo alloc.lo blacklst.lo checksums.lo \
173 dbg_mlc.lo dyn_load.lo finalize.lo gc_dlopen.lo gcj_mlc.lo headers.lo \
174 irix_threads.lo linux_threads.lo malloc.lo mallocx.lo mark.lo \
175 mark_rts.lo misc.lo new_hblk.lo obj_map.lo os_dep.lo pcr_interface.lo \
176 ptr_chck.lo real_malloc.lo reclaim.lo solaris_pthreads.lo \
177 solaris_threads.lo specific.lo stubborn.lo typd_mlc.lo backgraph.lo \
179 libgcjgc_convenience_la_LDFLAGS
=
180 libgcjgc_convenience_la_OBJECTS
= allchblk.lo alloc.lo blacklst.lo \
181 checksums.lo dbg_mlc.lo dyn_load.lo finalize.lo gc_dlopen.lo gcj_mlc.lo \
182 headers.lo irix_threads.lo linux_threads.lo malloc.lo mallocx.lo \
183 mark.lo mark_rts.lo misc.lo new_hblk.lo obj_map.lo os_dep.lo \
184 pcr_interface.lo ptr_chck.lo real_malloc.lo reclaim.lo \
185 solaris_pthreads.lo solaris_threads.lo specific.lo stubborn.lo \
186 typd_mlc.lo backgraph.lo win32_threads.lo
187 check_PROGRAMS
= gctest
$(EXEEXT
)
188 gctest_DEPENDENCIES
= .
/libgcjgc.la
190 COMPILE
= $(CC
) $(DEFS
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
192 DIST_COMMON
= ChangeLog Makefile.am Makefile.in acinclude.m4 aclocal.m4 \
193 config.guess config.sub configure configure.in install-sh ltconfig \
194 ltmain.sh mkinstalldirs
197 DISTFILES
= $(DIST_COMMON
) $(SOURCES
) $(HEADERS
) $(TEXINFOS
) $(EXTRA_DIST
)
201 SOURCES
= $(libgcjgc_la_SOURCES
) $(EXTRA_libgcjgc_la_SOURCES
) $(libgcjgc_convenience_la_SOURCES
) $(EXTRA_libgcjgc_convenience_la_SOURCES
)
202 OBJECTS
= $(libgcjgc_la_OBJECTS
) $(libgcjgc_convenience_la_OBJECTS
)
206 .SUFFIXES
: .S .c .lo .o .obj .s
207 $(srcdir)/Makefile.in
: @MAINTAINER_MODE_TRUE@ Makefile.am
$(top_srcdir
)/configure.in
$(ACLOCAL_M4
)
208 cd
$(top_srcdir
) && $(AUTOMAKE
) --cygnus Makefile
210 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
212 && CONFIG_FILES
=$@ CONFIG_HEADERS
= $(SHELL
) .
/config.status
214 $(ACLOCAL_M4
): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4
215 cd
$(srcdir) && $(ACLOCAL
)
217 config.status
: $(srcdir)/configure
$(CONFIG_STATUS_DEPENDENCIES
)
218 $(SHELL
) .
/config.status
--recheck
219 $(srcdir)/configure
: @MAINTAINER_MODE_TRUE@
$(srcdir)/configure.in
$(ACLOCAL_M4
) $(CONFIGURE_DEPENDENCIES
)
220 cd
$(srcdir) && $(AUTOCONF
)
222 mostlyclean-noinstLTLIBRARIES
:
224 clean-noinstLTLIBRARIES
:
225 -test -z
"$(noinst_LTLIBRARIES)" ||
rm -f
$(noinst_LTLIBRARIES
)
227 distclean-noinstLTLIBRARIES
:
229 maintainer-clean-noinstLTLIBRARIES
:
234 # FIXME: We should only use cygpath when building on Windows,
235 # and only if it is available.
237 $(COMPILE
) -c
`cygpath -w $<`
246 -rm -f
*.o core
*.core
254 maintainer-clean-compile
:
257 $(LIBTOOL
) --mode
=compile
$(COMPILE
) -c
$<
260 $(LIBTOOL
) --mode
=compile
$(COMPILE
) -c
$<
270 maintainer-clean-libtool
:
272 libgcjgc.la
: $(libgcjgc_la_OBJECTS
) $(libgcjgc_la_DEPENDENCIES
)
273 $(LINK
) $(libgcjgc_la_LDFLAGS
) $(libgcjgc_la_OBJECTS
) $(libgcjgc_la_LIBADD
) $(LIBS
)
275 libgcjgc_convenience.la
: $(libgcjgc_convenience_la_OBJECTS
) $(libgcjgc_convenience_la_DEPENDENCIES
)
276 $(LINK
) $(libgcjgc_convenience_la_LDFLAGS
) $(libgcjgc_convenience_la_OBJECTS
) $(libgcjgc_convenience_la_LIBADD
) $(LIBS
)
278 mostlyclean-checkPROGRAMS
:
281 -test -z
"$(check_PROGRAMS)" ||
rm -f
$(check_PROGRAMS
)
283 distclean-checkPROGRAMS
:
285 maintainer-clean-checkPROGRAMS
:
287 gctest
$(EXEEXT
): $(gctest_OBJECTS
) $(gctest_DEPENDENCIES
)
288 @
rm -f gctest
$(EXEEXT
)
289 $(LINK
) $(gctest_LDFLAGS
) $(gctest_OBJECTS
) $(gctest_LDADD
) $(LIBS
)
291 # This directory's subdirectories are mostly independent; you can cd
292 # into them and run `make' without going through this Makefile.
293 # To change the values of `make' variables: instead of editing Makefiles,
294 # (1) if the variable is set in `config.status', edit `config.status'
295 # (which will cause the Makefiles to be regenerated when you run `make');
296 # (2) otherwise, pass the desired values on the `make' command line.
300 all-recursive install-data-recursive install-exec-recursive \
301 installdirs-recursive install-recursive uninstall-recursive install-info-recursive \
302 check-recursive installcheck-recursive info-recursive dvi-recursive
:
303 @set fnord
$(MAKEFLAGS
); amf
=$$2; \
305 target
=`echo $@ | sed s/-recursive//`; \
306 list
='$(SUBDIRS)'; for subdir in
$$list; do \
307 echo
"Making $$target in $$subdir"; \
308 if
test "$$subdir" = "."; then \
310 local_target
="$$target-am"; \
312 local_target
="$$target"; \
314 (cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
315 || case
"$$amf" in
*=*) exit
1;; *k
*) fail
=yes
;; *) exit
1;; esac
; \
317 if
test "$$dot_seen" = "no"; then \
318 $(MAKE
) $(AM_MAKEFLAGS
) "$$target-am" || exit
1; \
321 mostlyclean-recursive clean-recursive distclean-recursive \
322 maintainer-clean-recursive
:
323 @set fnord
$(MAKEFLAGS
); amf
=$$2; \
325 rev
=''; list
='$(SUBDIRS)'; for subdir in
$$list; do \
326 rev
="$$subdir $$rev"; \
327 test "$$subdir" = "." && dot_seen
=yes
; \
329 test "$$dot_seen" = "no" && rev
=". $$rev"; \
330 target
=`echo $@ | sed s/-recursive//`; \
331 for subdir in
$$rev; do \
332 echo
"Making $$target in $$subdir"; \
333 if
test "$$subdir" = "."; then \
334 local_target
="$$target-am"; \
336 local_target
="$$target"; \
338 (cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
339 || case
"$$amf" in
*=*) exit
1;; *k
*) fail
=yes
;; *) exit
1;; esac
; \
340 done
&& test -z
"$$fail"
342 list
='$(SUBDIRS)'; for subdir in
$$list; do \
343 test "$$subdir" = . ||
(cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) tags); \
348 ID
: $(HEADERS
) $(SOURCES
) $(LISP
)
349 list
='$(SOURCES) $(HEADERS)'; \
350 unique
=`for i in $$list; do echo $$i; done | \
351 awk ' { files[$$0] = 1; } \
352 END { for (i in files) print i; }'`; \
353 here
=`pwd` && cd
$(srcdir) \
354 && mkid
-f
$$here/ID
$$unique $(LISP
)
356 TAGS
: tags-recursive
$(HEADERS
) $(SOURCES
) $(TAGS_DEPENDENCIES
) $(LISP
)
359 list
='$(SUBDIRS)'; for subdir in
$$list; do \
360 if
test "$$subdir" = .
; then
:; else \
361 test -f
$$subdir/TAGS
&& tags="$$tags -i $$here/$$subdir/TAGS"; \
364 list
='$(SOURCES) $(HEADERS)'; \
365 unique
=`for i in $$list; do echo $$i; done | \
366 awk ' { files[$$0] = 1; } \
367 END { for (i in files) print i; }'`; \
368 test -z
"$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
369 ||
(cd
$(srcdir) && etags
$(ETAGS_ARGS
) $$tags $$unique $(LISP
) -o
$$here/TAGS
)
378 maintainer-clean-tags
:
380 distdir
= $(PACKAGE
)-$(VERSION
)
381 top_distdir
= $(distdir
)
383 # This target untars the dist file and tries a VPATH configuration. Then
384 # it guarantees that the distribution is self-contained by making another
388 GZIP
=$(GZIP_ENV
) $(TAR
) zxf
$(distdir
).
tar.gz
389 mkdir
$(distdir
)/=build
390 mkdir
$(distdir
)/=inst
391 dc_install_base
=`cd $(distdir)/=inst && pwd`; \
392 cd
$(distdir
)/=build \
393 && ..
/configure
--srcdir=..
--prefix=$$dc_install_base \
394 && $(MAKE
) $(AM_MAKEFLAGS
) \
395 && $(MAKE
) $(AM_MAKEFLAGS
) dvi \
396 && $(MAKE
) $(AM_MAKEFLAGS
) check \
397 && $(MAKE
) $(AM_MAKEFLAGS
) install \
398 && $(MAKE
) $(AM_MAKEFLAGS
) installcheck \
399 && $(MAKE
) $(AM_MAKEFLAGS
) dist
401 @banner
="$(distdir).tar.gz is ready for distribution"; \
402 dashes
=`echo "$$banner" | sed s/./=/g`; \
407 -chmod
-R a
+r
$(distdir
)
408 GZIP
=$(GZIP_ENV
) $(TAR
) chozf
$(distdir
).
tar.gz
$(distdir
)
411 -chmod
-R a
+r
$(distdir
)
412 GZIP
=$(GZIP_ENV
) $(TAR
) chozf
$(distdir
).
tar.gz
$(distdir
)
414 distdir
: $(DISTFILES
)
417 -chmod
777 $(distdir
)
418 @for file in
$(DISTFILES
); do \
419 if
test -f
$$file; then d
=.
; else d
=$(srcdir); fi
; \
420 if
test -d
$$d/$$file; then \
421 cp
-pr
$$d/$$file $(distdir
)/$$file; \
423 test -f
$(distdir
)/$$file \
424 || ln
$$d/$$file $(distdir
)/$$file 2> /dev
/null \
425 || cp
-p
$$d/$$file $(distdir
)/$$file ||
:; \
428 for subdir in
$(SUBDIRS
); do \
429 if
test "$$subdir" = .
; then
:; else \
430 test -d
$(distdir
)/$$subdir \
431 || mkdir
$(distdir
)/$$subdir \
433 chmod
777 $(distdir
)/$$subdir; \
434 (cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) top_distdir
=..
/$(distdir
) distdir
=..
/$(distdir
)/$$subdir distdir
) \
438 check-TESTS
: $(TESTS
)
440 srcdir=$(srcdir); export srcdir; \
441 for tst in
$(TESTS
); do \
442 if
test -f
$$tst; then
dir=.
; \
443 else dir="$(srcdir)"; fi
; \
444 if
$(TESTS_ENVIRONMENT
) $$dir/$$tst; then \
445 all=`expr $$all + 1`; \
446 echo
"PASS: $$tst"; \
447 elif
test $$?
-ne
77; then \
448 all=`expr $$all + 1`; \
449 failed
=`expr $$failed + 1`; \
450 echo
"FAIL: $$tst"; \
453 if
test "$$failed" -eq
0; then \
454 banner
="All $$all tests passed"; \
456 banner
="$$failed of $$all tests failed"; \
458 dashes
=`echo "$$banner" | sed s/./=/g`; \
462 test "$$failed" -eq
0
467 check-am
: $(check_PROGRAMS
)
468 $(MAKE
) $(AM_MAKEFLAGS
) check-TESTS
469 check: check-recursive
471 installcheck: installcheck-recursive
473 install-info
: install-info-recursive
475 install-exec
: install-exec-recursive
478 install-data
: install-data-recursive
481 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
482 install: install-recursive
484 uninstall: uninstall-recursive
485 all-am
: Makefile
$(LTLIBRARIES
)
486 all-redirect
: all-recursive
488 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_STRIP_FLAG
=-s
install
489 installdirs: installdirs-recursive
498 -rm -f Makefile
$(CONFIG_CLEAN_FILES
)
499 -rm -f config.cache config.log stamp-h stamp-h
[0-9]*
501 maintainer-clean-generic
:
502 mostlyclean-am
: mostlyclean-noinstLTLIBRARIES mostlyclean-compile \
503 mostlyclean-libtool mostlyclean-checkPROGRAMS \
504 mostlyclean-tags mostlyclean-generic
506 mostlyclean: mostlyclean-recursive
508 clean-am
: clean-noinstLTLIBRARIES clean-compile clean-libtool \
509 clean-checkPROGRAMS clean-tags clean-generic \
512 clean: clean-recursive
514 distclean-am
: distclean-noinstLTLIBRARIES distclean-compile \
515 distclean-libtool distclean-checkPROGRAMS \
516 distclean-tags distclean-generic clean-am
519 distclean: distclean-recursive
522 maintainer-clean-am
: maintainer-clean-noinstLTLIBRARIES \
523 maintainer-clean-compile maintainer-clean-libtool \
524 maintainer-clean-checkPROGRAMS maintainer-clean-tags \
525 maintainer-clean-generic distclean-am
526 @echo
"This command is intended for maintainers to use;"
527 @echo
"it deletes files that may require special tools to rebuild."
529 maintainer-clean
: maintainer-clean-recursive
532 .PHONY
: mostlyclean-noinstLTLIBRARIES distclean-noinstLTLIBRARIES \
533 clean-noinstLTLIBRARIES maintainer-clean-noinstLTLIBRARIES \
534 mostlyclean-compile distclean-compile clean-compile \
535 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
536 clean-libtool maintainer-clean-libtool mostlyclean-checkPROGRAMS \
537 distclean-checkPROGRAMS clean-checkPROGRAMS \
538 maintainer-clean-checkPROGRAMS install-data-recursive \
539 uninstall-data-recursive install-exec-recursive \
540 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
541 all-recursive check-recursive installcheck-recursive info-recursive \
542 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
543 maintainer-clean-recursive
tags tags-recursive mostlyclean-tags \
544 distclean-tags clean-tags maintainer-clean-tags distdir check-TESTS \
545 info-am
info dvi-am
dvi check check-am installcheck-am
installcheck \
546 install-info-am install-info install-exec-am install-exec \
547 install-data-am install-data install-am
install uninstall-am
uninstall \
548 all-redirect all-am
all installdirs-am
installdirs mostlyclean-generic \
549 distclean-generic clean-generic maintainer-clean-generic
clean \
550 mostlyclean distclean maintainer-clean
552 # The following hack produces a warning from automake, but we need it in order
553 # to build a file from a subdirectory. FIXME.
555 $(COMPILE
) -c
$(srcdir)/tests
/test.c
556 $(all_objs
) : include/private
/gcconfig.h
include/private
/gc_priv.h \
557 include/private
/gc_hdrs.h
include/gc.h
include/gc_gcj.h
include/gc_mark.h
560 $(LTCOMPILE
) -Wp
,-P
-x assembler-with-cpp
-c
$<
563 .PHONY
: all-multi mostlyclean-multi clean-multi distclean-multi \
564 maintainer-clean-multi
567 install-am
: install-multi
568 mostlyclean-am
: mostlyclean-multi
569 clean-am
: clean-multi
570 distclean-am
: distclean-multi
571 maintainer-clean-am
: maintainer-clean-multi
574 $(MULTIDO
) $(AM_MAKEFLAGS
) DO
=all multi-do
576 $(MULTIDO
) $(AM_MAKEFLAGS
) DO
=install multi-do
578 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=mostlyclean multi-clean
580 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=clean multi-clean
582 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=distclean multi-clean
583 maintainer-clean-multi
:
584 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=maintainer-clean multi-clean
586 # Tell versions [3.59,3.63) of GNU make to not export all variables.
587 # Otherwise a system limit (for SysV at least) may be exceeded.