xref: /freebsd/contrib/openpam/bin/pamtest/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@
93bin_PROGRAMS = pamtest$(EXEEXT)
94subdir = bin/pamtest
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__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"
109PROGRAMS = $(bin_PROGRAMS)
110am_pamtest_OBJECTS = pamtest.$(OBJEXT)
111pamtest_OBJECTS = $(am_pamtest_OBJECTS)
112am__DEPENDENCIES_1 =
113@WITH_SYSTEM_LIBPAM_FALSE@pamtest_DEPENDENCIES = $(top_builddir)/lib/libpam/libpam.la
114@WITH_SYSTEM_LIBPAM_TRUE@pamtest_DEPENDENCIES = $(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)/pamtest.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 = $(pamtest_SOURCES)
155DIST_SOURCES = $(pamtest_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__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
162am__vpath_adj = case $$p in \
163    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
164    *) f=$$p;; \
165  esac;
166am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
167am__install_max = 40
168am__nobase_strip_setup = \
169  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
170am__nobase_strip = \
171  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
172am__nobase_list = $(am__nobase_strip_setup); \
173  for p in $$list; do echo "$$p $$p"; done | \
174  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
175  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
176    if (++n[$$2] == $(am__install_max)) \
177      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
178    END { for (dir in files) print dir, files[dir] }'
179am__base_list = \
180  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
181  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
182am__uninstall_files_from_dir = { \
183  { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
184  || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
185       $(am__cd) "$$dir" && echo $$files | $(am__xargs_n) 40 $(am__rm_f); }; \
186  }
187man1dir = $(mandir)/man1
188NROFF = nroff
189MANS = $(dist_man1_MANS)
190am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
191# Read a list of newline-separated strings from the standard input,
192# and print each of them once, without duplicates.  Input order is
193# *not* preserved.
194am__uniquify_input = $(AWK) '\
195  BEGIN { nonempty = 0; } \
196  { items[$$0] = 1; nonempty = 1; } \
197  END { if (nonempty) { for (i in items) print i; }; } \
198'
199# Make sure the list of sources is unique.  This is necessary because,
200# e.g., the same source file might be shared among _SOURCES variables
201# for different programs/libraries.
202am__define_uniq_tagged_files = \
203  list='$(am__tagged_files)'; \
204  unique=`for i in $$list; do \
205    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
206  done | $(am__uniquify_input)`
207am__DIST_COMMON = $(dist_man1_MANS) $(srcdir)/Makefile.in \
208	$(top_srcdir)/depcomp
209DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
210ACLOCAL = @ACLOCAL@
211AMTAR = @AMTAR@
212AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
213AR = @AR@
214AUTOCONF = @AUTOCONF@
215AUTOHEADER = @AUTOHEADER@
216AUTOMAKE = @AUTOMAKE@
217AWK = @AWK@
218CC = @CC@
219CCDEPMODE = @CCDEPMODE@
220CFLAGS = @CFLAGS@
221CPP = @CPP@
222CPPFLAGS = @CPPFLAGS@
223CRYB_TEST_CFLAGS = @CRYB_TEST_CFLAGS@
224CRYB_TEST_LIBS = @CRYB_TEST_LIBS@
225CRYB_TEST_VERSION = @CRYB_TEST_VERSION@
226CSCOPE = @CSCOPE@
227CTAGS = @CTAGS@
228CXX = @CXX@
229CXXCPP = @CXXCPP@
230CXXDEPMODE = @CXXDEPMODE@
231CXXFLAGS = @CXXFLAGS@
232CYGPATH_W = @CYGPATH_W@
233DEFS = @DEFS@
234DEPDIR = @DEPDIR@
235DLLTOOL = @DLLTOOL@
236DL_LIBS = @DL_LIBS@
237DSYMUTIL = @DSYMUTIL@
238DUMPBIN = @DUMPBIN@
239ECHO_C = @ECHO_C@
240ECHO_N = @ECHO_N@
241ECHO_T = @ECHO_T@
242EGREP = @EGREP@
243ETAGS = @ETAGS@
244EXEEXT = @EXEEXT@
245FGREP = @FGREP@
246FILECMD = @FILECMD@
247GREP = @GREP@
248INSTALL = @INSTALL@
249INSTALL_DATA = @INSTALL_DATA@
250INSTALL_PROGRAM = @INSTALL_PROGRAM@
251INSTALL_SCRIPT = @INSTALL_SCRIPT@
252INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
253LD = @LD@
254LDFLAGS = @LDFLAGS@
255LIBOBJS = @LIBOBJS@
256LIBS = @LIBS@
257LIBTOOL = @LIBTOOL@
258LIB_MAJ = @LIB_MAJ@
259LIPO = @LIPO@
260LN_S = @LN_S@
261LTLIBOBJS = @LTLIBOBJS@
262LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
263MAKEINFO = @MAKEINFO@
264MANIFEST_TOOL = @MANIFEST_TOOL@
265MKDIR_P = @MKDIR_P@
266NM = @NM@
267NMEDIT = @NMEDIT@
268OBJDUMP = @OBJDUMP@
269OBJEXT = @OBJEXT@
270OPENPAM_MODULES_DIR = @OPENPAM_MODULES_DIR@
271OTOOL = @OTOOL@
272OTOOL64 = @OTOOL64@
273PACKAGE = @PACKAGE@
274PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
275PACKAGE_NAME = @PACKAGE_NAME@
276PACKAGE_STRING = @PACKAGE_STRING@
277PACKAGE_TARNAME = @PACKAGE_TARNAME@
278PACKAGE_URL = @PACKAGE_URL@
279PACKAGE_VERSION = @PACKAGE_VERSION@
280PATH_SEPARATOR = @PATH_SEPARATOR@
281PKG_CONFIG = @PKG_CONFIG@
282PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
283PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
284RANLIB = @RANLIB@
285SED = @SED@
286SET_MAKE = @SET_MAKE@
287SHELL = @SHELL@
288STRIP = @STRIP@
289SYSTEM_LIBPAM = @SYSTEM_LIBPAM@
290VERSION = @VERSION@
291abs_builddir = @abs_builddir@
292abs_srcdir = @abs_srcdir@
293abs_top_builddir = @abs_top_builddir@
294abs_top_srcdir = @abs_top_srcdir@
295ac_ct_AR = @ac_ct_AR@
296ac_ct_CC = @ac_ct_CC@
297ac_ct_CXX = @ac_ct_CXX@
298ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
299am__include = @am__include@
300am__leading_dot = @am__leading_dot@
301am__quote = @am__quote@
302am__rm_f_notfound = @am__rm_f_notfound@
303am__tar = @am__tar@
304am__untar = @am__untar@
305am__xargs_n = @am__xargs_n@
306bindir = @bindir@
307build = @build@
308build_alias = @build_alias@
309build_cpu = @build_cpu@
310build_os = @build_os@
311build_vendor = @build_vendor@
312builddir = @builddir@
313clang_ver = @clang_ver@
314datadir = @datadir@
315datarootdir = @datarootdir@
316docdir = @docdir@
317dvidir = @dvidir@
318exec_prefix = @exec_prefix@
319host = @host@
320host_alias = @host_alias@
321host_cpu = @host_cpu@
322host_os = @host_os@
323host_vendor = @host_vendor@
324htmldir = @htmldir@
325includedir = @includedir@
326infodir = @infodir@
327install_sh = @install_sh@
328libdir = @libdir@
329libexecdir = @libexecdir@
330localedir = @localedir@
331localstatedir = @localstatedir@
332mandir = @mandir@
333mkdir_p = @mkdir_p@
334oldincludedir = @oldincludedir@
335pdfdir = @pdfdir@
336pkgconfigdir = @pkgconfigdir@
337prefix = @prefix@
338program_transform_name = @program_transform_name@
339psdir = @psdir@
340runstatedir = @runstatedir@
341sbindir = @sbindir@
342sharedstatedir = @sharedstatedir@
343srcdir = @srcdir@
344sysconfdir = @sysconfdir@
345target_alias = @target_alias@
346top_build_prefix = @top_build_prefix@
347top_builddir = @top_builddir@
348top_srcdir = @top_srcdir@
349AM_CPPFLAGS = -I$(top_srcdir)/include
350pamtest_SOURCES = pamtest.c
351@WITH_SYSTEM_LIBPAM_FALSE@pamtest_LDADD = $(top_builddir)/lib/libpam/libpam.la
352@WITH_SYSTEM_LIBPAM_TRUE@pamtest_LDADD = $(SYSTEM_LIBPAM)
353dist_man1_MANS = pamtest.1
354all: all-am
355
356.SUFFIXES:
357.SUFFIXES: .c .lo .o .obj
358$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
359	@for dep in $?; do \
360	  case '$(am__configure_deps)' in \
361	    *$$dep*) \
362	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
363	        && { if test -f $@; then exit 0; else break; fi; }; \
364	      exit 1;; \
365	  esac; \
366	done; \
367	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign bin/pamtest/Makefile'; \
368	$(am__cd) $(top_srcdir) && \
369	  $(AUTOMAKE) --foreign bin/pamtest/Makefile
370Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
371	@case '$?' in \
372	  *config.status*) \
373	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
374	  *) \
375	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
376	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
377	esac;
378
379$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
380	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
381
382$(top_srcdir)/configure:  $(am__configure_deps)
383	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
384$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
385	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
386$(am__aclocal_m4_deps):
387install-binPROGRAMS: $(bin_PROGRAMS)
388	@$(NORMAL_INSTALL)
389	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
390	if test -n "$$list"; then \
391	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
392	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
393	fi; \
394	for p in $$list; do echo "$$p $$p"; done | \
395	sed 's/$(EXEEXT)$$//' | \
396	while read p p1; do if test -f $$p \
397	 || test -f $$p1 \
398	  ; then echo "$$p"; echo "$$p"; else :; fi; \
399	done | \
400	sed -e 'p;s,.*/,,;n;h' \
401	    -e 's|.*|.|' \
402	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
403	sed 'N;N;N;s,\n, ,g' | \
404	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
405	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
406	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
407	    else { print "f", $$3 "/" $$4, $$1; } } \
408	  END { for (d in files) print "f", d, files[d] }' | \
409	while read type dir files; do \
410	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
411	    test -z "$$files" || { \
412	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
413	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
414	    } \
415	; done
416
417uninstall-binPROGRAMS:
418	@$(NORMAL_UNINSTALL)
419	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
420	files=`for p in $$list; do echo "$$p"; done | \
421	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
422	      -e 's/$$/$(EXEEXT)/' \
423	`; \
424	test -n "$$list" || exit 0; \
425	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
426	cd "$(DESTDIR)$(bindir)" && $(am__rm_f) $$files
427
428clean-binPROGRAMS:
429	$(am__rm_f) $(bin_PROGRAMS)
430	test -z "$(EXEEXT)" || $(am__rm_f) $(bin_PROGRAMS:$(EXEEXT)=)
431
432pamtest$(EXEEXT): $(pamtest_OBJECTS) $(pamtest_DEPENDENCIES) $(EXTRA_pamtest_DEPENDENCIES)
433	@rm -f pamtest$(EXEEXT)
434	$(AM_V_CCLD)$(LINK) $(pamtest_OBJECTS) $(pamtest_LDADD) $(LIBS)
435
436mostlyclean-compile:
437	-rm -f *.$(OBJEXT)
438
439distclean-compile:
440	-rm -f *.tab.c
441
442@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pamtest.Po@am__quote@ # am--include-marker
443
444$(am__depfiles_remade):
445	@$(MKDIR_P) $(@D)
446	@: >>$@
447
448am--depfiles: $(am__depfiles_remade)
449
450.c.o:
451@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
452@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
453@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
454@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
455@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
456
457.c.obj:
458@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
459@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
460@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
461@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
462@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
463
464.c.lo:
465@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
466@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
467@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
468@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
469@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
470
471mostlyclean-libtool:
472	-rm -f *.lo
473
474clean-libtool:
475	-rm -rf .libs _libs
476install-man1: $(dist_man1_MANS)
477	@$(NORMAL_INSTALL)
478	@list1='$(dist_man1_MANS)'; \
479	list2=''; \
480	test -n "$(man1dir)" \
481	  && test -n "`echo $$list1$$list2`" \
482	  || exit 0; \
483	echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
484	$(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
485	{ for i in $$list1; do echo "$$i"; done;  \
486	if test -n "$$list2"; then \
487	  for i in $$list2; do echo "$$i"; done \
488	    | sed -n '/\.1[a-z]*$$/p'; \
489	fi; \
490	} | while read p; do \
491	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
492	  echo "$$d$$p"; echo "$$p"; \
493	done | \
494	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
495	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
496	sed 'N;N;s,\n, ,g' | { \
497	list=; while read file base inst; do \
498	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
499	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
500	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
501	  fi; \
502	done; \
503	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
504	while read files; do \
505	  test -z "$$files" || { \
506	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
507	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
508	done; }
509
510uninstall-man1:
511	@$(NORMAL_UNINSTALL)
512	@list='$(dist_man1_MANS)'; test -n "$(man1dir)" || exit 0; \
513	files=`{ for i in $$list; do echo "$$i"; done; \
514	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
515	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
516	dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
517
518ID: $(am__tagged_files)
519	$(am__define_uniq_tagged_files); mkid -fID $$unique
520tags: tags-am
521TAGS: tags
522
523tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
524	set x; \
525	here=`pwd`; \
526	$(am__define_uniq_tagged_files); \
527	shift; \
528	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
529	  test -n "$$unique" || unique=$$empty_fix; \
530	  if test $$# -gt 0; then \
531	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
532	      "$$@" $$unique; \
533	  else \
534	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
535	      $$unique; \
536	  fi; \
537	fi
538ctags: ctags-am
539
540CTAGS: ctags
541ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
542	$(am__define_uniq_tagged_files); \
543	test -z "$(CTAGS_ARGS)$$unique" \
544	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
545	     $$unique
546
547GTAGS:
548	here=`$(am__cd) $(top_builddir) && pwd` \
549	  && $(am__cd) $(top_srcdir) \
550	  && gtags -i $(GTAGS_ARGS) "$$here"
551cscopelist: cscopelist-am
552
553cscopelist-am: $(am__tagged_files)
554	list='$(am__tagged_files)'; \
555	case "$(srcdir)" in \
556	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
557	  *) sdir=$(subdir)/$(srcdir) ;; \
558	esac; \
559	for i in $$list; do \
560	  if test -f "$$i"; then \
561	    echo "$(subdir)/$$i"; \
562	  else \
563	    echo "$$sdir/$$i"; \
564	  fi; \
565	done >> $(top_builddir)/cscope.files
566
567distclean-tags:
568	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
569distdir: $(BUILT_SOURCES)
570	$(MAKE) $(AM_MAKEFLAGS) distdir-am
571
572distdir-am: $(DISTFILES)
573	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
574	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
575	list='$(DISTFILES)'; \
576	  dist_files=`for file in $$list; do echo $$file; done | \
577	  sed -e "s|^$$srcdirstrip/||;t" \
578	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
579	case $$dist_files in \
580	  */*) $(MKDIR_P) `echo "$$dist_files" | \
581			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
582			   sort -u` ;; \
583	esac; \
584	for file in $$dist_files; do \
585	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
586	  if test -d $$d/$$file; then \
587	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
588	    if test -d "$(distdir)/$$file"; then \
589	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
590	    fi; \
591	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
592	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
593	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
594	    fi; \
595	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
596	  else \
597	    test -f "$(distdir)/$$file" \
598	    || cp -p $$d/$$file "$(distdir)/$$file" \
599	    || exit 1; \
600	  fi; \
601	done
602check-am: all-am
603check: check-am
604all-am: Makefile $(PROGRAMS) $(MANS)
605installdirs:
606	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \
607	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
608	done
609install: install-am
610install-exec: install-exec-am
611install-data: install-data-am
612uninstall: uninstall-am
613
614install-am: all-am
615	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
616
617installcheck: installcheck-am
618install-strip:
619	if test -z '$(STRIP)'; then \
620	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
621	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
622	      install; \
623	else \
624	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
625	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
626	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
627	fi
628mostlyclean-generic:
629
630clean-generic:
631
632distclean-generic:
633	-$(am__rm_f) $(CONFIG_CLEAN_FILES)
634	-test . = "$(srcdir)" || $(am__rm_f) $(CONFIG_CLEAN_VPATH_FILES)
635
636maintainer-clean-generic:
637	@echo "This command is intended for maintainers to use"
638	@echo "it deletes files that may require special tools to rebuild."
639clean: clean-am
640
641clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
642
643distclean: distclean-am
644	-rm -f ./$(DEPDIR)/pamtest.Po
645	-rm -f Makefile
646distclean-am: clean-am distclean-compile distclean-generic \
647	distclean-tags
648
649dvi: dvi-am
650
651dvi-am:
652
653html: html-am
654
655html-am:
656
657info: info-am
658
659info-am:
660
661install-data-am: install-man
662
663install-dvi: install-dvi-am
664
665install-dvi-am:
666
667install-exec-am: install-binPROGRAMS
668
669install-html: install-html-am
670
671install-html-am:
672
673install-info: install-info-am
674
675install-info-am:
676
677install-man: install-man1
678
679install-pdf: install-pdf-am
680
681install-pdf-am:
682
683install-ps: install-ps-am
684
685install-ps-am:
686
687installcheck-am:
688
689maintainer-clean: maintainer-clean-am
690	-rm -f ./$(DEPDIR)/pamtest.Po
691	-rm -f Makefile
692maintainer-clean-am: distclean-am maintainer-clean-generic
693
694mostlyclean: mostlyclean-am
695
696mostlyclean-am: mostlyclean-compile mostlyclean-generic \
697	mostlyclean-libtool
698
699pdf: pdf-am
700
701pdf-am:
702
703ps: ps-am
704
705ps-am:
706
707uninstall-am: uninstall-binPROGRAMS uninstall-man
708
709uninstall-man: uninstall-man1
710
711.MAKE: install-am install-strip
712
713.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
714	clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
715	ctags ctags-am distclean distclean-compile distclean-generic \
716	distclean-libtool distclean-tags distdir dvi dvi-am html \
717	html-am info info-am install install-am install-binPROGRAMS \
718	install-data install-data-am install-dvi install-dvi-am \
719	install-exec install-exec-am install-html install-html-am \
720	install-info install-info-am install-man install-man1 \
721	install-pdf install-pdf-am install-ps install-ps-am \
722	install-strip installcheck installcheck-am installdirs \
723	maintainer-clean maintainer-clean-generic mostlyclean \
724	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
725	pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
726	uninstall-binPROGRAMS uninstall-man uninstall-man1
727
728.PRECIOUS: Makefile
729
730
731# Tell versions [3.59,3.63) of GNU make to not export all variables.
732# Otherwise a system limit (for SysV at least) may be exceeded.
733.NOEXPORT:
734
735# Tell GNU make to disable its built-in pattern rules.
736%:: %,v
737%:: RCS/%,v
738%:: RCS/%
739%:: s.%
740%:: SCCS/s.%
741