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