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