1# Makefile.in generated by automake 1.16.2 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2020 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 17VPATH = @srcdir@ 18am__is_gnu_make = { \ 19 if test -z '$(MAKELEVEL)'; then \ 20 false; \ 21 elif test -n '$(MAKE_HOST)'; then \ 22 true; \ 23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 24 true; \ 25 else \ 26 false; \ 27 fi; \ 28} 29am__make_running_with_option = \ 30 case $${target_option-} in \ 31 ?) ;; \ 32 *) echo "am__make_running_with_option: internal error: invalid" \ 33 "target option '$${target_option-}' specified" >&2; \ 34 exit 1;; \ 35 esac; \ 36 has_opt=no; \ 37 sane_makeflags=$$MAKEFLAGS; \ 38 if $(am__is_gnu_make); then \ 39 sane_makeflags=$$MFLAGS; \ 40 else \ 41 case $$MAKEFLAGS in \ 42 *\\[\ \ ]*) \ 43 bs=\\; \ 44 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 46 esac; \ 47 fi; \ 48 skip_next=no; \ 49 strip_trailopt () \ 50 { \ 51 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 52 }; \ 53 for flg in $$sane_makeflags; do \ 54 test $$skip_next = yes && { skip_next=no; continue; }; \ 55 case $$flg in \ 56 *=*|--*) continue;; \ 57 -*I) strip_trailopt 'I'; skip_next=yes;; \ 58 -*I?*) strip_trailopt 'I';; \ 59 -*O) strip_trailopt 'O'; skip_next=yes;; \ 60 -*O?*) strip_trailopt 'O';; \ 61 -*l) strip_trailopt 'l'; skip_next=yes;; \ 62 -*l?*) strip_trailopt 'l';; \ 63 -[dEDm]) skip_next=yes;; \ 64 -[JT]) skip_next=yes;; \ 65 esac; \ 66 case $$flg in \ 67 *$$target_option*) has_opt=yes; break;; \ 68 esac; \ 69 done; \ 70 test $$has_opt = yes 71am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 72am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 73pkgdatadir = $(datadir)/@PACKAGE@ 74pkgincludedir = $(includedir)/@PACKAGE@ 75pkglibdir = $(libdir)/@PACKAGE@ 76pkglibexecdir = $(libexecdir)/@PACKAGE@ 77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 78install_sh_DATA = $(install_sh) -c -m 644 79install_sh_PROGRAM = $(install_sh) -c 80install_sh_SCRIPT = $(install_sh) -c 81INSTALL_HEADER = $(INSTALL_DATA) 82transform = $(program_transform_name) 83NORMAL_INSTALL = : 84PRE_INSTALL = : 85POST_INSTALL = : 86NORMAL_UNINSTALL = : 87PRE_UNINSTALL = : 88POST_UNINSTALL = : 89build_triplet = @build@ 90host_triplet = @host@ 91subdir = gnulib-local 92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 93am__aclocal_m4_deps = $(top_srcdir)/configure.ac 94am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 95 $(ACLOCAL_M4) 96DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 97mkinstalldirs = $(SHELL) $(top_srcdir)/build-aux/mkinstalldirs 98CONFIG_CLEAN_FILES = 99CONFIG_CLEAN_VPATH_FILES = 100AM_V_P = $(am__v_P_@AM_V@) 101am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 102am__v_P_0 = false 103am__v_P_1 = : 104AM_V_GEN = $(am__v_GEN_@AM_V@) 105am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 106am__v_GEN_0 = @echo " GEN " $@; 107am__v_GEN_1 = 108AM_V_at = $(am__v_at_@AM_V@) 109am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 110am__v_at_0 = @ 111am__v_at_1 = 112SOURCES = 113DIST_SOURCES = 114am__can_run_installinfo = \ 115 case $$AM_UPDATE_INFO_DIR in \ 116 n|no|NO) false;; \ 117 *) (install-info --version) >/dev/null 2>&1;; \ 118 esac 119am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 120am__vpath_adj = case $$p in \ 121 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 122 *) f=$$p;; \ 123 esac; 124am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 125am__install_max = 40 126am__nobase_strip_setup = \ 127 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 128am__nobase_strip = \ 129 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 130am__nobase_list = $(am__nobase_strip_setup); \ 131 for p in $$list; do echo "$$p $$p"; done | \ 132 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 133 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 134 if (++n[$$2] == $(am__install_max)) \ 135 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 136 END { for (dir in files) print dir, files[dir] }' 137am__base_list = \ 138 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 139 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 140am__uninstall_files_from_dir = { \ 141 test -z "$$files" \ 142 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 143 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 144 $(am__cd) "$$dir" && rm -f $$files; }; \ 145 } 146am__installdirs = "$(DESTDIR)$(gettextsrcdir)" 147DATA = $(gettextsrc_DATA) 148am__extra_recursive_targets = maintainer-update-po-recursive 149am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 150am__DIST_COMMON = $(srcdir)/Makefile.in \ 151 $(top_srcdir)/build-aux/mkinstalldirs 152DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 153ACLOCAL = @ACLOCAL@ 154AMTAR = @AMTAR@ 155AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 156AUTOCONF = @AUTOCONF@ 157AUTOHEADER = @AUTOHEADER@ 158AUTOMAKE = @AUTOMAKE@ 159AWK = @AWK@ 160CC = @CC@ 161CFLAGS = @CFLAGS@ 162CPP = @CPP@ 163CPPFLAGS = @CPPFLAGS@ 164CXX = @CXX@ 165CXXCPP = @CXXCPP@ 166CXXFLAGS = @CXXFLAGS@ 167CYGPATH_W = @CYGPATH_W@ 168DEFS = @DEFS@ 169ECHO_C = @ECHO_C@ 170ECHO_N = @ECHO_N@ 171ECHO_T = @ECHO_T@ 172EMACS = @EMACS@ 173EMACSLOADPATH = @EMACSLOADPATH@ 174INSTALL = @INSTALL@ 175INSTALL_DATA = @INSTALL_DATA@ 176INSTALL_PROGRAM = @INSTALL_PROGRAM@ 177INSTALL_SCRIPT = @INSTALL_SCRIPT@ 178INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 179LDFLAGS = @LDFLAGS@ 180LIBOBJS = @LIBOBJS@ 181LIBS = @LIBS@ 182LTLIBOBJS = @LTLIBOBJS@ 183LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 184MAKEINFO = @MAKEINFO@ 185MKDIR_P = @MKDIR_P@ 186PACKAGE = @PACKAGE@ 187PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 188PACKAGE_NAME = @PACKAGE_NAME@ 189PACKAGE_STRING = @PACKAGE_STRING@ 190PACKAGE_TARNAME = @PACKAGE_TARNAME@ 191PACKAGE_URL = @PACKAGE_URL@ 192PACKAGE_VERSION = @PACKAGE_VERSION@ 193PATH_SEPARATOR = @PATH_SEPARATOR@ 194SET_MAKE = @SET_MAKE@ 195SHELL = @SHELL@ 196STRIP = @STRIP@ 197VERSION = @VERSION@ 198YACC = @YACC@ 199YFLAGS = @YFLAGS@ 200abs_builddir = @abs_builddir@ 201abs_srcdir = @abs_srcdir@ 202abs_top_builddir = @abs_top_builddir@ 203abs_top_srcdir = @abs_top_srcdir@ 204am__leading_dot = @am__leading_dot@ 205am__tar = @am__tar@ 206am__untar = @am__untar@ 207bindir = @bindir@ 208build = @build@ 209build_alias = @build_alias@ 210build_cpu = @build_cpu@ 211build_os = @build_os@ 212build_vendor = @build_vendor@ 213builddir = @builddir@ 214datadir = @datadir@ 215datarootdir = @datarootdir@ 216docdir = @docdir@ 217dvidir = @dvidir@ 218exec_prefix = @exec_prefix@ 219host = @host@ 220host_alias = @host_alias@ 221host_cpu = @host_cpu@ 222host_os = @host_os@ 223host_vendor = @host_vendor@ 224htmldir = @htmldir@ 225includedir = @includedir@ 226infodir = @infodir@ 227install_sh = @install_sh@ 228libdir = @libdir@ 229libexecdir = @libexecdir@ 230localedir = @localedir@ 231localstatedir = @localstatedir@ 232mandir = @mandir@ 233mkdir_p = @mkdir_p@ 234oldincludedir = @oldincludedir@ 235pdfdir = @pdfdir@ 236prefix = @prefix@ 237program_transform_name = @program_transform_name@ 238psdir = @psdir@ 239sbindir = @sbindir@ 240sharedstatedir = @sharedstatedir@ 241srcdir = @srcdir@ 242subdirs = @subdirs@ 243sysconfdir = @sysconfdir@ 244target_alias = @target_alias@ 245top_build_prefix = @top_build_prefix@ 246top_builddir = @top_builddir@ 247top_srcdir = @top_srcdir@ 248 249# Generate this list with 250# find . '(' -name Makefile.am ')' -prune -o -type f '!' '(' -name '*.orig' -or -name '*~' -or -name 'ChangeLog.*' ')' -printf '%P\n' | sort | tr '\012' @ | sed 's/@$/%/;s/@/ \\@/g' | tr @% '\012\012' 251EXTRA_DIST = \ 252lib/addext.c \ 253lib/alloca.in.h \ 254lib/argmatch.h.diff \ 255lib/backupfile.c \ 256lib/backupfile.h \ 257lib/closeout.c \ 258lib/closeout.h \ 259lib/diffseq.h.diff \ 260lib/error.h.diff \ 261lib/error-progname.c \ 262lib/error-progname.h \ 263lib/exitfail.h.diff \ 264lib/getopt-core.h.diff \ 265lib/gettext.h \ 266lib/gl_array_list.h.diff \ 267lib/gl_linkedhash_list.h.diff \ 268lib/hash.c.diff \ 269lib/hash.h.diff \ 270lib/libxml/buf.c \ 271lib/libxml/buf.h \ 272lib/libxml/c14n.c \ 273lib/libxml/c14n.in.h \ 274lib/libxml/catalog.c \ 275lib/libxml/catalog.in.h \ 276lib/libxml/chvalid.c \ 277lib/libxml/chvalid.in.h \ 278lib/libxml/COPYING \ 279lib/libxml/debugXML.c \ 280lib/libxml/debugXML.in.h \ 281lib/libxml/dict.c \ 282lib/libxml/dict.in.h \ 283lib/libxml/DOCBparser.c \ 284lib/libxml/DOCBparser.in.h \ 285lib/libxml/elfgcchack.h \ 286lib/libxml/enc.h \ 287lib/libxml/encoding.c \ 288lib/libxml/encoding.in.h \ 289lib/libxml/entities.c \ 290lib/libxml/entities.in.h \ 291lib/libxml/error.c \ 292lib/libxml/globals.c \ 293lib/libxml/globals.in.h \ 294lib/libxml/hash.c \ 295lib/libxml/hash.in.h \ 296lib/libxml/HTMLparser.c \ 297lib/libxml/HTMLparser.in.h \ 298lib/libxml/HTMLtree.c \ 299lib/libxml/HTMLtree.in.h \ 300lib/libxml/legacy.c \ 301lib/libxml/libxml.h \ 302lib/libxml/list.c \ 303lib/libxml/list.in.h \ 304lib/libxml/nanoftp.c \ 305lib/libxml/nanoftp.in.h \ 306lib/libxml/nanohttp.c \ 307lib/libxml/nanohttp.in.h \ 308lib/libxml/parser.c \ 309lib/libxml/parser.in.h \ 310lib/libxml/parserInternals.c \ 311lib/libxml/parserInternals.in.h \ 312lib/libxml/pattern.c \ 313lib/libxml/pattern.in.h \ 314lib/libxml/README \ 315lib/libxml/relaxng.c \ 316lib/libxml/relaxng.in.h \ 317lib/libxml/save.h \ 318lib/libxml/SAX2.c \ 319lib/libxml/SAX2.in.h \ 320lib/libxml/SAX.c \ 321lib/libxml/SAX.in.h \ 322lib/libxml/schemasInternals.in.h \ 323lib/libxml/schematron.c \ 324lib/libxml/schematron.in.h \ 325lib/libxml/threads.c \ 326lib/libxml/threads.in.h \ 327lib/libxml/timsort.h \ 328lib/libxml/tree.c \ 329lib/libxml/tree.in.h \ 330lib/libxml/trionan.c \ 331lib/libxml/uri.c \ 332lib/libxml/uri.in.h \ 333lib/libxml/valid.c \ 334lib/libxml/valid.in.h \ 335lib/libxml/xinclude.c \ 336lib/libxml/xinclude.in.h \ 337lib/libxml/xlink.c \ 338lib/libxml/xlink.in.h \ 339lib/libxml/xmlautomata.in.h \ 340lib/libxml/xmlerror.in.h \ 341lib/libxml/xmlexports.in.h \ 342lib/libxml/xmlIO.c \ 343lib/libxml/xmlIO.in.h \ 344lib/libxml/xmlmemory.c \ 345lib/libxml/xmlmemory.in.h \ 346lib/libxml/xmlmodule.c \ 347lib/libxml/xmlmodule.in.h \ 348lib/libxml/xmlreader.c \ 349lib/libxml/xmlreader.in.h \ 350lib/libxml/xmlregexp.c \ 351lib/libxml/xmlregexp.in.h \ 352lib/libxml/xmlsave.c \ 353lib/libxml/xmlsave.in.h \ 354lib/libxml/xmlschemas.c \ 355lib/libxml/xmlschemas.in.h \ 356lib/libxml/xmlschemastypes.c \ 357lib/libxml/xmlschemastypes.in.h \ 358lib/libxml/xmlstring.c \ 359lib/libxml/xmlstring.in.h \ 360lib/libxml/xmlunicode.c \ 361lib/libxml/xmlunicode.in.h \ 362lib/libxml/xmlversion.in.h \ 363lib/libxml/xmlwriter.c \ 364lib/libxml/xmlwriter.in.h \ 365lib/libxml/xpath.c \ 366lib/libxml/xpath.in.h \ 367lib/libxml/xpathInternals.in.h \ 368lib/libxml/xpointer.c \ 369lib/libxml/xpointer.in.h \ 370lib/markup.c \ 371lib/markup.h \ 372lib/mem-hash-map.c \ 373lib/mem-hash-map.h \ 374lib/obstack.h.diff \ 375lib/progname.h.diff \ 376lib/regex_internal.h.diff \ 377lib/unistd.in.h.diff \ 378lib/xalloc.h \ 379lib/xerror.c \ 380lib/xerror.h \ 381lib/xgetcwd.c \ 382lib/xgetcwd.h \ 383lib/xmalloc.c \ 384lib/xstrdup.c \ 385m4/backupfile.m4 \ 386m4/java.m4 \ 387m4/libxml.m4 \ 388modules/backupfile \ 389modules/closeout \ 390modules/error-progname \ 391modules/gettext-runtime-misc \ 392modules/gettext-tools-misc \ 393modules/java \ 394modules/libtextstyle-dummy \ 395modules/libxml \ 396modules/markup \ 397modules/mem-hash-map \ 398modules/xalloc \ 399modules/xalloc-die \ 400modules/xerror \ 401modules/xgetcwd 402 403 404# Extra files to be installed. 405gettextsrcdir = $(datadir)/gettext 406gettextsrc_DATA = lib/gettext.h 407all: all-am 408 409.SUFFIXES: 410$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 411 @for dep in $?; do \ 412 case '$(am__configure_deps)' in \ 413 *$$dep*) \ 414 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 415 && { if test -f $@; then exit 0; else break; fi; }; \ 416 exit 1;; \ 417 esac; \ 418 done; \ 419 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu gnulib-local/Makefile'; \ 420 $(am__cd) $(top_srcdir) && \ 421 $(AUTOMAKE) --gnu gnulib-local/Makefile 422Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 423 @case '$?' in \ 424 *config.status*) \ 425 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 426 *) \ 427 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 428 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 429 esac; 430 431$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 432 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 433 434$(top_srcdir)/configure: $(am__configure_deps) 435 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 436$(ACLOCAL_M4): $(am__aclocal_m4_deps) 437 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 438$(am__aclocal_m4_deps): 439install-gettextsrcDATA: $(gettextsrc_DATA) 440 @$(NORMAL_INSTALL) 441 @list='$(gettextsrc_DATA)'; test -n "$(gettextsrcdir)" || list=; \ 442 if test -n "$$list"; then \ 443 echo " $(MKDIR_P) '$(DESTDIR)$(gettextsrcdir)'"; \ 444 $(MKDIR_P) "$(DESTDIR)$(gettextsrcdir)" || exit 1; \ 445 fi; \ 446 for p in $$list; do \ 447 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 448 echo "$$d$$p"; \ 449 done | $(am__base_list) | \ 450 while read files; do \ 451 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(gettextsrcdir)'"; \ 452 $(INSTALL_DATA) $$files "$(DESTDIR)$(gettextsrcdir)" || exit $$?; \ 453 done 454 455uninstall-gettextsrcDATA: 456 @$(NORMAL_UNINSTALL) 457 @list='$(gettextsrc_DATA)'; test -n "$(gettextsrcdir)" || list=; \ 458 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 459 dir='$(DESTDIR)$(gettextsrcdir)'; $(am__uninstall_files_from_dir) 460maintainer-update-po-local: 461tags TAGS: 462 463ctags CTAGS: 464 465cscope cscopelist: 466 467 468distdir: $(BUILT_SOURCES) 469 $(MAKE) $(AM_MAKEFLAGS) distdir-am 470 471distdir-am: $(DISTFILES) 472 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 473 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 474 list='$(DISTFILES)'; \ 475 dist_files=`for file in $$list; do echo $$file; done | \ 476 sed -e "s|^$$srcdirstrip/||;t" \ 477 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 478 case $$dist_files in \ 479 */*) $(MKDIR_P) `echo "$$dist_files" | \ 480 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 481 sort -u` ;; \ 482 esac; \ 483 for file in $$dist_files; do \ 484 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 485 if test -d $$d/$$file; then \ 486 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 487 if test -d "$(distdir)/$$file"; then \ 488 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 489 fi; \ 490 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 491 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 492 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 493 fi; \ 494 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 495 else \ 496 test -f "$(distdir)/$$file" \ 497 || cp -p $$d/$$file "$(distdir)/$$file" \ 498 || exit 1; \ 499 fi; \ 500 done 501check-am: all-am 502check: check-am 503all-am: Makefile $(DATA) 504installdirs: 505 for dir in "$(DESTDIR)$(gettextsrcdir)"; do \ 506 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 507 done 508install: install-am 509install-exec: install-exec-am 510install-data: install-data-am 511uninstall: uninstall-am 512 513install-am: all-am 514 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 515 516installcheck: installcheck-am 517install-strip: 518 if test -z '$(STRIP)'; then \ 519 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 520 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 521 install; \ 522 else \ 523 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 524 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 525 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 526 fi 527mostlyclean-generic: 528 529clean-generic: 530 531distclean-generic: 532 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 533 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 534 535maintainer-clean-generic: 536 @echo "This command is intended for maintainers to use" 537 @echo "it deletes files that may require special tools to rebuild." 538clean: clean-am 539 540clean-am: clean-generic mostlyclean-am 541 542distclean: distclean-am 543 -rm -f Makefile 544distclean-am: clean-am distclean-generic 545 546dvi: dvi-am 547 548dvi-am: 549 550html: html-am 551 552html-am: 553 554info: info-am 555 556info-am: 557 558install-data-am: install-gettextsrcDATA 559 560install-dvi: install-dvi-am 561 562install-dvi-am: 563 564install-exec-am: 565 566install-html: install-html-am 567 568install-html-am: 569 570install-info: install-info-am 571 572install-info-am: 573 574install-man: 575 576install-pdf: install-pdf-am 577 578install-pdf-am: 579 580install-ps: install-ps-am 581 582install-ps-am: 583 584installcheck-am: 585 586maintainer-clean: maintainer-clean-am 587 -rm -f Makefile 588maintainer-clean-am: distclean-am maintainer-clean-generic 589 590maintainer-update-po-am: maintainer-update-po-local 591 592mostlyclean: mostlyclean-am 593 594mostlyclean-am: mostlyclean-generic 595 596pdf: pdf-am 597 598pdf-am: 599 600ps: ps-am 601 602ps-am: 603 604uninstall-am: uninstall-gettextsrcDATA 605 606.MAKE: install-am install-strip 607 608.PHONY: all all-am check check-am clean clean-generic cscopelist-am \ 609 ctags-am distclean distclean-generic distdir dvi dvi-am html \ 610 html-am info info-am install install-am install-data \ 611 install-data-am install-dvi install-dvi-am install-exec \ 612 install-exec-am install-gettextsrcDATA install-html \ 613 install-html-am install-info install-info-am install-man \ 614 install-pdf install-pdf-am install-ps install-ps-am \ 615 install-strip installcheck installcheck-am installdirs \ 616 maintainer-clean maintainer-clean-generic maintainer-update-po \ 617 maintainer-update-po-am maintainer-update-po-local mostlyclean \ 618 mostlyclean-generic pdf pdf-am ps ps-am tags-am uninstall \ 619 uninstall-am uninstall-gettextsrcDATA 620 621.PRECIOUS: Makefile 622 623 624maintainer-update-po: 625 626# Tell versions [3.59,3.63) of GNU make to not export all variables. 627# Otherwise a system limit (for SysV at least) may be exceeded. 628.NOEXPORT: 629