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