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