xref: /openbsd-src/gnu/lib/libstdc++/libstdc++/Makefile.in (revision f6aab3d83b51b91c24247ad2c2573574de475a82)
1# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
2
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.
7
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.
12
13
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = .
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60build_alias = @build_alias@
61build_triplet = @build@
62host_alias = @host_alias@
63host_triplet = @host@
64target_alias = @target_alias@
65target_triplet = @target@
66AR = @AR@
67AS = @AS@
68ATOMICITY_INC_SRCDIR = @ATOMICITY_INC_SRCDIR@
69AWK = @AWK@
70BASIC_FILE_CC = @BASIC_FILE_CC@
71BASIC_FILE_H = @BASIC_FILE_H@
72CC = @CC@
73CCODECVT_C = @CCODECVT_C@
74CCODECVT_CC = @CCODECVT_CC@
75CCODECVT_H = @CCODECVT_H@
76CCOLLATE_CC = @CCOLLATE_CC@
77CCTYPE_CC = @CCTYPE_CC@
78CLOCALE_CC = @CLOCALE_CC@
79CLOCALE_H = @CLOCALE_H@
80CLOCALE_INTERNAL_H = @CLOCALE_INTERNAL_H@
81CMESSAGES_CC = @CMESSAGES_CC@
82CMESSAGES_H = @CMESSAGES_H@
83CMONEY_CC = @CMONEY_CC@
84CNUMERIC_CC = @CNUMERIC_CC@
85CPP = @CPP@
86CSTDIO_H = @CSTDIO_H@
87CTIME_CC = @CTIME_CC@
88CTIME_H = @CTIME_H@
89CXX = @CXX@
90CXXCPP = @CXXCPP@
91C_INCLUDE_DIR = @C_INCLUDE_DIR@
92DEBUG_FLAGS = @DEBUG_FLAGS@
93DLLTOOL = @DLLTOOL@
94EXEEXT = @EXEEXT@
95EXTRA_CXX_FLAGS = @EXTRA_CXX_FLAGS@
96GCJ = @GCJ@
97GCJFLAGS = @GCJFLAGS@
98GLIBCPP_INCLUDES = @GLIBCPP_INCLUDES@
99GLIBCPP_IS_CROSS_COMPILING = @GLIBCPP_IS_CROSS_COMPILING@
100LIBIO_INCLUDES = @LIBIO_INCLUDES@
101LIBMATHOBJS = @LIBMATHOBJS@
102LIBMATH_INCLUDES = @LIBMATH_INCLUDES@
103LIBSUPCXX_INCLUDES = @LIBSUPCXX_INCLUDES@
104LIBSUPCXX_PICFLAGS = @LIBSUPCXX_PICFLAGS@
105LIBTOOL = @LIBTOOL@
106LIBUNWIND_FLAG = @LIBUNWIND_FLAG@
107LN_S = @LN_S@
108MAINT = @MAINT@
109MAKEINFO = @MAKEINFO@
110OBJDUMP = @OBJDUMP@
111OBJEXT = @OBJEXT@
112OPTIMIZE_CXXFLAGS = @OPTIMIZE_CXXFLAGS@
113OPT_LDFLAGS = @OPT_LDFLAGS@
114OS_INC_SRCDIR = @OS_INC_SRCDIR@
115PACKAGE = @PACKAGE@
116RANLIB = @RANLIB@
117SECTION_FLAGS = @SECTION_FLAGS@
118SECTION_LDFLAGS = @SECTION_LDFLAGS@
119STRIP = @STRIP@
120SYMVER_MAP = @SYMVER_MAP@
121TOPLEVEL_INCLUDES = @TOPLEVEL_INCLUDES@
122USE_NLS = @USE_NLS@
123VERSION = @VERSION@
124WARN_FLAGS = @WARN_FLAGS@
125WERROR = @WERROR@
126baseline_dir = @baseline_dir@
127check_msgfmt = @check_msgfmt@
128enable_shared = @enable_shared@
129enable_static = @enable_static@
130glibcpp_CXX = @glibcpp_CXX@
131glibcpp_MOFILES = @glibcpp_MOFILES@
132glibcpp_POFILES = @glibcpp_POFILES@
133glibcpp_basedir = @glibcpp_basedir@
134glibcpp_builddir = @glibcpp_builddir@
135glibcpp_localedir = @glibcpp_localedir@
136glibcpp_prefixdir = @glibcpp_prefixdir@
137glibcpp_srcdir = @glibcpp_srcdir@
138glibcpp_thread_h = @glibcpp_thread_h@
139glibcpp_toolexecdir = @glibcpp_toolexecdir@
140glibcpp_toolexeclibdir = @glibcpp_toolexeclibdir@
141gxx_include_dir = @gxx_include_dir@
142ifGNUmake = @ifGNUmake@
143libio_la = @libio_la@
144libtool_VERSION = @libtool_VERSION@
145toplevel_srcdir = @toplevel_srcdir@
146
147AUTOMAKE_OPTIONS = 1.3 cygnus
148MAINT_CHARSET = latin1
149
150INCLUDE_SUBDIR=include
151SUBDIRS = ${INCLUDE_SUBDIR} libio libmath libsupc++ src po testsuite
152
153mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
154
155PWD_COMMAND = $${PWDCMD-pwd}
156
157# Multilib support.
158MAKEOVERRIDES =
159
160# Multilib support variables.
161MULTISRCTOP =
162MULTIBUILDTOP =
163MULTIDIRS =
164MULTISUBDIR =
165MULTIDO = true
166MULTICLEAN = true
167
168# Work around what appears to be a GNU make bug handling MAKEFLAGS
169# values defined in terms of make variables, as is the case for CC and
170# friends when we are called from the top level Makefile.
171AM_MAKEFLAGS = \
172	"AR_FLAGS=$(AR_FLAGS)" \
173	"CC_FOR_BUILD=$(CC_FOR_BUILD)" \
174	"CC_FOR_TARGET=$(CC_FOR_TARGET)" \
175	"CFLAGS=$(CFLAGS)" \
176	"CXXFLAGS=$(CXXFLAGS)" \
177	"CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
178	"CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
179	"INSTALL=$(INSTALL)" \
180	"INSTALL_DATA=$(INSTALL_DATA)" \
181	"INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
182	"INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
183	"LDFLAGS=$(LDFLAGS)" \
184	"LIBCFLAGS=$(LIBCFLAGS)" \
185	"LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
186	"MAKE=$(MAKE)" \
187	"MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
188	"PICFLAG=$(PICFLAG)" \
189	"PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
190	"SHELL=$(SHELL)" \
191	"RUNTESTFLAGS=$(RUNTESTFLAGS)" \
192	"exec_prefix=$(exec_prefix)" \
193	"infodir=$(infodir)" \
194	"libdir=$(libdir)" \
195	"includedir=$(includedir)" \
196	"prefix=$(prefix)" \
197	"tooldir=$(tooldir)" \
198	"gxx_include_dir=$(gxx_include_dir)" \
199	"AR=$(AR)" \
200	"AS=$(AS)" \
201	"LD=$(LD)" \
202	"LIBCFLAGS=$(LIBCFLAGS)" \
203	"PICFLAG=$(PICFLAG)" \
204	"RANLIB=$(RANLIB)" \
205	"NM=$(NM)" \
206	"NM_FOR_BUILD=$(NM_FOR_BUILD)" \
207	"NM_FOR_TARGET=$(NM_FOR_TARGET)" \
208	"DESTDIR=$(DESTDIR)" \
209	"WERROR=$(WERROR)"
210
211
212# Subdir rules rely on $(FLAGS_TO_PASS)
213FLAGS_TO_PASS = $(AM_MAKEFLAGS)
214ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
215CONFIG_HEADER = config.h
216CONFIG_CLEAN_FILES =  mkcheck testsuite_flags
217DIST_COMMON =  README ./stamp-h.in ChangeLog Makefile.am Makefile.in \
218acconfig.h acinclude.m4 aclocal.m4 config.h.in configure configure.in \
219mkcheck.in testsuite_flags.in
220
221
222DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
223
224TAR = gtar
225GZIP_ENV = --best
226all: all-redirect
227.SUFFIXES:
228$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
229	cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
230
231Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
232	cd $(top_builddir) \
233	  && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
234
235$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  acinclude.m4
236	cd $(srcdir) && $(ACLOCAL)
237
238config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
239	$(SHELL) ./config.status --recheck
240$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
241	cd $(srcdir) && $(AUTOCONF)
242
243config.h: stamp-h
244	@if test ! -f $@; then \
245		rm -f stamp-h; \
246		$(MAKE) stamp-h; \
247	else :; fi
248stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
249	cd $(top_builddir) \
250	  && CONFIG_FILES= CONFIG_HEADERS=config.h \
251	     $(SHELL) ./config.status
252	@echo timestamp > stamp-h 2> /dev/null
253$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
254	@if test ! -f $@; then \
255		rm -f $(srcdir)/stamp-h.in; \
256		$(MAKE) $(srcdir)/stamp-h.in; \
257	else :; fi
258$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
259	cd $(top_srcdir) && $(AUTOHEADER)
260	@echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
261
262mostlyclean-hdr:
263
264clean-hdr:
265
266distclean-hdr:
267	-rm -f config.h
268
269maintainer-clean-hdr:
270mkcheck: $(top_builddir)/config.status mkcheck.in
271	cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
272testsuite_flags: $(top_builddir)/config.status testsuite_flags.in
273	cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
274
275# This directory's subdirectories are mostly independent; you can cd
276# into them and run `make' without going through this Makefile.
277# To change the values of `make' variables: instead of editing Makefiles,
278# (1) if the variable is set in `config.status', edit `config.status'
279#     (which will cause the Makefiles to be regenerated when you run `make');
280# (2) otherwise, pass the desired values on the `make' command line.
281
282@SET_MAKE@
283
284all-recursive install-data-recursive install-exec-recursive \
285installdirs-recursive install-recursive uninstall-recursive install-info-recursive \
286check-recursive installcheck-recursive info-recursive dvi-recursive:
287	@set fnord $$MAKEFLAGS; amf=$$2; \
288	dot_seen=no; \
289	target=`echo $@ | sed s/-recursive//`; \
290	list='$(SUBDIRS)'; for subdir in $$list; do \
291	  echo "Making $$target in $$subdir"; \
292	  if test "$$subdir" = "."; then \
293	    dot_seen=yes; \
294	    local_target="$$target-am"; \
295	  else \
296	    local_target="$$target"; \
297	  fi; \
298	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
299	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
300	done; \
301	if test "$$dot_seen" = "no"; then \
302	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
303	fi; test -z "$$fail"
304
305mostlyclean-recursive clean-recursive distclean-recursive \
306maintainer-clean-recursive:
307	@set fnord $$MAKEFLAGS; amf=$$2; \
308	dot_seen=no; \
309	rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
310	  rev="$$subdir $$rev"; \
311	  test "$$subdir" != "." || dot_seen=yes; \
312	done; \
313	test "$$dot_seen" = "no" && rev=". $$rev"; \
314	target=`echo $@ | sed s/-recursive//`; \
315	for subdir in $$rev; do \
316	  echo "Making $$target in $$subdir"; \
317	  if test "$$subdir" = "."; then \
318	    local_target="$$target-am"; \
319	  else \
320	    local_target="$$target"; \
321	  fi; \
322	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
323	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
324	done && test -z "$$fail"
325tags-recursive:
326	list='$(SUBDIRS)'; for subdir in $$list; do \
327	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
328	done
329
330tags: TAGS
331
332ID: $(HEADERS) $(SOURCES) $(LISP)
333	list='$(SOURCES) $(HEADERS)'; \
334	unique=`for i in $$list; do echo $$i; done | \
335	  awk '    { files[$$0] = 1; } \
336	       END { for (i in files) print i; }'`; \
337	here=`pwd` && cd $(srcdir) \
338	  && mkid -f$$here/ID $$unique $(LISP)
339
340mostlyclean-tags:
341
342clean-tags:
343
344distclean-tags:
345	-rm -f TAGS ID
346
347maintainer-clean-tags:
348
349distdir = $(PACKAGE)-$(VERSION)
350top_distdir = $(distdir)
351
352# This target untars the dist file and tries a VPATH configuration.  Then
353# it guarantees that the distribution is self-contained by making another
354# tarfile.
355distcheck: dist
356	-rm -rf $(distdir)
357	GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
358	mkdir $(distdir)/=build
359	mkdir $(distdir)/=inst
360	dc_install_base=`cd $(distdir)/=inst && pwd`; \
361	cd $(distdir)/=build \
362	  && ../configure --srcdir=.. --prefix=$$dc_install_base \
363	  && $(MAKE) $(AM_MAKEFLAGS) \
364	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
365	  && $(MAKE) $(AM_MAKEFLAGS) check \
366	  && $(MAKE) $(AM_MAKEFLAGS) install \
367	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
368	  && $(MAKE) $(AM_MAKEFLAGS) dist
369	-rm -rf $(distdir)
370	@banner="$(distdir).tar.gz is ready for distribution"; \
371	dashes=`echo "$$banner" | sed s/./=/g`; \
372	echo "$$dashes"; \
373	echo "$$banner"; \
374	echo "$$dashes"
375dist: distdir
376	-chmod -R a+r $(distdir)
377	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
378	-rm -rf $(distdir)
379dist-all: distdir
380	-chmod -R a+r $(distdir)
381	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
382	-rm -rf $(distdir)
383distdir: $(DISTFILES)
384	-rm -rf $(distdir)
385	mkdir $(distdir)
386	-chmod 777 $(distdir)
387	@for file in $(DISTFILES); do \
388	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
389	  if test -d $$d/$$file; then \
390	    cp -pr $$d/$$file $(distdir)/$$file; \
391	  else \
392	    test -f $(distdir)/$$file \
393	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
394	    || cp -p $$d/$$file $(distdir)/$$file || :; \
395	  fi; \
396	done
397	for subdir in $(SUBDIRS); do \
398	  if test "$$subdir" = .; then :; else \
399	    test -d $(distdir)/$$subdir \
400	    || mkdir $(distdir)/$$subdir \
401	    || exit 1; \
402	    chmod 777 $(distdir)/$$subdir; \
403	    (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
404	      || exit 1; \
405	  fi; \
406	done
407info-am:
408info: info-recursive
409dvi-am:
410dvi: dvi-recursive
411check-am:
412check: check-recursive
413installcheck-am:
414installcheck: installcheck-recursive
415install-info-am:
416install-info: install-info-recursive
417all-recursive-am: config.h
418	$(MAKE) $(AM_MAKEFLAGS) all-recursive
419
420install-exec-am:
421install-exec: install-exec-recursive
422
423install-data-am:
424install-data: install-data-recursive
425
426install-am: all-am
427	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
428install: install-recursive
429uninstall-am:
430uninstall: uninstall-recursive
431all-am: Makefile config.h
432all-redirect: all-recursive-am
433install-strip:
434	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
435installdirs: installdirs-recursive
436installdirs-am:
437
438
439mostlyclean-generic:
440
441clean-generic:
442
443distclean-generic:
444	-rm -f Makefile $(CONFIG_CLEAN_FILES)
445	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
446
447maintainer-clean-generic:
448mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
449
450mostlyclean: mostlyclean-recursive
451
452clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
453
454clean: clean-recursive
455
456distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
457	-rm -f libtool
458
459distclean: distclean-recursive
460	-rm -f config.status
461
462maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
463		maintainer-clean-generic distclean-am
464	@echo "This command is intended for maintainers to use;"
465	@echo "it deletes files that may require special tools to rebuild."
466
467maintainer-clean: maintainer-clean-recursive
468	-rm -f config.status
469
470.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
471install-data-recursive uninstall-data-recursive install-exec-recursive \
472uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
473all-recursive check-recursive installcheck-recursive info-recursive \
474dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
475maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
476distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
477dvi-am dvi check check-am installcheck-am installcheck install-info-am \
478install-info all-recursive-am install-exec-am install-exec \
479install-data-am install-data install-am install uninstall-am uninstall \
480all-redirect all-am all installdirs-am installdirs mostlyclean-generic \
481distclean-generic clean-generic maintainer-clean-generic clean \
482mostlyclean distclean maintainer-clean
483
484
485# These two special 'check-script' rules use the bash script 'mkcheck'
486# to do testing. This script is not as portable as the dejagnu test
487# harness, and is thus off by default. It does produce interesting
488# output however, including various performance analysis items like
489# compile time, execution time, and binary size.
490check-script: $(top_builddir)/mkcheck
491	-(chmod + $(top_builddir)/mkcheck; \
492	  cd testsuite; \
493	  @glibcpp_builddir@/mkcheck 0)
494
495check-script-install: $(top_builddir)/mkcheck
496	-(chmod + $(top_builddir)/mkcheck; \
497	  cd testsuite; \
498	  @glibcpp_builddir@/mkcheck 1)
499
500# These rules are messy, but are hella worth it.
501doxygen:
502	-(srcdir=`cd ${top_srcdir}; ${PWD_COMMAND}`; \
503	  builddir=`${PWD_COMMAND}`; \
504	  /bin/sh ${srcdir}/docs/doxygen/run_doxygen \
505	            --mode=user $${srcdir} $${builddir})
506
507doxygen-maint:
508	-(srcdir=`cd ${top_srcdir}; ${PWD_COMMAND}`; \
509	  builddir=`${PWD_COMMAND}`; \
510	  /bin/sh ${srcdir}/docs/doxygen/run_doxygen \
511	            --mode=maint $${srcdir} $${builddir})
512
513doxygen-man:
514	-(srcdir=`cd ${top_srcdir}; ${PWD_COMMAND}`; \
515	  builddir=`${PWD_COMMAND}`; \
516	  /bin/sh ${srcdir}/docs/doxygen/run_doxygen \
517	            --mode=man $${srcdir} $${builddir})
518
519.PHONY: doxygen doxygen-maint doxygen-man
520
521# Multilib support.
522.PHONY: all-multi mostlyclean-multi clean-multi distclean-multi \
523	maintainer-clean-multi
524
525all-recursive: all-multi
526install-recursive: install-multi
527mostlyclean-recursive: mostlyclean-multi
528clean-recursive: clean-multi
529distclean-recursive: distclean-multi
530maintainer-clean-recursive: maintainer-clean-multi
531
532all-multi:
533	: $(MAKE) ; exec $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do
534install-multi:
535	$(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do
536mostlyclean-multi:
537	$(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean
538clean-multi:
539	$(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean
540distclean-multi:
541	$(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean
542maintainer-clean-multi:
543	$(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean
544
545# All the machinations with string instantiations messes up the
546# automake-generated TAGS rule. Make a simple one here.
547TAGS: tags-recursive $(LISP)
548
549# Tell versions [3.59,3.63) of GNU make to not export all variables.
550# Otherwise a system limit (for SysV at least) may be exceeded.
551.NOEXPORT:
552