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