xref: /freebsd/contrib/openpam/bin/Makefile.in (revision aa772005)
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
18# $Id: Makefile.am 538 2012-03-31 17:04:29Z des $
19VPATH = @srcdir@
20pkgdatadir = $(datadir)/@PACKAGE@
21pkgincludedir = $(includedir)/@PACKAGE@
22pkglibdir = $(libdir)/@PACKAGE@
23pkglibexecdir = $(libexecdir)/@PACKAGE@
24am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25install_sh_DATA = $(install_sh) -c -m 644
26install_sh_PROGRAM = $(install_sh) -c
27install_sh_SCRIPT = $(install_sh) -c
28INSTALL_HEADER = $(INSTALL_DATA)
29transform = $(program_transform_name)
30NORMAL_INSTALL = :
31PRE_INSTALL = :
32POST_INSTALL = :
33NORMAL_UNINSTALL = :
34PRE_UNINSTALL = :
35POST_UNINSTALL = :
36build_triplet = @build@
37host_triplet = @host@
38@WITH_PAMTEST_TRUE@am__append_1 = pamtest
39@WITH_SU_TRUE@am__append_2 = su
40subdir = bin
41DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
42ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43am__aclocal_m4_deps = $(top_srcdir)/configure.ac
44am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45	$(ACLOCAL_M4)
46mkinstalldirs = $(install_sh) -d
47CONFIG_HEADER = $(top_builddir)/config.h
48CONFIG_CLEAN_FILES =
49CONFIG_CLEAN_VPATH_FILES =
50SOURCES =
51DIST_SOURCES =
52RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
53	html-recursive info-recursive install-data-recursive \
54	install-dvi-recursive install-exec-recursive \
55	install-html-recursive install-info-recursive \
56	install-pdf-recursive install-ps-recursive install-recursive \
57	installcheck-recursive installdirs-recursive pdf-recursive \
58	ps-recursive uninstall-recursive
59RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
60  distclean-recursive maintainer-clean-recursive
61AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
62	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
63	distdir
64ETAGS = etags
65CTAGS = ctags
66DIST_SUBDIRS = openpam_dump_policy pamtest su
67DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
68am__relativize = \
69  dir0=`pwd`; \
70  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
71  sed_rest='s,^[^/]*/*,,'; \
72  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
73  sed_butlast='s,/*[^/]*$$,,'; \
74  while test -n "$$dir1"; do \
75    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
76    if test "$$first" != "."; then \
77      if test "$$first" = ".."; then \
78        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
79        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
80      else \
81        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
82        if test "$$first2" = "$$first"; then \
83          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
84        else \
85          dir2="../$$dir2"; \
86        fi; \
87        dir0="$$dir0"/"$$first"; \
88      fi; \
89    fi; \
90    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
91  done; \
92  reldir="$$dir2"
93ACLOCAL = @ACLOCAL@
94AMTAR = @AMTAR@
95AR = @AR@
96AUTOCONF = @AUTOCONF@
97AUTOHEADER = @AUTOHEADER@
98AUTOMAKE = @AUTOMAKE@
99AWK = @AWK@
100CC = @CC@
101CCDEPMODE = @CCDEPMODE@
102CFLAGS = @CFLAGS@
103CPP = @CPP@
104CPPFLAGS = @CPPFLAGS@
105CRYPT_LIBS = @CRYPT_LIBS@
106CYGPATH_W = @CYGPATH_W@
107DEFS = @DEFS@
108DEPDIR = @DEPDIR@
109DLLTOOL = @DLLTOOL@
110DL_LIBS = @DL_LIBS@
111DSYMUTIL = @DSYMUTIL@
112DUMPBIN = @DUMPBIN@
113ECHO_C = @ECHO_C@
114ECHO_N = @ECHO_N@
115ECHO_T = @ECHO_T@
116EGREP = @EGREP@
117EXEEXT = @EXEEXT@
118FGREP = @FGREP@
119GREP = @GREP@
120INSTALL = @INSTALL@
121INSTALL_DATA = @INSTALL_DATA@
122INSTALL_PROGRAM = @INSTALL_PROGRAM@
123INSTALL_SCRIPT = @INSTALL_SCRIPT@
124INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
125LD = @LD@
126LDFLAGS = @LDFLAGS@
127LIBOBJS = @LIBOBJS@
128LIBS = @LIBS@
129LIBTOOL = @LIBTOOL@
130LIB_MAJ = @LIB_MAJ@
131LIPO = @LIPO@
132LN_S = @LN_S@
133LTLIBOBJS = @LTLIBOBJS@
134MAKEINFO = @MAKEINFO@
135MANIFEST_TOOL = @MANIFEST_TOOL@
136MKDIR_P = @MKDIR_P@
137NM = @NM@
138NMEDIT = @NMEDIT@
139OBJDUMP = @OBJDUMP@
140OBJEXT = @OBJEXT@
141OPENPAM_MODULES_DIR = @OPENPAM_MODULES_DIR@
142OTOOL = @OTOOL@
143OTOOL64 = @OTOOL64@
144PACKAGE = @PACKAGE@
145PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
146PACKAGE_NAME = @PACKAGE_NAME@
147PACKAGE_STRING = @PACKAGE_STRING@
148PACKAGE_TARNAME = @PACKAGE_TARNAME@
149PACKAGE_URL = @PACKAGE_URL@
150PACKAGE_VERSION = @PACKAGE_VERSION@
151PATH_SEPARATOR = @PATH_SEPARATOR@
152RANLIB = @RANLIB@
153SED = @SED@
154SET_MAKE = @SET_MAKE@
155SHELL = @SHELL@
156STRIP = @STRIP@
157VERSION = @VERSION@
158abs_builddir = @abs_builddir@
159abs_srcdir = @abs_srcdir@
160abs_top_builddir = @abs_top_builddir@
161abs_top_srcdir = @abs_top_srcdir@
162ac_ct_AR = @ac_ct_AR@
163ac_ct_CC = @ac_ct_CC@
164ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
165am__include = @am__include@
166am__leading_dot = @am__leading_dot@
167am__quote = @am__quote@
168am__tar = @am__tar@
169am__untar = @am__untar@
170bindir = @bindir@
171build = @build@
172build_alias = @build_alias@
173build_cpu = @build_cpu@
174build_os = @build_os@
175build_vendor = @build_vendor@
176builddir = @builddir@
177datadir = @datadir@
178datarootdir = @datarootdir@
179docdir = @docdir@
180dvidir = @dvidir@
181exec_prefix = @exec_prefix@
182host = @host@
183host_alias = @host_alias@
184host_cpu = @host_cpu@
185host_os = @host_os@
186host_vendor = @host_vendor@
187htmldir = @htmldir@
188includedir = @includedir@
189infodir = @infodir@
190install_sh = @install_sh@
191libdir = @libdir@
192libexecdir = @libexecdir@
193localedir = @localedir@
194localstatedir = @localstatedir@
195mandir = @mandir@
196mkdir_p = @mkdir_p@
197oldincludedir = @oldincludedir@
198pdfdir = @pdfdir@
199prefix = @prefix@
200program_transform_name = @program_transform_name@
201psdir = @psdir@
202sbindir = @sbindir@
203sharedstatedir = @sharedstatedir@
204srcdir = @srcdir@
205sysconfdir = @sysconfdir@
206target_alias = @target_alias@
207top_build_prefix = @top_build_prefix@
208top_builddir = @top_builddir@
209top_srcdir = @top_srcdir@
210SUBDIRS = openpam_dump_policy $(am__append_1) $(am__append_2)
211all: all-recursive
212
213.SUFFIXES:
214$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
215	@for dep in $?; do \
216	  case '$(am__configure_deps)' in \
217	    *$$dep*) \
218	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
219	        && { if test -f $@; then exit 0; else break; fi; }; \
220	      exit 1;; \
221	  esac; \
222	done; \
223	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign bin/Makefile'; \
224	$(am__cd) $(top_srcdir) && \
225	  $(AUTOMAKE) --foreign bin/Makefile
226.PRECIOUS: Makefile
227Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
228	@case '$?' in \
229	  *config.status*) \
230	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
231	  *) \
232	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
233	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
234	esac;
235
236$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
237	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
238
239$(top_srcdir)/configure:  $(am__configure_deps)
240	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
241$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
242	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
243$(am__aclocal_m4_deps):
244
245mostlyclean-libtool:
246	-rm -f *.lo
247
248clean-libtool:
249	-rm -rf .libs _libs
250
251# This directory's subdirectories are mostly independent; you can cd
252# into them and run `make' without going through this Makefile.
253# To change the values of `make' variables: instead of editing Makefiles,
254# (1) if the variable is set in `config.status', edit `config.status'
255#     (which will cause the Makefiles to be regenerated when you run `make');
256# (2) otherwise, pass the desired values on the `make' command line.
257$(RECURSIVE_TARGETS):
258	@fail= failcom='exit 1'; \
259	for f in x $$MAKEFLAGS; do \
260	  case $$f in \
261	    *=* | --[!k]*);; \
262	    *k*) failcom='fail=yes';; \
263	  esac; \
264	done; \
265	dot_seen=no; \
266	target=`echo $@ | sed s/-recursive//`; \
267	list='$(SUBDIRS)'; for subdir in $$list; do \
268	  echo "Making $$target in $$subdir"; \
269	  if test "$$subdir" = "."; then \
270	    dot_seen=yes; \
271	    local_target="$$target-am"; \
272	  else \
273	    local_target="$$target"; \
274	  fi; \
275	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
276	  || eval $$failcom; \
277	done; \
278	if test "$$dot_seen" = "no"; then \
279	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
280	fi; test -z "$$fail"
281
282$(RECURSIVE_CLEAN_TARGETS):
283	@fail= failcom='exit 1'; \
284	for f in x $$MAKEFLAGS; do \
285	  case $$f in \
286	    *=* | --[!k]*);; \
287	    *k*) failcom='fail=yes';; \
288	  esac; \
289	done; \
290	dot_seen=no; \
291	case "$@" in \
292	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
293	  *) list='$(SUBDIRS)' ;; \
294	esac; \
295	rev=''; for subdir in $$list; do \
296	  if test "$$subdir" = "."; then :; else \
297	    rev="$$subdir $$rev"; \
298	  fi; \
299	done; \
300	rev="$$rev ."; \
301	target=`echo $@ | sed s/-recursive//`; \
302	for subdir in $$rev; do \
303	  echo "Making $$target in $$subdir"; \
304	  if test "$$subdir" = "."; then \
305	    local_target="$$target-am"; \
306	  else \
307	    local_target="$$target"; \
308	  fi; \
309	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
310	  || eval $$failcom; \
311	done && test -z "$$fail"
312tags-recursive:
313	list='$(SUBDIRS)'; for subdir in $$list; do \
314	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
315	done
316ctags-recursive:
317	list='$(SUBDIRS)'; for subdir in $$list; do \
318	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
319	done
320
321ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
322	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
323	unique=`for i in $$list; do \
324	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
325	  done | \
326	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
327	      END { if (nonempty) { for (i in files) print i; }; }'`; \
328	mkid -fID $$unique
329tags: TAGS
330
331TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
332		$(TAGS_FILES) $(LISP)
333	set x; \
334	here=`pwd`; \
335	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
336	  include_option=--etags-include; \
337	  empty_fix=.; \
338	else \
339	  include_option=--include; \
340	  empty_fix=; \
341	fi; \
342	list='$(SUBDIRS)'; for subdir in $$list; do \
343	  if test "$$subdir" = .; then :; else \
344	    test ! -f $$subdir/TAGS || \
345	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
346	  fi; \
347	done; \
348	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
349	unique=`for i in $$list; do \
350	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
351	  done | \
352	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
353	      END { if (nonempty) { for (i in files) print i; }; }'`; \
354	shift; \
355	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
356	  test -n "$$unique" || unique=$$empty_fix; \
357	  if test $$# -gt 0; then \
358	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
359	      "$$@" $$unique; \
360	  else \
361	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
362	      $$unique; \
363	  fi; \
364	fi
365ctags: CTAGS
366CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
367		$(TAGS_FILES) $(LISP)
368	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
369	unique=`for i in $$list; do \
370	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
371	  done | \
372	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
373	      END { if (nonempty) { for (i in files) print i; }; }'`; \
374	test -z "$(CTAGS_ARGS)$$unique" \
375	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
376	     $$unique
377
378GTAGS:
379	here=`$(am__cd) $(top_builddir) && pwd` \
380	  && $(am__cd) $(top_srcdir) \
381	  && gtags -i $(GTAGS_ARGS) "$$here"
382
383distclean-tags:
384	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
385
386distdir: $(DISTFILES)
387	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
388	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
389	list='$(DISTFILES)'; \
390	  dist_files=`for file in $$list; do echo $$file; done | \
391	  sed -e "s|^$$srcdirstrip/||;t" \
392	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
393	case $$dist_files in \
394	  */*) $(MKDIR_P) `echo "$$dist_files" | \
395			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
396			   sort -u` ;; \
397	esac; \
398	for file in $$dist_files; do \
399	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
400	  if test -d $$d/$$file; then \
401	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
402	    if test -d "$(distdir)/$$file"; then \
403	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
404	    fi; \
405	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
406	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
407	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
408	    fi; \
409	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
410	  else \
411	    test -f "$(distdir)/$$file" \
412	    || cp -p $$d/$$file "$(distdir)/$$file" \
413	    || exit 1; \
414	  fi; \
415	done
416	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
417	  if test "$$subdir" = .; then :; else \
418	    test -d "$(distdir)/$$subdir" \
419	    || $(MKDIR_P) "$(distdir)/$$subdir" \
420	    || exit 1; \
421	  fi; \
422	done
423	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
424	  if test "$$subdir" = .; then :; else \
425	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
426	    $(am__relativize); \
427	    new_distdir=$$reldir; \
428	    dir1=$$subdir; dir2="$(top_distdir)"; \
429	    $(am__relativize); \
430	    new_top_distdir=$$reldir; \
431	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
432	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
433	    ($(am__cd) $$subdir && \
434	      $(MAKE) $(AM_MAKEFLAGS) \
435	        top_distdir="$$new_top_distdir" \
436	        distdir="$$new_distdir" \
437		am__remove_distdir=: \
438		am__skip_length_check=: \
439		am__skip_mode_fix=: \
440	        distdir) \
441	      || exit 1; \
442	  fi; \
443	done
444check-am: all-am
445check: check-recursive
446all-am: Makefile
447installdirs: installdirs-recursive
448installdirs-am:
449install: install-recursive
450install-exec: install-exec-recursive
451install-data: install-data-recursive
452uninstall: uninstall-recursive
453
454install-am: all-am
455	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
456
457installcheck: installcheck-recursive
458install-strip:
459	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
460	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
461	  `test -z '$(STRIP)' || \
462	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
463mostlyclean-generic:
464
465clean-generic:
466
467distclean-generic:
468	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
469	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
470
471maintainer-clean-generic:
472	@echo "This command is intended for maintainers to use"
473	@echo "it deletes files that may require special tools to rebuild."
474clean: clean-recursive
475
476clean-am: clean-generic clean-libtool mostlyclean-am
477
478distclean: distclean-recursive
479	-rm -f Makefile
480distclean-am: clean-am distclean-generic distclean-tags
481
482dvi: dvi-recursive
483
484dvi-am:
485
486html: html-recursive
487
488html-am:
489
490info: info-recursive
491
492info-am:
493
494install-data-am:
495
496install-dvi: install-dvi-recursive
497
498install-dvi-am:
499
500install-exec-am:
501
502install-html: install-html-recursive
503
504install-html-am:
505
506install-info: install-info-recursive
507
508install-info-am:
509
510install-man:
511
512install-pdf: install-pdf-recursive
513
514install-pdf-am:
515
516install-ps: install-ps-recursive
517
518install-ps-am:
519
520installcheck-am:
521
522maintainer-clean: maintainer-clean-recursive
523	-rm -f Makefile
524maintainer-clean-am: distclean-am maintainer-clean-generic
525
526mostlyclean: mostlyclean-recursive
527
528mostlyclean-am: mostlyclean-generic mostlyclean-libtool
529
530pdf: pdf-recursive
531
532pdf-am:
533
534ps: ps-recursive
535
536ps-am:
537
538uninstall-am:
539
540.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
541	install-am install-strip tags-recursive
542
543.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
544	all all-am check check-am clean clean-generic clean-libtool \
545	ctags ctags-recursive distclean distclean-generic \
546	distclean-libtool distclean-tags distdir dvi dvi-am html \
547	html-am info info-am install install-am install-data \
548	install-data-am install-dvi install-dvi-am install-exec \
549	install-exec-am install-html install-html-am install-info \
550	install-info-am install-man install-pdf install-pdf-am \
551	install-ps install-ps-am install-strip installcheck \
552	installcheck-am installdirs installdirs-am maintainer-clean \
553	maintainer-clean-generic mostlyclean mostlyclean-generic \
554	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
555	uninstall uninstall-am
556
557
558# Tell versions [3.59,3.63) of GNU make to not export all variables.
559# Otherwise a system limit (for SysV at least) may be exceeded.
560.NOEXPORT:
561