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