1# Makefile.in generated by automake 1.11 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
18# This file is part of libdaemon.
19#
20# Copyright 2003-2008 Lennart Poettering
21#
22# libdaemon is free software; you can redistribute it and/or modify it
23# under the terms of the GNU Lesser General Public License as
24# published by the Free Software Foundation, either version 2.1 of the
25# License, or (at your option) any later version.
26#
27# libdaemon is distributed in the hope that it will be useful, but
28# WITHOUT ANY WARRANTY; without even the implied warranty of
29# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
30# Lesser General Public License for more details.
31#
32# You should have received a copy of the GNU Lesser General Public
33# License along with libdaemon. If not, see
34# <http://www.gnu.org/licenses/>.
35
36VPATH = @srcdir@
37pkgdatadir = $(datadir)/@PACKAGE@
38pkgincludedir = $(includedir)/@PACKAGE@
39pkglibdir = $(libdir)/@PACKAGE@
40pkglibexecdir = $(libexecdir)/@PACKAGE@
41am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
42install_sh_DATA = $(install_sh) -c -m 644
43install_sh_PROGRAM = $(install_sh) -c
44install_sh_SCRIPT = $(install_sh) -c
45INSTALL_HEADER = $(INSTALL_DATA)
46transform = $(program_transform_name)
47NORMAL_INSTALL = :
48PRE_INSTALL = :
49POST_INSTALL = :
50NORMAL_UNINSTALL = :
51PRE_UNINSTALL = :
52POST_UNINSTALL = :
53build_triplet = @build@
54host_triplet = @host@
55noinst_PROGRAMS = testd$(EXEEXT)
56subdir = examples
57DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
58ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
59am__aclocal_m4_deps = $(top_srcdir)/m4/attributes.m4 \
60	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
61	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
62	$(top_srcdir)/m4/lt~obsolete.m4 \
63	$(top_srcdir)/m4/zp_lynx_doc.m4 $(top_srcdir)/configure.ac
64am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
65	$(ACLOCAL_M4)
66mkinstalldirs = $(install_sh) -d
67CONFIG_HEADER = $(top_builddir)/config.h
68CONFIG_CLEAN_FILES =
69CONFIG_CLEAN_VPATH_FILES =
70PROGRAMS = $(noinst_PROGRAMS)
71am_testd_OBJECTS = testd.$(OBJEXT)
72testd_OBJECTS = $(am_testd_OBJECTS)
73testd_DEPENDENCIES = ../libdaemon/libdaemon.la
74AM_V_lt = $(am__v_lt_$(V))
75am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
76am__v_lt_0 = --silent
77DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
78depcomp = $(SHELL) $(top_srcdir)/depcomp
79am__depfiles_maybe = depfiles
80am__mv = mv -f
81COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
82	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
83LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
84	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
85	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
86	$(AM_CFLAGS) $(CFLAGS)
87AM_V_CC = $(am__v_CC_$(V))
88am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
89am__v_CC_0 = @echo "  CC    " $@;
90AM_V_at = $(am__v_at_$(V))
91am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
92am__v_at_0 = @
93CCLD = $(CC)
94LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
95	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
96	$(AM_LDFLAGS) $(LDFLAGS) -o $@
97AM_V_CCLD = $(am__v_CCLD_$(V))
98am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
99am__v_CCLD_0 = @echo "  CCLD  " $@;
100AM_V_GEN = $(am__v_GEN_$(V))
101am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
102am__v_GEN_0 = @echo "  GEN   " $@;
103SOURCES = $(testd_SOURCES)
104DIST_SOURCES = $(testd_SOURCES)
105ETAGS = etags
106CTAGS = ctags
107DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
108ACLOCAL = @ACLOCAL@
109AMTAR = @AMTAR@
110AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
111AR = @AR@
112AUTOCONF = @AUTOCONF@
113AUTOHEADER = @AUTOHEADER@
114AUTOMAKE = @AUTOMAKE@
115AWK = @AWK@
116CC = @CC@
117CCDEPMODE = @CCDEPMODE@
118CFLAGS = @CFLAGS@
119CPP = @CPP@
120CPPFLAGS = @CPPFLAGS@
121CYGPATH_W = @CYGPATH_W@
122DEFS = @DEFS@
123DEPDIR = @DEPDIR@
124DSYMUTIL = @DSYMUTIL@
125DUMPBIN = @DUMPBIN@
126ECHO_C = @ECHO_C@
127ECHO_N = @ECHO_N@
128ECHO_T = @ECHO_T@
129EGREP = @EGREP@
130EXEEXT = @EXEEXT@
131FGREP = @FGREP@
132GREP = @GREP@
133INSTALL = @INSTALL@
134INSTALL_DATA = @INSTALL_DATA@
135INSTALL_PROGRAM = @INSTALL_PROGRAM@
136INSTALL_SCRIPT = @INSTALL_SCRIPT@
137INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
138LD = @LD@
139LDFLAGS = @LDFLAGS@
140LDFLAGS_NOUNDEFINED = @LDFLAGS_NOUNDEFINED@
141LIBDAEMON_VERSION_INFO = @LIBDAEMON_VERSION_INFO@
142LIBOBJS = @LIBOBJS@
143LIBS = @LIBS@
144LIBTOOL = @LIBTOOL@
145LIPO = @LIPO@
146LN_S = @LN_S@
147LTLIBOBJS = @LTLIBOBJS@
148MAKEINFO = @MAKEINFO@
149MKDIR_P = @MKDIR_P@
150NM = @NM@
151NMEDIT = @NMEDIT@
152OBJDUMP = @OBJDUMP@
153OBJEXT = @OBJEXT@
154OTOOL = @OTOOL@
155OTOOL64 = @OTOOL64@
156PACKAGE = @PACKAGE@
157PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
158PACKAGE_NAME = @PACKAGE_NAME@
159PACKAGE_STRING = @PACKAGE_STRING@
160PACKAGE_TARNAME = @PACKAGE_TARNAME@
161PACKAGE_URL = @PACKAGE_URL@
162PACKAGE_VERSION = @PACKAGE_VERSION@
163PATH_SEPARATOR = @PATH_SEPARATOR@
164RANLIB = @RANLIB@
165SED = @SED@
166SET_MAKE = @SET_MAKE@
167SHELL = @SHELL@
168STRIP = @STRIP@
169VERSION = @VERSION@
170abs_builddir = @abs_builddir@
171abs_srcdir = @abs_srcdir@
172abs_top_builddir = @abs_top_builddir@
173abs_top_srcdir = @abs_top_srcdir@
174ac_ct_CC = @ac_ct_CC@
175ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
176am__include = @am__include@
177am__leading_dot = @am__leading_dot@
178am__quote = @am__quote@
179am__tar = @am__tar@
180am__untar = @am__untar@
181bindir = @bindir@
182build = @build@
183build_alias = @build_alias@
184build_cpu = @build_cpu@
185build_os = @build_os@
186build_vendor = @build_vendor@
187builddir = @builddir@
188datadir = @datadir@
189datarootdir = @datarootdir@
190docdir = @docdir@
191dvidir = @dvidir@
192exec_prefix = @exec_prefix@
193have_lynx = @have_lynx@
194host = @host@
195host_alias = @host_alias@
196host_cpu = @host_cpu@
197host_os = @host_os@
198host_vendor = @host_vendor@
199htmldir = @htmldir@
200includedir = @includedir@
201infodir = @infodir@
202install_sh = @install_sh@
203libdir = @libdir@
204libexecdir = @libexecdir@
205localedir = @localedir@
206localstatedir = @localstatedir@
207lt_ECHO = @lt_ECHO@
208mandir = @mandir@
209mkdir_p = @mkdir_p@
210oldincludedir = @oldincludedir@
211pdfdir = @pdfdir@
212prefix = @prefix@
213program_transform_name = @program_transform_name@
214psdir = @psdir@
215sbindir = @sbindir@
216sharedstatedir = @sharedstatedir@
217srcdir = @srcdir@
218sysconfdir = @sysconfdir@
219target_alias = @target_alias@
220top_build_prefix = @top_build_prefix@
221top_builddir = @top_builddir@
222top_srcdir = @top_srcdir@
223AM_CPPFLAGS = -I$(top_srcdir)
224testd_SOURCES = testd.c
225testd_LDADD = ../libdaemon/libdaemon.la
226all: all-am
227
228.SUFFIXES:
229.SUFFIXES: .c .lo .o .obj
230$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
231	@for dep in $?; do \
232	  case '$(am__configure_deps)' in \
233	    *$$dep*) \
234	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
235	        && { if test -f $@; then exit 0; else break; fi; }; \
236	      exit 1;; \
237	  esac; \
238	done; \
239	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign examples/Makefile'; \
240	$(am__cd) $(top_srcdir) && \
241	  $(AUTOMAKE) --foreign examples/Makefile
242.PRECIOUS: Makefile
243Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
244	@case '$?' in \
245	  *config.status*) \
246	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
247	  *) \
248	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
249	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
250	esac;
251
252$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
253	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
254
255$(top_srcdir)/configure:  $(am__configure_deps)
256	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
257$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
258	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
259$(am__aclocal_m4_deps):
260
261clean-noinstPROGRAMS:
262	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
263	echo " rm -f" $$list; \
264	rm -f $$list || exit $$?; \
265	test -n "$(EXEEXT)" || exit 0; \
266	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
267	echo " rm -f" $$list; \
268	rm -f $$list
269testd$(EXEEXT): $(testd_OBJECTS) $(testd_DEPENDENCIES) 
270	@rm -f testd$(EXEEXT)
271	$(AM_V_CCLD)$(LINK) $(testd_OBJECTS) $(testd_LDADD) $(LIBS)
272
273mostlyclean-compile:
274	-rm -f *.$(OBJEXT)
275
276distclean-compile:
277	-rm -f *.tab.c
278
279@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testd.Po@am__quote@
280
281.c.o:
282@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
283@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
284@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
285@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
286@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
287@am__fastdepCC_FALSE@	$(COMPILE) -c $<
288
289.c.obj:
290@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
291@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
292@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
293@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
294@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
295@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
296
297.c.lo:
298@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
299@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
300@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
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
415distclean-generic:
416	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
417	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
418
419maintainer-clean-generic:
420	@echo "This command is intended for maintainers to use"
421	@echo "it deletes files that may require special tools to rebuild."
422clean: clean-am
423
424clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
425	mostlyclean-am
426
427distclean: distclean-am
428	-rm -rf ./$(DEPDIR)
429	-rm -f Makefile
430distclean-am: clean-am distclean-compile distclean-generic \
431	distclean-tags
432
433dvi: dvi-am
434
435dvi-am:
436
437html: html-am
438
439html-am:
440
441info: info-am
442
443info-am:
444
445install-data-am:
446
447install-dvi: install-dvi-am
448
449install-dvi-am:
450
451install-exec-am:
452
453install-html: install-html-am
454
455install-html-am:
456
457install-info: install-info-am
458
459install-info-am:
460
461install-man:
462
463install-pdf: install-pdf-am
464
465install-pdf-am:
466
467install-ps: install-ps-am
468
469install-ps-am:
470
471installcheck-am:
472
473maintainer-clean: maintainer-clean-am
474	-rm -rf ./$(DEPDIR)
475	-rm -f Makefile
476maintainer-clean-am: distclean-am maintainer-clean-generic
477
478mostlyclean: mostlyclean-am
479
480mostlyclean-am: mostlyclean-compile mostlyclean-generic \
481	mostlyclean-libtool
482
483pdf: pdf-am
484
485pdf-am:
486
487ps: ps-am
488
489ps-am:
490
491uninstall-am:
492
493.MAKE: install-am install-strip
494
495.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
496	clean-libtool clean-noinstPROGRAMS ctags distclean \
497	distclean-compile distclean-generic distclean-libtool \
498	distclean-tags distdir dvi dvi-am html html-am info info-am \
499	install install-am install-data install-data-am install-dvi \
500	install-dvi-am install-exec install-exec-am install-html \
501	install-html-am install-info install-info-am install-man \
502	install-pdf install-pdf-am install-ps install-ps-am \
503	install-strip installcheck installcheck-am installdirs \
504	maintainer-clean maintainer-clean-generic mostlyclean \
505	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
506	pdf pdf-am ps ps-am tags uninstall uninstall-am
507
508
509# Tell versions [3.59,3.63) of GNU make to not export all variables.
510# Otherwise a system limit (for SysV at least) may be exceeded.
511.NOEXPORT:
512