Home | History | Annotate | Line # | Download | only in libpam
      1  1.1.1.5  christos # Makefile.in generated by automake 1.17 from Makefile.am.
      2      1.1  christos # @configure_input@
      3      1.1  christos 
      4  1.1.1.5  christos # Copyright (C) 1994-2024 Free Software Foundation, Inc.
      5      1.1  christos 
      6      1.1  christos # This Makefile.in is free software; the Free Software Foundation
      7      1.1  christos # gives unlimited permission to copy and/or distribute it,
      8      1.1  christos # with or without modifications, as long as this notice is preserved.
      9      1.1  christos 
     10      1.1  christos # This program is distributed in the hope that it will be useful,
     11      1.1  christos # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
     12      1.1  christos # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
     13      1.1  christos # PARTICULAR PURPOSE.
     14      1.1  christos 
     15      1.1  christos @SET_MAKE@
     16      1.1  christos 
     17      1.1  christos 
     18      1.1  christos VPATH = @srcdir@
     19  1.1.1.2  christos am__is_gnu_make = { \
     20  1.1.1.2  christos   if test -z '$(MAKELEVEL)'; then \
     21  1.1.1.2  christos     false; \
     22  1.1.1.2  christos   elif test -n '$(MAKE_HOST)'; then \
     23  1.1.1.2  christos     true; \
     24  1.1.1.2  christos   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
     25  1.1.1.2  christos     true; \
     26  1.1.1.2  christos   else \
     27  1.1.1.2  christos     false; \
     28  1.1.1.2  christos   fi; \
     29  1.1.1.2  christos }
     30      1.1  christos am__make_running_with_option = \
     31      1.1  christos   case $${target_option-} in \
     32      1.1  christos       ?) ;; \
     33      1.1  christos       *) echo "am__make_running_with_option: internal error: invalid" \
     34      1.1  christos               "target option '$${target_option-}' specified" >&2; \
     35      1.1  christos          exit 1;; \
     36      1.1  christos   esac; \
     37      1.1  christos   has_opt=no; \
     38      1.1  christos   sane_makeflags=$$MAKEFLAGS; \
     39      1.1  christos   if $(am__is_gnu_make); then \
     40      1.1  christos     sane_makeflags=$$MFLAGS; \
     41      1.1  christos   else \
     42      1.1  christos     case $$MAKEFLAGS in \
     43      1.1  christos       *\\[\ \	]*) \
     44      1.1  christos         bs=\\; \
     45      1.1  christos         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
     46      1.1  christos           | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
     47      1.1  christos     esac; \
     48      1.1  christos   fi; \
     49      1.1  christos   skip_next=no; \
     50      1.1  christos   strip_trailopt () \
     51      1.1  christos   { \
     52      1.1  christos     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
     53      1.1  christos   }; \
     54      1.1  christos   for flg in $$sane_makeflags; do \
     55      1.1  christos     test $$skip_next = yes && { skip_next=no; continue; }; \
     56      1.1  christos     case $$flg in \
     57      1.1  christos       *=*|--*) continue;; \
     58      1.1  christos         -*I) strip_trailopt 'I'; skip_next=yes;; \
     59      1.1  christos       -*I?*) strip_trailopt 'I';; \
     60      1.1  christos         -*O) strip_trailopt 'O'; skip_next=yes;; \
     61      1.1  christos       -*O?*) strip_trailopt 'O';; \
     62      1.1  christos         -*l) strip_trailopt 'l'; skip_next=yes;; \
     63      1.1  christos       -*l?*) strip_trailopt 'l';; \
     64      1.1  christos       -[dEDm]) skip_next=yes;; \
     65      1.1  christos       -[JT]) skip_next=yes;; \
     66      1.1  christos     esac; \
     67      1.1  christos     case $$flg in \
     68      1.1  christos       *$$target_option*) has_opt=yes; break;; \
     69      1.1  christos     esac; \
     70      1.1  christos   done; \
     71      1.1  christos   test $$has_opt = yes
     72      1.1  christos am__make_dryrun = (target_option=n; $(am__make_running_with_option))
     73      1.1  christos am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
     74  1.1.1.5  christos am__rm_f = rm -f $(am__rm_f_notfound)
     75  1.1.1.5  christos am__rm_rf = rm -rf $(am__rm_f_notfound)
     76      1.1  christos pkgdatadir = $(datadir)/@PACKAGE@
     77      1.1  christos pkgincludedir = $(includedir)/@PACKAGE@
     78      1.1  christos pkglibdir = $(libdir)/@PACKAGE@
     79      1.1  christos pkglibexecdir = $(libexecdir)/@PACKAGE@
     80      1.1  christos am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
     81      1.1  christos install_sh_DATA = $(install_sh) -c -m 644
     82      1.1  christos install_sh_PROGRAM = $(install_sh) -c
     83      1.1  christos install_sh_SCRIPT = $(install_sh) -c
     84      1.1  christos INSTALL_HEADER = $(INSTALL_DATA)
     85      1.1  christos transform = $(program_transform_name)
     86      1.1  christos NORMAL_INSTALL = :
     87      1.1  christos PRE_INSTALL = :
     88      1.1  christos POST_INSTALL = :
     89      1.1  christos NORMAL_UNINSTALL = :
     90      1.1  christos PRE_UNINSTALL = :
     91      1.1  christos POST_UNINSTALL = :
     92      1.1  christos build_triplet = @build@
     93      1.1  christos host_triplet = @host@
     94      1.1  christos subdir = lib/libpam
     95      1.1  christos ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     96  1.1.1.4  christos am__aclocal_m4_deps = $(top_srcdir)/m4/ax_compiler_vendor.m4 \
     97  1.1.1.4  christos 	$(top_srcdir)/m4/ax_pkg_config.m4 $(top_srcdir)/m4/libtool.m4 \
     98  1.1.1.4  christos 	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
     99  1.1.1.4  christos 	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
    100  1.1.1.4  christos 	$(top_srcdir)/configure.ac
    101      1.1  christos am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
    102      1.1  christos 	$(ACLOCAL_M4)
    103  1.1.1.2  christos DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \
    104  1.1.1.2  christos 	$(am__DIST_COMMON)
    105      1.1  christos mkinstalldirs = $(install_sh) -d
    106      1.1  christos CONFIG_HEADER = $(top_builddir)/config.h
    107      1.1  christos CONFIG_CLEAN_FILES =
    108      1.1  christos CONFIG_CLEAN_VPATH_FILES =
    109      1.1  christos am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
    110      1.1  christos am__vpath_adj = case $$p in \
    111      1.1  christos     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
    112      1.1  christos     *) f=$$p;; \
    113      1.1  christos   esac;
    114      1.1  christos am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
    115      1.1  christos am__install_max = 40
    116      1.1  christos am__nobase_strip_setup = \
    117      1.1  christos   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
    118      1.1  christos am__nobase_strip = \
    119      1.1  christos   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
    120      1.1  christos am__nobase_list = $(am__nobase_strip_setup); \
    121      1.1  christos   for p in $$list; do echo "$$p $$p"; done | \
    122      1.1  christos   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
    123      1.1  christos   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
    124      1.1  christos     if (++n[$$2] == $(am__install_max)) \
    125      1.1  christos       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
    126      1.1  christos     END { for (dir in files) print dir, files[dir] }'
    127      1.1  christos am__base_list = \
    128      1.1  christos   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
    129      1.1  christos   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
    130      1.1  christos am__uninstall_files_from_dir = { \
    131  1.1.1.5  christos   { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
    132  1.1.1.5  christos   || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
    133  1.1.1.5  christos        $(am__cd) "$$dir" && echo $$files | $(am__xargs_n) 40 $(am__rm_f); }; \
    134      1.1  christos   }
    135      1.1  christos am__installdirs = "$(DESTDIR)$(libdir)"
    136      1.1  christos LTLIBRARIES = $(lib_LTLIBRARIES)
    137  1.1.1.2  christos am__DEPENDENCIES_1 =
    138  1.1.1.2  christos libpam_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
    139      1.1  christos am__objects_1 =
    140      1.1  christos am_libpam_la_OBJECTS = openpam_asprintf.lo openpam_borrow_cred.lo \
    141      1.1  christos 	openpam_check_owner_perms.lo openpam_configure.lo \
    142      1.1  christos 	openpam_constants.lo openpam_dispatch.lo openpam_dynamic.lo \
    143      1.1  christos 	openpam_features.lo openpam_findenv.lo openpam_free_data.lo \
    144      1.1  christos 	openpam_free_envlist.lo openpam_get_feature.lo \
    145      1.1  christos 	openpam_get_option.lo openpam_load.lo openpam_log.lo \
    146      1.1  christos 	openpam_nullconv.lo openpam_readline.lo openpam_readlinev.lo \
    147      1.1  christos 	openpam_readword.lo openpam_restore_cred.lo \
    148      1.1  christos 	openpam_set_option.lo openpam_set_feature.lo openpam_static.lo \
    149      1.1  christos 	openpam_straddch.lo openpam_strlcat.lo openpam_strlcpy.lo \
    150      1.1  christos 	openpam_strlset.lo openpam_subst.lo openpam_vasprintf.lo \
    151      1.1  christos 	openpam_ttyconv.lo pam_acct_mgmt.lo pam_authenticate.lo \
    152      1.1  christos 	pam_chauthtok.lo pam_close_session.lo pam_end.lo pam_error.lo \
    153      1.1  christos 	pam_get_authtok.lo pam_get_data.lo pam_get_item.lo \
    154      1.1  christos 	pam_get_user.lo pam_getenv.lo pam_getenvlist.lo pam_info.lo \
    155      1.1  christos 	pam_open_session.lo pam_prompt.lo pam_putenv.lo \
    156      1.1  christos 	pam_set_data.lo pam_set_item.lo pam_setcred.lo pam_setenv.lo \
    157      1.1  christos 	pam_start.lo pam_strerror.lo pam_verror.lo pam_vinfo.lo \
    158      1.1  christos 	pam_vprompt.lo $(am__objects_1)
    159      1.1  christos libpam_la_OBJECTS = $(am_libpam_la_OBJECTS)
    160      1.1  christos AM_V_lt = $(am__v_lt_@AM_V@)
    161      1.1  christos am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
    162      1.1  christos am__v_lt_0 = --silent
    163      1.1  christos am__v_lt_1 = 
    164      1.1  christos libpam_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
    165      1.1  christos 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
    166      1.1  christos 	$(libpam_la_LDFLAGS) $(LDFLAGS) -o $@
    167      1.1  christos AM_V_P = $(am__v_P_@AM_V@)
    168      1.1  christos am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
    169      1.1  christos am__v_P_0 = false
    170      1.1  christos am__v_P_1 = :
    171      1.1  christos AM_V_GEN = $(am__v_GEN_@AM_V@)
    172      1.1  christos am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
    173      1.1  christos am__v_GEN_0 = @echo "  GEN     " $@;
    174      1.1  christos am__v_GEN_1 = 
    175      1.1  christos AM_V_at = $(am__v_at_@AM_V@)
    176      1.1  christos am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
    177      1.1  christos am__v_at_0 = @
    178      1.1  christos am__v_at_1 = 
    179      1.1  christos DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
    180      1.1  christos depcomp = $(SHELL) $(top_srcdir)/depcomp
    181  1.1.1.3  christos am__maybe_remake_depfiles = depfiles
    182  1.1.1.3  christos am__depfiles_remade = ./$(DEPDIR)/openpam_asprintf.Plo \
    183  1.1.1.3  christos 	./$(DEPDIR)/openpam_borrow_cred.Plo \
    184  1.1.1.3  christos 	./$(DEPDIR)/openpam_check_owner_perms.Plo \
    185  1.1.1.3  christos 	./$(DEPDIR)/openpam_configure.Plo \
    186  1.1.1.3  christos 	./$(DEPDIR)/openpam_constants.Plo \
    187  1.1.1.3  christos 	./$(DEPDIR)/openpam_dispatch.Plo \
    188  1.1.1.3  christos 	./$(DEPDIR)/openpam_dynamic.Plo \
    189  1.1.1.3  christos 	./$(DEPDIR)/openpam_features.Plo \
    190  1.1.1.3  christos 	./$(DEPDIR)/openpam_findenv.Plo \
    191  1.1.1.3  christos 	./$(DEPDIR)/openpam_free_data.Plo \
    192  1.1.1.3  christos 	./$(DEPDIR)/openpam_free_envlist.Plo \
    193  1.1.1.3  christos 	./$(DEPDIR)/openpam_get_feature.Plo \
    194  1.1.1.3  christos 	./$(DEPDIR)/openpam_get_option.Plo \
    195  1.1.1.3  christos 	./$(DEPDIR)/openpam_load.Plo ./$(DEPDIR)/openpam_log.Plo \
    196  1.1.1.3  christos 	./$(DEPDIR)/openpam_nullconv.Plo \
    197  1.1.1.3  christos 	./$(DEPDIR)/openpam_readline.Plo \
    198  1.1.1.3  christos 	./$(DEPDIR)/openpam_readlinev.Plo \
    199  1.1.1.3  christos 	./$(DEPDIR)/openpam_readword.Plo \
    200  1.1.1.3  christos 	./$(DEPDIR)/openpam_restore_cred.Plo \
    201  1.1.1.3  christos 	./$(DEPDIR)/openpam_set_feature.Plo \
    202  1.1.1.3  christos 	./$(DEPDIR)/openpam_set_option.Plo \
    203  1.1.1.3  christos 	./$(DEPDIR)/openpam_static.Plo \
    204  1.1.1.3  christos 	./$(DEPDIR)/openpam_straddch.Plo \
    205  1.1.1.3  christos 	./$(DEPDIR)/openpam_strlcat.Plo \
    206  1.1.1.3  christos 	./$(DEPDIR)/openpam_strlcpy.Plo \
    207  1.1.1.3  christos 	./$(DEPDIR)/openpam_strlset.Plo ./$(DEPDIR)/openpam_subst.Plo \
    208  1.1.1.3  christos 	./$(DEPDIR)/openpam_ttyconv.Plo \
    209  1.1.1.3  christos 	./$(DEPDIR)/openpam_vasprintf.Plo \
    210  1.1.1.3  christos 	./$(DEPDIR)/pam_acct_mgmt.Plo ./$(DEPDIR)/pam_authenticate.Plo \
    211  1.1.1.3  christos 	./$(DEPDIR)/pam_chauthtok.Plo \
    212  1.1.1.3  christos 	./$(DEPDIR)/pam_close_session.Plo ./$(DEPDIR)/pam_end.Plo \
    213  1.1.1.3  christos 	./$(DEPDIR)/pam_error.Plo ./$(DEPDIR)/pam_get_authtok.Plo \
    214  1.1.1.3  christos 	./$(DEPDIR)/pam_get_data.Plo ./$(DEPDIR)/pam_get_item.Plo \
    215  1.1.1.3  christos 	./$(DEPDIR)/pam_get_user.Plo ./$(DEPDIR)/pam_getenv.Plo \
    216  1.1.1.3  christos 	./$(DEPDIR)/pam_getenvlist.Plo ./$(DEPDIR)/pam_info.Plo \
    217  1.1.1.3  christos 	./$(DEPDIR)/pam_open_session.Plo ./$(DEPDIR)/pam_prompt.Plo \
    218  1.1.1.3  christos 	./$(DEPDIR)/pam_putenv.Plo ./$(DEPDIR)/pam_set_data.Plo \
    219  1.1.1.3  christos 	./$(DEPDIR)/pam_set_item.Plo ./$(DEPDIR)/pam_setcred.Plo \
    220  1.1.1.3  christos 	./$(DEPDIR)/pam_setenv.Plo ./$(DEPDIR)/pam_start.Plo \
    221  1.1.1.3  christos 	./$(DEPDIR)/pam_strerror.Plo ./$(DEPDIR)/pam_verror.Plo \
    222  1.1.1.3  christos 	./$(DEPDIR)/pam_vinfo.Plo ./$(DEPDIR)/pam_vprompt.Plo
    223      1.1  christos am__mv = mv -f
    224      1.1  christos COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
    225      1.1  christos 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
    226      1.1  christos LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
    227      1.1  christos 	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
    228      1.1  christos 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
    229      1.1  christos 	$(AM_CFLAGS) $(CFLAGS)
    230      1.1  christos AM_V_CC = $(am__v_CC_@AM_V@)
    231      1.1  christos am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
    232      1.1  christos am__v_CC_0 = @echo "  CC      " $@;
    233      1.1  christos am__v_CC_1 = 
    234      1.1  christos CCLD = $(CC)
    235      1.1  christos LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
    236      1.1  christos 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
    237      1.1  christos 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
    238      1.1  christos AM_V_CCLD = $(am__v_CCLD_@AM_V@)
    239      1.1  christos am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
    240      1.1  christos am__v_CCLD_0 = @echo "  CCLD    " $@;
    241      1.1  christos am__v_CCLD_1 = 
    242      1.1  christos SOURCES = $(libpam_la_SOURCES)
    243      1.1  christos DIST_SOURCES = $(libpam_la_SOURCES)
    244      1.1  christos am__can_run_installinfo = \
    245      1.1  christos   case $$AM_UPDATE_INFO_DIR in \
    246      1.1  christos     n|no|NO) false;; \
    247      1.1  christos     *) (install-info --version) >/dev/null 2>&1;; \
    248      1.1  christos   esac
    249      1.1  christos HEADERS = $(noinst_HEADERS)
    250      1.1  christos am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
    251      1.1  christos # Read a list of newline-separated strings from the standard input,
    252      1.1  christos # and print each of them once, without duplicates.  Input order is
    253      1.1  christos # *not* preserved.
    254      1.1  christos am__uniquify_input = $(AWK) '\
    255      1.1  christos   BEGIN { nonempty = 0; } \
    256      1.1  christos   { items[$$0] = 1; nonempty = 1; } \
    257      1.1  christos   END { if (nonempty) { for (i in items) print i; }; } \
    258      1.1  christos '
    259      1.1  christos # Make sure the list of sources is unique.  This is necessary because,
    260      1.1  christos # e.g., the same source file might be shared among _SOURCES variables
    261      1.1  christos # for different programs/libraries.
    262      1.1  christos am__define_uniq_tagged_files = \
    263      1.1  christos   list='$(am__tagged_files)'; \
    264      1.1  christos   unique=`for i in $$list; do \
    265      1.1  christos     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    266      1.1  christos   done | $(am__uniquify_input)`
    267  1.1.1.2  christos am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
    268      1.1  christos DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    269      1.1  christos ACLOCAL = @ACLOCAL@
    270      1.1  christos AMTAR = @AMTAR@
    271      1.1  christos AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
    272      1.1  christos AR = @AR@
    273      1.1  christos AUTOCONF = @AUTOCONF@
    274      1.1  christos AUTOHEADER = @AUTOHEADER@
    275      1.1  christos AUTOMAKE = @AUTOMAKE@
    276      1.1  christos AWK = @AWK@
    277      1.1  christos CC = @CC@
    278      1.1  christos CCDEPMODE = @CCDEPMODE@
    279      1.1  christos CFLAGS = @CFLAGS@
    280      1.1  christos CPP = @CPP@
    281      1.1  christos CPPFLAGS = @CPPFLAGS@
    282  1.1.1.3  christos CRYB_TEST_CFLAGS = @CRYB_TEST_CFLAGS@
    283  1.1.1.2  christos CRYB_TEST_LIBS = @CRYB_TEST_LIBS@
    284  1.1.1.3  christos CRYB_TEST_VERSION = @CRYB_TEST_VERSION@
    285  1.1.1.4  christos CSCOPE = @CSCOPE@
    286  1.1.1.4  christos CTAGS = @CTAGS@
    287  1.1.1.4  christos CXX = @CXX@
    288  1.1.1.4  christos CXXCPP = @CXXCPP@
    289  1.1.1.4  christos CXXDEPMODE = @CXXDEPMODE@
    290  1.1.1.4  christos CXXFLAGS = @CXXFLAGS@
    291      1.1  christos CYGPATH_W = @CYGPATH_W@
    292      1.1  christos DEFS = @DEFS@
    293      1.1  christos DEPDIR = @DEPDIR@
    294      1.1  christos DLLTOOL = @DLLTOOL@
    295      1.1  christos DL_LIBS = @DL_LIBS@
    296      1.1  christos DSYMUTIL = @DSYMUTIL@
    297      1.1  christos DUMPBIN = @DUMPBIN@
    298      1.1  christos ECHO_C = @ECHO_C@
    299      1.1  christos ECHO_N = @ECHO_N@
    300      1.1  christos ECHO_T = @ECHO_T@
    301      1.1  christos EGREP = @EGREP@
    302  1.1.1.4  christos ETAGS = @ETAGS@
    303      1.1  christos EXEEXT = @EXEEXT@
    304      1.1  christos FGREP = @FGREP@
    305  1.1.1.4  christos FILECMD = @FILECMD@
    306      1.1  christos GREP = @GREP@
    307      1.1  christos INSTALL = @INSTALL@
    308      1.1  christos INSTALL_DATA = @INSTALL_DATA@
    309      1.1  christos INSTALL_PROGRAM = @INSTALL_PROGRAM@
    310      1.1  christos INSTALL_SCRIPT = @INSTALL_SCRIPT@
    311      1.1  christos INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    312      1.1  christos LD = @LD@
    313      1.1  christos LDFLAGS = @LDFLAGS@
    314      1.1  christos LIBOBJS = @LIBOBJS@
    315      1.1  christos LIBS = @LIBS@
    316      1.1  christos LIBTOOL = @LIBTOOL@
    317      1.1  christos LIB_MAJ = @LIB_MAJ@
    318      1.1  christos LIPO = @LIPO@
    319      1.1  christos LN_S = @LN_S@
    320      1.1  christos LTLIBOBJS = @LTLIBOBJS@
    321  1.1.1.2  christos LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
    322      1.1  christos MAKEINFO = @MAKEINFO@
    323      1.1  christos MANIFEST_TOOL = @MANIFEST_TOOL@
    324      1.1  christos MKDIR_P = @MKDIR_P@
    325      1.1  christos NM = @NM@
    326      1.1  christos NMEDIT = @NMEDIT@
    327      1.1  christos OBJDUMP = @OBJDUMP@
    328      1.1  christos OBJEXT = @OBJEXT@
    329      1.1  christos OPENPAM_MODULES_DIR = @OPENPAM_MODULES_DIR@
    330      1.1  christos OTOOL = @OTOOL@
    331      1.1  christos OTOOL64 = @OTOOL64@
    332      1.1  christos PACKAGE = @PACKAGE@
    333      1.1  christos PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    334      1.1  christos PACKAGE_NAME = @PACKAGE_NAME@
    335      1.1  christos PACKAGE_STRING = @PACKAGE_STRING@
    336      1.1  christos PACKAGE_TARNAME = @PACKAGE_TARNAME@
    337      1.1  christos PACKAGE_URL = @PACKAGE_URL@
    338      1.1  christos PACKAGE_VERSION = @PACKAGE_VERSION@
    339      1.1  christos PATH_SEPARATOR = @PATH_SEPARATOR@
    340  1.1.1.3  christos PKG_CONFIG = @PKG_CONFIG@
    341  1.1.1.3  christos PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
    342  1.1.1.3  christos PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
    343      1.1  christos RANLIB = @RANLIB@
    344      1.1  christos SED = @SED@
    345      1.1  christos SET_MAKE = @SET_MAKE@
    346      1.1  christos SHELL = @SHELL@
    347      1.1  christos STRIP = @STRIP@
    348  1.1.1.2  christos SYSTEM_LIBPAM = @SYSTEM_LIBPAM@
    349      1.1  christos VERSION = @VERSION@
    350      1.1  christos abs_builddir = @abs_builddir@
    351      1.1  christos abs_srcdir = @abs_srcdir@
    352      1.1  christos abs_top_builddir = @abs_top_builddir@
    353      1.1  christos abs_top_srcdir = @abs_top_srcdir@
    354      1.1  christos ac_ct_AR = @ac_ct_AR@
    355      1.1  christos ac_ct_CC = @ac_ct_CC@
    356  1.1.1.4  christos ac_ct_CXX = @ac_ct_CXX@
    357      1.1  christos ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
    358      1.1  christos am__include = @am__include@
    359      1.1  christos am__leading_dot = @am__leading_dot@
    360      1.1  christos am__quote = @am__quote@
    361  1.1.1.5  christos am__rm_f_notfound = @am__rm_f_notfound@
    362      1.1  christos am__tar = @am__tar@
    363      1.1  christos am__untar = @am__untar@
    364  1.1.1.5  christos am__xargs_n = @am__xargs_n@
    365      1.1  christos bindir = @bindir@
    366      1.1  christos build = @build@
    367      1.1  christos build_alias = @build_alias@
    368      1.1  christos build_cpu = @build_cpu@
    369      1.1  christos build_os = @build_os@
    370      1.1  christos build_vendor = @build_vendor@
    371      1.1  christos builddir = @builddir@
    372  1.1.1.4  christos clang_ver = @clang_ver@
    373      1.1  christos datadir = @datadir@
    374      1.1  christos datarootdir = @datarootdir@
    375      1.1  christos docdir = @docdir@
    376      1.1  christos dvidir = @dvidir@
    377      1.1  christos exec_prefix = @exec_prefix@
    378      1.1  christos host = @host@
    379      1.1  christos host_alias = @host_alias@
    380      1.1  christos host_cpu = @host_cpu@
    381      1.1  christos host_os = @host_os@
    382      1.1  christos host_vendor = @host_vendor@
    383      1.1  christos htmldir = @htmldir@
    384      1.1  christos includedir = @includedir@
    385      1.1  christos infodir = @infodir@
    386      1.1  christos install_sh = @install_sh@
    387      1.1  christos libdir = @libdir@
    388      1.1  christos libexecdir = @libexecdir@
    389      1.1  christos localedir = @localedir@
    390      1.1  christos localstatedir = @localstatedir@
    391      1.1  christos mandir = @mandir@
    392      1.1  christos mkdir_p = @mkdir_p@
    393      1.1  christos oldincludedir = @oldincludedir@
    394      1.1  christos pdfdir = @pdfdir@
    395  1.1.1.3  christos pkgconfigdir = @pkgconfigdir@
    396      1.1  christos prefix = @prefix@
    397      1.1  christos program_transform_name = @program_transform_name@
    398      1.1  christos psdir = @psdir@
    399  1.1.1.4  christos runstatedir = @runstatedir@
    400      1.1  christos sbindir = @sbindir@
    401      1.1  christos sharedstatedir = @sharedstatedir@
    402      1.1  christos srcdir = @srcdir@
    403      1.1  christos sysconfdir = @sysconfdir@
    404      1.1  christos target_alias = @target_alias@
    405      1.1  christos top_build_prefix = @top_build_prefix@
    406      1.1  christos top_builddir = @top_builddir@
    407      1.1  christos top_srcdir = @top_srcdir@
    408      1.1  christos NULL = 
    409      1.1  christos AM_CPPFLAGS = -I$(top_srcdir)/include
    410      1.1  christos lib_LTLIBRARIES = libpam.la
    411      1.1  christos noinst_HEADERS = \
    412      1.1  christos 	openpam_asprintf.h \
    413      1.1  christos 	openpam_constants.h \
    414      1.1  christos 	openpam_cred.h \
    415      1.1  christos 	openpam_ctype.h \
    416      1.1  christos 	openpam_debug.h \
    417      1.1  christos 	openpam_dlfunc.h \
    418      1.1  christos 	openpam_features.h \
    419      1.1  christos 	openpam_impl.h \
    420      1.1  christos 	openpam_strlcat.h \
    421      1.1  christos 	openpam_strlcmp.h \
    422      1.1  christos 	openpam_strlcpy.h \
    423      1.1  christos 	openpam_strlset.h \
    424      1.1  christos 	openpam_vasprintf.h
    425      1.1  christos 
    426      1.1  christos libpam_la_SOURCES = \
    427      1.1  christos 	openpam_asprintf.c \
    428      1.1  christos 	openpam_borrow_cred.c \
    429      1.1  christos 	openpam_check_owner_perms.c \
    430      1.1  christos 	openpam_configure.c \
    431      1.1  christos 	openpam_constants.c \
    432      1.1  christos 	openpam_dispatch.c \
    433      1.1  christos 	openpam_dynamic.c \
    434      1.1  christos 	openpam_features.c \
    435      1.1  christos 	openpam_findenv.c \
    436      1.1  christos 	openpam_free_data.c \
    437      1.1  christos 	openpam_free_envlist.c \
    438      1.1  christos 	openpam_get_feature.c \
    439      1.1  christos 	openpam_get_option.c \
    440      1.1  christos 	openpam_load.c \
    441      1.1  christos 	openpam_log.c \
    442      1.1  christos 	openpam_nullconv.c \
    443      1.1  christos 	openpam_readline.c \
    444      1.1  christos 	openpam_readlinev.c \
    445      1.1  christos 	openpam_readword.c \
    446      1.1  christos 	openpam_restore_cred.c \
    447      1.1  christos 	openpam_set_option.c \
    448      1.1  christos 	openpam_set_feature.c \
    449      1.1  christos 	openpam_static.c \
    450      1.1  christos 	openpam_straddch.c \
    451      1.1  christos 	openpam_strlcat.c \
    452      1.1  christos 	openpam_strlcpy.c \
    453      1.1  christos 	openpam_strlset.c \
    454      1.1  christos 	openpam_subst.c \
    455      1.1  christos 	openpam_vasprintf.c \
    456      1.1  christos 	openpam_ttyconv.c \
    457      1.1  christos 	pam_acct_mgmt.c \
    458      1.1  christos 	pam_authenticate.c \
    459      1.1  christos 	pam_chauthtok.c \
    460      1.1  christos 	pam_close_session.c \
    461      1.1  christos 	pam_end.c \
    462      1.1  christos 	pam_error.c \
    463      1.1  christos 	pam_get_authtok.c \
    464      1.1  christos 	pam_get_data.c \
    465      1.1  christos 	pam_get_item.c \
    466      1.1  christos 	pam_get_user.c \
    467      1.1  christos 	pam_getenv.c \
    468      1.1  christos 	pam_getenvlist.c \
    469      1.1  christos 	pam_info.c \
    470      1.1  christos 	pam_open_session.c \
    471      1.1  christos 	pam_prompt.c \
    472      1.1  christos 	pam_putenv.c \
    473      1.1  christos 	pam_set_data.c \
    474      1.1  christos 	pam_set_item.c \
    475      1.1  christos 	pam_setcred.c \
    476      1.1  christos 	pam_setenv.c \
    477      1.1  christos 	pam_start.c \
    478      1.1  christos 	pam_strerror.c \
    479      1.1  christos 	pam_verror.c \
    480      1.1  christos 	pam_vinfo.c \
    481      1.1  christos 	pam_vprompt.c \
    482      1.1  christos 	$(NULL)
    483      1.1  christos 
    484  1.1.1.2  christos libpam_la_LDFLAGS = -no-undefined -version-info $(LIB_MAJ)
    485  1.1.1.2  christos libpam_la_LIBADD = $(DL_LIBS)
    486      1.1  christos EXTRA_DIST = \
    487      1.1  christos 	pam_authenticate_secondary.c \
    488      1.1  christos 	pam_get_mapped_authtok.c \
    489      1.1  christos 	pam_get_mapped_username.c \
    490      1.1  christos 	pam_set_mapped_authtok.c \
    491      1.1  christos 	pam_set_mapped_username.c \
    492      1.1  christos 	\
    493      1.1  christos 	pam_sm_acct_mgmt.c \
    494      1.1  christos 	pam_sm_authenticate.c \
    495      1.1  christos 	pam_sm_authenticate_secondary.c \
    496      1.1  christos 	pam_sm_chauthtok.c \
    497      1.1  christos 	pam_sm_close_session.c \
    498      1.1  christos 	pam_sm_get_mapped_authtok.c \
    499      1.1  christos 	pam_sm_get_mapped_username.c \
    500      1.1  christos 	pam_sm_open_session.c \
    501      1.1  christos 	pam_sm_set_mapped_authtok.c \
    502      1.1  christos 	pam_sm_set_mapped_username.c \
    503      1.1  christos 	pam_sm_setcred.c
    504      1.1  christos 
    505      1.1  christos all: all-am
    506      1.1  christos 
    507      1.1  christos .SUFFIXES:
    508      1.1  christos .SUFFIXES: .c .lo .o .obj
    509      1.1  christos $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
    510      1.1  christos 	@for dep in $?; do \
    511      1.1  christos 	  case '$(am__configure_deps)' in \
    512      1.1  christos 	    *$$dep*) \
    513      1.1  christos 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
    514      1.1  christos 	        && { if test -f $@; then exit 0; else break; fi; }; \
    515      1.1  christos 	      exit 1;; \
    516      1.1  christos 	  esac; \
    517      1.1  christos 	done; \
    518      1.1  christos 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/libpam/Makefile'; \
    519      1.1  christos 	$(am__cd) $(top_srcdir) && \
    520      1.1  christos 	  $(AUTOMAKE) --foreign lib/libpam/Makefile
    521      1.1  christos Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    522      1.1  christos 	@case '$?' in \
    523      1.1  christos 	  *config.status*) \
    524      1.1  christos 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
    525      1.1  christos 	  *) \
    526  1.1.1.3  christos 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
    527  1.1.1.3  christos 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
    528      1.1  christos 	esac;
    529      1.1  christos 
    530      1.1  christos $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    531      1.1  christos 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    532      1.1  christos 
    533      1.1  christos $(top_srcdir)/configure:  $(am__configure_deps)
    534      1.1  christos 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    535      1.1  christos $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
    536      1.1  christos 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    537      1.1  christos $(am__aclocal_m4_deps):
    538      1.1  christos 
    539      1.1  christos install-libLTLIBRARIES: $(lib_LTLIBRARIES)
    540      1.1  christos 	@$(NORMAL_INSTALL)
    541      1.1  christos 	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
    542      1.1  christos 	list2=; for p in $$list; do \
    543      1.1  christos 	  if test -f $$p; then \
    544      1.1  christos 	    list2="$$list2 $$p"; \
    545      1.1  christos 	  else :; fi; \
    546      1.1  christos 	done; \
    547      1.1  christos 	test -z "$$list2" || { \
    548      1.1  christos 	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
    549      1.1  christos 	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
    550      1.1  christos 	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
    551      1.1  christos 	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
    552      1.1  christos 	}
    553      1.1  christos 
    554      1.1  christos uninstall-libLTLIBRARIES:
    555      1.1  christos 	@$(NORMAL_UNINSTALL)
    556      1.1  christos 	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
    557      1.1  christos 	for p in $$list; do \
    558      1.1  christos 	  $(am__strip_dir) \
    559      1.1  christos 	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
    560      1.1  christos 	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
    561      1.1  christos 	done
    562      1.1  christos 
    563      1.1  christos clean-libLTLIBRARIES:
    564  1.1.1.5  christos 	-$(am__rm_f) $(lib_LTLIBRARIES)
    565      1.1  christos 	@list='$(lib_LTLIBRARIES)'; \
    566      1.1  christos 	locs=`for p in $$list; do echo $$p; done | \
    567      1.1  christos 	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
    568      1.1  christos 	      sort -u`; \
    569  1.1.1.5  christos 	echo rm -f $${locs}; \
    570  1.1.1.5  christos 	$(am__rm_f) $${locs}
    571      1.1  christos 
    572      1.1  christos libpam.la: $(libpam_la_OBJECTS) $(libpam_la_DEPENDENCIES) $(EXTRA_libpam_la_DEPENDENCIES) 
    573      1.1  christos 	$(AM_V_CCLD)$(libpam_la_LINK) -rpath $(libdir) $(libpam_la_OBJECTS) $(libpam_la_LIBADD) $(LIBS)
    574      1.1  christos 
    575      1.1  christos mostlyclean-compile:
    576      1.1  christos 	-rm -f *.$(OBJEXT)
    577      1.1  christos 
    578      1.1  christos distclean-compile:
    579      1.1  christos 	-rm -f *.tab.c
    580      1.1  christos 
    581  1.1.1.3  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_asprintf.Plo@am__quote@ # am--include-marker
    582  1.1.1.3  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_borrow_cred.Plo@am__quote@ # am--include-marker
    583  1.1.1.3  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_check_owner_perms.Plo@am__quote@ # am--include-marker
    584  1.1.1.3  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_configure.Plo@am__quote@ # am--include-marker
    585  1.1.1.3  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_constants.Plo@am__quote@ # am--include-marker
    586  1.1.1.3  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_dispatch.Plo@am__quote@ # am--include-marker
    587  1.1.1.3  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_dynamic.Plo@am__quote@ # am--include-marker
    588  1.1.1.3  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_features.Plo@am__quote@ # am--include-marker
    589  1.1.1.3  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_findenv.Plo@am__quote@ # am--include-marker
    590  1.1.1.3  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_free_data.Plo@am__quote@ # am--include-marker
    591  1.1.1.3  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_free_envlist.Plo@am__quote@ # am--include-marker
    592  1.1.1.3  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_get_feature.Plo@am__quote@ # am--include-marker
    593  1.1.1.3  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_get_option.Plo@am__quote@ # am--include-marker
    594  1.1.1.3  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_load.Plo@am__quote@ # am--include-marker
    595  1.1.1.3  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_log.Plo@am__quote@ # am--include-marker
    596  1.1.1.3  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_nullconv.Plo@am__quote@ # am--include-marker
    597  1.1.1.3  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_readline.Plo@am__quote@ # am--include-marker
    598  1.1.1.3  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_readlinev.Plo@am__quote@ # am--include-marker
    599  1.1.1.3  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_readword.Plo@am__quote@ # am--include-marker
    600  1.1.1.3  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_restore_cred.Plo@am__quote@ # am--include-marker
    601  1.1.1.3  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_set_feature.Plo@am__quote@ # am--include-marker
    602  1.1.1.3  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_set_option.Plo@am__quote@ # am--include-marker
    603  1.1.1.3  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_static.Plo@am__quote@ # am--include-marker
    604  1.1.1.3  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_straddch.Plo@am__quote@ # am--include-marker
    605  1.1.1.3  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_strlcat.Plo@am__quote@ # am--include-marker
    606  1.1.1.3  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_strlcpy.Plo@am__quote@ # am--include-marker
    607  1.1.1.3  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_strlset.Plo@am__quote@ # am--include-marker
    608  1.1.1.3  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_subst.Plo@am__quote@ # am--include-marker
    609  1.1.1.3  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_ttyconv.Plo@am__quote@ # am--include-marker
    610  1.1.1.3  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_vasprintf.Plo@am__quote@ # am--include-marker
    611  1.1.1.3  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_acct_mgmt.Plo@am__quote@ # am--include-marker
    612  1.1.1.3  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_authenticate.Plo@am__quote@ # am--include-marker
    613  1.1.1.3  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_chauthtok.Plo@am__quote@ # am--include-marker
    614  1.1.1.3  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_close_session.Plo@am__quote@ # am--include-marker
    615  1.1.1.3  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_end.Plo@am__quote@ # am--include-marker
    616  1.1.1.3  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_error.Plo@am__quote@ # am--include-marker
    617  1.1.1.3  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_get_authtok.Plo@am__quote@ # am--include-marker
    618  1.1.1.3  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_get_data.Plo@am__quote@ # am--include-marker
    619  1.1.1.3  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_get_item.Plo@am__quote@ # am--include-marker
    620  1.1.1.3  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_get_user.Plo@am__quote@ # am--include-marker
    621  1.1.1.3  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_getenv.Plo@am__quote@ # am--include-marker
    622  1.1.1.3  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_getenvlist.Plo@am__quote@ # am--include-marker
    623  1.1.1.3  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_info.Plo@am__quote@ # am--include-marker
    624  1.1.1.3  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_open_session.Plo@am__quote@ # am--include-marker
    625  1.1.1.3  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_prompt.Plo@am__quote@ # am--include-marker
    626  1.1.1.3  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_putenv.Plo@am__quote@ # am--include-marker
    627  1.1.1.3  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_set_data.Plo@am__quote@ # am--include-marker
    628  1.1.1.3  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_set_item.Plo@am__quote@ # am--include-marker
    629  1.1.1.3  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_setcred.Plo@am__quote@ # am--include-marker
    630  1.1.1.3  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_setenv.Plo@am__quote@ # am--include-marker
    631  1.1.1.3  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_start.Plo@am__quote@ # am--include-marker
    632  1.1.1.3  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_strerror.Plo@am__quote@ # am--include-marker
    633  1.1.1.3  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_verror.Plo@am__quote@ # am--include-marker
    634  1.1.1.3  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_vinfo.Plo@am__quote@ # am--include-marker
    635  1.1.1.3  christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_vprompt.Plo@am__quote@ # am--include-marker
    636  1.1.1.3  christos 
    637  1.1.1.3  christos $(am__depfiles_remade):
    638  1.1.1.3  christos 	@$(MKDIR_P) $(@D)
    639  1.1.1.5  christos 	@: >>$@
    640  1.1.1.3  christos 
    641  1.1.1.3  christos am--depfiles: $(am__depfiles_remade)
    642      1.1  christos 
    643      1.1  christos .c.o:
    644      1.1  christos @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
    645      1.1  christos @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
    646      1.1  christos @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    647      1.1  christos @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    648      1.1  christos @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
    649      1.1  christos 
    650      1.1  christos .c.obj:
    651      1.1  christos @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
    652      1.1  christos @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
    653      1.1  christos @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    654      1.1  christos @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    655      1.1  christos @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
    656      1.1  christos 
    657      1.1  christos .c.lo:
    658      1.1  christos @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
    659      1.1  christos @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
    660      1.1  christos @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
    661      1.1  christos @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    662      1.1  christos @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
    663      1.1  christos 
    664      1.1  christos mostlyclean-libtool:
    665      1.1  christos 	-rm -f *.lo
    666      1.1  christos 
    667      1.1  christos clean-libtool:
    668      1.1  christos 	-rm -rf .libs _libs
    669      1.1  christos 
    670      1.1  christos ID: $(am__tagged_files)
    671      1.1  christos 	$(am__define_uniq_tagged_files); mkid -fID $$unique
    672      1.1  christos tags: tags-am
    673      1.1  christos TAGS: tags
    674      1.1  christos 
    675      1.1  christos tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    676      1.1  christos 	set x; \
    677      1.1  christos 	here=`pwd`; \
    678      1.1  christos 	$(am__define_uniq_tagged_files); \
    679      1.1  christos 	shift; \
    680      1.1  christos 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
    681      1.1  christos 	  test -n "$$unique" || unique=$$empty_fix; \
    682      1.1  christos 	  if test $$# -gt 0; then \
    683      1.1  christos 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    684      1.1  christos 	      "$$@" $$unique; \
    685      1.1  christos 	  else \
    686      1.1  christos 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    687      1.1  christos 	      $$unique; \
    688      1.1  christos 	  fi; \
    689      1.1  christos 	fi
    690      1.1  christos ctags: ctags-am
    691      1.1  christos 
    692      1.1  christos CTAGS: ctags
    693      1.1  christos ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    694      1.1  christos 	$(am__define_uniq_tagged_files); \
    695      1.1  christos 	test -z "$(CTAGS_ARGS)$$unique" \
    696      1.1  christos 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
    697      1.1  christos 	     $$unique
    698      1.1  christos 
    699      1.1  christos GTAGS:
    700      1.1  christos 	here=`$(am__cd) $(top_builddir) && pwd` \
    701      1.1  christos 	  && $(am__cd) $(top_srcdir) \
    702      1.1  christos 	  && gtags -i $(GTAGS_ARGS) "$$here"
    703      1.1  christos cscopelist: cscopelist-am
    704      1.1  christos 
    705      1.1  christos cscopelist-am: $(am__tagged_files)
    706      1.1  christos 	list='$(am__tagged_files)'; \
    707      1.1  christos 	case "$(srcdir)" in \
    708      1.1  christos 	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
    709      1.1  christos 	  *) sdir=$(subdir)/$(srcdir) ;; \
    710      1.1  christos 	esac; \
    711      1.1  christos 	for i in $$list; do \
    712      1.1  christos 	  if test -f "$$i"; then \
    713      1.1  christos 	    echo "$(subdir)/$$i"; \
    714      1.1  christos 	  else \
    715      1.1  christos 	    echo "$$sdir/$$i"; \
    716      1.1  christos 	  fi; \
    717      1.1  christos 	done >> $(top_builddir)/cscope.files
    718      1.1  christos 
    719      1.1  christos distclean-tags:
    720      1.1  christos 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    721  1.1.1.3  christos distdir: $(BUILT_SOURCES)
    722  1.1.1.3  christos 	$(MAKE) $(AM_MAKEFLAGS) distdir-am
    723  1.1.1.3  christos 
    724  1.1.1.3  christos distdir-am: $(DISTFILES)
    725      1.1  christos 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    726      1.1  christos 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    727      1.1  christos 	list='$(DISTFILES)'; \
    728      1.1  christos 	  dist_files=`for file in $$list; do echo $$file; done | \
    729      1.1  christos 	  sed -e "s|^$$srcdirstrip/||;t" \
    730      1.1  christos 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
    731      1.1  christos 	case $$dist_files in \
    732      1.1  christos 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
    733      1.1  christos 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
    734      1.1  christos 			   sort -u` ;; \
    735      1.1  christos 	esac; \
    736      1.1  christos 	for file in $$dist_files; do \
    737      1.1  christos 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
    738      1.1  christos 	  if test -d $$d/$$file; then \
    739      1.1  christos 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
    740      1.1  christos 	    if test -d "$(distdir)/$$file"; then \
    741      1.1  christos 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    742      1.1  christos 	    fi; \
    743      1.1  christos 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
    744      1.1  christos 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
    745      1.1  christos 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    746      1.1  christos 	    fi; \
    747      1.1  christos 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
    748      1.1  christos 	  else \
    749      1.1  christos 	    test -f "$(distdir)/$$file" \
    750      1.1  christos 	    || cp -p $$d/$$file "$(distdir)/$$file" \
    751      1.1  christos 	    || exit 1; \
    752      1.1  christos 	  fi; \
    753      1.1  christos 	done
    754      1.1  christos check-am: all-am
    755      1.1  christos check: check-am
    756      1.1  christos all-am: Makefile $(LTLIBRARIES) $(HEADERS)
    757      1.1  christos installdirs:
    758      1.1  christos 	for dir in "$(DESTDIR)$(libdir)"; do \
    759      1.1  christos 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
    760      1.1  christos 	done
    761      1.1  christos install: install-am
    762      1.1  christos install-exec: install-exec-am
    763      1.1  christos install-data: install-data-am
    764      1.1  christos uninstall: uninstall-am
    765      1.1  christos 
    766      1.1  christos install-am: all-am
    767      1.1  christos 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    768      1.1  christos 
    769      1.1  christos installcheck: installcheck-am
    770      1.1  christos install-strip:
    771      1.1  christos 	if test -z '$(STRIP)'; then \
    772      1.1  christos 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    773      1.1  christos 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    774      1.1  christos 	      install; \
    775      1.1  christos 	else \
    776      1.1  christos 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    777      1.1  christos 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    778      1.1  christos 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
    779      1.1  christos 	fi
    780      1.1  christos mostlyclean-generic:
    781      1.1  christos 
    782      1.1  christos clean-generic:
    783      1.1  christos 
    784      1.1  christos distclean-generic:
    785  1.1.1.5  christos 	-$(am__rm_f) $(CONFIG_CLEAN_FILES)
    786  1.1.1.5  christos 	-test . = "$(srcdir)" || $(am__rm_f) $(CONFIG_CLEAN_VPATH_FILES)
    787      1.1  christos 
    788      1.1  christos maintainer-clean-generic:
    789      1.1  christos 	@echo "This command is intended for maintainers to use"
    790      1.1  christos 	@echo "it deletes files that may require special tools to rebuild."
    791      1.1  christos clean: clean-am
    792      1.1  christos 
    793      1.1  christos clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
    794      1.1  christos 	mostlyclean-am
    795      1.1  christos 
    796      1.1  christos distclean: distclean-am
    797  1.1.1.5  christos 	-rm -f ./$(DEPDIR)/openpam_asprintf.Plo
    798  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/openpam_borrow_cred.Plo
    799  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/openpam_check_owner_perms.Plo
    800  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/openpam_configure.Plo
    801  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/openpam_constants.Plo
    802  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/openpam_dispatch.Plo
    803  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/openpam_dynamic.Plo
    804  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/openpam_features.Plo
    805  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/openpam_findenv.Plo
    806  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/openpam_free_data.Plo
    807  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/openpam_free_envlist.Plo
    808  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/openpam_get_feature.Plo
    809  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/openpam_get_option.Plo
    810  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/openpam_load.Plo
    811  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/openpam_log.Plo
    812  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/openpam_nullconv.Plo
    813  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/openpam_readline.Plo
    814  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/openpam_readlinev.Plo
    815  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/openpam_readword.Plo
    816  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/openpam_restore_cred.Plo
    817  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/openpam_set_feature.Plo
    818  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/openpam_set_option.Plo
    819  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/openpam_static.Plo
    820  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/openpam_straddch.Plo
    821  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/openpam_strlcat.Plo
    822  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/openpam_strlcpy.Plo
    823  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/openpam_strlset.Plo
    824  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/openpam_subst.Plo
    825  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/openpam_ttyconv.Plo
    826  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/openpam_vasprintf.Plo
    827  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/pam_acct_mgmt.Plo
    828  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/pam_authenticate.Plo
    829  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/pam_chauthtok.Plo
    830  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/pam_close_session.Plo
    831  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/pam_end.Plo
    832  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/pam_error.Plo
    833  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/pam_get_authtok.Plo
    834  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/pam_get_data.Plo
    835  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/pam_get_item.Plo
    836  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/pam_get_user.Plo
    837  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/pam_getenv.Plo
    838  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/pam_getenvlist.Plo
    839  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/pam_info.Plo
    840  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/pam_open_session.Plo
    841  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/pam_prompt.Plo
    842  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/pam_putenv.Plo
    843  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/pam_set_data.Plo
    844  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/pam_set_item.Plo
    845  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/pam_setcred.Plo
    846  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/pam_setenv.Plo
    847  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/pam_start.Plo
    848  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/pam_strerror.Plo
    849  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/pam_verror.Plo
    850  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/pam_vinfo.Plo
    851  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/pam_vprompt.Plo
    852      1.1  christos 	-rm -f Makefile
    853      1.1  christos distclean-am: clean-am distclean-compile distclean-generic \
    854      1.1  christos 	distclean-tags
    855      1.1  christos 
    856      1.1  christos dvi: dvi-am
    857      1.1  christos 
    858      1.1  christos dvi-am:
    859      1.1  christos 
    860      1.1  christos html: html-am
    861      1.1  christos 
    862      1.1  christos html-am:
    863      1.1  christos 
    864      1.1  christos info: info-am
    865      1.1  christos 
    866      1.1  christos info-am:
    867      1.1  christos 
    868      1.1  christos install-data-am:
    869      1.1  christos 
    870      1.1  christos install-dvi: install-dvi-am
    871      1.1  christos 
    872      1.1  christos install-dvi-am:
    873      1.1  christos 
    874      1.1  christos install-exec-am: install-libLTLIBRARIES
    875      1.1  christos 
    876      1.1  christos install-html: install-html-am
    877      1.1  christos 
    878      1.1  christos install-html-am:
    879      1.1  christos 
    880      1.1  christos install-info: install-info-am
    881      1.1  christos 
    882      1.1  christos install-info-am:
    883      1.1  christos 
    884      1.1  christos install-man:
    885      1.1  christos 
    886      1.1  christos install-pdf: install-pdf-am
    887      1.1  christos 
    888      1.1  christos install-pdf-am:
    889      1.1  christos 
    890      1.1  christos install-ps: install-ps-am
    891      1.1  christos 
    892      1.1  christos install-ps-am:
    893      1.1  christos 
    894      1.1  christos installcheck-am:
    895      1.1  christos 
    896      1.1  christos maintainer-clean: maintainer-clean-am
    897  1.1.1.5  christos 	-rm -f ./$(DEPDIR)/openpam_asprintf.Plo
    898  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/openpam_borrow_cred.Plo
    899  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/openpam_check_owner_perms.Plo
    900  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/openpam_configure.Plo
    901  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/openpam_constants.Plo
    902  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/openpam_dispatch.Plo
    903  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/openpam_dynamic.Plo
    904  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/openpam_features.Plo
    905  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/openpam_findenv.Plo
    906  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/openpam_free_data.Plo
    907  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/openpam_free_envlist.Plo
    908  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/openpam_get_feature.Plo
    909  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/openpam_get_option.Plo
    910  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/openpam_load.Plo
    911  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/openpam_log.Plo
    912  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/openpam_nullconv.Plo
    913  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/openpam_readline.Plo
    914  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/openpam_readlinev.Plo
    915  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/openpam_readword.Plo
    916  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/openpam_restore_cred.Plo
    917  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/openpam_set_feature.Plo
    918  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/openpam_set_option.Plo
    919  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/openpam_static.Plo
    920  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/openpam_straddch.Plo
    921  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/openpam_strlcat.Plo
    922  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/openpam_strlcpy.Plo
    923  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/openpam_strlset.Plo
    924  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/openpam_subst.Plo
    925  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/openpam_ttyconv.Plo
    926  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/openpam_vasprintf.Plo
    927  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/pam_acct_mgmt.Plo
    928  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/pam_authenticate.Plo
    929  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/pam_chauthtok.Plo
    930  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/pam_close_session.Plo
    931  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/pam_end.Plo
    932  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/pam_error.Plo
    933  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/pam_get_authtok.Plo
    934  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/pam_get_data.Plo
    935  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/pam_get_item.Plo
    936  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/pam_get_user.Plo
    937  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/pam_getenv.Plo
    938  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/pam_getenvlist.Plo
    939  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/pam_info.Plo
    940  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/pam_open_session.Plo
    941  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/pam_prompt.Plo
    942  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/pam_putenv.Plo
    943  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/pam_set_data.Plo
    944  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/pam_set_item.Plo
    945  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/pam_setcred.Plo
    946  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/pam_setenv.Plo
    947  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/pam_start.Plo
    948  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/pam_strerror.Plo
    949  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/pam_verror.Plo
    950  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/pam_vinfo.Plo
    951  1.1.1.3  christos 	-rm -f ./$(DEPDIR)/pam_vprompt.Plo
    952      1.1  christos 	-rm -f Makefile
    953      1.1  christos maintainer-clean-am: distclean-am maintainer-clean-generic
    954      1.1  christos 
    955      1.1  christos mostlyclean: mostlyclean-am
    956      1.1  christos 
    957      1.1  christos mostlyclean-am: mostlyclean-compile mostlyclean-generic \
    958      1.1  christos 	mostlyclean-libtool
    959      1.1  christos 
    960      1.1  christos pdf: pdf-am
    961      1.1  christos 
    962      1.1  christos pdf-am:
    963      1.1  christos 
    964      1.1  christos ps: ps-am
    965      1.1  christos 
    966      1.1  christos ps-am:
    967      1.1  christos 
    968      1.1  christos uninstall-am: uninstall-libLTLIBRARIES
    969      1.1  christos 
    970      1.1  christos .MAKE: install-am install-strip
    971      1.1  christos 
    972  1.1.1.3  christos .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
    973  1.1.1.3  christos 	clean-generic clean-libLTLIBRARIES clean-libtool cscopelist-am \
    974  1.1.1.3  christos 	ctags ctags-am distclean distclean-compile distclean-generic \
    975      1.1  christos 	distclean-libtool distclean-tags distdir dvi dvi-am html \
    976      1.1  christos 	html-am info info-am install install-am install-data \
    977      1.1  christos 	install-data-am install-dvi install-dvi-am install-exec \
    978      1.1  christos 	install-exec-am install-html install-html-am install-info \
    979      1.1  christos 	install-info-am install-libLTLIBRARIES install-man install-pdf \
    980      1.1  christos 	install-pdf-am install-ps install-ps-am install-strip \
    981      1.1  christos 	installcheck installcheck-am installdirs maintainer-clean \
    982      1.1  christos 	maintainer-clean-generic mostlyclean mostlyclean-compile \
    983      1.1  christos 	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
    984      1.1  christos 	tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES
    985      1.1  christos 
    986  1.1.1.2  christos .PRECIOUS: Makefile
    987  1.1.1.2  christos 
    988      1.1  christos 
    989      1.1  christos # Tell versions [3.59,3.63) of GNU make to not export all variables.
    990      1.1  christos # Otherwise a system limit (for SysV at least) may be exceeded.
    991      1.1  christos .NOEXPORT:
    992  1.1.1.5  christos 
    993  1.1.1.5  christos # Tell GNU make to disable its built-in pattern rules.
    994  1.1.1.5  christos %:: %,v
    995  1.1.1.5  christos %:: RCS/%,v
    996  1.1.1.5  christos %:: RCS/%
    997  1.1.1.5  christos %:: s.%
    998  1.1.1.5  christos %:: SCCS/s.%
    999