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