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