1# Makefile.in generated by automake 1.17 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2024 Free Software Foundation, Inc. 5 6# This Makefile.in is free software; the Free Software Foundation 7# gives unlimited permission to copy and/or distribute it, 8# with or without modifications, as long as this notice is preserved. 9 10# This program is distributed in the hope that it will be useful, 11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 13# PARTICULAR PURPOSE. 14 15@SET_MAKE@ 16 17VPATH = @srcdir@ 18am__is_gnu_make = { \ 19 if test -z '$(MAKELEVEL)'; then \ 20 false; \ 21 elif test -n '$(MAKE_HOST)'; then \ 22 true; \ 23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 24 true; \ 25 else \ 26 false; \ 27 fi; \ 28} 29am__make_running_with_option = \ 30 case $${target_option-} in \ 31 ?) ;; \ 32 *) echo "am__make_running_with_option: internal error: invalid" \ 33 "target option '$${target_option-}' specified" >&2; \ 34 exit 1;; \ 35 esac; \ 36 has_opt=no; \ 37 sane_makeflags=$$MAKEFLAGS; \ 38 if $(am__is_gnu_make); then \ 39 sane_makeflags=$$MFLAGS; \ 40 else \ 41 case $$MAKEFLAGS in \ 42 *\\[\ \ ]*) \ 43 bs=\\; \ 44 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 46 esac; \ 47 fi; \ 48 skip_next=no; \ 49 strip_trailopt () \ 50 { \ 51 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 52 }; \ 53 for flg in $$sane_makeflags; do \ 54 test $$skip_next = yes && { skip_next=no; continue; }; \ 55 case $$flg in \ 56 *=*|--*) continue;; \ 57 -*I) strip_trailopt 'I'; skip_next=yes;; \ 58 -*I?*) strip_trailopt 'I';; \ 59 -*O) strip_trailopt 'O'; skip_next=yes;; \ 60 -*O?*) strip_trailopt 'O';; \ 61 -*l) strip_trailopt 'l'; skip_next=yes;; \ 62 -*l?*) strip_trailopt 'l';; \ 63 -[dEDm]) skip_next=yes;; \ 64 -[JT]) skip_next=yes;; \ 65 esac; \ 66 case $$flg in \ 67 *$$target_option*) has_opt=yes; break;; \ 68 esac; \ 69 done; \ 70 test $$has_opt = yes 71am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 72am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 73am__rm_f = rm -f $(am__rm_f_notfound) 74am__rm_rf = rm -rf $(am__rm_f_notfound) 75pkgdatadir = $(datadir)/@PACKAGE@ 76pkgincludedir = $(includedir)/@PACKAGE@ 77pkglibdir = $(libdir)/@PACKAGE@ 78pkglibexecdir = $(libexecdir)/@PACKAGE@ 79am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 80install_sh_DATA = $(install_sh) -c -m 644 81install_sh_PROGRAM = $(install_sh) -c 82install_sh_SCRIPT = $(install_sh) -c 83INSTALL_HEADER = $(INSTALL_DATA) 84transform = $(program_transform_name) 85NORMAL_INSTALL = : 86PRE_INSTALL = : 87POST_INSTALL = : 88NORMAL_UNINSTALL = : 89PRE_UNINSTALL = : 90POST_UNINSTALL = : 91build_triplet = @build@ 92host_triplet = @host@ 93subdir = modules/pam_return 94ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 95am__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 100am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 101 $(ACLOCAL_M4) 102DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 103mkinstalldirs = $(install_sh) -d 104CONFIG_HEADER = $(top_builddir)/config.h 105CONFIG_CLEAN_FILES = 106CONFIG_CLEAN_VPATH_FILES = 107am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 108am__vpath_adj = case $$p in \ 109 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 110 *) f=$$p;; \ 111 esac; 112am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 113am__install_max = 40 114am__nobase_strip_setup = \ 115 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 116am__nobase_strip = \ 117 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 118am__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] }' 125am__base_list = \ 126 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 127 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 128am__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 } 133am__installdirs = "$(DESTDIR)$(moduledir)" 134LTLIBRARIES = $(module_LTLIBRARIES) 135am__DEPENDENCIES_1 = 136@WITH_SYSTEM_LIBPAM_FALSE@pam_return_la_DEPENDENCIES = $(top_builddir)/lib/libpam/libpam.la 137@WITH_SYSTEM_LIBPAM_TRUE@pam_return_la_DEPENDENCIES = \ 138@WITH_SYSTEM_LIBPAM_TRUE@ $(am__DEPENDENCIES_1) 139am_pam_return_la_OBJECTS = pam_return.lo 140pam_return_la_OBJECTS = $(am_pam_return_la_OBJECTS) 141AM_V_lt = $(am__v_lt_@AM_V@) 142am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 143am__v_lt_0 = --silent 144am__v_lt_1 = 145pam_return_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 146 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 147 $(pam_return_la_LDFLAGS) $(LDFLAGS) -o $@ 148AM_V_P = $(am__v_P_@AM_V@) 149am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 150am__v_P_0 = false 151am__v_P_1 = : 152AM_V_GEN = $(am__v_GEN_@AM_V@) 153am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 154am__v_GEN_0 = @echo " GEN " $@; 155am__v_GEN_1 = 156AM_V_at = $(am__v_at_@AM_V@) 157am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 158am__v_at_0 = @ 159am__v_at_1 = 160DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 161depcomp = $(SHELL) $(top_srcdir)/depcomp 162am__maybe_remake_depfiles = depfiles 163am__depfiles_remade = ./$(DEPDIR)/pam_return.Plo 164am__mv = mv -f 165COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 166 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 167LTCOMPILE = $(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) 171AM_V_CC = $(am__v_CC_@AM_V@) 172am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 173am__v_CC_0 = @echo " CC " $@; 174am__v_CC_1 = 175CCLD = $(CC) 176LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 177 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 178 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 179AM_V_CCLD = $(am__v_CCLD_@AM_V@) 180am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 181am__v_CCLD_0 = @echo " CCLD " $@; 182am__v_CCLD_1 = 183SOURCES = $(pam_return_la_SOURCES) 184DIST_SOURCES = $(pam_return_la_SOURCES) 185am__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 190am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 191# Read a list of newline-separated strings from the standard input, 192# and print each of them once, without duplicates. Input order is 193# *not* preserved. 194am__uniquify_input = $(AWK) '\ 195 BEGIN { nonempty = 0; } \ 196 { items[$$0] = 1; nonempty = 1; } \ 197 END { if (nonempty) { for (i in items) print i; }; } \ 198' 199# Make sure the list of sources is unique. This is necessary because, 200# e.g., the same source file might be shared among _SOURCES variables 201# for different programs/libraries. 202am__define_uniq_tagged_files = \ 203 list='$(am__tagged_files)'; \ 204 unique=`for i in $$list; do \ 205 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 206 done | $(am__uniquify_input)` 207am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp 208DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 209ACLOCAL = @ACLOCAL@ 210AMTAR = @AMTAR@ 211AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 212AR = @AR@ 213AUTOCONF = @AUTOCONF@ 214AUTOHEADER = @AUTOHEADER@ 215AUTOMAKE = @AUTOMAKE@ 216AWK = @AWK@ 217CC = @CC@ 218CCDEPMODE = @CCDEPMODE@ 219CFLAGS = @CFLAGS@ 220CPP = @CPP@ 221CPPFLAGS = @CPPFLAGS@ 222CRYB_TEST_CFLAGS = @CRYB_TEST_CFLAGS@ 223CRYB_TEST_LIBS = @CRYB_TEST_LIBS@ 224CRYB_TEST_VERSION = @CRYB_TEST_VERSION@ 225CSCOPE = @CSCOPE@ 226CTAGS = @CTAGS@ 227CXX = @CXX@ 228CXXCPP = @CXXCPP@ 229CXXDEPMODE = @CXXDEPMODE@ 230CXXFLAGS = @CXXFLAGS@ 231CYGPATH_W = @CYGPATH_W@ 232DEFS = @DEFS@ 233DEPDIR = @DEPDIR@ 234DLLTOOL = @DLLTOOL@ 235DL_LIBS = @DL_LIBS@ 236DSYMUTIL = @DSYMUTIL@ 237DUMPBIN = @DUMPBIN@ 238ECHO_C = @ECHO_C@ 239ECHO_N = @ECHO_N@ 240ECHO_T = @ECHO_T@ 241EGREP = @EGREP@ 242ETAGS = @ETAGS@ 243EXEEXT = @EXEEXT@ 244FGREP = @FGREP@ 245FILECMD = @FILECMD@ 246GREP = @GREP@ 247INSTALL = @INSTALL@ 248INSTALL_DATA = @INSTALL_DATA@ 249INSTALL_PROGRAM = @INSTALL_PROGRAM@ 250INSTALL_SCRIPT = @INSTALL_SCRIPT@ 251INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 252LD = @LD@ 253LDFLAGS = @LDFLAGS@ 254LIBOBJS = @LIBOBJS@ 255LIBS = @LIBS@ 256LIBTOOL = @LIBTOOL@ 257LIB_MAJ = @LIB_MAJ@ 258LIPO = @LIPO@ 259LN_S = @LN_S@ 260LTLIBOBJS = @LTLIBOBJS@ 261LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 262MAKEINFO = @MAKEINFO@ 263MANIFEST_TOOL = @MANIFEST_TOOL@ 264MKDIR_P = @MKDIR_P@ 265NM = @NM@ 266NMEDIT = @NMEDIT@ 267OBJDUMP = @OBJDUMP@ 268OBJEXT = @OBJEXT@ 269OPENPAM_MODULES_DIR = @OPENPAM_MODULES_DIR@ 270OTOOL = @OTOOL@ 271OTOOL64 = @OTOOL64@ 272PACKAGE = @PACKAGE@ 273PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 274PACKAGE_NAME = @PACKAGE_NAME@ 275PACKAGE_STRING = @PACKAGE_STRING@ 276PACKAGE_TARNAME = @PACKAGE_TARNAME@ 277PACKAGE_URL = @PACKAGE_URL@ 278PACKAGE_VERSION = @PACKAGE_VERSION@ 279PATH_SEPARATOR = @PATH_SEPARATOR@ 280PKG_CONFIG = @PKG_CONFIG@ 281PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 282PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 283RANLIB = @RANLIB@ 284SED = @SED@ 285SET_MAKE = @SET_MAKE@ 286SHELL = @SHELL@ 287STRIP = @STRIP@ 288SYSTEM_LIBPAM = @SYSTEM_LIBPAM@ 289VERSION = @VERSION@ 290abs_builddir = @abs_builddir@ 291abs_srcdir = @abs_srcdir@ 292abs_top_builddir = @abs_top_builddir@ 293abs_top_srcdir = @abs_top_srcdir@ 294ac_ct_AR = @ac_ct_AR@ 295ac_ct_CC = @ac_ct_CC@ 296ac_ct_CXX = @ac_ct_CXX@ 297ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 298am__include = @am__include@ 299am__leading_dot = @am__leading_dot@ 300am__quote = @am__quote@ 301am__rm_f_notfound = @am__rm_f_notfound@ 302am__tar = @am__tar@ 303am__untar = @am__untar@ 304am__xargs_n = @am__xargs_n@ 305bindir = @bindir@ 306build = @build@ 307build_alias = @build_alias@ 308build_cpu = @build_cpu@ 309build_os = @build_os@ 310build_vendor = @build_vendor@ 311builddir = @builddir@ 312clang_ver = @clang_ver@ 313datadir = @datadir@ 314datarootdir = @datarootdir@ 315docdir = @docdir@ 316dvidir = @dvidir@ 317exec_prefix = @exec_prefix@ 318host = @host@ 319host_alias = @host_alias@ 320host_cpu = @host_cpu@ 321host_os = @host_os@ 322host_vendor = @host_vendor@ 323htmldir = @htmldir@ 324includedir = @includedir@ 325infodir = @infodir@ 326install_sh = @install_sh@ 327libdir = @libdir@ 328libexecdir = @libexecdir@ 329localedir = @localedir@ 330localstatedir = @localstatedir@ 331mandir = @mandir@ 332mkdir_p = @mkdir_p@ 333oldincludedir = @oldincludedir@ 334pdfdir = @pdfdir@ 335pkgconfigdir = @pkgconfigdir@ 336prefix = @prefix@ 337program_transform_name = @program_transform_name@ 338psdir = @psdir@ 339runstatedir = @runstatedir@ 340sbindir = @sbindir@ 341sharedstatedir = @sharedstatedir@ 342srcdir = @srcdir@ 343sysconfdir = @sysconfdir@ 344target_alias = @target_alias@ 345top_build_prefix = @top_build_prefix@ 346top_builddir = @top_builddir@ 347top_srcdir = @top_srcdir@ 348@CUSTOM_MODULES_DIR_FALSE@moduledir = $(libdir) 349@CUSTOM_MODULES_DIR_TRUE@moduledir = $(OPENPAM_MODULES_DIR) 350AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/lib/libpam 351module_LTLIBRARIES = pam_return.la 352pam_return_la_SOURCES = pam_return.c 353pam_return_la_LDFLAGS = -no-undefined -module -version-info $(LIB_MAJ) \ 354 -export-symbols-regex '^pam_sm_' 355 356@WITH_SYSTEM_LIBPAM_FALSE@pam_return_la_LIBADD = $(top_builddir)/lib/libpam/libpam.la 357@WITH_SYSTEM_LIBPAM_TRUE@pam_return_la_LIBADD = $(SYSTEM_LIBPAM) 358all: 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_return/Makefile'; \ 372 $(am__cd) $(top_srcdir) && \ 373 $(AUTOMAKE) --foreign modules/pam_return/Makefile 374Makefile: $(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 392install-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 407uninstall-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 416clean-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 425pam_return.la: $(pam_return_la_OBJECTS) $(pam_return_la_DEPENDENCIES) $(EXTRA_pam_return_la_DEPENDENCIES) 426 $(AM_V_CCLD)$(pam_return_la_LINK) -rpath $(moduledir) $(pam_return_la_OBJECTS) $(pam_return_la_LIBADD) $(LIBS) 427 428mostlyclean-compile: 429 -rm -f *.$(OBJEXT) 430 431distclean-compile: 432 -rm -f *.tab.c 433 434@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_return.Plo@am__quote@ # am--include-marker 435 436$(am__depfiles_remade): 437 @$(MKDIR_P) $(@D) 438 @: >>$@ 439 440am--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 463mostlyclean-libtool: 464 -rm -f *.lo 465 466clean-libtool: 467 -rm -rf .libs _libs 468 469ID: $(am__tagged_files) 470 $(am__define_uniq_tagged_files); mkid -fID $$unique 471tags: tags-am 472TAGS: tags 473 474tags-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 489ctags: ctags-am 490 491CTAGS: ctags 492ctags-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 498GTAGS: 499 here=`$(am__cd) $(top_builddir) && pwd` \ 500 && $(am__cd) $(top_srcdir) \ 501 && gtags -i $(GTAGS_ARGS) "$$here" 502cscopelist: cscopelist-am 503 504cscopelist-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 518distclean-tags: 519 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 520distdir: $(BUILT_SOURCES) 521 $(MAKE) $(AM_MAKEFLAGS) distdir-am 522 523distdir-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 553check-am: all-am 554check: check-am 555all-am: Makefile $(LTLIBRARIES) 556installdirs: 557 for dir in "$(DESTDIR)$(moduledir)"; do \ 558 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 559 done 560install: install-am 561install-exec: install-exec-am 562install-data: install-data-am 563uninstall: uninstall-am 564 565install-am: all-am 566 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 567 568installcheck: installcheck-am 569install-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 579mostlyclean-generic: 580 581clean-generic: 582 583distclean-generic: 584 -$(am__rm_f) $(CONFIG_CLEAN_FILES) 585 -test . = "$(srcdir)" || $(am__rm_f) $(CONFIG_CLEAN_VPATH_FILES) 586 587maintainer-clean-generic: 588 @echo "This command is intended for maintainers to use" 589 @echo "it deletes files that may require special tools to rebuild." 590clean: clean-am 591 592clean-am: clean-generic clean-libtool clean-moduleLTLIBRARIES \ 593 mostlyclean-am 594 595distclean: distclean-am 596 -rm -f ./$(DEPDIR)/pam_return.Plo 597 -rm -f Makefile 598distclean-am: clean-am distclean-compile distclean-generic \ 599 distclean-tags 600 601dvi: dvi-am 602 603dvi-am: 604 605html: html-am 606 607html-am: 608 609info: info-am 610 611info-am: 612 613install-data-am: install-moduleLTLIBRARIES 614 615install-dvi: install-dvi-am 616 617install-dvi-am: 618 619install-exec-am: 620 621install-html: install-html-am 622 623install-html-am: 624 625install-info: install-info-am 626 627install-info-am: 628 629install-man: 630 631install-pdf: install-pdf-am 632 633install-pdf-am: 634 635install-ps: install-ps-am 636 637install-ps-am: 638 639installcheck-am: 640 641maintainer-clean: maintainer-clean-am 642 -rm -f ./$(DEPDIR)/pam_return.Plo 643 -rm -f Makefile 644maintainer-clean-am: distclean-am maintainer-clean-generic 645 646mostlyclean: mostlyclean-am 647 648mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 649 mostlyclean-libtool 650 651pdf: pdf-am 652 653pdf-am: 654 655ps: ps-am 656 657ps-am: 658 659uninstall-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