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