Fix arm_comp_type_attributes
[official-gcc.git] / boehm-gc / Makefile.in
blob5ea20d8a5cfe97544744ca36faf68e1771fd3657
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 INCLUDES = @INCLUDES@
77 LD = @LD@
78 LIBTOOL = @LIBTOOL@
79 LN_S = @LN_S@
80 MAINT = @MAINT@
81 MAKEINFO = @MAKEINFO@
82 MY_CFLAGS = @MY_CFLAGS@
83 NM = @NM@
84 OBJDUMP = @OBJDUMP@
85 PACKAGE = @PACKAGE@
86 RANLIB = @RANLIB@
87 THREADLIB = @THREADLIB@
88 VERSION = @VERSION@
89 addobjs = @addobjs@
90 boehm_gc_basedir = @boehm_gc_basedir@
91 target_all = @target_all@
93 AUTOMAKE_OPTIONS = cygnus
95 # Multilib support variables.
96 MULTISRCTOP =
97 MULTIBUILDTOP =
98 MULTIDIRS =
99 MULTISUBDIR =
100 MULTIDO = true
101 MULTICLEAN = true
102 @USE_LIBDIR_TRUE@toolexeclibdir = \
103 @USE_LIBDIR_TRUE@$(libdir)$(MULTISUBDIR)
104 @USE_LIBDIR_FALSE@toolexeclibdir = \
105 @USE_LIBDIR_FALSE@$(toolexecdir)/lib$(MULTISUBDIR)
106 @USE_LIBDIR_FALSE@toolexecdir = \
107 @USE_LIBDIR_FALSE@$(exec_prefix)/$(target_alias)
109 toolexeclib_LTLIBRARIES = $(target_all)
110 EXTRA_LTLIBRARIES = libgcjgc.la
111 libgcjgc_la_SOURCES = allchblk.c alloc.c blacklst.c checksums.c \
112 gcconfig.h dbg_mlc.c dyn_load.c finalize.c gc.h gc_alloc.h gc_cpp.h \
113 gc_hdrs.h gc_mark.h gc_priv.h gc_private.h gc_typed.h headers.c \
114 irix_threads.c linux_threads.c malloc.c mallocx.c mark.c mark_rts.c \
115 misc.c new_hblk.c obj_map.c os_dep.c pcr_interface.c ptr_chck.c \
116 real_malloc.c reclaim.c solaris_pthreads.c solaris_threads.c \
117 solaris_threads.h stubborn.c typd_mlc.c version.h weakpointer.h
119 libgcjgc_la_LIBADD = @addobjs@
120 libgcjgc_la_DEPENDENCIES = @addobjs@
121 libgcjgc_la_LDFLAGS = -version-info 1:1:0 -rpath $(toolexeclibdir)
123 EXTRA_libgcjgc_la_SOURCES = alpha_mach_dep.s mips_sgi_mach_dep.s \
124 mips_ultrix_mach_dep.s rs6000_mach_dep.s sparc_mach_dep.s \
125 sparc_sunos4_mach_dep.s mach_dep.c ecos.cc
128 AM_CXXFLAGS = @BOEHM_GC_CFLAGS@
130 AM_CFLAGS = @BOEHM_GC_CFLAGS@
132 check_PROGRAMS = gctest
133 gctest_SOURCES = test.c
134 gctest_LDADD = ./libgcjgc.la $(THREADLIB)
136 TESTS = gctest
138 all_objs = @addobjs@ $(libgcjgc_la_OBJECTS)
140 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) \
141 $(AM_CPPFLAGS) $(CPPFLAGS) \
142 $(AM_CFLAGS) $(MY_CFLAGS) $(BOEHM_GC_CFLAGS)
144 LINK = $(LIBTOOL) --mode=link $(CC) $(AM_CFLAGS) $(MY_CFLAGS) $(LDFLAGS) -o $@
146 # Work around what appears to be a GNU make bug handling MAKEFLAGS
147 # values defined in terms of make variables, as is the case for CC and
148 # friends when we are called from the top level Makefile.
149 AM_MAKEFLAGS = \
150 "AR_FLAGS=$(AR_FLAGS)" \
151 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
152 "CFLAGS=$(CFLAGS)" \
153 "CXXFLAGS=$(CXXFLAGS)" \
154 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
155 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
156 "INSTALL=$(INSTALL)" \
157 "INSTALL_DATA=$(INSTALL_DATA)" \
158 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
159 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
160 "LDFLAGS=$(LDFLAGS)" \
161 "LIBCFLAGS=$(LIBCFLAGS)" \
162 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
163 "MAKE=$(MAKE)" \
164 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
165 "PICFLAG=$(PICFLAG)" \
166 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
167 "SHELL=$(SHELL)" \
168 "EXPECT=$(EXPECT)" \
169 "RUNTEST=$(RUNTEST)" \
170 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
171 "exec_prefix=$(exec_prefix)" \
172 "infodir=$(infodir)" \
173 "libdir=$(libdir)" \
174 "prefix=$(prefix)" \
175 "tooldir=$(tooldir)" \
176 "AR=$(AR)" \
177 "AS=$(AS)" \
178 "CC=$(CC)" \
179 "CXX=$(CXX)" \
180 "LD=$(LD)" \
181 "LIBCFLAGS=$(LIBCFLAGS)" \
182 "NM=$(NM)" \
183 "PICFLAG=$(PICFLAG)" \
184 "RANLIB=$(RANLIB)" \
185 "DESTDIR=$(DESTDIR)"
188 CONFIG_STATUS_DEPENDENCIES = $(boehm_gc_basedir)/configure.host
190 MAKEOVERRIDES =
191 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
192 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
193 CONFIG_CLEAN_FILES =
194 LTLIBRARIES = $(toolexeclib_LTLIBRARIES)
197 DEFS = @DEFS@ -I. -I$(srcdir)
198 CPPFLAGS = @CPPFLAGS@
199 LDFLAGS = @LDFLAGS@
200 LIBS = @LIBS@
201 libgcjgc_la_OBJECTS = allchblk.lo alloc.lo blacklst.lo checksums.lo \
202 dbg_mlc.lo dyn_load.lo finalize.lo headers.lo irix_threads.lo \
203 linux_threads.lo malloc.lo mallocx.lo mark.lo mark_rts.lo misc.lo \
204 new_hblk.lo obj_map.lo os_dep.lo pcr_interface.lo ptr_chck.lo \
205 real_malloc.lo reclaim.lo solaris_pthreads.lo solaris_threads.lo \
206 stubborn.lo typd_mlc.lo
207 check_PROGRAMS = gctest$(EXEEXT)
208 gctest_OBJECTS = test.o
209 gctest_DEPENDENCIES = ./libgcjgc.la
210 gctest_LDFLAGS =
211 CXXFLAGS = @CXXFLAGS@
212 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
213 LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
214 CXXLD = $(CXX)
215 CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
216 CFLAGS = @CFLAGS@
217 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
218 CCLD = $(CC)
219 DIST_COMMON = README ChangeLog Makefile.am Makefile.in acinclude.m4 \
220 aclocal.m4 configure configure.in
223 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
225 TAR = tar
226 GZIP_ENV = --best
227 SOURCES = $(libgcjgc_la_SOURCES) $(EXTRA_libgcjgc_la_SOURCES) $(gctest_SOURCES)
228 OBJECTS = $(libgcjgc_la_OBJECTS) $(gctest_OBJECTS)
230 all: all-redirect
231 .SUFFIXES:
232 .SUFFIXES: .S .c .cc .lo .o .s
233 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
234 cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
236 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
237 cd $(top_builddir) \
238 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
240 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4
241 cd $(srcdir) && $(ACLOCAL)
243 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
244 $(SHELL) ./config.status --recheck
245 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
246 cd $(srcdir) && $(AUTOCONF)
248 mostlyclean-toolexeclibLTLIBRARIES:
250 clean-toolexeclibLTLIBRARIES:
251 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
253 distclean-toolexeclibLTLIBRARIES:
255 maintainer-clean-toolexeclibLTLIBRARIES:
257 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
258 @$(NORMAL_INSTALL)
259 $(mkinstalldirs) $(DESTDIR)$(toolexeclibdir)
260 @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
261 if test -f $$p; then \
262 echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(toolexeclibdir)/$$p"; \
263 $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(toolexeclibdir)/$$p; \
264 else :; fi; \
265 done
267 uninstall-toolexeclibLTLIBRARIES:
268 @$(NORMAL_UNINSTALL)
269 list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
270 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(toolexeclibdir)/$$p; \
271 done
273 .c.o:
274 $(COMPILE) -c $<
276 .s.o:
277 $(COMPILE) -c $<
279 .S.o:
280 $(COMPILE) -c $<
282 mostlyclean-compile:
283 -rm -f *.o core *.core
285 clean-compile:
287 distclean-compile:
288 -rm -f *.tab.c
290 maintainer-clean-compile:
292 .c.lo:
293 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
295 .S.lo:
296 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
298 mostlyclean-libtool:
299 -rm -f *.lo
301 clean-libtool:
302 -rm -rf .libs _libs
304 distclean-libtool:
306 maintainer-clean-libtool:
308 libgcjgc.la: $(libgcjgc_la_OBJECTS) $(libgcjgc_la_DEPENDENCIES)
309 $(LINK) $(libgcjgc_la_LDFLAGS) $(libgcjgc_la_OBJECTS) $(libgcjgc_la_LIBADD) $(LIBS)
311 mostlyclean-checkPROGRAMS:
313 clean-checkPROGRAMS:
314 -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
316 distclean-checkPROGRAMS:
318 maintainer-clean-checkPROGRAMS:
320 gctest$(EXEEXT): $(gctest_OBJECTS) $(gctest_DEPENDENCIES)
321 @rm -f gctest$(EXEEXT)
322 $(LINK) $(gctest_LDFLAGS) $(gctest_OBJECTS) $(gctest_LDADD) $(LIBS)
323 .cc.o:
324 $(CXXCOMPILE) -c $<
325 .cc.lo:
326 $(LTCXXCOMPILE) -c $<
328 tags: TAGS
330 ID: $(HEADERS) $(SOURCES) $(LISP)
331 list='$(SOURCES) $(HEADERS)'; \
332 unique=`for i in $$list; do echo $$i; done | \
333 awk ' { files[$$0] = 1; } \
334 END { for (i in files) print i; }'`; \
335 here=`pwd` && cd $(srcdir) \
336 && mkid -f$$here/ID $$unique $(LISP)
338 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
339 tags=; \
340 here=`pwd`; \
341 list='$(SOURCES) $(HEADERS)'; \
342 unique=`for i in $$list; do echo $$i; done | \
343 awk ' { files[$$0] = 1; } \
344 END { for (i in files) print i; }'`; \
345 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
346 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
348 mostlyclean-tags:
350 clean-tags:
352 distclean-tags:
353 -rm -f TAGS ID
355 maintainer-clean-tags:
357 distdir = $(PACKAGE)-$(VERSION)
358 top_distdir = $(distdir)
360 # This target untars the dist file and tries a VPATH configuration. Then
361 # it guarantees that the distribution is self-contained by making another
362 # tarfile.
363 distcheck: dist
364 -rm -rf $(distdir)
365 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
366 mkdir $(distdir)/=build
367 mkdir $(distdir)/=inst
368 dc_install_base=`cd $(distdir)/=inst && pwd`; \
369 cd $(distdir)/=build \
370 && ../configure --srcdir=.. --prefix=$$dc_install_base \
371 && $(MAKE) $(AM_MAKEFLAGS) \
372 && $(MAKE) $(AM_MAKEFLAGS) dvi \
373 && $(MAKE) $(AM_MAKEFLAGS) check \
374 && $(MAKE) $(AM_MAKEFLAGS) install \
375 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
376 && $(MAKE) $(AM_MAKEFLAGS) dist
377 -rm -rf $(distdir)
378 @banner="$(distdir).tar.gz is ready for distribution"; \
379 dashes=`echo "$$banner" | sed s/./=/g`; \
380 echo "$$dashes"; \
381 echo "$$banner"; \
382 echo "$$dashes"
383 dist: distdir
384 -chmod -R a+r $(distdir)
385 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
386 -rm -rf $(distdir)
387 dist-all: distdir
388 -chmod -R a+r $(distdir)
389 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
390 -rm -rf $(distdir)
391 distdir: $(DISTFILES)
392 -rm -rf $(distdir)
393 mkdir $(distdir)
394 -chmod 777 $(distdir)
395 @for file in $(DISTFILES); do \
396 if test -f $$file; then d=.; else d=$(srcdir); fi; \
397 if test -d $$d/$$file; then \
398 cp -pr $$/$$file $(distdir)/$$file; \
399 else \
400 test -f $(distdir)/$$file \
401 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
402 || cp -p $$d/$$file $(distdir)/$$file || :; \
403 fi; \
404 done
405 check-TESTS: $(TESTS)
406 @failed=0; all=0; \
407 srcdir=$(srcdir); export srcdir; \
408 for tst in $(TESTS); do \
409 if test -f $$tst; then dir=.; \
410 else dir="$(srcdir)"; fi; \
411 if $(TESTS_ENVIRONMENT) $$dir/$$tst; then \
412 all=`expr $$all + 1`; \
413 echo "PASS: $$tst"; \
414 elif test $$? -ne 77; then \
415 all=`expr $$all + 1`; \
416 failed=`expr $$failed + 1`; \
417 echo "FAIL: $$tst"; \
418 fi; \
419 done; \
420 if test "$$failed" -eq 0; then \
421 banner="All $$all tests passed"; \
422 else \
423 banner="$$failed of $$all tests failed"; \
424 fi; \
425 dashes=`echo "$$banner" | sed s/./=/g`; \
426 echo "$$dashes"; \
427 echo "$$banner"; \
428 echo "$$dashes"; \
429 test "$$failed" -eq 0
430 info-am:
431 info: info-am
432 dvi-am:
433 dvi: dvi-am
434 check-am: $(check_PROGRAMS)
435 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
436 check: check-am
437 installcheck-am:
438 installcheck: installcheck-am
439 install-info-am:
440 install-info: install-info-am
441 install-exec-am: install-toolexeclibLTLIBRARIES
442 install-exec: install-exec-am
444 install-data-am:
445 install-data: install-data-am
447 install-am: all-am
448 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
449 install: install-am
450 uninstall-am: uninstall-toolexeclibLTLIBRARIES
451 uninstall: uninstall-am
452 all-am: Makefile $(LTLIBRARIES)
453 all-redirect: all-am
454 install-strip:
455 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
456 installdirs:
457 $(mkinstalldirs) $(DESTDIR)$(toolexeclibdir)
460 mostlyclean-generic:
462 clean-generic:
464 distclean-generic:
465 -rm -f Makefile $(CONFIG_CLEAN_FILES)
466 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
468 maintainer-clean-generic:
469 mostlyclean-am: mostlyclean-toolexeclibLTLIBRARIES mostlyclean-compile \
470 mostlyclean-libtool mostlyclean-checkPROGRAMS \
471 mostlyclean-tags mostlyclean-generic
473 mostlyclean: mostlyclean-am
475 clean-am: clean-toolexeclibLTLIBRARIES clean-compile clean-libtool \
476 clean-checkPROGRAMS clean-tags clean-generic \
477 mostlyclean-am
479 clean: clean-am
481 distclean-am: distclean-toolexeclibLTLIBRARIES distclean-compile \
482 distclean-libtool distclean-checkPROGRAMS \
483 distclean-tags distclean-generic clean-am
484 -rm -f libtool
486 distclean: distclean-am
487 -rm -f config.status
489 maintainer-clean-am: maintainer-clean-toolexeclibLTLIBRARIES \
490 maintainer-clean-compile maintainer-clean-libtool \
491 maintainer-clean-checkPROGRAMS maintainer-clean-tags \
492 maintainer-clean-generic distclean-am
493 @echo "This command is intended for maintainers to use;"
494 @echo "it deletes files that may require special tools to rebuild."
496 maintainer-clean: maintainer-clean-am
497 -rm -f config.status
499 .PHONY: mostlyclean-toolexeclibLTLIBRARIES \
500 distclean-toolexeclibLTLIBRARIES clean-toolexeclibLTLIBRARIES \
501 maintainer-clean-toolexeclibLTLIBRARIES \
502 uninstall-toolexeclibLTLIBRARIES install-toolexeclibLTLIBRARIES \
503 mostlyclean-compile distclean-compile clean-compile \
504 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
505 clean-libtool maintainer-clean-libtool mostlyclean-checkPROGRAMS \
506 distclean-checkPROGRAMS clean-checkPROGRAMS \
507 maintainer-clean-checkPROGRAMS tags mostlyclean-tags distclean-tags \
508 clean-tags maintainer-clean-tags distdir check-TESTS info-am info \
509 dvi-am dvi check check-am installcheck-am installcheck install-info-am \
510 install-info install-exec-am install-exec install-data-am install-data \
511 install-am install uninstall-am uninstall all-redirect all-am all \
512 installdirs mostlyclean-generic distclean-generic clean-generic \
513 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
515 $(all_objs) : gcconfig.h gc_priv.h gc_hdrs.h gc.h gc_mark.h
517 .s.lo:
518 $(LTCOMPILE) -Wp,-P -x assembler-with-cpp -c $<
520 # Multilib support.
521 .PHONY: all-multi mostlyclean-multi clean-multi distclean-multi \
522 maintainer-clean-multi
524 all-am: all-multi
525 install-am: install-multi
526 mostlyclean-am: mostlyclean-multi
527 clean-am: clean-multi
528 distclean-am: distclean-multi
529 maintainer-clean-am: maintainer-clean-multi
531 all-multi:
532 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do
533 install-multi:
534 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do
535 mostlyclean-multi:
536 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean
537 clean-multi:
538 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean
539 distclean-multi:
540 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean
541 maintainer-clean-multi:
542 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean
544 # Tell versions [3.59,3.63) of GNU make to not export all variables.
545 # Otherwise a system limit (for SysV at least) may be exceeded.
546 .NOEXPORT: