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