xref: /freebsd/contrib/openpam/modules/pam_unix/Makefile.in (revision 884a2a699669ec61e2366e3e358342dbc94be24a)
1# Makefile.in generated by automake 1.9.6 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005  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
17# $Id: Makefile.am 320 2006-02-16 20:33:19Z des $
18
19srcdir = @srcdir@
20top_srcdir = @top_srcdir@
21VPATH = @srcdir@
22pkgdatadir = $(datadir)/@PACKAGE@
23pkgincludedir = $(includedir)/@PACKAGE@
24top_builddir = ../..
25am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26INSTALL = @INSTALL@
27install_sh_DATA = $(install_sh) -c -m 644
28install_sh_PROGRAM = $(install_sh) -c
29install_sh_SCRIPT = $(install_sh) -c
30INSTALL_HEADER = $(INSTALL_DATA)
31transform = $(program_transform_name)
32NORMAL_INSTALL = :
33PRE_INSTALL = :
34POST_INSTALL = :
35NORMAL_UNINSTALL = :
36PRE_UNINSTALL = :
37POST_UNINSTALL = :
38build_triplet = @build@
39host_triplet = @host@
40target_triplet = @target@
41subdir = modules/pam_unix
42DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
43ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44am__aclocal_m4_deps = $(top_srcdir)/configure.ac
45am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46	$(ACLOCAL_M4)
47mkinstalldirs = $(install_sh) -d
48CONFIG_HEADER = $(top_builddir)/config.h
49CONFIG_CLEAN_FILES =
50am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
51am__vpath_adj = case $$p in \
52    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
53    *) f=$$p;; \
54  esac;
55am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
56am__installdirs = "$(DESTDIR)$(pkglibdir)"
57pkglibLTLIBRARIES_INSTALL = $(INSTALL)
58LTLIBRARIES = $(pkglib_LTLIBRARIES)
59@WITH_PAM_UNIX_TRUE@pam_unix_la_DEPENDENCIES =  \
60@WITH_PAM_UNIX_TRUE@	$(top_builddir)/lib/libpam.la
61am__pam_unix_la_SOURCES_DIST = pam_unix.c
62@WITH_PAM_UNIX_TRUE@am_pam_unix_la_OBJECTS = pam_unix.lo
63pam_unix_la_OBJECTS = $(am_pam_unix_la_OBJECTS)
64@WITH_PAM_UNIX_TRUE@am_pam_unix_la_rpath = -rpath $(pkglibdir)
65DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
66depcomp = $(SHELL) $(top_srcdir)/depcomp
67am__depfiles_maybe = depfiles
68COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
69	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
70LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
71	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
72	$(AM_CFLAGS) $(CFLAGS)
73CCLD = $(CC)
74LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
75	$(AM_LDFLAGS) $(LDFLAGS) -o $@
76SOURCES = $(pam_unix_la_SOURCES)
77DIST_SOURCES = $(am__pam_unix_la_SOURCES_DIST)
78ETAGS = etags
79CTAGS = ctags
80DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
81pkglibdir = @OPENPAM_MODULES_DIR@
82ACLOCAL = @ACLOCAL@
83AMDEP_FALSE = @AMDEP_FALSE@
84AMDEP_TRUE = @AMDEP_TRUE@
85AMTAR = @AMTAR@
86AR = @AR@
87AUTOCONF = @AUTOCONF@
88AUTOHEADER = @AUTOHEADER@
89AUTOMAKE = @AUTOMAKE@
90AWK = @AWK@
91CC = @CC@
92CCDEPMODE = @CCDEPMODE@
93CFLAGS = @CFLAGS@
94CPP = @CPP@
95CPPFLAGS = @CPPFLAGS@
96CRYPT_LIBS = @CRYPT_LIBS@
97CXX = @CXX@
98CXXCPP = @CXXCPP@
99CXXDEPMODE = @CXXDEPMODE@
100CXXFLAGS = @CXXFLAGS@
101CYGPATH_W = @CYGPATH_W@
102DEFS = @DEFS@
103DEPDIR = @DEPDIR@
104DL_LIBS = @DL_LIBS@
105ECHO = @ECHO@
106ECHO_C = @ECHO_C@
107ECHO_N = @ECHO_N@
108ECHO_T = @ECHO_T@
109EGREP = @EGREP@
110EXEEXT = @EXEEXT@
111F77 = @F77@
112FFLAGS = @FFLAGS@
113GREP = @GREP@
114INSTALL_DATA = @INSTALL_DATA@
115INSTALL_PROGRAM = @INSTALL_PROGRAM@
116INSTALL_SCRIPT = @INSTALL_SCRIPT@
117INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
118LDFLAGS = @LDFLAGS@
119LIBOBJS = @LIBOBJS@
120LIBS = @LIBS@
121LIBTOOL = @LIBTOOL@
122LIB_MAJ = @LIB_MAJ@
123LN_S = @LN_S@
124LTLIBOBJS = @LTLIBOBJS@
125MAKEINFO = @MAKEINFO@
126OBJEXT = @OBJEXT@
127OPENPAM_MODULES_DIR = @OPENPAM_MODULES_DIR@
128PACKAGE = @PACKAGE@
129PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
130PACKAGE_NAME = @PACKAGE_NAME@
131PACKAGE_STRING = @PACKAGE_STRING@
132PACKAGE_TARNAME = @PACKAGE_TARNAME@
133PACKAGE_VERSION = @PACKAGE_VERSION@
134PATH_SEPARATOR = @PATH_SEPARATOR@
135RANLIB = @RANLIB@
136SED = @SED@
137SET_MAKE = @SET_MAKE@
138SHELL = @SHELL@
139STRIP = @STRIP@
140VERSION = @VERSION@
141WITH_DOC_FALSE = @WITH_DOC_FALSE@
142WITH_DOC_TRUE = @WITH_DOC_TRUE@
143WITH_PAM_UNIX_FALSE = @WITH_PAM_UNIX_FALSE@
144WITH_PAM_UNIX_TRUE = @WITH_PAM_UNIX_TRUE@
145WITH_SU_FALSE = @WITH_SU_FALSE@
146WITH_SU_TRUE = @WITH_SU_TRUE@
147ac_ct_CC = @ac_ct_CC@
148ac_ct_CXX = @ac_ct_CXX@
149ac_ct_F77 = @ac_ct_F77@
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@
157am__tar = @am__tar@
158am__untar = @am__untar@
159bindir = @bindir@
160build = @build@
161build_alias = @build_alias@
162build_cpu = @build_cpu@
163build_os = @build_os@
164build_vendor = @build_vendor@
165datadir = @datadir@
166datarootdir = @datarootdir@
167docdir = @docdir@
168dvidir = @dvidir@
169exec_prefix = @exec_prefix@
170host = @host@
171host_alias = @host_alias@
172host_cpu = @host_cpu@
173host_os = @host_os@
174host_vendor = @host_vendor@
175htmldir = @htmldir@
176includedir = @includedir@
177infodir = @infodir@
178install_sh = @install_sh@
179libdir = @libdir@
180libexecdir = @libexecdir@
181localedir = @localedir@
182localstatedir = @localstatedir@
183mandir = @mandir@
184mkdir_p = @mkdir_p@
185oldincludedir = @oldincludedir@
186pdfdir = @pdfdir@
187prefix = @prefix@
188program_transform_name = @program_transform_name@
189psdir = @psdir@
190sbindir = @sbindir@
191sharedstatedir = @sharedstatedir@
192sysconfdir = @sysconfdir@
193target = @target@
194target_alias = @target_alias@
195target_cpu = @target_cpu@
196target_os = @target_os@
197target_vendor = @target_vendor@
198INCLUDES = -I$(top_srcdir)/include
199@WITH_PAM_UNIX_TRUE@pkglib_LTLIBRARIES = pam_unix.la
200@WITH_PAM_UNIX_TRUE@pam_unix_la_SOURCES = pam_unix.c
201@WITH_PAM_UNIX_TRUE@pam_unix_la_LDFLAGS = -no-undefined -module -version-info @LIB_MAJ@ @CRYPT_LIBS@
202@WITH_PAM_UNIX_TRUE@pam_unix_la_LIBADD = $(top_builddir)/lib/libpam.la
203all: all-am
204
205.SUFFIXES:
206.SUFFIXES: .c .lo .o .obj
207$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
208	@for dep in $?; do \
209	  case '$(am__configure_deps)' in \
210	    *$$dep*) \
211	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
212		&& exit 0; \
213	      exit 1;; \
214	  esac; \
215	done; \
216	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  modules/pam_unix/Makefile'; \
217	cd $(top_srcdir) && \
218	  $(AUTOMAKE) --foreign  modules/pam_unix/Makefile
219.PRECIOUS: Makefile
220Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
221	@case '$?' in \
222	  *config.status*) \
223	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
224	  *) \
225	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
226	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
227	esac;
228
229$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
230	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
231
232$(top_srcdir)/configure:  $(am__configure_deps)
233	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
234$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
235	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
236install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
237	@$(NORMAL_INSTALL)
238	test -z "$(pkglibdir)" || $(mkdir_p) "$(DESTDIR)$(pkglibdir)"
239	@list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
240	  if test -f $$p; then \
241	    f=$(am__strip_dir) \
242	    echo " $(LIBTOOL) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(pkglibdir)/$$f'"; \
243	    $(LIBTOOL) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(pkglibdir)/$$f"; \
244	  else :; fi; \
245	done
246
247uninstall-pkglibLTLIBRARIES:
248	@$(NORMAL_UNINSTALL)
249	@set -x; list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
250	  p=$(am__strip_dir) \
251	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(pkglibdir)/$$p'"; \
252	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$p"; \
253	done
254
255clean-pkglibLTLIBRARIES:
256	-test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES)
257	@list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
258	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
259	  test "$$dir" != "$$p" || dir=.; \
260	  echo "rm -f \"$${dir}/so_locations\""; \
261	  rm -f "$${dir}/so_locations"; \
262	done
263pam_unix.la: $(pam_unix_la_OBJECTS) $(pam_unix_la_DEPENDENCIES)
264	$(LINK) $(am_pam_unix_la_rpath) $(pam_unix_la_LDFLAGS) $(pam_unix_la_OBJECTS) $(pam_unix_la_LIBADD) $(LIBS)
265
266mostlyclean-compile:
267	-rm -f *.$(OBJEXT)
268
269distclean-compile:
270	-rm -f *.tab.c
271
272@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_unix.Plo@am__quote@
273
274.c.o:
275@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
276@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
277@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
278@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
279@am__fastdepCC_FALSE@	$(COMPILE) -c $<
280
281.c.obj:
282@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
283@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
284@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
285@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(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@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
293@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
294
295mostlyclean-libtool:
296	-rm -f *.lo
297
298clean-libtool:
299	-rm -rf .libs _libs
300
301distclean-libtool:
302	-rm -f libtool
303uninstall-info-am:
304
305ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
306	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
307	unique=`for i in $$list; do \
308	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
309	  done | \
310	  $(AWK) '    { files[$$0] = 1; } \
311	       END { for (i in files) print i; }'`; \
312	mkid -fID $$unique
313tags: TAGS
314
315TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
316		$(TAGS_FILES) $(LISP)
317	tags=; \
318	here=`pwd`; \
319	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
320	unique=`for i in $$list; do \
321	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
322	  done | \
323	  $(AWK) '    { files[$$0] = 1; } \
324	       END { for (i in files) print i; }'`; \
325	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
326	  test -n "$$unique" || unique=$$empty_fix; \
327	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
328	    $$tags $$unique; \
329	fi
330ctags: CTAGS
331CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
332		$(TAGS_FILES) $(LISP)
333	tags=; \
334	here=`pwd`; \
335	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
336	unique=`for i in $$list; do \
337	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
338	  done | \
339	  $(AWK) '    { files[$$0] = 1; } \
340	       END { for (i in files) print i; }'`; \
341	test -z "$(CTAGS_ARGS)$$tags$$unique" \
342	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
343	     $$tags $$unique
344
345GTAGS:
346	here=`$(am__cd) $(top_builddir) && pwd` \
347	  && cd $(top_srcdir) \
348	  && gtags -i $(GTAGS_ARGS) $$here
349
350distclean-tags:
351	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
352
353distdir: $(DISTFILES)
354	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
355	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
356	list='$(DISTFILES)'; for file in $$list; do \
357	  case $$file in \
358	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
359	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
360	  esac; \
361	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
362	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
363	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
364	    dir="/$$dir"; \
365	    $(mkdir_p) "$(distdir)$$dir"; \
366	  else \
367	    dir=''; \
368	  fi; \
369	  if test -d $$d/$$file; then \
370	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
371	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
372	    fi; \
373	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
374	  else \
375	    test -f $(distdir)/$$file \
376	    || cp -p $$d/$$file $(distdir)/$$file \
377	    || exit 1; \
378	  fi; \
379	done
380check-am: all-am
381check: check-am
382all-am: Makefile $(LTLIBRARIES)
383installdirs:
384	for dir in "$(DESTDIR)$(pkglibdir)"; do \
385	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
386	done
387install: install-am
388install-exec: install-exec-am
389install-data: install-data-am
390uninstall: uninstall-am
391
392install-am: all-am
393	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
394
395installcheck: installcheck-am
396install-strip:
397	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
398	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
399	  `test -z '$(STRIP)' || \
400	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
401mostlyclean-generic:
402
403clean-generic:
404
405distclean-generic:
406	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
407
408maintainer-clean-generic:
409	@echo "This command is intended for maintainers to use"
410	@echo "it deletes files that may require special tools to rebuild."
411clean: clean-am
412
413clean-am: clean-generic clean-libtool clean-pkglibLTLIBRARIES \
414	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-pkglibLTLIBRARIES
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-info-am uninstall-pkglibLTLIBRARIES
461
462.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
463	clean-libtool clean-pkglibLTLIBRARIES ctags distclean \
464	distclean-compile distclean-generic distclean-libtool \
465	distclean-tags distdir dvi dvi-am html html-am info info-am \
466	install install-am install-data install-data-am install-exec \
467	install-exec-am install-info install-info-am install-man \
468	install-pkglibLTLIBRARIES install-strip installcheck \
469	installcheck-am installdirs maintainer-clean \
470	maintainer-clean-generic mostlyclean mostlyclean-compile \
471	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
472	tags uninstall uninstall-am uninstall-info-am \
473	uninstall-pkglibLTLIBRARIES
474
475# Tell versions [3.59,3.63) of GNU make to not export all variables.
476# Otherwise a system limit (for SysV at least) may be exceeded.
477.NOEXPORT:
478