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