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