]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/openpam/modules/pam_unix/Makefile.in
THIS BRANCH IS OBSOLETE, PLEASE READ:
[FreeBSD/FreeBSD.git] / contrib / openpam / modules / pam_unix / Makefile.in
1 # Makefile.in generated by automake 1.16.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
5
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 # $OpenPAM: Makefile.am 938 2017-04-30 21:34:42Z des $
18
19 VPATH = @srcdir@
20 am__is_gnu_make = { \
21   if test -z '$(MAKELEVEL)'; then \
22     false; \
23   elif test -n '$(MAKE_HOST)'; then \
24     true; \
25   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
26     true; \
27   else \
28     false; \
29   fi; \
30 }
31 am__make_running_with_option = \
32   case $${target_option-} in \
33       ?) ;; \
34       *) echo "am__make_running_with_option: internal error: invalid" \
35               "target option '$${target_option-}' specified" >&2; \
36          exit 1;; \
37   esac; \
38   has_opt=no; \
39   sane_makeflags=$$MAKEFLAGS; \
40   if $(am__is_gnu_make); then \
41     sane_makeflags=$$MFLAGS; \
42   else \
43     case $$MAKEFLAGS in \
44       *\\[\ \   ]*) \
45         bs=\\; \
46         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
47           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
48     esac; \
49   fi; \
50   skip_next=no; \
51   strip_trailopt () \
52   { \
53     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
54   }; \
55   for flg in $$sane_makeflags; do \
56     test $$skip_next = yes && { skip_next=no; continue; }; \
57     case $$flg in \
58       *=*|--*) continue;; \
59         -*I) strip_trailopt 'I'; skip_next=yes;; \
60       -*I?*) strip_trailopt 'I';; \
61         -*O) strip_trailopt 'O'; skip_next=yes;; \
62       -*O?*) strip_trailopt 'O';; \
63         -*l) strip_trailopt 'l'; skip_next=yes;; \
64       -*l?*) strip_trailopt 'l';; \
65       -[dEDm]) skip_next=yes;; \
66       -[JT]) skip_next=yes;; \
67     esac; \
68     case $$flg in \
69       *$$target_option*) has_opt=yes; break;; \
70     esac; \
71   done; \
72   test $$has_opt = yes
73 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
74 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
75 pkgdatadir = $(datadir)/@PACKAGE@
76 pkgincludedir = $(includedir)/@PACKAGE@
77 pkglibdir = $(libdir)/@PACKAGE@
78 pkglibexecdir = $(libexecdir)/@PACKAGE@
79 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
80 install_sh_DATA = $(install_sh) -c -m 644
81 install_sh_PROGRAM = $(install_sh) -c
82 install_sh_SCRIPT = $(install_sh) -c
83 INSTALL_HEADER = $(INSTALL_DATA)
84 transform = $(program_transform_name)
85 NORMAL_INSTALL = :
86 PRE_INSTALL = :
87 POST_INSTALL = :
88 NORMAL_UNINSTALL = :
89 PRE_UNINSTALL = :
90 POST_UNINSTALL = :
91 build_triplet = @build@
92 host_triplet = @host@
93 subdir = modules/pam_unix
94 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
95 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_pkg_config.m4 \
96         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
97         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
98         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
99 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
100         $(ACLOCAL_M4)
101 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
102 mkinstalldirs = $(install_sh) -d
103 CONFIG_HEADER = $(top_builddir)/config.h
104 CONFIG_CLEAN_FILES =
105 CONFIG_CLEAN_VPATH_FILES =
106 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
107 am__vpath_adj = case $$p in \
108     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
109     *) f=$$p;; \
110   esac;
111 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
112 am__install_max = 40
113 am__nobase_strip_setup = \
114   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
115 am__nobase_strip = \
116   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
117 am__nobase_list = $(am__nobase_strip_setup); \
118   for p in $$list; do echo "$$p $$p"; done | \
119   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
120   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
121     if (++n[$$2] == $(am__install_max)) \
122       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
123     END { for (dir in files) print dir, files[dir] }'
124 am__base_list = \
125   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
126   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
127 am__uninstall_files_from_dir = { \
128   test -z "$$files" \
129     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
130     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
131          $(am__cd) "$$dir" && rm -f $$files; }; \
132   }
133 am__installdirs = "$(DESTDIR)$(moduledir)"
134 LTLIBRARIES = $(module_LTLIBRARIES)
135 am__DEPENDENCIES_1 =
136 @WITH_SYSTEM_LIBPAM_FALSE@pam_unix_la_DEPENDENCIES = $(top_builddir)/lib/libpam/libpam.la
137 @WITH_SYSTEM_LIBPAM_TRUE@pam_unix_la_DEPENDENCIES =  \
138 @WITH_SYSTEM_LIBPAM_TRUE@       $(am__DEPENDENCIES_1)
139 am_pam_unix_la_OBJECTS = pam_unix.lo
140 pam_unix_la_OBJECTS = $(am_pam_unix_la_OBJECTS)
141 AM_V_lt = $(am__v_lt_@AM_V@)
142 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
143 am__v_lt_0 = --silent
144 am__v_lt_1 = 
145 pam_unix_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
146         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
147         $(pam_unix_la_LDFLAGS) $(LDFLAGS) -o $@
148 AM_V_P = $(am__v_P_@AM_V@)
149 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
150 am__v_P_0 = false
151 am__v_P_1 = :
152 AM_V_GEN = $(am__v_GEN_@AM_V@)
153 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
154 am__v_GEN_0 = @echo "  GEN     " $@;
155 am__v_GEN_1 = 
156 AM_V_at = $(am__v_at_@AM_V@)
157 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
158 am__v_at_0 = @
159 am__v_at_1 = 
160 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
161 depcomp = $(SHELL) $(top_srcdir)/depcomp
162 am__maybe_remake_depfiles = depfiles
163 am__depfiles_remade = ./$(DEPDIR)/pam_unix.Plo
164 am__mv = mv -f
165 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
166         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
167 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
168         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
169         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
170         $(AM_CFLAGS) $(CFLAGS)
171 AM_V_CC = $(am__v_CC_@AM_V@)
172 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
173 am__v_CC_0 = @echo "  CC      " $@;
174 am__v_CC_1 = 
175 CCLD = $(CC)
176 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
177         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
178         $(AM_LDFLAGS) $(LDFLAGS) -o $@
179 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
180 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
181 am__v_CCLD_0 = @echo "  CCLD    " $@;
182 am__v_CCLD_1 = 
183 SOURCES = $(pam_unix_la_SOURCES)
184 DIST_SOURCES = $(pam_unix_la_SOURCES)
185 am__can_run_installinfo = \
186   case $$AM_UPDATE_INFO_DIR in \
187     n|no|NO) false;; \
188     *) (install-info --version) >/dev/null 2>&1;; \
189   esac
190 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
191 # Read a list of newline-separated strings from the standard input,
192 # and print each of them once, without duplicates.  Input order is
193 # *not* preserved.
194 am__uniquify_input = $(AWK) '\
195   BEGIN { nonempty = 0; } \
196   { items[$$0] = 1; nonempty = 1; } \
197   END { if (nonempty) { for (i in items) print i; }; } \
198 '
199 # Make sure the list of sources is unique.  This is necessary because,
200 # e.g., the same source file might be shared among _SOURCES variables
201 # for different programs/libraries.
202 am__define_uniq_tagged_files = \
203   list='$(am__tagged_files)'; \
204   unique=`for i in $$list; do \
205     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
206   done | $(am__uniquify_input)`
207 ETAGS = etags
208 CTAGS = ctags
209 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
210 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
211 ACLOCAL = @ACLOCAL@
212 AMTAR = @AMTAR@
213 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
214 AR = @AR@
215 AUTOCONF = @AUTOCONF@
216 AUTOHEADER = @AUTOHEADER@
217 AUTOMAKE = @AUTOMAKE@
218 AWK = @AWK@
219 CC = @CC@
220 CCDEPMODE = @CCDEPMODE@
221 CFLAGS = @CFLAGS@
222 CPP = @CPP@
223 CPPFLAGS = @CPPFLAGS@
224 CRYB_TEST_CFLAGS = @CRYB_TEST_CFLAGS@
225 CRYB_TEST_LIBS = @CRYB_TEST_LIBS@
226 CRYB_TEST_VERSION = @CRYB_TEST_VERSION@
227 CYGPATH_W = @CYGPATH_W@
228 DEFS = @DEFS@
229 DEPDIR = @DEPDIR@
230 DLLTOOL = @DLLTOOL@
231 DL_LIBS = @DL_LIBS@
232 DSYMUTIL = @DSYMUTIL@
233 DUMPBIN = @DUMPBIN@
234 ECHO_C = @ECHO_C@
235 ECHO_N = @ECHO_N@
236 ECHO_T = @ECHO_T@
237 EGREP = @EGREP@
238 EXEEXT = @EXEEXT@
239 FGREP = @FGREP@
240 GREP = @GREP@
241 INSTALL = @INSTALL@
242 INSTALL_DATA = @INSTALL_DATA@
243 INSTALL_PROGRAM = @INSTALL_PROGRAM@
244 INSTALL_SCRIPT = @INSTALL_SCRIPT@
245 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
246 LD = @LD@
247 LDFLAGS = @LDFLAGS@
248 LIBOBJS = @LIBOBJS@
249 LIBS = @LIBS@
250 LIBTOOL = @LIBTOOL@
251 LIB_MAJ = @LIB_MAJ@
252 LIPO = @LIPO@
253 LN_S = @LN_S@
254 LTLIBOBJS = @LTLIBOBJS@
255 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
256 MAKEINFO = @MAKEINFO@
257 MANIFEST_TOOL = @MANIFEST_TOOL@
258 MKDIR_P = @MKDIR_P@
259 NM = @NM@
260 NMEDIT = @NMEDIT@
261 OBJDUMP = @OBJDUMP@
262 OBJEXT = @OBJEXT@
263 OPENPAM_MODULES_DIR = @OPENPAM_MODULES_DIR@
264 OTOOL = @OTOOL@
265 OTOOL64 = @OTOOL64@
266 PACKAGE = @PACKAGE@
267 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
268 PACKAGE_NAME = @PACKAGE_NAME@
269 PACKAGE_STRING = @PACKAGE_STRING@
270 PACKAGE_TARNAME = @PACKAGE_TARNAME@
271 PACKAGE_URL = @PACKAGE_URL@
272 PACKAGE_VERSION = @PACKAGE_VERSION@
273 PATH_SEPARATOR = @PATH_SEPARATOR@
274 PKG_CONFIG = @PKG_CONFIG@
275 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
276 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
277 RANLIB = @RANLIB@
278 SED = @SED@
279 SET_MAKE = @SET_MAKE@
280 SHELL = @SHELL@
281 STRIP = @STRIP@
282 SYSTEM_LIBPAM = @SYSTEM_LIBPAM@
283 VERSION = @VERSION@
284 abs_builddir = @abs_builddir@
285 abs_srcdir = @abs_srcdir@
286 abs_top_builddir = @abs_top_builddir@
287 abs_top_srcdir = @abs_top_srcdir@
288 ac_ct_AR = @ac_ct_AR@
289 ac_ct_CC = @ac_ct_CC@
290 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
291 am__include = @am__include@
292 am__leading_dot = @am__leading_dot@
293 am__quote = @am__quote@
294 am__tar = @am__tar@
295 am__untar = @am__untar@
296 bindir = @bindir@
297 build = @build@
298 build_alias = @build_alias@
299 build_cpu = @build_cpu@
300 build_os = @build_os@
301 build_vendor = @build_vendor@
302 builddir = @builddir@
303 datadir = @datadir@
304 datarootdir = @datarootdir@
305 docdir = @docdir@
306 dvidir = @dvidir@
307 exec_prefix = @exec_prefix@
308 host = @host@
309 host_alias = @host_alias@
310 host_cpu = @host_cpu@
311 host_os = @host_os@
312 host_vendor = @host_vendor@
313 htmldir = @htmldir@
314 includedir = @includedir@
315 infodir = @infodir@
316 install_sh = @install_sh@
317 libdir = @libdir@
318 libexecdir = @libexecdir@
319 localedir = @localedir@
320 localstatedir = @localstatedir@
321 mandir = @mandir@
322 mkdir_p = @mkdir_p@
323 oldincludedir = @oldincludedir@
324 pdfdir = @pdfdir@
325 pkgconfigdir = @pkgconfigdir@
326 prefix = @prefix@
327 program_transform_name = @program_transform_name@
328 psdir = @psdir@
329 sbindir = @sbindir@
330 sharedstatedir = @sharedstatedir@
331 srcdir = @srcdir@
332 sysconfdir = @sysconfdir@
333 target_alias = @target_alias@
334 top_build_prefix = @top_build_prefix@
335 top_builddir = @top_builddir@
336 top_srcdir = @top_srcdir@
337 @CUSTOM_MODULES_DIR_FALSE@moduledir = $(libdir)
338 @CUSTOM_MODULES_DIR_TRUE@moduledir = $(OPENPAM_MODULES_DIR)
339 AM_CPPFLAGS = -I$(top_srcdir)/include
340 module_LTLIBRARIES = pam_unix.la
341 pam_unix_la_SOURCES = pam_unix.c
342 pam_unix_la_LDFLAGS = -no-undefined -module -version-info $(LIB_MAJ) \
343         -export-symbols-regex '^pam_sm_'
344
345 @WITH_SYSTEM_LIBPAM_FALSE@pam_unix_la_LIBADD = $(top_builddir)/lib/libpam/libpam.la $(CRYPT_LIBS)
346 @WITH_SYSTEM_LIBPAM_TRUE@pam_unix_la_LIBADD = $(SYSTEM_LIBPAM)
347 all: all-am
348
349 .SUFFIXES:
350 .SUFFIXES: .c .lo .o .obj
351 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
352         @for dep in $?; do \
353           case '$(am__configure_deps)' in \
354             *$$dep*) \
355               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
356                 && { if test -f $@; then exit 0; else break; fi; }; \
357               exit 1;; \
358           esac; \
359         done; \
360         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign modules/pam_unix/Makefile'; \
361         $(am__cd) $(top_srcdir) && \
362           $(AUTOMAKE) --foreign modules/pam_unix/Makefile
363 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
364         @case '$?' in \
365           *config.status*) \
366             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
367           *) \
368             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
369             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
370         esac;
371
372 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
373         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
374
375 $(top_srcdir)/configure:  $(am__configure_deps)
376         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
377 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
378         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
379 $(am__aclocal_m4_deps):
380
381 install-moduleLTLIBRARIES: $(module_LTLIBRARIES)
382         @$(NORMAL_INSTALL)
383         @list='$(module_LTLIBRARIES)'; test -n "$(moduledir)" || list=; \
384         list2=; for p in $$list; do \
385           if test -f $$p; then \
386             list2="$$list2 $$p"; \
387           else :; fi; \
388         done; \
389         test -z "$$list2" || { \
390           echo " $(MKDIR_P) '$(DESTDIR)$(moduledir)'"; \
391           $(MKDIR_P) "$(DESTDIR)$(moduledir)" || exit 1; \
392           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(moduledir)'"; \
393           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(moduledir)"; \
394         }
395
396 uninstall-moduleLTLIBRARIES:
397         @$(NORMAL_UNINSTALL)
398         @list='$(module_LTLIBRARIES)'; test -n "$(moduledir)" || list=; \
399         for p in $$list; do \
400           $(am__strip_dir) \
401           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(moduledir)/$$f'"; \
402           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(moduledir)/$$f"; \
403         done
404
405 clean-moduleLTLIBRARIES:
406         -test -z "$(module_LTLIBRARIES)" || rm -f $(module_LTLIBRARIES)
407         @list='$(module_LTLIBRARIES)'; \
408         locs=`for p in $$list; do echo $$p; done | \
409               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
410               sort -u`; \
411         test -z "$$locs" || { \
412           echo rm -f $${locs}; \
413           rm -f $${locs}; \
414         }
415
416 pam_unix.la: $(pam_unix_la_OBJECTS) $(pam_unix_la_DEPENDENCIES) $(EXTRA_pam_unix_la_DEPENDENCIES) 
417         $(AM_V_CCLD)$(pam_unix_la_LINK) -rpath $(moduledir) $(pam_unix_la_OBJECTS) $(pam_unix_la_LIBADD) $(LIBS)
418
419 mostlyclean-compile:
420         -rm -f *.$(OBJEXT)
421
422 distclean-compile:
423         -rm -f *.tab.c
424
425 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_unix.Plo@am__quote@ # am--include-marker
426
427 $(am__depfiles_remade):
428         @$(MKDIR_P) $(@D)
429         @echo '# dummy' >$@-t && $(am__mv) $@-t $@
430
431 am--depfiles: $(am__depfiles_remade)
432
433 .c.o:
434 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
435 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
436 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
437 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
438 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
439
440 .c.obj:
441 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
442 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
443 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
444 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
445 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
446
447 .c.lo:
448 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
449 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
450 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
451 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
452 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
453
454 mostlyclean-libtool:
455         -rm -f *.lo
456
457 clean-libtool:
458         -rm -rf .libs _libs
459
460 ID: $(am__tagged_files)
461         $(am__define_uniq_tagged_files); mkid -fID $$unique
462 tags: tags-am
463 TAGS: tags
464
465 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
466         set x; \
467         here=`pwd`; \
468         $(am__define_uniq_tagged_files); \
469         shift; \
470         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
471           test -n "$$unique" || unique=$$empty_fix; \
472           if test $$# -gt 0; then \
473             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
474               "$$@" $$unique; \
475           else \
476             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
477               $$unique; \
478           fi; \
479         fi
480 ctags: ctags-am
481
482 CTAGS: ctags
483 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
484         $(am__define_uniq_tagged_files); \
485         test -z "$(CTAGS_ARGS)$$unique" \
486           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
487              $$unique
488
489 GTAGS:
490         here=`$(am__cd) $(top_builddir) && pwd` \
491           && $(am__cd) $(top_srcdir) \
492           && gtags -i $(GTAGS_ARGS) "$$here"
493 cscopelist: cscopelist-am
494
495 cscopelist-am: $(am__tagged_files)
496         list='$(am__tagged_files)'; \
497         case "$(srcdir)" in \
498           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
499           *) sdir=$(subdir)/$(srcdir) ;; \
500         esac; \
501         for i in $$list; do \
502           if test -f "$$i"; then \
503             echo "$(subdir)/$$i"; \
504           else \
505             echo "$$sdir/$$i"; \
506           fi; \
507         done >> $(top_builddir)/cscope.files
508
509 distclean-tags:
510         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
511
512 distdir: $(BUILT_SOURCES)
513         $(MAKE) $(AM_MAKEFLAGS) distdir-am
514
515 distdir-am: $(DISTFILES)
516         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
517         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
518         list='$(DISTFILES)'; \
519           dist_files=`for file in $$list; do echo $$file; done | \
520           sed -e "s|^$$srcdirstrip/||;t" \
521               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
522         case $$dist_files in \
523           */*) $(MKDIR_P) `echo "$$dist_files" | \
524                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
525                            sort -u` ;; \
526         esac; \
527         for file in $$dist_files; do \
528           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
529           if test -d $$d/$$file; then \
530             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
531             if test -d "$(distdir)/$$file"; then \
532               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
533             fi; \
534             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
535               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
536               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
537             fi; \
538             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
539           else \
540             test -f "$(distdir)/$$file" \
541             || cp -p $$d/$$file "$(distdir)/$$file" \
542             || exit 1; \
543           fi; \
544         done
545 check-am: all-am
546 check: check-am
547 all-am: Makefile $(LTLIBRARIES)
548 installdirs:
549         for dir in "$(DESTDIR)$(moduledir)"; do \
550           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
551         done
552 install: install-am
553 install-exec: install-exec-am
554 install-data: install-data-am
555 uninstall: uninstall-am
556
557 install-am: all-am
558         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
559
560 installcheck: installcheck-am
561 install-strip:
562         if test -z '$(STRIP)'; then \
563           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
564             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
565               install; \
566         else \
567           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
568             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
569             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
570         fi
571 mostlyclean-generic:
572
573 clean-generic:
574
575 distclean-generic:
576         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
577         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
578
579 maintainer-clean-generic:
580         @echo "This command is intended for maintainers to use"
581         @echo "it deletes files that may require special tools to rebuild."
582 clean: clean-am
583
584 clean-am: clean-generic clean-libtool clean-moduleLTLIBRARIES \
585         mostlyclean-am
586
587 distclean: distclean-am
588                 -rm -f ./$(DEPDIR)/pam_unix.Plo
589         -rm -f Makefile
590 distclean-am: clean-am distclean-compile distclean-generic \
591         distclean-tags
592
593 dvi: dvi-am
594
595 dvi-am:
596
597 html: html-am
598
599 html-am:
600
601 info: info-am
602
603 info-am:
604
605 install-data-am: install-moduleLTLIBRARIES
606
607 install-dvi: install-dvi-am
608
609 install-dvi-am:
610
611 install-exec-am:
612
613 install-html: install-html-am
614
615 install-html-am:
616
617 install-info: install-info-am
618
619 install-info-am:
620
621 install-man:
622
623 install-pdf: install-pdf-am
624
625 install-pdf-am:
626
627 install-ps: install-ps-am
628
629 install-ps-am:
630
631 installcheck-am:
632
633 maintainer-clean: maintainer-clean-am
634                 -rm -f ./$(DEPDIR)/pam_unix.Plo
635         -rm -f Makefile
636 maintainer-clean-am: distclean-am maintainer-clean-generic
637
638 mostlyclean: mostlyclean-am
639
640 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
641         mostlyclean-libtool
642
643 pdf: pdf-am
644
645 pdf-am:
646
647 ps: ps-am
648
649 ps-am:
650
651 uninstall-am: uninstall-moduleLTLIBRARIES
652
653 .MAKE: install-am install-strip
654
655 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
656         clean-generic clean-libtool clean-moduleLTLIBRARIES \
657         cscopelist-am ctags ctags-am distclean distclean-compile \
658         distclean-generic distclean-libtool distclean-tags distdir dvi \
659         dvi-am html html-am info info-am install install-am \
660         install-data install-data-am install-dvi install-dvi-am \
661         install-exec install-exec-am install-html install-html-am \
662         install-info install-info-am install-man \
663         install-moduleLTLIBRARIES install-pdf install-pdf-am \
664         install-ps install-ps-am install-strip installcheck \
665         installcheck-am installdirs maintainer-clean \
666         maintainer-clean-generic mostlyclean mostlyclean-compile \
667         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
668         tags tags-am uninstall uninstall-am \
669         uninstall-moduleLTLIBRARIES
670
671 .PRECIOUS: Makefile
672
673
674 # Tell versions [3.59,3.63) of GNU make to not export all variables.
675 # Otherwise a system limit (for SysV at least) may be exceeded.
676 .NOEXPORT: