1255376Sdes# Makefile.in generated by automake 1.14 from Makefile.am.
2141098Sdes# @configure_input@
3117610Sdes
4255376Sdes# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5255376Sdes
6117610Sdes# This Makefile.in is free software; the Free Software Foundation
7117610Sdes# gives unlimited permission to copy and/or distribute it,
8117610Sdes# with or without modifications, as long as this notice is preserved.
9117610Sdes
10117610Sdes# This program is distributed in the hope that it will be useful,
11117610Sdes# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12117610Sdes# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13117610Sdes# PARTICULAR PURPOSE.
14117610Sdes
15117610Sdes@SET_MAKE@
16117610Sdes
17255376Sdes# $Id: Makefile.am 690 2013-08-15 13:22:51Z des $
18147455Sdes
19117610SdesVPATH = @srcdir@
20255376Sdesam__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
21255376Sdesam__make_running_with_option = \
22255376Sdes  case $${target_option-} in \
23255376Sdes      ?) ;; \
24255376Sdes      *) echo "am__make_running_with_option: internal error: invalid" \
25255376Sdes              "target option '$${target_option-}' specified" >&2; \
26255376Sdes         exit 1;; \
27255376Sdes  esac; \
28255376Sdes  has_opt=no; \
29255376Sdes  sane_makeflags=$$MAKEFLAGS; \
30255376Sdes  if $(am__is_gnu_make); then \
31255376Sdes    sane_makeflags=$$MFLAGS; \
32255376Sdes  else \
33255376Sdes    case $$MAKEFLAGS in \
34255376Sdes      *\\[\ \	]*) \
35255376Sdes        bs=\\; \
36255376Sdes        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
37255376Sdes          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
38255376Sdes    esac; \
39255376Sdes  fi; \
40255376Sdes  skip_next=no; \
41255376Sdes  strip_trailopt () \
42255376Sdes  { \
43255376Sdes    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
44255376Sdes  }; \
45255376Sdes  for flg in $$sane_makeflags; do \
46255376Sdes    test $$skip_next = yes && { skip_next=no; continue; }; \
47255376Sdes    case $$flg in \
48255376Sdes      *=*|--*) continue;; \
49255376Sdes        -*I) strip_trailopt 'I'; skip_next=yes;; \
50255376Sdes      -*I?*) strip_trailopt 'I';; \
51255376Sdes        -*O) strip_trailopt 'O'; skip_next=yes;; \
52255376Sdes      -*O?*) strip_trailopt 'O';; \
53255376Sdes        -*l) strip_trailopt 'l'; skip_next=yes;; \
54255376Sdes      -*l?*) strip_trailopt 'l';; \
55255376Sdes      -[dEDm]) skip_next=yes;; \
56255376Sdes      -[JT]) skip_next=yes;; \
57255376Sdes    esac; \
58255376Sdes    case $$flg in \
59255376Sdes      *$$target_option*) has_opt=yes; break;; \
60255376Sdes    esac; \
61255376Sdes  done; \
62255376Sdes  test $$has_opt = yes
63255376Sdesam__make_dryrun = (target_option=n; $(am__make_running_with_option))
64255376Sdesam__make_keepgoing = (target_option=k; $(am__make_running_with_option))
65117610Sdespkgdatadir = $(datadir)/@PACKAGE@
66117610Sdespkgincludedir = $(includedir)/@PACKAGE@
67255376Sdespkglibdir = $(libdir)/@PACKAGE@
68228692Sdespkglibexecdir = $(libexecdir)/@PACKAGE@
69141098Sdesam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
70141098Sdesinstall_sh_DATA = $(install_sh) -c -m 644
71141098Sdesinstall_sh_PROGRAM = $(install_sh) -c
72141098Sdesinstall_sh_SCRIPT = $(install_sh) -c
73117610SdesINSTALL_HEADER = $(INSTALL_DATA)
74141098Sdestransform = $(program_transform_name)
75117610SdesNORMAL_INSTALL = :
76117610SdesPRE_INSTALL = :
77117610SdesPOST_INSTALL = :
78117610SdesNORMAL_UNINSTALL = :
79117610SdesPRE_UNINSTALL = :
80117610SdesPOST_UNINSTALL = :
81117610Sdesbuild_triplet = @build@
82117610Sdeshost_triplet = @host@
83141098Sdessubdir = modules/pam_deny
84255376SdesDIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
85255376Sdes	$(top_srcdir)/depcomp
86141098SdesACLOCAL_M4 = $(top_srcdir)/aclocal.m4
87271947Sdesam__aclocal_m4_deps = $(top_srcdir)/configure.ac
88141098Sdesam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
89141098Sdes	$(ACLOCAL_M4)
90174832Sdesmkinstalldirs = $(install_sh) -d
91141098SdesCONFIG_HEADER = $(top_builddir)/config.h
92141098SdesCONFIG_CLEAN_FILES =
93228692SdesCONFIG_CLEAN_VPATH_FILES =
94174832Sdesam__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
95174832Sdesam__vpath_adj = case $$p in \
96174832Sdes    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
97174832Sdes    *) f=$$p;; \
98174832Sdes  esac;
99228692Sdesam__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
100228692Sdesam__install_max = 40
101228692Sdesam__nobase_strip_setup = \
102228692Sdes  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
103228692Sdesam__nobase_strip = \
104228692Sdes  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
105228692Sdesam__nobase_list = $(am__nobase_strip_setup); \
106228692Sdes  for p in $$list; do echo "$$p $$p"; done | \
107228692Sdes  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
108228692Sdes  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
109228692Sdes    if (++n[$$2] == $(am__install_max)) \
110228692Sdes      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
111228692Sdes    END { for (dir in files) print dir, files[dir] }'
112228692Sdesam__base_list = \
113228692Sdes  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
114228692Sdes  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
115255376Sdesam__uninstall_files_from_dir = { \
116255376Sdes  test -z "$$files" \
117255376Sdes    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
118255376Sdes    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
119255376Sdes         $(am__cd) "$$dir" && rm -f $$files; }; \
120255376Sdes  }
121255376Sdesam__installdirs = "$(DESTDIR)$(moduledir)"
122255376SdesLTLIBRARIES = $(module_LTLIBRARIES)
123255376Sdespam_deny_la_DEPENDENCIES = $(top_builddir)/lib/libpam/libpam.la
124141098Sdesam_pam_deny_la_OBJECTS = pam_deny.lo
125141098Sdespam_deny_la_OBJECTS = $(am_pam_deny_la_OBJECTS)
126255376SdesAM_V_lt = $(am__v_lt_@AM_V@)
127255376Sdesam__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
128255376Sdesam__v_lt_0 = --silent
129255376Sdesam__v_lt_1 = 
130255376Sdespam_deny_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
131228692Sdes	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
132228692Sdes	$(pam_deny_la_LDFLAGS) $(LDFLAGS) -o $@
133255376SdesAM_V_P = $(am__v_P_@AM_V@)
134255376Sdesam__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
135255376Sdesam__v_P_0 = false
136255376Sdesam__v_P_1 = :
137255376SdesAM_V_GEN = $(am__v_GEN_@AM_V@)
138255376Sdesam__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
139255376Sdesam__v_GEN_0 = @echo "  GEN     " $@;
140255376Sdesam__v_GEN_1 = 
141255376SdesAM_V_at = $(am__v_at_@AM_V@)
142255376Sdesam__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
143255376Sdesam__v_at_0 = @
144255376Sdesam__v_at_1 = 
145228692SdesDEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
146141098Sdesdepcomp = $(SHELL) $(top_srcdir)/depcomp
147141098Sdesam__depfiles_maybe = depfiles
148228692Sdesam__mv = mv -f
149141098SdesCOMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
150141098Sdes	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
151255376SdesLTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
152255376Sdes	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
153255376Sdes	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
154255376Sdes	$(AM_CFLAGS) $(CFLAGS)
155255376SdesAM_V_CC = $(am__v_CC_@AM_V@)
156255376Sdesam__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
157255376Sdesam__v_CC_0 = @echo "  CC      " $@;
158255376Sdesam__v_CC_1 = 
159141098SdesCCLD = $(CC)
160255376SdesLINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
161255376Sdes	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
162255376Sdes	$(AM_LDFLAGS) $(LDFLAGS) -o $@
163255376SdesAM_V_CCLD = $(am__v_CCLD_@AM_V@)
164255376Sdesam__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
165255376Sdesam__v_CCLD_0 = @echo "  CCLD    " $@;
166255376Sdesam__v_CCLD_1 = 
167141098SdesSOURCES = $(pam_deny_la_SOURCES)
168141098SdesDIST_SOURCES = $(pam_deny_la_SOURCES)
169255376Sdesam__can_run_installinfo = \
170255376Sdes  case $$AM_UPDATE_INFO_DIR in \
171255376Sdes    n|no|NO) false;; \
172255376Sdes    *) (install-info --version) >/dev/null 2>&1;; \
173255376Sdes  esac
174255376Sdesam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
175255376Sdes# Read a list of newline-separated strings from the standard input,
176255376Sdes# and print each of them once, without duplicates.  Input order is
177255376Sdes# *not* preserved.
178255376Sdesam__uniquify_input = $(AWK) '\
179255376Sdes  BEGIN { nonempty = 0; } \
180255376Sdes  { items[$$0] = 1; nonempty = 1; } \
181255376Sdes  END { if (nonempty) { for (i in items) print i; }; } \
182255376Sdes'
183255376Sdes# Make sure the list of sources is unique.  This is necessary because,
184255376Sdes# e.g., the same source file might be shared among _SOURCES variables
185255376Sdes# for different programs/libraries.
186255376Sdesam__define_uniq_tagged_files = \
187255376Sdes  list='$(am__tagged_files)'; \
188255376Sdes  unique=`for i in $$list; do \
189255376Sdes    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
190255376Sdes  done | $(am__uniquify_input)`
191141098SdesETAGS = etags
192141098SdesCTAGS = ctags
193141098SdesDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
194141098SdesACLOCAL = @ACLOCAL@
195117610SdesAMTAR = @AMTAR@
196255376SdesAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
197141098SdesAR = @AR@
198141098SdesAUTOCONF = @AUTOCONF@
199141098SdesAUTOHEADER = @AUTOHEADER@
200141098SdesAUTOMAKE = @AUTOMAKE@
201117610SdesAWK = @AWK@
202117610SdesCC = @CC@
203141098SdesCCDEPMODE = @CCDEPMODE@
204117610SdesCFLAGS = @CFLAGS@
205141098SdesCPP = @CPP@
206117610SdesCPPFLAGS = @CPPFLAGS@
207255376SdesCRYPTO_LIBS = @CRYPTO_LIBS@
208117610SdesCRYPT_LIBS = @CRYPT_LIBS@
209141098SdesCYGPATH_W = @CYGPATH_W@
210141098SdesDEFS = @DEFS@
211117610SdesDEPDIR = @DEPDIR@
212228692SdesDLLTOOL = @DLLTOOL@
213117610SdesDL_LIBS = @DL_LIBS@
214228692SdesDSYMUTIL = @DSYMUTIL@
215228692SdesDUMPBIN = @DUMPBIN@
216141098SdesECHO_C = @ECHO_C@
217141098SdesECHO_N = @ECHO_N@
218141098SdesECHO_T = @ECHO_T@
219141098SdesEGREP = @EGREP@
220117610SdesEXEEXT = @EXEEXT@
221228692SdesFGREP = @FGREP@
222174832SdesGREP = @GREP@
223228692SdesINSTALL = @INSTALL@
224141098SdesINSTALL_DATA = @INSTALL_DATA@
225141098SdesINSTALL_PROGRAM = @INSTALL_PROGRAM@
226141098SdesINSTALL_SCRIPT = @INSTALL_SCRIPT@
227117610SdesINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
228228692SdesLD = @LD@
229141098SdesLDFLAGS = @LDFLAGS@
230141098SdesLIBOBJS = @LIBOBJS@
231141098SdesLIBS = @LIBS@
232117610SdesLIBTOOL = @LIBTOOL@
233117610SdesLIB_MAJ = @LIB_MAJ@
234228692SdesLIPO = @LIPO@
235117610SdesLN_S = @LN_S@
236141098SdesLTLIBOBJS = @LTLIBOBJS@
237141098SdesMAKEINFO = @MAKEINFO@
238228692SdesMANIFEST_TOOL = @MANIFEST_TOOL@
239228692SdesMKDIR_P = @MKDIR_P@
240228692SdesNM = @NM@
241228692SdesNMEDIT = @NMEDIT@
242228692SdesOBJDUMP = @OBJDUMP@
243117610SdesOBJEXT = @OBJEXT@
244117610SdesOPENPAM_MODULES_DIR = @OPENPAM_MODULES_DIR@
245228692SdesOTOOL = @OTOOL@
246228692SdesOTOOL64 = @OTOOL64@
247117610SdesPACKAGE = @PACKAGE@
248141098SdesPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
249141098SdesPACKAGE_NAME = @PACKAGE_NAME@
250141098SdesPACKAGE_STRING = @PACKAGE_STRING@
251141098SdesPACKAGE_TARNAME = @PACKAGE_TARNAME@
252228692SdesPACKAGE_URL = @PACKAGE_URL@
253141098SdesPACKAGE_VERSION = @PACKAGE_VERSION@
254141098SdesPATH_SEPARATOR = @PATH_SEPARATOR@
255117610SdesRANLIB = @RANLIB@
256174832SdesSED = @SED@
257141098SdesSET_MAKE = @SET_MAKE@
258141098SdesSHELL = @SHELL@
259141098SdesSTRIP = @STRIP@
260117610SdesVERSION = @VERSION@
261228692Sdesabs_builddir = @abs_builddir@
262228692Sdesabs_srcdir = @abs_srcdir@
263228692Sdesabs_top_builddir = @abs_top_builddir@
264228692Sdesabs_top_srcdir = @abs_top_srcdir@
265228692Sdesac_ct_AR = @ac_ct_AR@
266141098Sdesac_ct_CC = @ac_ct_CC@
267228692Sdesac_ct_DUMPBIN = @ac_ct_DUMPBIN@
268117610Sdesam__include = @am__include@
269141098Sdesam__leading_dot = @am__leading_dot@
270117610Sdesam__quote = @am__quote@
271174832Sdesam__tar = @am__tar@
272174832Sdesam__untar = @am__untar@
273141098Sdesbindir = @bindir@
274141098Sdesbuild = @build@
275141098Sdesbuild_alias = @build_alias@
276141098Sdesbuild_cpu = @build_cpu@
277141098Sdesbuild_os = @build_os@
278141098Sdesbuild_vendor = @build_vendor@
279228692Sdesbuilddir = @builddir@
280141098Sdesdatadir = @datadir@
281174832Sdesdatarootdir = @datarootdir@
282174832Sdesdocdir = @docdir@
283174832Sdesdvidir = @dvidir@
284141098Sdesexec_prefix = @exec_prefix@
285141098Sdeshost = @host@
286141098Sdeshost_alias = @host_alias@
287141098Sdeshost_cpu = @host_cpu@
288141098Sdeshost_os = @host_os@
289141098Sdeshost_vendor = @host_vendor@
290174832Sdeshtmldir = @htmldir@
291141098Sdesincludedir = @includedir@
292141098Sdesinfodir = @infodir@
293117610Sdesinstall_sh = @install_sh@
294141098Sdeslibdir = @libdir@
295141098Sdeslibexecdir = @libexecdir@
296174832Sdeslocaledir = @localedir@
297141098Sdeslocalstatedir = @localstatedir@
298141098Sdesmandir = @mandir@
299141098Sdesmkdir_p = @mkdir_p@
300141098Sdesoldincludedir = @oldincludedir@
301174832Sdespdfdir = @pdfdir@
302141098Sdesprefix = @prefix@
303141098Sdesprogram_transform_name = @program_transform_name@
304174832Sdespsdir = @psdir@
305141098Sdessbindir = @sbindir@
306141098Sdessharedstatedir = @sharedstatedir@
307228692Sdessrcdir = @srcdir@
308141098Sdessysconfdir = @sysconfdir@
309141098Sdestarget_alias = @target_alias@
310228692Sdestop_build_prefix = @top_build_prefix@
311228692Sdestop_builddir = @top_builddir@
312228692Sdestop_srcdir = @top_srcdir@
313255376Sdes@CUSTOM_MODULES_DIR_FALSE@moduledir = $(libdir)
314255376Sdes@CUSTOM_MODULES_DIR_TRUE@moduledir = @OPENPAM_MODULES_DIR@
315255376SdesAM_CPPFLAGS = -I$(top_srcdir)/include
316255376Sdesmodule_LTLIBRARIES = pam_deny.la
317117610Sdespam_deny_la_SOURCES = pam_deny.c
318255376Sdespam_deny_la_LDFLAGS = -no-undefined -module -version-info @LIB_MAJ@ \
319255376Sdes	-export-symbols-regex '^pam_sm_'
320255376Sdes
321255376Sdespam_deny_la_LIBADD = $(top_builddir)/lib/libpam/libpam.la
322117610Sdesall: all-am
323117610Sdes
324117610Sdes.SUFFIXES:
325117610Sdes.SUFFIXES: .c .lo .o .obj
326141098Sdes$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
327141098Sdes	@for dep in $?; do \
328141098Sdes	  case '$(am__configure_deps)' in \
329141098Sdes	    *$$dep*) \
330228692Sdes	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
331228692Sdes	        && { if test -f $@; then exit 0; else break; fi; }; \
332141098Sdes	      exit 1;; \
333141098Sdes	  esac; \
334141098Sdes	done; \
335228692Sdes	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign modules/pam_deny/Makefile'; \
336228692Sdes	$(am__cd) $(top_srcdir) && \
337228692Sdes	  $(AUTOMAKE) --foreign modules/pam_deny/Makefile
338141098Sdes.PRECIOUS: Makefile
339141098SdesMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
340141098Sdes	@case '$?' in \
341141098Sdes	  *config.status*) \
342141098Sdes	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
343141098Sdes	  *) \
344141098Sdes	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
345141098Sdes	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
346141098Sdes	esac;
347117610Sdes
348141098Sdes$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
349141098Sdes	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
350117610Sdes
351141098Sdes$(top_srcdir)/configure:  $(am__configure_deps)
352141098Sdes	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
353141098Sdes$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
354141098Sdes	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
355228692Sdes$(am__aclocal_m4_deps):
356255376Sdes
357255376Sdesinstall-moduleLTLIBRARIES: $(module_LTLIBRARIES)
358117610Sdes	@$(NORMAL_INSTALL)
359255376Sdes	@list='$(module_LTLIBRARIES)'; test -n "$(moduledir)" || list=; \
360228692Sdes	list2=; for p in $$list; do \
361117610Sdes	  if test -f $$p; then \
362228692Sdes	    list2="$$list2 $$p"; \
363117610Sdes	  else :; fi; \
364228692Sdes	done; \
365228692Sdes	test -z "$$list2" || { \
366255376Sdes	  echo " $(MKDIR_P) '$(DESTDIR)$(moduledir)'"; \
367255376Sdes	  $(MKDIR_P) "$(DESTDIR)$(moduledir)" || exit 1; \
368255376Sdes	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(moduledir)'"; \
369255376Sdes	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(moduledir)"; \
370228692Sdes	}
371117610Sdes
372255376Sdesuninstall-moduleLTLIBRARIES:
373117610Sdes	@$(NORMAL_UNINSTALL)
374255376Sdes	@list='$(module_LTLIBRARIES)'; test -n "$(moduledir)" || list=; \
375228692Sdes	for p in $$list; do \
376228692Sdes	  $(am__strip_dir) \
377255376Sdes	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(moduledir)/$$f'"; \
378255376Sdes	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(moduledir)/$$f"; \
379117610Sdes	done
380117610Sdes
381255376Sdesclean-moduleLTLIBRARIES:
382255376Sdes	-test -z "$(module_LTLIBRARIES)" || rm -f $(module_LTLIBRARIES)
383255376Sdes	@list='$(module_LTLIBRARIES)'; \
384255376Sdes	locs=`for p in $$list; do echo $$p; done | \
385255376Sdes	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
386255376Sdes	      sort -u`; \
387255376Sdes	test -z "$$locs" || { \
388255376Sdes	  echo rm -f $${locs}; \
389255376Sdes	  rm -f $${locs}; \
390255376Sdes	}
391117610Sdes
392255376Sdespam_deny.la: $(pam_deny_la_OBJECTS) $(pam_deny_la_DEPENDENCIES) $(EXTRA_pam_deny_la_DEPENDENCIES) 
393255376Sdes	$(AM_V_CCLD)$(pam_deny_la_LINK) -rpath $(moduledir) $(pam_deny_la_OBJECTS) $(pam_deny_la_LIBADD) $(LIBS)
394255376Sdes
395117610Sdesmostlyclean-compile:
396141098Sdes	-rm -f *.$(OBJEXT)
397117610Sdes
398117610Sdesdistclean-compile:
399117610Sdes	-rm -f *.tab.c
400117610Sdes
401141098Sdes@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_deny.Plo@am__quote@
402117610Sdes
403117610Sdes.c.o:
404255376Sdes@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
405255376Sdes@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
406255376Sdes@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
407174832Sdes@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
408255376Sdes@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
409117610Sdes
410117610Sdes.c.obj:
411255376Sdes@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
412255376Sdes@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
413255376Sdes@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
414174832Sdes@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
415255376Sdes@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
416117610Sdes
417117610Sdes.c.lo:
418255376Sdes@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
419255376Sdes@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
420255376Sdes@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
421174832Sdes@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
422255376Sdes@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
423141098Sdes
424141098Sdesmostlyclean-libtool:
425141098Sdes	-rm -f *.lo
426141098Sdes
427141098Sdesclean-libtool:
428141098Sdes	-rm -rf .libs _libs
429141098Sdes
430255376SdesID: $(am__tagged_files)
431255376Sdes	$(am__define_uniq_tagged_files); mkid -fID $$unique
432255376Sdestags: tags-am
433255376SdesTAGS: tags
434117610Sdes
435255376Sdestags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
436228692Sdes	set x; \
437117610Sdes	here=`pwd`; \
438255376Sdes	$(am__define_uniq_tagged_files); \
439228692Sdes	shift; \
440228692Sdes	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
441141098Sdes	  test -n "$$unique" || unique=$$empty_fix; \
442228692Sdes	  if test $$# -gt 0; then \
443228692Sdes	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
444228692Sdes	      "$$@" $$unique; \
445228692Sdes	  else \
446228692Sdes	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
447228692Sdes	      $$unique; \
448228692Sdes	  fi; \
449141098Sdes	fi
450255376Sdesctags: ctags-am
451255376Sdes
452255376SdesCTAGS: ctags
453255376Sdesctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
454255376Sdes	$(am__define_uniq_tagged_files); \
455228692Sdes	test -z "$(CTAGS_ARGS)$$unique" \
456141098Sdes	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
457228692Sdes	     $$unique
458117610Sdes
459117610SdesGTAGS:
460141098Sdes	here=`$(am__cd) $(top_builddir) && pwd` \
461228692Sdes	  && $(am__cd) $(top_srcdir) \
462228692Sdes	  && gtags -i $(GTAGS_ARGS) "$$here"
463255376Sdescscopelist: cscopelist-am
464117610Sdes
465255376Sdescscopelist-am: $(am__tagged_files)
466255376Sdes	list='$(am__tagged_files)'; \
467255376Sdes	case "$(srcdir)" in \
468255376Sdes	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
469255376Sdes	  *) sdir=$(subdir)/$(srcdir) ;; \
470255376Sdes	esac; \
471255376Sdes	for i in $$list; do \
472255376Sdes	  if test -f "$$i"; then \
473255376Sdes	    echo "$(subdir)/$$i"; \
474255376Sdes	  else \
475255376Sdes	    echo "$$sdir/$$i"; \
476255376Sdes	  fi; \
477255376Sdes	done >> $(top_builddir)/cscope.files
478255376Sdes
479117610Sdesdistclean-tags:
480141098Sdes	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
481117610Sdes
482117610Sdesdistdir: $(DISTFILES)
483228692Sdes	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
484228692Sdes	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
485228692Sdes	list='$(DISTFILES)'; \
486228692Sdes	  dist_files=`for file in $$list; do echo $$file; done | \
487228692Sdes	  sed -e "s|^$$srcdirstrip/||;t" \
488228692Sdes	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
489228692Sdes	case $$dist_files in \
490228692Sdes	  */*) $(MKDIR_P) `echo "$$dist_files" | \
491228692Sdes			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
492228692Sdes			   sort -u` ;; \
493228692Sdes	esac; \
494228692Sdes	for file in $$dist_files; do \
495141098Sdes	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
496117610Sdes	  if test -d $$d/$$file; then \
497228692Sdes	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
498228692Sdes	    if test -d "$(distdir)/$$file"; then \
499228692Sdes	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
500228692Sdes	    fi; \
501141098Sdes	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
502228692Sdes	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
503228692Sdes	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
504141098Sdes	    fi; \
505228692Sdes	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
506117610Sdes	  else \
507228692Sdes	    test -f "$(distdir)/$$file" \
508228692Sdes	    || cp -p $$d/$$file "$(distdir)/$$file" \
509117610Sdes	    || exit 1; \
510117610Sdes	  fi; \
511117610Sdes	done
512117610Sdescheck-am: all-am
513117610Sdescheck: check-am
514117610Sdesall-am: Makefile $(LTLIBRARIES)
515117610Sdesinstalldirs:
516255376Sdes	for dir in "$(DESTDIR)$(moduledir)"; do \
517228692Sdes	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
518141098Sdes	done
519117610Sdesinstall: install-am
520117610Sdesinstall-exec: install-exec-am
521117610Sdesinstall-data: install-data-am
522117610Sdesuninstall: uninstall-am
523117610Sdes
524117610Sdesinstall-am: all-am
525117610Sdes	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
526117610Sdes
527117610Sdesinstallcheck: installcheck-am
528117610Sdesinstall-strip:
529255376Sdes	if test -z '$(STRIP)'; then \
530255376Sdes	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
531255376Sdes	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
532255376Sdes	      install; \
533255376Sdes	else \
534255376Sdes	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
535255376Sdes	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
536255376Sdes	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
537255376Sdes	fi
538117610Sdesmostlyclean-generic:
539117610Sdes
540117610Sdesclean-generic:
541117610Sdes
542117610Sdesdistclean-generic:
543174832Sdes	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
544228692Sdes	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
545117610Sdes
546117610Sdesmaintainer-clean-generic:
547117610Sdes	@echo "This command is intended for maintainers to use"
548117610Sdes	@echo "it deletes files that may require special tools to rebuild."
549117610Sdesclean: clean-am
550117610Sdes
551255376Sdesclean-am: clean-generic clean-libtool clean-moduleLTLIBRARIES \
552117610Sdes	mostlyclean-am
553117610Sdes
554117610Sdesdistclean: distclean-am
555141098Sdes	-rm -rf ./$(DEPDIR)
556141098Sdes	-rm -f Makefile
557141098Sdesdistclean-am: clean-am distclean-compile distclean-generic \
558228692Sdes	distclean-tags
559117610Sdes
560117610Sdesdvi: dvi-am
561117610Sdes
562117610Sdesdvi-am:
563117610Sdes
564141098Sdeshtml: html-am
565141098Sdes
566228692Sdeshtml-am:
567228692Sdes
568117610Sdesinfo: info-am
569117610Sdes
570117610Sdesinfo-am:
571117610Sdes
572255376Sdesinstall-data-am: install-moduleLTLIBRARIES
573117610Sdes
574228692Sdesinstall-dvi: install-dvi-am
575228692Sdes
576228692Sdesinstall-dvi-am:
577228692Sdes
578255376Sdesinstall-exec-am:
579117610Sdes
580228692Sdesinstall-html: install-html-am
581228692Sdes
582228692Sdesinstall-html-am:
583228692Sdes
584117610Sdesinstall-info: install-info-am
585117610Sdes
586228692Sdesinstall-info-am:
587228692Sdes
588117610Sdesinstall-man:
589117610Sdes
590228692Sdesinstall-pdf: install-pdf-am
591228692Sdes
592228692Sdesinstall-pdf-am:
593228692Sdes
594228692Sdesinstall-ps: install-ps-am
595228692Sdes
596228692Sdesinstall-ps-am:
597228692Sdes
598117610Sdesinstallcheck-am:
599117610Sdes
600117610Sdesmaintainer-clean: maintainer-clean-am
601141098Sdes	-rm -rf ./$(DEPDIR)
602141098Sdes	-rm -f Makefile
603117610Sdesmaintainer-clean-am: distclean-am maintainer-clean-generic
604117610Sdes
605117610Sdesmostlyclean: mostlyclean-am
606117610Sdes
607117610Sdesmostlyclean-am: mostlyclean-compile mostlyclean-generic \
608117610Sdes	mostlyclean-libtool
609117610Sdes
610141098Sdespdf: pdf-am
611141098Sdes
612141098Sdespdf-am:
613141098Sdes
614141098Sdesps: ps-am
615141098Sdes
616141098Sdesps-am:
617141098Sdes
618255376Sdesuninstall-am: uninstall-moduleLTLIBRARIES
619117610Sdes
620228692Sdes.MAKE: install-am install-strip
621228692Sdes
622255376Sdes.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
623255376Sdes	clean-libtool clean-moduleLTLIBRARIES cscopelist-am ctags \
624255376Sdes	ctags-am distclean distclean-compile distclean-generic \
625255376Sdes	distclean-libtool distclean-tags distdir dvi dvi-am html \
626255376Sdes	html-am info info-am install install-am install-data \
627255376Sdes	install-data-am install-dvi install-dvi-am install-exec \
628255376Sdes	install-exec-am install-html install-html-am install-info \
629255376Sdes	install-info-am install-man install-moduleLTLIBRARIES \
630255376Sdes	install-pdf install-pdf-am install-ps install-ps-am \
631255376Sdes	install-strip installcheck installcheck-am installdirs \
632255376Sdes	maintainer-clean maintainer-clean-generic mostlyclean \
633255376Sdes	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
634255376Sdes	pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
635255376Sdes	uninstall-moduleLTLIBRARIES
636117610Sdes
637228692Sdes
638117610Sdes# Tell versions [3.59,3.63) of GNU make to not export all variables.
639117610Sdes# Otherwise a system limit (for SysV at least) may be exceeded.
640117610Sdes.NOEXPORT:
641