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