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