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