xref: /freebsd/contrib/openpam/lib/Makefile.in (revision e39e854e27f53a784c3982cbeb68f4ad1cfd9162)
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 499 2011-11-22 11:51:50Z des $
19
20
21VPATH = @srcdir@
22pkgdatadir = $(datadir)/@PACKAGE@
23pkgincludedir = $(includedir)/@PACKAGE@
24pkglibdir = $(libdir)/@PACKAGE@
25pkglibexecdir = $(libexecdir)/@PACKAGE@
26am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
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@
40subdir = lib
41DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
42	$(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 =
50CONFIG_CLEAN_VPATH_FILES =
51am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
52am__vpath_adj = case $$p in \
53    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
54    *) f=$$p;; \
55  esac;
56am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
57am__install_max = 40
58am__nobase_strip_setup = \
59  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
60am__nobase_strip = \
61  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
62am__nobase_list = $(am__nobase_strip_setup); \
63  for p in $$list; do echo "$$p $$p"; done | \
64  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
65  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
66    if (++n[$$2] == $(am__install_max)) \
67      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
68    END { for (dir in files) print dir, files[dir] }'
69am__base_list = \
70  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
71  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
72am__installdirs = "$(DESTDIR)$(libdir)"
73LTLIBRARIES = $(lib_LTLIBRARIES)
74libpam_la_DEPENDENCIES =
75am__objects_1 =
76am_libpam_la_OBJECTS = openpam_borrow_cred.lo \
77	openpam_check_owner_perms.lo openpam_configure.lo \
78	openpam_constants.lo openpam_dispatch.lo openpam_dynamic.lo \
79	openpam_findenv.lo openpam_free_data.lo \
80	openpam_free_envlist.lo openpam_get_option.lo openpam_load.lo \
81	openpam_log.lo openpam_nullconv.lo openpam_readline.lo \
82	openpam_restore_cred.lo openpam_set_option.lo \
83	openpam_static.lo openpam_subst.lo openpam_ttyconv.lo \
84	pam_acct_mgmt.lo pam_authenticate.lo pam_chauthtok.lo \
85	pam_close_session.lo pam_end.lo pam_error.lo \
86	pam_get_authtok.lo pam_get_data.lo pam_get_item.lo \
87	pam_get_user.lo pam_getenv.lo pam_getenvlist.lo pam_info.lo \
88	pam_open_session.lo pam_prompt.lo pam_putenv.lo \
89	pam_set_data.lo pam_set_item.lo pam_setcred.lo pam_setenv.lo \
90	pam_start.lo pam_strerror.lo pam_verror.lo pam_vinfo.lo \
91	pam_vprompt.lo $(am__objects_1)
92libpam_la_OBJECTS = $(am_libpam_la_OBJECTS)
93libpam_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
94	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
95	$(libpam_la_LDFLAGS) $(LDFLAGS) -o $@
96DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
97depcomp = $(SHELL) $(top_srcdir)/depcomp
98am__depfiles_maybe = depfiles
99am__mv = mv -f
100COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
101	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
102LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
103	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
104	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
105CCLD = $(CC)
106LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
107	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
108	$(LDFLAGS) -o $@
109SOURCES = $(libpam_la_SOURCES)
110DIST_SOURCES = $(libpam_la_SOURCES)
111HEADERS = $(noinst_HEADERS)
112ETAGS = etags
113CTAGS = ctags
114DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
115ACLOCAL = @ACLOCAL@
116AMTAR = @AMTAR@
117AR = @AR@
118AUTOCONF = @AUTOCONF@
119AUTOHEADER = @AUTOHEADER@
120AUTOMAKE = @AUTOMAKE@
121AWK = @AWK@
122CC = @CC@
123CCDEPMODE = @CCDEPMODE@
124CFLAGS = @CFLAGS@
125CPP = @CPP@
126CPPFLAGS = @CPPFLAGS@
127CRYPT_LIBS = @CRYPT_LIBS@
128CYGPATH_W = @CYGPATH_W@
129DEFS = @DEFS@
130DEPDIR = @DEPDIR@
131DLLTOOL = @DLLTOOL@
132DL_LIBS = @DL_LIBS@
133DSYMUTIL = @DSYMUTIL@
134DUMPBIN = @DUMPBIN@
135ECHO_C = @ECHO_C@
136ECHO_N = @ECHO_N@
137ECHO_T = @ECHO_T@
138EGREP = @EGREP@
139EXEEXT = @EXEEXT@
140FGREP = @FGREP@
141GREP = @GREP@
142INSTALL = @INSTALL@
143INSTALL_DATA = @INSTALL_DATA@
144INSTALL_PROGRAM = @INSTALL_PROGRAM@
145INSTALL_SCRIPT = @INSTALL_SCRIPT@
146INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
147LD = @LD@
148LDFLAGS = @LDFLAGS@
149LIBOBJS = @LIBOBJS@
150LIBS = @LIBS@
151LIBTOOL = @LIBTOOL@
152LIB_MAJ = @LIB_MAJ@
153LIPO = @LIPO@
154LN_S = @LN_S@
155LTLIBOBJS = @LTLIBOBJS@
156MAKEINFO = @MAKEINFO@
157MANIFEST_TOOL = @MANIFEST_TOOL@
158MKDIR_P = @MKDIR_P@
159NM = @NM@
160NMEDIT = @NMEDIT@
161OBJDUMP = @OBJDUMP@
162OBJEXT = @OBJEXT@
163OPENPAM_MODULES_DIR = @OPENPAM_MODULES_DIR@
164OTOOL = @OTOOL@
165OTOOL64 = @OTOOL64@
166PACKAGE = @PACKAGE@
167PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
168PACKAGE_NAME = @PACKAGE_NAME@
169PACKAGE_STRING = @PACKAGE_STRING@
170PACKAGE_TARNAME = @PACKAGE_TARNAME@
171PACKAGE_URL = @PACKAGE_URL@
172PACKAGE_VERSION = @PACKAGE_VERSION@
173PATH_SEPARATOR = @PATH_SEPARATOR@
174RANLIB = @RANLIB@
175SED = @SED@
176SET_MAKE = @SET_MAKE@
177SHELL = @SHELL@
178STRIP = @STRIP@
179VERSION = @VERSION@
180abs_builddir = @abs_builddir@
181abs_srcdir = @abs_srcdir@
182abs_top_builddir = @abs_top_builddir@
183abs_top_srcdir = @abs_top_srcdir@
184ac_ct_AR = @ac_ct_AR@
185ac_ct_CC = @ac_ct_CC@
186ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
187am__include = @am__include@
188am__leading_dot = @am__leading_dot@
189am__quote = @am__quote@
190am__tar = @am__tar@
191am__untar = @am__untar@
192bindir = @bindir@
193build = @build@
194build_alias = @build_alias@
195build_cpu = @build_cpu@
196build_os = @build_os@
197build_vendor = @build_vendor@
198builddir = @builddir@
199datadir = @datadir@
200datarootdir = @datarootdir@
201docdir = @docdir@
202dvidir = @dvidir@
203exec_prefix = @exec_prefix@
204host = @host@
205host_alias = @host_alias@
206host_cpu = @host_cpu@
207host_os = @host_os@
208host_vendor = @host_vendor@
209htmldir = @htmldir@
210includedir = @includedir@
211infodir = @infodir@
212install_sh = @install_sh@
213libdir = @libdir@
214libexecdir = @libexecdir@
215localedir = @localedir@
216localstatedir = @localstatedir@
217mandir = @mandir@
218mkdir_p = @mkdir_p@
219oldincludedir = @oldincludedir@
220pdfdir = @pdfdir@
221prefix = @prefix@
222program_transform_name = @program_transform_name@
223psdir = @psdir@
224sbindir = @sbindir@
225sharedstatedir = @sharedstatedir@
226srcdir = @srcdir@
227sysconfdir = @sysconfdir@
228target_alias = @target_alias@
229top_build_prefix = @top_build_prefix@
230top_builddir = @top_builddir@
231top_srcdir = @top_srcdir@
232NULL =
233INCLUDES = -I$(top_srcdir)/include
234lib_LTLIBRARIES = libpam.la
235noinst_HEADERS = \
236	openpam_constants.h \
237	openpam_debug.h \
238	openpam_impl.h \
239	openpam_strlcmp.h \
240	openpam_strlcpy.h
241
242libpam_la_SOURCES = \
243	openpam_borrow_cred.c \
244	openpam_check_owner_perms.c \
245	openpam_configure.c \
246	openpam_constants.c \
247	openpam_dispatch.c \
248	openpam_dynamic.c \
249	openpam_findenv.c \
250	openpam_free_data.c \
251	openpam_free_envlist.c \
252	openpam_get_option.c \
253	openpam_load.c \
254	openpam_log.c \
255	openpam_nullconv.c \
256	openpam_readline.c \
257	openpam_restore_cred.c \
258	openpam_set_option.c \
259	openpam_static.c \
260	openpam_subst.c \
261	openpam_ttyconv.c \
262	pam_acct_mgmt.c \
263	pam_authenticate.c \
264	pam_chauthtok.c \
265	pam_close_session.c \
266	pam_end.c \
267	pam_error.c \
268	pam_get_authtok.c \
269	pam_get_data.c \
270	pam_get_item.c \
271	pam_get_user.c \
272	pam_getenv.c \
273	pam_getenvlist.c \
274	pam_info.c \
275	pam_open_session.c \
276	pam_prompt.c \
277	pam_putenv.c \
278	pam_set_data.c \
279	pam_set_item.c \
280	pam_setcred.c \
281	pam_setenv.c \
282	pam_start.c \
283	pam_strerror.c \
284	pam_verror.c \
285	pam_vinfo.c \
286	pam_vprompt.c \
287	$(NULL)
288
289libpam_la_LDFLAGS = -no-undefined -version-info @LIB_MAJ@
290libpam_la_LIBADD = @DL_LIBS@
291EXTRA_DIST = \
292	pam_authenticate_secondary.c \
293	pam_get_mapped_authtok.c \
294	pam_get_mapped_username.c \
295	pam_set_mapped_authtok.c \
296	pam_set_mapped_username.c \
297	\
298	pam_sm_acct_mgmt.c \
299	pam_sm_authenticate.c \
300	pam_sm_authenticate_secondary.c \
301	pam_sm_chauthtok.c \
302	pam_sm_close_session.c \
303	pam_sm_get_mapped_authtok.c \
304	pam_sm_get_mapped_username.c \
305	pam_sm_open_session.c \
306	pam_sm_set_mapped_authtok.c \
307	pam_sm_set_mapped_username.c \
308	pam_sm_setcred.c
309
310all: all-am
311
312.SUFFIXES:
313.SUFFIXES: .c .lo .o .obj
314$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
315	@for dep in $?; do \
316	  case '$(am__configure_deps)' in \
317	    *$$dep*) \
318	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
319	        && { if test -f $@; then exit 0; else break; fi; }; \
320	      exit 1;; \
321	  esac; \
322	done; \
323	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/Makefile'; \
324	$(am__cd) $(top_srcdir) && \
325	  $(AUTOMAKE) --foreign lib/Makefile
326.PRECIOUS: Makefile
327Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
328	@case '$?' in \
329	  *config.status*) \
330	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
331	  *) \
332	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
333	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
334	esac;
335
336$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
337	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
338
339$(top_srcdir)/configure:  $(am__configure_deps)
340	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
341$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
342	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
343$(am__aclocal_m4_deps):
344install-libLTLIBRARIES: $(lib_LTLIBRARIES)
345	@$(NORMAL_INSTALL)
346	test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
347	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
348	list2=; for p in $$list; do \
349	  if test -f $$p; then \
350	    list2="$$list2 $$p"; \
351	  else :; fi; \
352	done; \
353	test -z "$$list2" || { \
354	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
355	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
356	}
357
358uninstall-libLTLIBRARIES:
359	@$(NORMAL_UNINSTALL)
360	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
361	for p in $$list; do \
362	  $(am__strip_dir) \
363	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
364	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
365	done
366
367clean-libLTLIBRARIES:
368	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
369	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
370	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
371	  test "$$dir" != "$$p" || dir=.; \
372	  echo "rm -f \"$${dir}/so_locations\""; \
373	  rm -f "$${dir}/so_locations"; \
374	done
375libpam.la: $(libpam_la_OBJECTS) $(libpam_la_DEPENDENCIES)
376	$(libpam_la_LINK) -rpath $(libdir) $(libpam_la_OBJECTS) $(libpam_la_LIBADD) $(LIBS)
377
378mostlyclean-compile:
379	-rm -f *.$(OBJEXT)
380
381distclean-compile:
382	-rm -f *.tab.c
383
384@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_borrow_cred.Plo@am__quote@
385@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_check_owner_perms.Plo@am__quote@
386@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_configure.Plo@am__quote@
387@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_constants.Plo@am__quote@
388@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_dispatch.Plo@am__quote@
389@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_dynamic.Plo@am__quote@
390@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_findenv.Plo@am__quote@
391@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_free_data.Plo@am__quote@
392@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_free_envlist.Plo@am__quote@
393@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_get_option.Plo@am__quote@
394@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_load.Plo@am__quote@
395@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_log.Plo@am__quote@
396@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_nullconv.Plo@am__quote@
397@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_readline.Plo@am__quote@
398@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_restore_cred.Plo@am__quote@
399@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_set_option.Plo@am__quote@
400@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_static.Plo@am__quote@
401@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_subst.Plo@am__quote@
402@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_ttyconv.Plo@am__quote@
403@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_acct_mgmt.Plo@am__quote@
404@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_authenticate.Plo@am__quote@
405@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_chauthtok.Plo@am__quote@
406@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_close_session.Plo@am__quote@
407@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_end.Plo@am__quote@
408@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_error.Plo@am__quote@
409@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_get_authtok.Plo@am__quote@
410@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_get_data.Plo@am__quote@
411@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_get_item.Plo@am__quote@
412@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_get_user.Plo@am__quote@
413@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_getenv.Plo@am__quote@
414@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_getenvlist.Plo@am__quote@
415@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_info.Plo@am__quote@
416@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_open_session.Plo@am__quote@
417@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_prompt.Plo@am__quote@
418@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_putenv.Plo@am__quote@
419@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_set_data.Plo@am__quote@
420@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_set_item.Plo@am__quote@
421@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_setcred.Plo@am__quote@
422@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_setenv.Plo@am__quote@
423@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_start.Plo@am__quote@
424@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_strerror.Plo@am__quote@
425@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_verror.Plo@am__quote@
426@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_vinfo.Plo@am__quote@
427@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_vprompt.Plo@am__quote@
428
429.c.o:
430@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
431@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
432@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
433@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
434@am__fastdepCC_FALSE@	$(COMPILE) -c $<
435
436.c.obj:
437@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
438@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
439@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
440@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
441@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
442
443.c.lo:
444@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
445@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
446@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
447@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
448@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
449
450mostlyclean-libtool:
451	-rm -f *.lo
452
453clean-libtool:
454	-rm -rf .libs _libs
455
456ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
457	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
458	unique=`for i in $$list; do \
459	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
460	  done | \
461	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
462	      END { if (nonempty) { for (i in files) print i; }; }'`; \
463	mkid -fID $$unique
464tags: TAGS
465
466TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
467		$(TAGS_FILES) $(LISP)
468	set x; \
469	here=`pwd`; \
470	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
471	unique=`for i in $$list; do \
472	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
473	  done | \
474	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
475	      END { if (nonempty) { for (i in files) print i; }; }'`; \
476	shift; \
477	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
478	  test -n "$$unique" || unique=$$empty_fix; \
479	  if test $$# -gt 0; then \
480	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
481	      "$$@" $$unique; \
482	  else \
483	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
484	      $$unique; \
485	  fi; \
486	fi
487ctags: CTAGS
488CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
489		$(TAGS_FILES) $(LISP)
490	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
491	unique=`for i in $$list; do \
492	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
493	  done | \
494	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
495	      END { if (nonempty) { for (i in files) print i; }; }'`; \
496	test -z "$(CTAGS_ARGS)$$unique" \
497	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
498	     $$unique
499
500GTAGS:
501	here=`$(am__cd) $(top_builddir) && pwd` \
502	  && $(am__cd) $(top_srcdir) \
503	  && gtags -i $(GTAGS_ARGS) "$$here"
504
505distclean-tags:
506	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
507
508distdir: $(DISTFILES)
509	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
510	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
511	list='$(DISTFILES)'; \
512	  dist_files=`for file in $$list; do echo $$file; done | \
513	  sed -e "s|^$$srcdirstrip/||;t" \
514	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
515	case $$dist_files in \
516	  */*) $(MKDIR_P) `echo "$$dist_files" | \
517			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
518			   sort -u` ;; \
519	esac; \
520	for file in $$dist_files; do \
521	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
522	  if test -d $$d/$$file; then \
523	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
524	    if test -d "$(distdir)/$$file"; then \
525	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
526	    fi; \
527	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
528	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
529	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
530	    fi; \
531	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
532	  else \
533	    test -f "$(distdir)/$$file" \
534	    || cp -p $$d/$$file "$(distdir)/$$file" \
535	    || exit 1; \
536	  fi; \
537	done
538check-am: all-am
539check: check-am
540all-am: Makefile $(LTLIBRARIES) $(HEADERS)
541installdirs:
542	for dir in "$(DESTDIR)$(libdir)"; do \
543	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
544	done
545install: install-am
546install-exec: install-exec-am
547install-data: install-data-am
548uninstall: uninstall-am
549
550install-am: all-am
551	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
552
553installcheck: installcheck-am
554install-strip:
555	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
556	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
557	  `test -z '$(STRIP)' || \
558	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
559mostlyclean-generic:
560
561clean-generic:
562
563distclean-generic:
564	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
565	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
566
567maintainer-clean-generic:
568	@echo "This command is intended for maintainers to use"
569	@echo "it deletes files that may require special tools to rebuild."
570clean: clean-am
571
572clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
573	mostlyclean-am
574
575distclean: distclean-am
576	-rm -rf ./$(DEPDIR)
577	-rm -f Makefile
578distclean-am: clean-am distclean-compile distclean-generic \
579	distclean-tags
580
581dvi: dvi-am
582
583dvi-am:
584
585html: html-am
586
587html-am:
588
589info: info-am
590
591info-am:
592
593install-data-am:
594
595install-dvi: install-dvi-am
596
597install-dvi-am:
598
599install-exec-am: install-libLTLIBRARIES
600
601install-html: install-html-am
602
603install-html-am:
604
605install-info: install-info-am
606
607install-info-am:
608
609install-man:
610
611install-pdf: install-pdf-am
612
613install-pdf-am:
614
615install-ps: install-ps-am
616
617install-ps-am:
618
619installcheck-am:
620
621maintainer-clean: maintainer-clean-am
622	-rm -rf ./$(DEPDIR)
623	-rm -f Makefile
624maintainer-clean-am: distclean-am maintainer-clean-generic
625
626mostlyclean: mostlyclean-am
627
628mostlyclean-am: mostlyclean-compile mostlyclean-generic \
629	mostlyclean-libtool
630
631pdf: pdf-am
632
633pdf-am:
634
635ps: ps-am
636
637ps-am:
638
639uninstall-am: uninstall-libLTLIBRARIES
640
641.MAKE: install-am install-strip
642
643.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
644	clean-libLTLIBRARIES clean-libtool ctags distclean \
645	distclean-compile distclean-generic distclean-libtool \
646	distclean-tags distdir dvi dvi-am html html-am info info-am \
647	install install-am install-data install-data-am install-dvi \
648	install-dvi-am install-exec install-exec-am install-html \
649	install-html-am install-info install-info-am \
650	install-libLTLIBRARIES install-man install-pdf install-pdf-am \
651	install-ps install-ps-am install-strip installcheck \
652	installcheck-am installdirs maintainer-clean \
653	maintainer-clean-generic mostlyclean mostlyclean-compile \
654	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
655	tags uninstall uninstall-am uninstall-libLTLIBRARIES
656
657
658# Tell versions [3.59,3.63) of GNU make to not export all variables.
659# Otherwise a system limit (for SysV at least) may be exceeded.
660.NOEXPORT:
661