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# Make Autotest library. 19 20# Copyright (C) 2001-2002, 2009-2012 Free Software Foundation, Inc. 21 22# This program is free software: you can redistribute it and/or modify 23# it under the terms of the GNU General Public License as published by 24# the Free Software Foundation, either version 3 of the License, or 25# (at your option) any later version. 26 27# This program is distributed in the hope that it will be useful, 28# but WITHOUT ANY WARRANTY; without even the implied warranty of 29# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 30# GNU General Public License for more details. 31 32# You should have received a copy of the GNU General Public License 33# along with this program. If not, see <http://www.gnu.org/licenses/>. 34 35# Freeze M4 files. 36 37# Copyright (C) 2002, 2004, 2006-2012 Free Software Foundation, Inc. 38 39# This program is free software: you can redistribute it and/or modify 40# it under the terms of the GNU General Public License as published by 41# the Free Software Foundation, either version 3 of the License, or 42# (at your option) any later version. 43 44# This program is distributed in the hope that it will be useful, 45# but WITHOUT ANY WARRANTY; without even the implied warranty of 46# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 47# GNU General Public License for more details. 48 49# You should have received a copy of the GNU General Public License 50# along with this program. If not, see <http://www.gnu.org/licenses/>. 51 52VPATH = @srcdir@ 53pkgdatadir = $(datadir)/@PACKAGE@ 54pkgincludedir = $(includedir)/@PACKAGE@ 55pkglibdir = $(libdir)/@PACKAGE@ 56pkglibexecdir = $(libexecdir)/@PACKAGE@ 57am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 58install_sh_DATA = $(install_sh) -c -m 644 59install_sh_PROGRAM = $(install_sh) -c 60install_sh_SCRIPT = $(install_sh) -c 61INSTALL_HEADER = $(INSTALL_DATA) 62transform = $(program_transform_name) 63NORMAL_INSTALL = : 64PRE_INSTALL = : 65POST_INSTALL = : 66NORMAL_UNINSTALL = : 67PRE_UNINSTALL = : 68POST_UNINSTALL = : 69build_triplet = @build@ 70host_triplet = @host@ 71DIST_COMMON = $(dist_autotestlib_DATA) $(srcdir)/../freeze.mk \ 72 $(srcdir)/Makefile.am $(srcdir)/Makefile.in 73subdir = lib/autotest 74ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 75am__aclocal_m4_deps = $(top_srcdir)/m4/autobuild.m4 \ 76 $(top_srcdir)/m4/m4.m4 $(top_srcdir)/m4/make-case.m4 \ 77 $(top_srcdir)/configure.ac 78am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 79 $(ACLOCAL_M4) 80mkinstalldirs = $(install_sh) -d 81CONFIG_CLEAN_FILES = 82CONFIG_CLEAN_VPATH_FILES = 83SOURCES = 84DIST_SOURCES = 85am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 86am__vpath_adj = case $$p in \ 87 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 88 *) f=$$p;; \ 89 esac; 90am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 91am__install_max = 40 92am__nobase_strip_setup = \ 93 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 94am__nobase_strip = \ 95 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 96am__nobase_list = $(am__nobase_strip_setup); \ 97 for p in $$list; do echo "$$p $$p"; done | \ 98 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 99 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 100 if (++n[$$2] == $(am__install_max)) \ 101 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 102 END { for (dir in files) print dir, files[dir] }' 103am__base_list = \ 104 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 105 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 106am__installdirs = "$(DESTDIR)$(autotestlibdir)" \ 107 "$(DESTDIR)$(autotestlibdir)" 108DATA = $(dist_autotestlib_DATA) $(nodist_autotestlib_DATA) 109ETAGS = etags 110CTAGS = ctags 111DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 112ACLOCAL = @ACLOCAL@ 113AMTAR = @AMTAR@ 114AUTOCONF = @AUTOCONF@ 115AUTOHEADER = @AUTOHEADER@ 116AUTOMAKE = @AUTOMAKE@ 117AWK = @AWK@ 118CYGPATH_W = @CYGPATH_W@ 119DEFS = @DEFS@ 120ECHO_C = @ECHO_C@ 121ECHO_N = @ECHO_N@ 122ECHO_T = @ECHO_T@ 123EGREP = @EGREP@ 124EMACS = @EMACS@ 125EMACSLOADPATH = @EMACSLOADPATH@ 126EXPR = @EXPR@ 127GREP = @GREP@ 128HELP2MAN = @HELP2MAN@ 129INSTALL = @INSTALL@ 130INSTALL_DATA = @INSTALL_DATA@ 131INSTALL_PROGRAM = @INSTALL_PROGRAM@ 132INSTALL_SCRIPT = @INSTALL_SCRIPT@ 133INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 134LIBOBJS = @LIBOBJS@ 135LIBS = @LIBS@ 136LTLIBOBJS = @LTLIBOBJS@ 137M4 = @M4@ 138M4_DEBUGFILE = @M4_DEBUGFILE@ 139M4_GNU = @M4_GNU@ 140MAKEINFO = @MAKEINFO@ 141MKDIR_P = @MKDIR_P@ 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@ 150PERL = @PERL@ 151PERL_FLOCK = @PERL_FLOCK@ 152SED = @SED@ 153SET_MAKE = @SET_MAKE@ 154SHELL = @SHELL@ 155STRIP = @STRIP@ 156TEST_EMACS = @TEST_EMACS@ 157VERSION = @VERSION@ 158abs_builddir = @abs_builddir@ 159abs_srcdir = @abs_srcdir@ 160abs_top_builddir = @abs_top_builddir@ 161abs_top_srcdir = @abs_top_srcdir@ 162ac_cv_dir_trailing_space = @ac_cv_dir_trailing_space@ 163ac_cv_sh_n_works = @ac_cv_sh_n_works@ 164ac_cv_unsupported_fs_chars = @ac_cv_unsupported_fs_chars@ 165am__leading_dot = @am__leading_dot@ 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@ 191lispdir = @lispdir@ 192localedir = @localedir@ 193localstatedir = @localstatedir@ 194mandir = @mandir@ 195mkdir_p = @mkdir_p@ 196oldincludedir = @oldincludedir@ 197pdfdir = @pdfdir@ 198prefix = @prefix@ 199program_transform_name = @program_transform_name@ 200psdir = @psdir@ 201sbindir = @sbindir@ 202sharedstatedir = @sharedstatedir@ 203srcdir = @srcdir@ 204sysconfdir = @sysconfdir@ 205target_alias = @target_alias@ 206top_build_prefix = @top_build_prefix@ 207top_builddir = @top_builddir@ 208top_srcdir = @top_srcdir@ 209autotestlibdir = $(pkgdatadir)/autotest 210dist_autotestlib_DATA = autotest.m4 general.m4 specific.m4 211nodist_autotestlib_DATA = autotest.m4f 212CLEANFILES = $(nodist_autotestlib_DATA) 213TAGS_FILES = $(dist_autotestlib_DATA) 214ETAGS_ARGS = $(ETAGS_FOR_AUTOCONF) 215forbidden_patterns = -e '^_*EOF' -e ' cmp ' 216forbidden_patterns_files = $(dist_autotestlib_DATA) 217SUFFIXES = .m4 .m4f 218AUTOM4TE_CFG = $(top_builddir)/lib/autom4te.cfg 219 220# Do not use AUTOM4TE here, since maint.mk (my-distcheck) 221# checks if we are independent of Autoconf by defining AUTOM4TE (and 222# others) to `false'. Autoconf provides autom4te, so that doesn't 223# apply to us. 224MY_AUTOM4TE = \ 225 autom4te_perllibdir='$(top_srcdir)'/lib \ 226 AUTOM4TE_CFG='$(AUTOM4TE_CFG)' $(top_builddir)/bin/autom4te \ 227 -B '$(top_builddir)'/lib -B '$(top_srcdir)'/lib # keep ` ' 228 229 230# Factor the dependencies between all the frozen files. 231# Some day we should explain to Automake how to use autom4te to compute 232# the dependencies... 233src_libdir = $(top_srcdir)/lib 234build_libdir = $(top_builddir)/lib 235m4f_dependencies = $(top_builddir)/bin/autom4te $(AUTOM4TE_CFG) 236m4sugar_m4f_dependencies = \ 237 $(m4f_dependencies) \ 238 $(src_libdir)/m4sugar/m4sugar.m4 \ 239 $(build_libdir)/m4sugar/version.m4 240 241m4sh_m4f_dependencies = \ 242 $(m4sugar_m4f_dependencies) \ 243 $(src_libdir)/m4sugar/m4sh.m4 244 245autotest_m4f_dependencies = \ 246 $(m4sh_m4f_dependencies) \ 247 $(src_libdir)/autotest/autotest.m4 \ 248 $(src_libdir)/autotest/general.m4 \ 249 $(src_libdir)/autotest/specific.m4 250 251autoconf_m4f_dependencies = \ 252 $(m4sh_m4f_dependencies) \ 253 $(src_libdir)/autoconf/autoscan.m4 \ 254 $(src_libdir)/autoconf/general.m4 \ 255 $(src_libdir)/autoconf/autoheader.m4 \ 256 $(src_libdir)/autoconf/autoupdate.m4 \ 257 $(src_libdir)/autoconf/autotest.m4 \ 258 $(src_libdir)/autoconf/status.m4 \ 259 $(src_libdir)/autoconf/oldnames.m4 \ 260 $(src_libdir)/autoconf/specific.m4 \ 261 $(src_libdir)/autoconf/lang.m4 \ 262 $(src_libdir)/autoconf/c.m4 \ 263 $(src_libdir)/autoconf/fortran.m4 \ 264 $(src_libdir)/autoconf/erlang.m4 \ 265 $(src_libdir)/autoconf/go.m4 \ 266 $(src_libdir)/autoconf/functions.m4 \ 267 $(src_libdir)/autoconf/headers.m4 \ 268 $(src_libdir)/autoconf/types.m4 \ 269 $(src_libdir)/autoconf/libs.m4 \ 270 $(src_libdir)/autoconf/programs.m4 \ 271 $(src_libdir)/autoconf/autoconf.m4 272 273ETAGS_FOR_M4 = \ 274 --lang=none \ 275 --regex='/\(m4_define\|define\)(\[\([^]]*\)\]/\2/' 276 277ETAGS_FOR_M4SUGAR = \ 278 $(ETAGS_FOR_M4) \ 279 --regex='/m4_defun(\[\([^]]*\)\]/\1/' 280 281ETAGS_FOR_AUTOCONF = \ 282 $(ETAGS_FOR_M4SUGAR) \ 283 --regex='/\(A[CU]_DEFUN\|AU_ALIAS\)(\[\([^]]*\)\]/\2/' \ 284 --regex='/AN_\(FUNCTION\|HEADER\|IDENTIFIER\|LIBRARY\|MAKEVAR\|PROGRAM\)(\[\([^]]*\)\]/\2/' 285 286all: all-am 287 288.SUFFIXES: 289.SUFFIXES: .m4 .m4f 290$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/../freeze.mk $(am__configure_deps) 291 @for dep in $?; do \ 292 case '$(am__configure_deps)' in \ 293 *$$dep*) \ 294 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 295 && { if test -f $@; then exit 0; else break; fi; }; \ 296 exit 1;; \ 297 esac; \ 298 done; \ 299 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/autotest/Makefile'; \ 300 $(am__cd) $(top_srcdir) && \ 301 $(AUTOMAKE) --gnu lib/autotest/Makefile 302.PRECIOUS: Makefile 303Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 304 @case '$?' in \ 305 *config.status*) \ 306 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 307 *) \ 308 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 309 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 310 esac; 311 312$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 313 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 314 315$(top_srcdir)/configure: $(am__configure_deps) 316 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 317$(ACLOCAL_M4): $(am__aclocal_m4_deps) 318 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 319$(am__aclocal_m4_deps): 320install-dist_autotestlibDATA: $(dist_autotestlib_DATA) 321 @$(NORMAL_INSTALL) 322 test -z "$(autotestlibdir)" || $(MKDIR_P) "$(DESTDIR)$(autotestlibdir)" 323 @list='$(dist_autotestlib_DATA)'; test -n "$(autotestlibdir)" || list=; \ 324 for p in $$list; do \ 325 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 326 echo "$$d$$p"; \ 327 done | $(am__base_list) | \ 328 while read files; do \ 329 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(autotestlibdir)'"; \ 330 $(INSTALL_DATA) $$files "$(DESTDIR)$(autotestlibdir)" || exit $$?; \ 331 done 332 333uninstall-dist_autotestlibDATA: 334 @$(NORMAL_UNINSTALL) 335 @list='$(dist_autotestlib_DATA)'; test -n "$(autotestlibdir)" || list=; \ 336 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 337 test -n "$$files" || exit 0; \ 338 echo " ( cd '$(DESTDIR)$(autotestlibdir)' && rm -f" $$files ")"; \ 339 cd "$(DESTDIR)$(autotestlibdir)" && rm -f $$files 340install-nodist_autotestlibDATA: $(nodist_autotestlib_DATA) 341 @$(NORMAL_INSTALL) 342 test -z "$(autotestlibdir)" || $(MKDIR_P) "$(DESTDIR)$(autotestlibdir)" 343 @list='$(nodist_autotestlib_DATA)'; test -n "$(autotestlibdir)" || list=; \ 344 for p in $$list; do \ 345 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 346 echo "$$d$$p"; \ 347 done | $(am__base_list) | \ 348 while read files; do \ 349 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(autotestlibdir)'"; \ 350 $(INSTALL_DATA) $$files "$(DESTDIR)$(autotestlibdir)" || exit $$?; \ 351 done 352 353uninstall-nodist_autotestlibDATA: 354 @$(NORMAL_UNINSTALL) 355 @list='$(nodist_autotestlib_DATA)'; test -n "$(autotestlibdir)" || list=; \ 356 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 357 test -n "$$files" || exit 0; \ 358 echo " ( cd '$(DESTDIR)$(autotestlibdir)' && rm -f" $$files ")"; \ 359 cd "$(DESTDIR)$(autotestlibdir)" && rm -f $$files 360 361ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 362 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 363 unique=`for i in $$list; do \ 364 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 365 done | \ 366 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 367 END { if (nonempty) { for (i in files) print i; }; }'`; \ 368 mkid -fID $$unique 369tags: TAGS 370 371TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 372 $(TAGS_FILES) $(LISP) 373 set x; \ 374 here=`pwd`; \ 375 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 376 unique=`for i in $$list; do \ 377 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 378 done | \ 379 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 380 END { if (nonempty) { for (i in files) print i; }; }'`; \ 381 shift; \ 382 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 383 test -n "$$unique" || unique=$$empty_fix; \ 384 if test $$# -gt 0; then \ 385 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 386 "$$@" $$unique; \ 387 else \ 388 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 389 $$unique; \ 390 fi; \ 391 fi 392ctags: CTAGS 393CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 394 $(TAGS_FILES) $(LISP) 395 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 396 unique=`for i in $$list; do \ 397 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 398 done | \ 399 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 400 END { if (nonempty) { for (i in files) print i; }; }'`; \ 401 test -z "$(CTAGS_ARGS)$$unique" \ 402 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 403 $$unique 404 405GTAGS: 406 here=`$(am__cd) $(top_builddir) && pwd` \ 407 && $(am__cd) $(top_srcdir) \ 408 && gtags -i $(GTAGS_ARGS) "$$here" 409 410distclean-tags: 411 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 412 413distdir: $(DISTFILES) 414 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 415 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 416 list='$(DISTFILES)'; \ 417 dist_files=`for file in $$list; do echo $$file; done | \ 418 sed -e "s|^$$srcdirstrip/||;t" \ 419 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 420 case $$dist_files in \ 421 */*) $(MKDIR_P) `echo "$$dist_files" | \ 422 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 423 sort -u` ;; \ 424 esac; \ 425 for file in $$dist_files; do \ 426 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 427 if test -d $$d/$$file; then \ 428 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 429 if test -d "$(distdir)/$$file"; then \ 430 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 431 fi; \ 432 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 433 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 434 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 435 fi; \ 436 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 437 else \ 438 test -f "$(distdir)/$$file" \ 439 || cp -p $$d/$$file "$(distdir)/$$file" \ 440 || exit 1; \ 441 fi; \ 442 done 443check-am: all-am 444 $(MAKE) $(AM_MAKEFLAGS) check-local 445check: check-am 446all-am: Makefile $(DATA) 447installdirs: 448 for dir in "$(DESTDIR)$(autotestlibdir)" "$(DESTDIR)$(autotestlibdir)"; do \ 449 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 450 done 451install: install-am 452install-exec: install-exec-am 453install-data: install-data-am 454uninstall: uninstall-am 455 456install-am: all-am 457 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 458 459installcheck: installcheck-am 460install-strip: 461 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 462 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 463 `test -z '$(STRIP)' || \ 464 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 465mostlyclean-generic: 466 467clean-generic: 468 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 469 470distclean-generic: 471 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 472 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 473 474maintainer-clean-generic: 475 @echo "This command is intended for maintainers to use" 476 @echo "it deletes files that may require special tools to rebuild." 477clean: clean-am 478 479clean-am: clean-generic mostlyclean-am 480 481distclean: distclean-am 482 -rm -f Makefile 483distclean-am: clean-am distclean-generic distclean-tags 484 485dvi: dvi-am 486 487dvi-am: 488 489html: html-am 490 491html-am: 492 493info: info-am 494 495info-am: 496 497install-data-am: install-dist_autotestlibDATA \ 498 install-nodist_autotestlibDATA 499 500install-dvi: install-dvi-am 501 502install-dvi-am: 503 504install-exec-am: 505 506install-html: install-html-am 507 508install-html-am: 509 510install-info: install-info-am 511 512install-info-am: 513 514install-man: 515 516install-pdf: install-pdf-am 517 518install-pdf-am: 519 520install-ps: install-ps-am 521 522install-ps-am: 523 524installcheck-am: 525 526maintainer-clean: maintainer-clean-am 527 -rm -f Makefile 528maintainer-clean-am: distclean-am maintainer-clean-generic 529 530mostlyclean: mostlyclean-am 531 532mostlyclean-am: mostlyclean-generic 533 534pdf: pdf-am 535 536pdf-am: 537 538ps: ps-am 539 540ps-am: 541 542uninstall-am: uninstall-dist_autotestlibDATA \ 543 uninstall-nodist_autotestlibDATA 544 545.MAKE: check-am install-am install-strip 546 547.PHONY: CTAGS GTAGS all all-am check check-am check-local clean \ 548 clean-generic ctags distclean distclean-generic distclean-tags \ 549 distdir dvi dvi-am html html-am info info-am install \ 550 install-am install-data install-data-am \ 551 install-dist_autotestlibDATA install-dvi install-dvi-am \ 552 install-exec install-exec-am install-html install-html-am \ 553 install-info install-info-am install-man \ 554 install-nodist_autotestlibDATA install-pdf install-pdf-am \ 555 install-ps install-ps-am install-strip installcheck \ 556 installcheck-am installdirs maintainer-clean \ 557 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ 558 pdf-am ps ps-am tags uninstall uninstall-am \ 559 uninstall-dist_autotestlibDATA \ 560 uninstall-nodist_autotestlibDATA 561 562 563check-local: check-forbidden-patterns 564 565autotest.m4f: $(autotest_m4f_dependencies) 566$(AUTOM4TE_CFG): $(top_srcdir)/lib/autom4te.in 567 cd $(top_builddir)/lib && $(MAKE) $(AM_MAKEFLAGS) autom4te.cfg 568 569# When processing the file with diversion disabled, there must be no 570# output but comments and empty lines. 571# If freezing produces output, something went wrong: a bad `divert', 572# or an improper paren etc. 573# It may happen that the output does not end with an end of line, hence 574# force an end of line when reporting errors. 575.m4.m4f: 576 $(MY_AUTOM4TE) \ 577 --language=$* \ 578 --freeze \ 579 --output=$@ 580 581# For parallel builds. 582$(build_libdir)/m4sugar/version.m4: 583 cd $(build_libdir)/m4sugar && $(MAKE) $(AM_MAKEFLAGS) version.m4 584 585check-forbidden-patterns: 586 @if (cd $(srcdir) && \ 587 $(GREP) $(forbidden_patterns) $(forbidden_patterns_files)) \ 588 >forbidden.log; then \ 589 echo "ERROR: forbidden patterns were found:" >&2; \ 590 sed "s|^|$*.m4: |" <forbidden.log >&2; \ 591 echo >&2; \ 592 exit 1; \ 593 else \ 594 rm -f forbidden.log; \ 595 fi 596 597# Tell versions [3.59,3.63) of GNU make to not export all variables. 598# Otherwise a system limit (for SysV at least) may be exceeded. 599.NOEXPORT: 600