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