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