OSDN Git Service

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