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