1# Makefile.in generated by automake 1.11.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6# Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18VPATH = @srcdir@
19pkgdatadir = $(datadir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkglibexecdir = $(libexecdir)/@PACKAGE@
23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24install_sh_DATA = $(install_sh) -c -m 644
25install_sh_PROGRAM = $(install_sh) -c
26install_sh_SCRIPT = $(install_sh) -c
27INSTALL_HEADER = $(INSTALL_DATA)
28transform = $(program_transform_name)
29NORMAL_INSTALL = :
30PRE_INSTALL = :
31POST_INSTALL = :
32NORMAL_UNINSTALL = :
33PRE_UNINSTALL = :
34POST_UNINSTALL = :
35build_triplet = @build@
36host_triplet = @host@
37noinst_PROGRAMS = simple$(EXEEXT) reread$(EXEEXT) ftpconf$(EXEEXT)
38subdir = examples
39DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
40ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
42	$(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
43	$(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
44	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
45	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
46	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
47	$(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
48	$(top_srcdir)/configure.ac
49am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
50	$(ACLOCAL_M4)
51mkinstalldirs = $(install_sh) -d
52CONFIG_HEADER = $(top_builddir)/config.h
53CONFIG_CLEAN_FILES =
54CONFIG_CLEAN_VPATH_FILES =
55PROGRAMS = $(noinst_PROGRAMS)
56ftpconf_SOURCES = ftpconf.c
57ftpconf_OBJECTS = ftpconf.$(OBJEXT)
58ftpconf_LDADD = $(LDADD)
59ftpconf_DEPENDENCIES = ../src/libconfuse.la
60reread_SOURCES = reread.c
61reread_OBJECTS = reread.$(OBJEXT)
62reread_LDADD = $(LDADD)
63reread_DEPENDENCIES = ../src/libconfuse.la
64simple_SOURCES = simple.c
65simple_OBJECTS = simple.$(OBJEXT)
66simple_LDADD = $(LDADD)
67simple_DEPENDENCIES = ../src/libconfuse.la
68DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
69depcomp = $(SHELL) $(top_srcdir)/support/depcomp
70am__depfiles_maybe = depfiles
71am__mv = mv -f
72COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
73	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
74LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
75	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
76	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
77CCLD = $(CC)
78LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
79	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
80	$(LDFLAGS) -o $@
81SOURCES = ftpconf.c reread.c simple.c
82DIST_SOURCES = ftpconf.c reread.c simple.c
83ETAGS = etags
84CTAGS = ctags
85DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
86ACLOCAL = @ACLOCAL@
87AMTAR = @AMTAR@
88AR = @AR@
89AUTOCONF = @AUTOCONF@
90AUTOHEADER = @AUTOHEADER@
91AUTOMAKE = @AUTOMAKE@
92AWK = @AWK@
93CC = @CC@
94CCDEPMODE = @CCDEPMODE@
95CFLAGS = @CFLAGS@
96CPP = @CPP@
97CPPFLAGS = @CPPFLAGS@
98CYGPATH_W = @CYGPATH_W@
99DEFS = @DEFS@
100DEPDIR = @DEPDIR@
101DSYMUTIL = @DSYMUTIL@
102DUMPBIN = @DUMPBIN@
103ECHO_C = @ECHO_C@
104ECHO_N = @ECHO_N@
105ECHO_T = @ECHO_T@
106EGREP = @EGREP@
107EXEEXT = @EXEEXT@
108FGREP = @FGREP@
109GMSGFMT = @GMSGFMT@
110GMSGFMT_015 = @GMSGFMT_015@
111GREP = @GREP@
112INSTALL = @INSTALL@
113INSTALL_DATA = @INSTALL_DATA@
114INSTALL_PROGRAM = @INSTALL_PROGRAM@
115INSTALL_SCRIPT = @INSTALL_SCRIPT@
116INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
117INTLLIBS = @INTLLIBS@
118INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
119LD = @LD@
120LDFLAGS = @LDFLAGS@
121LEX = @LEX@
122LEXLIB = @LEXLIB@
123LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
124LIBICONV = @LIBICONV@
125LIBINTL = @LIBINTL@
126LIBOBJS = @LIBOBJS@
127LIBS = $(LTLIBINTL)
128LIBTOOL = @LIBTOOL@
129LIPO = @LIPO@
130LN_S = @LN_S@
131LTLIBICONV = @LTLIBICONV@
132LTLIBINTL = @LTLIBINTL@
133LTLIBOBJS = @LTLIBOBJS@
134MAINT = @MAINT@
135MAKEINFO = @MAKEINFO@
136MKDIR_P = @MKDIR_P@
137MSGFMT = @MSGFMT@
138MSGFMT_015 = @MSGFMT_015@
139MSGMERGE = @MSGMERGE@
140NM = @NM@
141NMEDIT = @NMEDIT@
142OBJDUMP = @OBJDUMP@
143OBJEXT = @OBJEXT@
144OTOOL = @OTOOL@
145OTOOL64 = @OTOOL64@
146PACKAGE = @PACKAGE@
147PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
148PACKAGE_NAME = @PACKAGE_NAME@
149PACKAGE_STRING = @PACKAGE_STRING@
150PACKAGE_TARNAME = @PACKAGE_TARNAME@
151PACKAGE_URL = @PACKAGE_URL@
152PACKAGE_VERSION = @PACKAGE_VERSION@
153PATH_SEPARATOR = @PATH_SEPARATOR@
154POSUB = @POSUB@
155RANLIB = @RANLIB@
156SED = @SED@
157SET_MAKE = @SET_MAKE@
158SHELL = @SHELL@
159STRIP = @STRIP@
160USE_NLS = @USE_NLS@
161VERSION = @VERSION@
162XGETTEXT = @XGETTEXT@
163XGETTEXT_015 = @XGETTEXT_015@
164abs_builddir = @abs_builddir@
165abs_srcdir = @abs_srcdir@
166abs_top_builddir = @abs_top_builddir@
167abs_top_srcdir = @abs_top_srcdir@
168ac_ct_CC = @ac_ct_CC@
169ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
170am__include = @am__include@
171am__leading_dot = @am__leading_dot@
172am__quote = @am__quote@
173am__tar = @am__tar@
174am__untar = @am__untar@
175bindir = @bindir@
176build = @build@
177build_alias = @build_alias@
178build_cpu = @build_cpu@
179build_os = @build_os@
180build_vendor = @build_vendor@
181builddir = @builddir@
182datadir = @datadir@
183datarootdir = @datarootdir@
184docdir = @docdir@
185dvidir = @dvidir@
186exec_prefix = @exec_prefix@
187host = @host@
188host_alias = @host_alias@
189host_cpu = @host_cpu@
190host_os = @host_os@
191host_vendor = @host_vendor@
192htmldir = @htmldir@
193includedir = @includedir@
194infodir = @infodir@
195install_sh = @install_sh@
196libdir = @libdir@
197libexecdir = @libexecdir@
198localedir = @localedir@
199localstatedir = @localstatedir@
200lt_ECHO = @lt_ECHO@
201mandir = @mandir@
202mkdir_p = @mkdir_p@
203oldincludedir = @oldincludedir@
204pdfdir = @pdfdir@
205prefix = @prefix@
206program_transform_name = @program_transform_name@
207psdir = @psdir@
208sbindir = @sbindir@
209sharedstatedir = @sharedstatedir@
210srcdir = @srcdir@
211sysconfdir = @sysconfdir@
212target_alias = @target_alias@
213top_build_prefix = @top_build_prefix@
214top_builddir = @top_builddir@
215top_srcdir = @top_srcdir@
216EXTRA_DIST = simple.conf reread.conf ftp.conf
217INCLUDES = -I$(top_srcdir)/src
218AM_LDFLAGS = -L../src/
219LDADD = ../src/libconfuse.la
220CLEANFILES = *~ \#*\#
221all: all-am
222
223.SUFFIXES:
224.SUFFIXES: .c .lo .o .obj
225$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
226	@for dep in $?; do \
227	  case '$(am__configure_deps)' in \
228	    *$$dep*) \
229	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
230	        && { if test -f $@; then exit 0; else break; fi; }; \
231	      exit 1;; \
232	  esac; \
233	done; \
234	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu examples/Makefile'; \
235	$(am__cd) $(top_srcdir) && \
236	  $(AUTOMAKE) --gnu examples/Makefile
237.PRECIOUS: Makefile
238Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
239	@case '$?' in \
240	  *config.status*) \
241	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
242	  *) \
243	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
244	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
245	esac;
246
247$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
248	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
249
250$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
251	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
252$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
253	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
254$(am__aclocal_m4_deps):
255
256clean-noinstPROGRAMS:
257	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
258	echo " rm -f" $$list; \
259	rm -f $$list || exit $$?; \
260	test -n "$(EXEEXT)" || exit 0; \
261	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
262	echo " rm -f" $$list; \
263	rm -f $$list
264ftpconf$(EXEEXT): $(ftpconf_OBJECTS) $(ftpconf_DEPENDENCIES) 
265	@rm -f ftpconf$(EXEEXT)
266	$(LINK) $(ftpconf_OBJECTS) $(ftpconf_LDADD) $(LIBS)
267reread$(EXEEXT): $(reread_OBJECTS) $(reread_DEPENDENCIES) 
268	@rm -f reread$(EXEEXT)
269	$(LINK) $(reread_OBJECTS) $(reread_LDADD) $(LIBS)
270simple$(EXEEXT): $(simple_OBJECTS) $(simple_DEPENDENCIES) 
271	@rm -f simple$(EXEEXT)
272	$(LINK) $(simple_OBJECTS) $(simple_LDADD) $(LIBS)
273
274mostlyclean-compile:
275	-rm -f *.$(OBJEXT)
276
277distclean-compile:
278	-rm -f *.tab.c
279
280@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ftpconf.Po@am__quote@
281@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reread.Po@am__quote@
282@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/simple.Po@am__quote@
283
284.c.o:
285@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
286@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
287@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
288@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
289@am__fastdepCC_FALSE@	$(COMPILE) -c $<
290
291.c.obj:
292@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
293@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
294@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
295@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
296@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
297
298.c.lo:
299@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
300@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
301@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
302@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
303@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
304
305mostlyclean-libtool:
306	-rm -f *.lo
307
308clean-libtool:
309	-rm -rf .libs _libs
310
311ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
312	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
313	unique=`for i in $$list; do \
314	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
315	  done | \
316	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
317	      END { if (nonempty) { for (i in files) print i; }; }'`; \
318	mkid -fID $$unique
319tags: TAGS
320
321TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
322		$(TAGS_FILES) $(LISP)
323	set x; \
324	here=`pwd`; \
325	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
326	unique=`for i in $$list; do \
327	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
328	  done | \
329	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
330	      END { if (nonempty) { for (i in files) print i; }; }'`; \
331	shift; \
332	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
333	  test -n "$$unique" || unique=$$empty_fix; \
334	  if test $$# -gt 0; then \
335	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
336	      "$$@" $$unique; \
337	  else \
338	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
339	      $$unique; \
340	  fi; \
341	fi
342ctags: CTAGS
343CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
344		$(TAGS_FILES) $(LISP)
345	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
346	unique=`for i in $$list; do \
347	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
348	  done | \
349	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
350	      END { if (nonempty) { for (i in files) print i; }; }'`; \
351	test -z "$(CTAGS_ARGS)$$unique" \
352	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
353	     $$unique
354
355GTAGS:
356	here=`$(am__cd) $(top_builddir) && pwd` \
357	  && $(am__cd) $(top_srcdir) \
358	  && gtags -i $(GTAGS_ARGS) "$$here"
359
360distclean-tags:
361	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
362
363distdir: $(DISTFILES)
364	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
365	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
366	list='$(DISTFILES)'; \
367	  dist_files=`for file in $$list; do echo $$file; done | \
368	  sed -e "s|^$$srcdirstrip/||;t" \
369	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
370	case $$dist_files in \
371	  */*) $(MKDIR_P) `echo "$$dist_files" | \
372			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
373			   sort -u` ;; \
374	esac; \
375	for file in $$dist_files; do \
376	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
377	  if test -d $$d/$$file; then \
378	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
379	    if test -d "$(distdir)/$$file"; then \
380	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
381	    fi; \
382	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
383	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
384	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
385	    fi; \
386	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
387	  else \
388	    test -f "$(distdir)/$$file" \
389	    || cp -p $$d/$$file "$(distdir)/$$file" \
390	    || exit 1; \
391	  fi; \
392	done
393check-am: all-am
394check: check-am
395all-am: Makefile $(PROGRAMS)
396installdirs:
397install: install-am
398install-exec: install-exec-am
399install-data: install-data-am
400uninstall: uninstall-am
401
402install-am: all-am
403	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
404
405installcheck: installcheck-am
406install-strip:
407	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
408	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
409	  `test -z '$(STRIP)' || \
410	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
411mostlyclean-generic:
412
413clean-generic:
414	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
415
416distclean-generic:
417	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
418	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
419
420maintainer-clean-generic:
421	@echo "This command is intended for maintainers to use"
422	@echo "it deletes files that may require special tools to rebuild."
423clean: clean-am
424
425clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
426	mostlyclean-am
427
428distclean: distclean-am
429	-rm -rf ./$(DEPDIR)
430	-rm -f Makefile
431distclean-am: clean-am distclean-compile distclean-generic \
432	distclean-tags
433
434dvi: dvi-am
435
436dvi-am:
437
438html: html-am
439
440html-am:
441
442info: info-am
443
444info-am:
445
446install-data-am:
447
448install-dvi: install-dvi-am
449
450install-dvi-am:
451
452install-exec-am:
453
454install-html: install-html-am
455
456install-html-am:
457
458install-info: install-info-am
459
460install-info-am:
461
462install-man:
463
464install-pdf: install-pdf-am
465
466install-pdf-am:
467
468install-ps: install-ps-am
469
470install-ps-am:
471
472installcheck-am:
473
474maintainer-clean: maintainer-clean-am
475	-rm -rf ./$(DEPDIR)
476	-rm -f Makefile
477maintainer-clean-am: distclean-am maintainer-clean-generic
478
479mostlyclean: mostlyclean-am
480
481mostlyclean-am: mostlyclean-compile mostlyclean-generic \
482	mostlyclean-libtool
483
484pdf: pdf-am
485
486pdf-am:
487
488ps: ps-am
489
490ps-am:
491
492uninstall-am:
493
494.MAKE: install-am install-strip
495
496.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
497	clean-libtool clean-noinstPROGRAMS ctags distclean \
498	distclean-compile distclean-generic distclean-libtool \
499	distclean-tags distdir dvi dvi-am html html-am info info-am \
500	install install-am install-data install-data-am install-dvi \
501	install-dvi-am install-exec install-exec-am install-html \
502	install-html-am install-info install-info-am install-man \
503	install-pdf install-pdf-am install-ps install-ps-am \
504	install-strip installcheck installcheck-am installdirs \
505	maintainer-clean maintainer-clean-generic mostlyclean \
506	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
507	pdf pdf-am ps ps-am tags uninstall uninstall-am
508
509
510# Tell versions [3.59,3.63) of GNU make to not export all variables.
511# Otherwise a system limit (for SysV at least) may be exceeded.
512.NOEXPORT:
513