1# Makefile.in generated by automake 1.11.1 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, 6# Inc. 7# This Makefile.in is free software; the Free Software Foundation 8# gives unlimited permission to copy and/or distribute it, 9# with or without modifications, as long as this notice is preserved. 10 11# This program is distributed in the hope that it will be useful, 12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 14# PARTICULAR PURPOSE. 15 16@SET_MAKE@ 17 18# $Id: Makefile.am 602 2012-04-15 17:31:15Z des $ 19 20 21VPATH = @srcdir@ 22pkgdatadir = $(datadir)/@PACKAGE@ 23pkgincludedir = $(includedir)/@PACKAGE@ 24pkglibdir = $(libdir)/@PACKAGE@ 25pkglibexecdir = $(libexecdir)/@PACKAGE@ 26am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 27install_sh_DATA = $(install_sh) -c -m 644 28install_sh_PROGRAM = $(install_sh) -c 29install_sh_SCRIPT = $(install_sh) -c 30INSTALL_HEADER = $(INSTALL_DATA) 31transform = $(program_transform_name) 32NORMAL_INSTALL = : 33PRE_INSTALL = : 34POST_INSTALL = : 35NORMAL_UNINSTALL = : 36PRE_UNINSTALL = : 37POST_UNINSTALL = : 38build_triplet = @build@ 39host_triplet = @host@ 40subdir = lib 41DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \ 42 $(srcdir)/Makefile.in 43ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 44am__aclocal_m4_deps = $(top_srcdir)/configure.ac 45am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 46 $(ACLOCAL_M4) 47mkinstalldirs = $(install_sh) -d 48CONFIG_HEADER = $(top_builddir)/config.h 49CONFIG_CLEAN_FILES = 50CONFIG_CLEAN_VPATH_FILES = 51am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 52am__vpath_adj = case $$p in \ 53 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 54 *) f=$$p;; \ 55 esac; 56am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 57am__install_max = 40 58am__nobase_strip_setup = \ 59 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 60am__nobase_strip = \ 61 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 62am__nobase_list = $(am__nobase_strip_setup); \ 63 for p in $$list; do echo "$$p $$p"; done | \ 64 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 65 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 66 if (++n[$$2] == $(am__install_max)) \ 67 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 68 END { for (dir in files) print dir, files[dir] }' 69am__base_list = \ 70 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 71 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 72am__installdirs = "$(DESTDIR)$(libdir)" 73LTLIBRARIES = $(lib_LTLIBRARIES) 74libpam_la_DEPENDENCIES = 75am__objects_1 = 76am_libpam_la_OBJECTS = openpam_borrow_cred.lo \ 77 openpam_check_owner_perms.lo openpam_configure.lo \ 78 openpam_constants.lo openpam_dispatch.lo openpam_dynamic.lo \ 79 openpam_features.lo openpam_findenv.lo openpam_free_data.lo \ 80 openpam_free_envlist.lo openpam_get_feature.lo \ 81 openpam_get_option.lo openpam_load.lo openpam_log.lo \ 82 openpam_nullconv.lo openpam_readline.lo openpam_readlinev.lo \ 83 openpam_readword.lo openpam_restore_cred.lo \ 84 openpam_set_option.lo openpam_set_feature.lo openpam_static.lo \ 85 openpam_straddch.lo openpam_subst.lo openpam_ttyconv.lo \ 86 pam_acct_mgmt.lo pam_authenticate.lo pam_chauthtok.lo \ 87 pam_close_session.lo pam_end.lo pam_error.lo \ 88 pam_get_authtok.lo pam_get_data.lo pam_get_item.lo \ 89 pam_get_user.lo pam_getenv.lo pam_getenvlist.lo pam_info.lo \ 90 pam_open_session.lo pam_prompt.lo pam_putenv.lo \ 91 pam_set_data.lo pam_set_item.lo pam_setcred.lo pam_setenv.lo \ 92 pam_start.lo pam_strerror.lo pam_verror.lo pam_vinfo.lo \ 93 pam_vprompt.lo $(am__objects_1) 94libpam_la_OBJECTS = $(am_libpam_la_OBJECTS) 95libpam_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ 96 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 97 $(libpam_la_LDFLAGS) $(LDFLAGS) -o $@ 98DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 99depcomp = $(SHELL) $(top_srcdir)/depcomp 100am__depfiles_maybe = depfiles 101am__mv = mv -f 102COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 103 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 104LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 105 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 106 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 107CCLD = $(CC) 108LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 109 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ 110 $(LDFLAGS) -o $@ 111SOURCES = $(libpam_la_SOURCES) 112DIST_SOURCES = $(libpam_la_SOURCES) 113HEADERS = $(noinst_HEADERS) 114ETAGS = etags 115CTAGS = ctags 116DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 117ACLOCAL = @ACLOCAL@ 118AMTAR = @AMTAR@ 119AR = @AR@ 120AUTOCONF = @AUTOCONF@ 121AUTOHEADER = @AUTOHEADER@ 122AUTOMAKE = @AUTOMAKE@ 123AWK = @AWK@ 124CC = @CC@ 125CCDEPMODE = @CCDEPMODE@ 126CFLAGS = @CFLAGS@ 127CPP = @CPP@ 128CPPFLAGS = @CPPFLAGS@ 129CRYPT_LIBS = @CRYPT_LIBS@ 130CYGPATH_W = @CYGPATH_W@ 131DEFS = @DEFS@ 132DEPDIR = @DEPDIR@ 133DLLTOOL = @DLLTOOL@ 134DL_LIBS = @DL_LIBS@ 135DSYMUTIL = @DSYMUTIL@ 136DUMPBIN = @DUMPBIN@ 137ECHO_C = @ECHO_C@ 138ECHO_N = @ECHO_N@ 139ECHO_T = @ECHO_T@ 140EGREP = @EGREP@ 141EXEEXT = @EXEEXT@ 142FGREP = @FGREP@ 143GREP = @GREP@ 144INSTALL = @INSTALL@ 145INSTALL_DATA = @INSTALL_DATA@ 146INSTALL_PROGRAM = @INSTALL_PROGRAM@ 147INSTALL_SCRIPT = @INSTALL_SCRIPT@ 148INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 149LD = @LD@ 150LDFLAGS = @LDFLAGS@ 151LIBOBJS = @LIBOBJS@ 152LIBS = @LIBS@ 153LIBTOOL = @LIBTOOL@ 154LIB_MAJ = @LIB_MAJ@ 155LIPO = @LIPO@ 156LN_S = @LN_S@ 157LTLIBOBJS = @LTLIBOBJS@ 158MAKEINFO = @MAKEINFO@ 159MANIFEST_TOOL = @MANIFEST_TOOL@ 160MKDIR_P = @MKDIR_P@ 161NM = @NM@ 162NMEDIT = @NMEDIT@ 163OBJDUMP = @OBJDUMP@ 164OBJEXT = @OBJEXT@ 165OPENPAM_MODULES_DIR = @OPENPAM_MODULES_DIR@ 166OTOOL = @OTOOL@ 167OTOOL64 = @OTOOL64@ 168PACKAGE = @PACKAGE@ 169PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 170PACKAGE_NAME = @PACKAGE_NAME@ 171PACKAGE_STRING = @PACKAGE_STRING@ 172PACKAGE_TARNAME = @PACKAGE_TARNAME@ 173PACKAGE_URL = @PACKAGE_URL@ 174PACKAGE_VERSION = @PACKAGE_VERSION@ 175PATH_SEPARATOR = @PATH_SEPARATOR@ 176RANLIB = @RANLIB@ 177SED = @SED@ 178SET_MAKE = @SET_MAKE@ 179SHELL = @SHELL@ 180STRIP = @STRIP@ 181VERSION = @VERSION@ 182abs_builddir = @abs_builddir@ 183abs_srcdir = @abs_srcdir@ 184abs_top_builddir = @abs_top_builddir@ 185abs_top_srcdir = @abs_top_srcdir@ 186ac_ct_AR = @ac_ct_AR@ 187ac_ct_CC = @ac_ct_CC@ 188ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 189am__include = @am__include@ 190am__leading_dot = @am__leading_dot@ 191am__quote = @am__quote@ 192am__tar = @am__tar@ 193am__untar = @am__untar@ 194bindir = @bindir@ 195build = @build@ 196build_alias = @build_alias@ 197build_cpu = @build_cpu@ 198build_os = @build_os@ 199build_vendor = @build_vendor@ 200builddir = @builddir@ 201datadir = @datadir@ 202datarootdir = @datarootdir@ 203docdir = @docdir@ 204dvidir = @dvidir@ 205exec_prefix = @exec_prefix@ 206host = @host@ 207host_alias = @host_alias@ 208host_cpu = @host_cpu@ 209host_os = @host_os@ 210host_vendor = @host_vendor@ 211htmldir = @htmldir@ 212includedir = @includedir@ 213infodir = @infodir@ 214install_sh = @install_sh@ 215libdir = @libdir@ 216libexecdir = @libexecdir@ 217localedir = @localedir@ 218localstatedir = @localstatedir@ 219mandir = @mandir@ 220mkdir_p = @mkdir_p@ 221oldincludedir = @oldincludedir@ 222pdfdir = @pdfdir@ 223prefix = @prefix@ 224program_transform_name = @program_transform_name@ 225psdir = @psdir@ 226sbindir = @sbindir@ 227sharedstatedir = @sharedstatedir@ 228srcdir = @srcdir@ 229sysconfdir = @sysconfdir@ 230target_alias = @target_alias@ 231top_build_prefix = @top_build_prefix@ 232top_builddir = @top_builddir@ 233top_srcdir = @top_srcdir@ 234NULL = 235INCLUDES = -I$(top_srcdir)/include 236lib_LTLIBRARIES = libpam.la 237noinst_HEADERS = \ 238 openpam_constants.h \ 239 openpam_ctype.h \ 240 openpam_debug.h \ 241 openpam_features.h \ 242 openpam_impl.h \ 243 openpam_strlcat.h \ 244 openpam_strlcmp.h \ 245 openpam_strlcpy.h 246 247libpam_la_SOURCES = \ 248 openpam_borrow_cred.c \ 249 openpam_check_owner_perms.c \ 250 openpam_configure.c \ 251 openpam_constants.c \ 252 openpam_dispatch.c \ 253 openpam_dynamic.c \ 254 openpam_features.c \ 255 openpam_findenv.c \ 256 openpam_free_data.c \ 257 openpam_free_envlist.c \ 258 openpam_get_feature.c \ 259 openpam_get_option.c \ 260 openpam_load.c \ 261 openpam_log.c \ 262 openpam_nullconv.c \ 263 openpam_readline.c \ 264 openpam_readlinev.c \ 265 openpam_readword.c \ 266 openpam_restore_cred.c \ 267 openpam_set_option.c \ 268 openpam_set_feature.c \ 269 openpam_static.c \ 270 openpam_straddch.c \ 271 openpam_subst.c \ 272 openpam_ttyconv.c \ 273 pam_acct_mgmt.c \ 274 pam_authenticate.c \ 275 pam_chauthtok.c \ 276 pam_close_session.c \ 277 pam_end.c \ 278 pam_error.c \ 279 pam_get_authtok.c \ 280 pam_get_data.c \ 281 pam_get_item.c \ 282 pam_get_user.c \ 283 pam_getenv.c \ 284 pam_getenvlist.c \ 285 pam_info.c \ 286 pam_open_session.c \ 287 pam_prompt.c \ 288 pam_putenv.c \ 289 pam_set_data.c \ 290 pam_set_item.c \ 291 pam_setcred.c \ 292 pam_setenv.c \ 293 pam_start.c \ 294 pam_strerror.c \ 295 pam_verror.c \ 296 pam_vinfo.c \ 297 pam_vprompt.c \ 298 $(NULL) 299 300libpam_la_LDFLAGS = -no-undefined -version-info @LIB_MAJ@ 301libpam_la_LIBADD = @DL_LIBS@ 302EXTRA_DIST = \ 303 pam_authenticate_secondary.c \ 304 pam_get_mapped_authtok.c \ 305 pam_get_mapped_username.c \ 306 pam_set_mapped_authtok.c \ 307 pam_set_mapped_username.c \ 308 \ 309 pam_sm_acct_mgmt.c \ 310 pam_sm_authenticate.c \ 311 pam_sm_authenticate_secondary.c \ 312 pam_sm_chauthtok.c \ 313 pam_sm_close_session.c \ 314 pam_sm_get_mapped_authtok.c \ 315 pam_sm_get_mapped_username.c \ 316 pam_sm_open_session.c \ 317 pam_sm_set_mapped_authtok.c \ 318 pam_sm_set_mapped_username.c \ 319 pam_sm_setcred.c 320 321all: all-am 322 323.SUFFIXES: 324.SUFFIXES: .c .lo .o .obj 325$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 326 @for dep in $?; do \ 327 case '$(am__configure_deps)' in \ 328 *$$dep*) \ 329 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 330 && { if test -f $@; then exit 0; else break; fi; }; \ 331 exit 1;; \ 332 esac; \ 333 done; \ 334 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/Makefile'; \ 335 $(am__cd) $(top_srcdir) && \ 336 $(AUTOMAKE) --foreign lib/Makefile 337.PRECIOUS: Makefile 338Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 339 @case '$?' in \ 340 *config.status*) \ 341 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 342 *) \ 343 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 344 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 345 esac; 346 347$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 348 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 349 350$(top_srcdir)/configure: $(am__configure_deps) 351 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 352$(ACLOCAL_M4): $(am__aclocal_m4_deps) 353 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 354$(am__aclocal_m4_deps): 355install-libLTLIBRARIES: $(lib_LTLIBRARIES) 356 @$(NORMAL_INSTALL) 357 test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)" 358 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 359 list2=; for p in $$list; do \ 360 if test -f $$p; then \ 361 list2="$$list2 $$p"; \ 362 else :; fi; \ 363 done; \ 364 test -z "$$list2" || { \ 365 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ 366 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ 367 } 368 369uninstall-libLTLIBRARIES: 370 @$(NORMAL_UNINSTALL) 371 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 372 for p in $$list; do \ 373 $(am__strip_dir) \ 374 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ 375 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ 376 done 377 378clean-libLTLIBRARIES: 379 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) 380 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ 381 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ 382 test "$$dir" != "$$p" || dir=.; \ 383 echo "rm -f \"$${dir}/so_locations\""; \ 384 rm -f "$${dir}/so_locations"; \ 385 done 386libpam.la: $(libpam_la_OBJECTS) $(libpam_la_DEPENDENCIES) 387 $(libpam_la_LINK) -rpath $(libdir) $(libpam_la_OBJECTS) $(libpam_la_LIBADD) $(LIBS) 388 389mostlyclean-compile: 390 -rm -f *.$(OBJEXT) 391 392distclean-compile: 393 -rm -f *.tab.c 394 395@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_borrow_cred.Plo@am__quote@ 396@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_check_owner_perms.Plo@am__quote@ 397@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_configure.Plo@am__quote@ 398@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_constants.Plo@am__quote@ 399@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_dispatch.Plo@am__quote@ 400@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_dynamic.Plo@am__quote@ 401@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_features.Plo@am__quote@ 402@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_findenv.Plo@am__quote@ 403@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_free_data.Plo@am__quote@ 404@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_free_envlist.Plo@am__quote@ 405@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_get_feature.Plo@am__quote@ 406@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_get_option.Plo@am__quote@ 407@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_load.Plo@am__quote@ 408@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_log.Plo@am__quote@ 409@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_nullconv.Plo@am__quote@ 410@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_readline.Plo@am__quote@ 411@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_readlinev.Plo@am__quote@ 412@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_readword.Plo@am__quote@ 413@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_restore_cred.Plo@am__quote@ 414@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_set_feature.Plo@am__quote@ 415@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_set_option.Plo@am__quote@ 416@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_static.Plo@am__quote@ 417@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_straddch.Plo@am__quote@ 418@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_subst.Plo@am__quote@ 419@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openpam_ttyconv.Plo@am__quote@ 420@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_acct_mgmt.Plo@am__quote@ 421@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_authenticate.Plo@am__quote@ 422@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_chauthtok.Plo@am__quote@ 423@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_close_session.Plo@am__quote@ 424@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_end.Plo@am__quote@ 425@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_error.Plo@am__quote@ 426@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_get_authtok.Plo@am__quote@ 427@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_get_data.Plo@am__quote@ 428@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_get_item.Plo@am__quote@ 429@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_get_user.Plo@am__quote@ 430@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_getenv.Plo@am__quote@ 431@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_getenvlist.Plo@am__quote@ 432@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_info.Plo@am__quote@ 433@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_open_session.Plo@am__quote@ 434@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_prompt.Plo@am__quote@ 435@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_putenv.Plo@am__quote@ 436@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_set_data.Plo@am__quote@ 437@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_set_item.Plo@am__quote@ 438@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_setcred.Plo@am__quote@ 439@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_setenv.Plo@am__quote@ 440@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_start.Plo@am__quote@ 441@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_strerror.Plo@am__quote@ 442@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_verror.Plo@am__quote@ 443@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_vinfo.Plo@am__quote@ 444@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_vprompt.Plo@am__quote@ 445 446.c.o: 447@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 448@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 449@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 450@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 451@am__fastdepCC_FALSE@ $(COMPILE) -c $< 452 453.c.obj: 454@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 455@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 456@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 457@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 458@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` 459 460.c.lo: 461@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 462@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 463@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 464@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 465@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< 466 467mostlyclean-libtool: 468 -rm -f *.lo 469 470clean-libtool: 471 -rm -rf .libs _libs 472 473ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 474 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 475 unique=`for i in $$list; do \ 476 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 477 done | \ 478 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 479 END { if (nonempty) { for (i in files) print i; }; }'`; \ 480 mkid -fID $$unique 481tags: TAGS 482 483TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 484 $(TAGS_FILES) $(LISP) 485 set x; \ 486 here=`pwd`; \ 487 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 488 unique=`for i in $$list; do \ 489 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 490 done | \ 491 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 492 END { if (nonempty) { for (i in files) print i; }; }'`; \ 493 shift; \ 494 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 495 test -n "$$unique" || unique=$$empty_fix; \ 496 if test $$# -gt 0; then \ 497 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 498 "$$@" $$unique; \ 499 else \ 500 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 501 $$unique; \ 502 fi; \ 503 fi 504ctags: CTAGS 505CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 506 $(TAGS_FILES) $(LISP) 507 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 508 unique=`for i in $$list; do \ 509 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 510 done | \ 511 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 512 END { if (nonempty) { for (i in files) print i; }; }'`; \ 513 test -z "$(CTAGS_ARGS)$$unique" \ 514 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 515 $$unique 516 517GTAGS: 518 here=`$(am__cd) $(top_builddir) && pwd` \ 519 && $(am__cd) $(top_srcdir) \ 520 && gtags -i $(GTAGS_ARGS) "$$here" 521 522distclean-tags: 523 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 524 525distdir: $(DISTFILES) 526 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 527 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 528 list='$(DISTFILES)'; \ 529 dist_files=`for file in $$list; do echo $$file; done | \ 530 sed -e "s|^$$srcdirstrip/||;t" \ 531 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 532 case $$dist_files in \ 533 */*) $(MKDIR_P) `echo "$$dist_files" | \ 534 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 535 sort -u` ;; \ 536 esac; \ 537 for file in $$dist_files; do \ 538 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 539 if test -d $$d/$$file; then \ 540 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 541 if test -d "$(distdir)/$$file"; then \ 542 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 543 fi; \ 544 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 545 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 546 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 547 fi; \ 548 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 549 else \ 550 test -f "$(distdir)/$$file" \ 551 || cp -p $$d/$$file "$(distdir)/$$file" \ 552 || exit 1; \ 553 fi; \ 554 done 555check-am: all-am 556check: check-am 557all-am: Makefile $(LTLIBRARIES) $(HEADERS) 558installdirs: 559 for dir in "$(DESTDIR)$(libdir)"; do \ 560 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 561 done 562install: install-am 563install-exec: install-exec-am 564install-data: install-data-am 565uninstall: uninstall-am 566 567install-am: all-am 568 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 569 570installcheck: installcheck-am 571install-strip: 572 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 573 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 574 `test -z '$(STRIP)' || \ 575 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 576mostlyclean-generic: 577 578clean-generic: 579 580distclean-generic: 581 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 582 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 583 584maintainer-clean-generic: 585 @echo "This command is intended for maintainers to use" 586 @echo "it deletes files that may require special tools to rebuild." 587clean: clean-am 588 589clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ 590 mostlyclean-am 591 592distclean: distclean-am 593 -rm -rf ./$(DEPDIR) 594 -rm -f Makefile 595distclean-am: clean-am distclean-compile distclean-generic \ 596 distclean-tags 597 598dvi: dvi-am 599 600dvi-am: 601 602html: html-am 603 604html-am: 605 606info: info-am 607 608info-am: 609 610install-data-am: 611 612install-dvi: install-dvi-am 613 614install-dvi-am: 615 616install-exec-am: install-libLTLIBRARIES 617 618install-html: install-html-am 619 620install-html-am: 621 622install-info: install-info-am 623 624install-info-am: 625 626install-man: 627 628install-pdf: install-pdf-am 629 630install-pdf-am: 631 632install-ps: install-ps-am 633 634install-ps-am: 635 636installcheck-am: 637 638maintainer-clean: maintainer-clean-am 639 -rm -rf ./$(DEPDIR) 640 -rm -f Makefile 641maintainer-clean-am: distclean-am maintainer-clean-generic 642 643mostlyclean: mostlyclean-am 644 645mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 646 mostlyclean-libtool 647 648pdf: pdf-am 649 650pdf-am: 651 652ps: ps-am 653 654ps-am: 655 656uninstall-am: uninstall-libLTLIBRARIES 657 658.MAKE: install-am install-strip 659 660.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ 661 clean-libLTLIBRARIES clean-libtool ctags distclean \ 662 distclean-compile distclean-generic distclean-libtool \ 663 distclean-tags distdir dvi dvi-am html html-am info info-am \ 664 install install-am install-data install-data-am install-dvi \ 665 install-dvi-am install-exec install-exec-am install-html \ 666 install-html-am install-info install-info-am \ 667 install-libLTLIBRARIES install-man install-pdf install-pdf-am \ 668 install-ps install-ps-am install-strip installcheck \ 669 installcheck-am installdirs maintainer-clean \ 670 maintainer-clean-generic mostlyclean mostlyclean-compile \ 671 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 672 tags uninstall uninstall-am uninstall-libLTLIBRARIES 673 674 675# Tell versions [3.59,3.63) of GNU make to not export all variables. 676# Otherwise a system limit (for SysV at least) may be exceeded. 677.NOEXPORT: 678