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