Home | History | Annotate | Download | only in tests
      1 # Makefile.in generated by automake 1.15 from Makefile.am.
      2 # @configure_input@
      3 
      4 # Copyright (C) 1994-2014 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 
     17 VPATH = @srcdir@
     18 am__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 }
     29 am__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
     71 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
     72 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
     73 pkgdatadir = $(datadir)/@PACKAGE@
     74 pkgincludedir = $(includedir)/@PACKAGE@
     75 pkglibdir = $(libdir)/@PACKAGE@
     76 pkglibexecdir = $(libexecdir)/@PACKAGE@
     77 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
     78 install_sh_DATA = $(install_sh) -c -m 644
     79 install_sh_PROGRAM = $(install_sh) -c
     80 install_sh_SCRIPT = $(install_sh) -c
     81 INSTALL_HEADER = $(INSTALL_DATA)
     82 transform = $(program_transform_name)
     83 NORMAL_INSTALL = :
     84 PRE_INSTALL = :
     85 POST_INSTALL = :
     86 NORMAL_UNINSTALL = :
     87 PRE_UNINSTALL = :
     88 POST_UNINSTALL = :
     89 build_triplet = @build@
     90 host_triplet = @host@
     91 subdir = lackey/tests
     92 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     93 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
     94 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
     95 	$(ACLOCAL_M4)
     96 DIST_COMMON = $(srcdir)/Makefile.am $(dist_noinst_SCRIPTS) \
     97 	$(am__DIST_COMMON)
     98 mkinstalldirs = $(install_sh) -d
     99 CONFIG_HEADER = $(top_builddir)/config.h
    100 CONFIG_CLEAN_FILES =
    101 CONFIG_CLEAN_VPATH_FILES =
    102 SCRIPTS = $(dist_noinst_SCRIPTS)
    103 AM_V_P = $(am__v_P_@AM_V@)
    104 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
    105 am__v_P_0 = false
    106 am__v_P_1 = :
    107 AM_V_GEN = $(am__v_GEN_@AM_V@)
    108 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
    109 am__v_GEN_0 = @echo "  GEN     " $@;
    110 am__v_GEN_1 = 
    111 AM_V_at = $(am__v_at_@AM_V@)
    112 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
    113 am__v_at_0 = @
    114 am__v_at_1 = 
    115 SOURCES =
    116 DIST_SOURCES =
    117 am__can_run_installinfo = \
    118   case $$AM_UPDATE_INFO_DIR in \
    119     n|no|NO) false;; \
    120     *) (install-info --version) >/dev/null 2>&1;; \
    121   esac
    122 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
    123 am__DIST_COMMON = $(srcdir)/Makefile.in
    124 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    125 ACLOCAL = @ACLOCAL@
    126 AMTAR = @AMTAR@
    127 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
    128 AR = @AR@
    129 AUTOCONF = @AUTOCONF@
    130 AUTOHEADER = @AUTOHEADER@
    131 AUTOMAKE = @AUTOMAKE@
    132 AWK = @AWK@
    133 BOOST_CFLAGS = @BOOST_CFLAGS@
    134 BOOST_LIBS = @BOOST_LIBS@
    135 CC = @CC@
    136 CCAS = @CCAS@
    137 CCASDEPMODE = @CCASDEPMODE@
    138 CCASFLAGS = @CCASFLAGS@
    139 CCDEPMODE = @CCDEPMODE@
    140 CFLAGS = @CFLAGS@
    141 CFLAGS_MPI = @CFLAGS_MPI@
    142 CPP = @CPP@
    143 CPPFLAGS = @CPPFLAGS@
    144 CXX = @CXX@
    145 CXXDEPMODE = @CXXDEPMODE@
    146 CXXFLAGS = @CXXFLAGS@
    147 CYGPATH_W = @CYGPATH_W@
    148 DEFAULT_SUPP = @DEFAULT_SUPP@
    149 DEFS = @DEFS@
    150 DEPDIR = @DEPDIR@
    151 DIFF = @DIFF@
    152 DIS_PATH = @DIS_PATH@
    153 ECHO_C = @ECHO_C@
    154 ECHO_N = @ECHO_N@
    155 ECHO_T = @ECHO_T@
    156 EGREP = @EGREP@
    157 EXEEXT = @EXEEXT@
    158 FLAG_FNO_IPA_ICF = @FLAG_FNO_IPA_ICF@
    159 FLAG_FNO_STACK_PROTECTOR = @FLAG_FNO_STACK_PROTECTOR@
    160 FLAG_FSANITIZE = @FLAG_FSANITIZE@
    161 FLAG_M32 = @FLAG_M32@
    162 FLAG_M64 = @FLAG_M64@
    163 FLAG_MIPS32 = @FLAG_MIPS32@
    164 FLAG_MIPS64 = @FLAG_MIPS64@
    165 FLAG_MLONG_DOUBLE_128 = @FLAG_MLONG_DOUBLE_128@
    166 FLAG_MMMX = @FLAG_MMMX@
    167 FLAG_MSSE = @FLAG_MSSE@
    168 FLAG_NO_BUILD_ID = @FLAG_NO_BUILD_ID@
    169 FLAG_NO_PIE = @FLAG_NO_PIE@
    170 FLAG_OCTEON = @FLAG_OCTEON@
    171 FLAG_OCTEON2 = @FLAG_OCTEON2@
    172 FLAG_T_TEXT = @FLAG_T_TEXT@
    173 FLAG_UNLIMITED_INLINE_UNIT_GROWTH = @FLAG_UNLIMITED_INLINE_UNIT_GROWTH@
    174 FLAG_W_CAST_ALIGN = @FLAG_W_CAST_ALIGN@
    175 FLAG_W_CAST_QUAL = @FLAG_W_CAST_QUAL@
    176 FLAG_W_EMPTY_BODY = @FLAG_W_EMPTY_BODY@
    177 FLAG_W_EXTRA = @FLAG_W_EXTRA@
    178 FLAG_W_FORMAT = @FLAG_W_FORMAT@
    179 FLAG_W_FORMAT_SECURITY = @FLAG_W_FORMAT_SECURITY@
    180 FLAG_W_FORMAT_SIGNEDNESS = @FLAG_W_FORMAT_SIGNEDNESS@
    181 FLAG_W_IGNORED_QUALIFIERS = @FLAG_W_IGNORED_QUALIFIERS@
    182 FLAG_W_MISSING_PARAMETER_TYPE = @FLAG_W_MISSING_PARAMETER_TYPE@
    183 FLAG_W_NO_INFINITE_RECURSION = @FLAG_W_NO_INFINITE_RECURSION@
    184 FLAG_W_NO_MEMSET_TRANSPOSED_ARGS = @FLAG_W_NO_MEMSET_TRANSPOSED_ARGS@
    185 FLAG_W_NO_MISMATCHED_NEW_DELETE = @FLAG_W_NO_MISMATCHED_NEW_DELETE@
    186 FLAG_W_NO_NONNULL = @FLAG_W_NO_NONNULL@
    187 FLAG_W_NO_OVERFLOW = @FLAG_W_NO_OVERFLOW@
    188 FLAG_W_NO_POINTER_SIGN = @FLAG_W_NO_POINTER_SIGN@
    189 FLAG_W_NO_STATIC_LOCAL_IN_INLINE = @FLAG_W_NO_STATIC_LOCAL_IN_INLINE@
    190 FLAG_W_NO_UNINITIALIZED = @FLAG_W_NO_UNINITIALIZED@
    191 FLAG_W_NO_UNUSED_FUNCTION = @FLAG_W_NO_UNUSED_FUNCTION@
    192 FLAG_W_OLD_STYLE_DECLARATION = @FLAG_W_OLD_STYLE_DECLARATION@
    193 FLAG_W_WRITE_STRINGS = @FLAG_W_WRITE_STRINGS@
    194 GDB = @GDB@
    195 GLIBC_VERSION = @GLIBC_VERSION@
    196 GREP = @GREP@
    197 HWCAP_HAS_ALTIVEC = @HWCAP_HAS_ALTIVEC@
    198 HWCAP_HAS_DFP = @HWCAP_HAS_DFP@
    199 HWCAP_HAS_HTM = @HWCAP_HAS_HTM@
    200 HWCAP_HAS_ISA_2_05 = @HWCAP_HAS_ISA_2_05@
    201 HWCAP_HAS_ISA_2_06 = @HWCAP_HAS_ISA_2_06@
    202 HWCAP_HAS_ISA_2_07 = @HWCAP_HAS_ISA_2_07@
    203 HWCAP_HAS_ISA_3_00 = @HWCAP_HAS_ISA_3_00@
    204 HWCAP_HAS_VSX = @HWCAP_HAS_VSX@
    205 INSTALL = @INSTALL@
    206 INSTALL_DATA = @INSTALL_DATA@
    207 INSTALL_PROGRAM = @INSTALL_PROGRAM@
    208 INSTALL_SCRIPT = @INSTALL_SCRIPT@
    209 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    210 LDFLAGS = @LDFLAGS@
    211 LDFLAGS_MPI = @LDFLAGS_MPI@
    212 LIBOBJS = @LIBOBJS@
    213 LIBS = @LIBS@
    214 LIB_UBSAN = @LIB_UBSAN@
    215 LN_S = @LN_S@
    216 LTLIBOBJS = @LTLIBOBJS@
    217 MAINT = @MAINT@
    218 MAKEINFO = @MAKEINFO@
    219 MKDIR_P = @MKDIR_P@
    220 MPI_CC = @MPI_CC@
    221 OBJEXT = @OBJEXT@
    222 PACKAGE = @PACKAGE@
    223 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    224 PACKAGE_NAME = @PACKAGE_NAME@
    225 PACKAGE_STRING = @PACKAGE_STRING@
    226 PACKAGE_TARNAME = @PACKAGE_TARNAME@
    227 PACKAGE_URL = @PACKAGE_URL@
    228 PACKAGE_VERSION = @PACKAGE_VERSION@
    229 PATH_SEPARATOR = @PATH_SEPARATOR@
    230 PERL = @PERL@
    231 PREFERRED_STACK_BOUNDARY_2 = @PREFERRED_STACK_BOUNDARY_2@
    232 RANLIB = @RANLIB@
    233 SED = @SED@
    234 SET_MAKE = @SET_MAKE@
    235 SHELL = @SHELL@
    236 SOLARIS_UNDEF_LARGESOURCE = @SOLARIS_UNDEF_LARGESOURCE@
    237 STRIP = @STRIP@
    238 VALT_LOAD_ADDRESS_PRI = @VALT_LOAD_ADDRESS_PRI@
    239 VALT_LOAD_ADDRESS_SEC = @VALT_LOAD_ADDRESS_SEC@
    240 VERSION = @VERSION@
    241 VGCONF_ARCH_PRI = @VGCONF_ARCH_PRI@
    242 VGCONF_ARCH_SEC = @VGCONF_ARCH_SEC@
    243 VGCONF_OS = @VGCONF_OS@
    244 VGCONF_PLATFORM_PRI_CAPS = @VGCONF_PLATFORM_PRI_CAPS@
    245 VGCONF_PLATFORM_SEC_CAPS = @VGCONF_PLATFORM_SEC_CAPS@
    246 VGCONF_PLATVARIANT = @VGCONF_PLATVARIANT@
    247 VG_TMPDIR = @VG_TMPDIR@
    248 abs_builddir = @abs_builddir@
    249 abs_srcdir = @abs_srcdir@
    250 abs_top_builddir = @abs_top_builddir@
    251 abs_top_srcdir = @abs_top_srcdir@
    252 ac_ct_CC = @ac_ct_CC@
    253 ac_ct_CXX = @ac_ct_CXX@
    254 am__include = @am__include@
    255 am__leading_dot = @am__leading_dot@
    256 am__quote = @am__quote@
    257 am__tar = @am__tar@
    258 am__untar = @am__untar@
    259 bindir = @bindir@
    260 build = @build@
    261 build_alias = @build_alias@
    262 build_cpu = @build_cpu@
    263 build_os = @build_os@
    264 build_vendor = @build_vendor@
    265 builddir = @builddir@
    266 datadir = @datadir@
    267 datarootdir = @datarootdir@
    268 docdir = @docdir@
    269 dvidir = @dvidir@
    270 exec_prefix = @exec_prefix@
    271 host = @host@
    272 host_alias = @host_alias@
    273 host_cpu = @host_cpu@
    274 host_os = @host_os@
    275 host_vendor = @host_vendor@
    276 htmldir = @htmldir@
    277 includedir = @includedir@
    278 infodir = @infodir@
    279 install_sh = @install_sh@
    280 libdir = @libdir@
    281 libexecdir = @libexecdir@
    282 localedir = @localedir@
    283 localstatedir = @localstatedir@
    284 mandir = @mandir@
    285 mkdir_p = @mkdir_p@
    286 oldincludedir = @oldincludedir@
    287 pdfdir = @pdfdir@
    288 prefix = @prefix@
    289 program_transform_name = @program_transform_name@
    290 psdir = @psdir@
    291 sbindir = @sbindir@
    292 sharedstatedir = @sharedstatedir@
    293 srcdir = @srcdir@
    294 sysconfdir = @sysconfdir@
    295 target_alias = @target_alias@
    296 top_build_prefix = @top_build_prefix@
    297 top_builddir = @top_builddir@
    298 top_srcdir = @top_srcdir@
    299 dist_noinst_SCRIPTS = filter_stderr
    300 EXTRA_DIST = true.stderr.exp true.vgtest
    301 all: all-am
    302 
    303 .SUFFIXES:
    304 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
    305 	@for dep in $?; do \
    306 	  case '$(am__configure_deps)' in \
    307 	    *$$dep*) \
    308 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
    309 	        && { if test -f $@; then exit 0; else break; fi; }; \
    310 	      exit 1;; \
    311 	  esac; \
    312 	done; \
    313 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lackey/tests/Makefile'; \
    314 	$(am__cd) $(top_srcdir) && \
    315 	  $(AUTOMAKE) --foreign lackey/tests/Makefile
    316 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    317 	@case '$?' in \
    318 	  *config.status*) \
    319 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
    320 	  *) \
    321 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
    322 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
    323 	esac;
    324 
    325 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    326 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    327 
    328 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
    329 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    330 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
    331 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    332 $(am__aclocal_m4_deps):
    333 tags TAGS:
    334 
    335 ctags CTAGS:
    336 
    337 cscope cscopelist:
    338 
    339 
    340 distdir: $(DISTFILES)
    341 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    342 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    343 	list='$(DISTFILES)'; \
    344 	  dist_files=`for file in $$list; do echo $$file; done | \
    345 	  sed -e "s|^$$srcdirstrip/||;t" \
    346 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
    347 	case $$dist_files in \
    348 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
    349 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
    350 			   sort -u` ;; \
    351 	esac; \
    352 	for file in $$dist_files; do \
    353 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
    354 	  if test -d $$d/$$file; then \
    355 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
    356 	    if test -d "$(distdir)/$$file"; then \
    357 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    358 	    fi; \
    359 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
    360 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
    361 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    362 	    fi; \
    363 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
    364 	  else \
    365 	    test -f "$(distdir)/$$file" \
    366 	    || cp -p $$d/$$file "$(distdir)/$$file" \
    367 	    || exit 1; \
    368 	  fi; \
    369 	done
    370 check-am: all-am
    371 check: check-am
    372 all-am: Makefile $(SCRIPTS)
    373 installdirs:
    374 install: install-am
    375 install-exec: install-exec-am
    376 install-data: install-data-am
    377 uninstall: uninstall-am
    378 
    379 install-am: all-am
    380 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    381 
    382 installcheck: installcheck-am
    383 install-strip:
    384 	if test -z '$(STRIP)'; then \
    385 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    386 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    387 	      install; \
    388 	else \
    389 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    390 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    391 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
    392 	fi
    393 mostlyclean-generic:
    394 
    395 clean-generic:
    396 
    397 distclean-generic:
    398 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    399 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
    400 
    401 maintainer-clean-generic:
    402 	@echo "This command is intended for maintainers to use"
    403 	@echo "it deletes files that may require special tools to rebuild."
    404 clean: clean-am
    405 
    406 clean-am: clean-generic mostlyclean-am
    407 
    408 distclean: distclean-am
    409 	-rm -f Makefile
    410 distclean-am: clean-am distclean-generic
    411 
    412 dvi: dvi-am
    413 
    414 dvi-am:
    415 
    416 html: html-am
    417 
    418 html-am:
    419 
    420 info: info-am
    421 
    422 info-am:
    423 
    424 install-data-am:
    425 
    426 install-dvi: install-dvi-am
    427 
    428 install-dvi-am:
    429 
    430 install-exec-am:
    431 
    432 install-html: install-html-am
    433 
    434 install-html-am:
    435 
    436 install-info: install-info-am
    437 
    438 install-info-am:
    439 
    440 install-man:
    441 
    442 install-pdf: install-pdf-am
    443 
    444 install-pdf-am:
    445 
    446 install-ps: install-ps-am
    447 
    448 install-ps-am:
    449 
    450 installcheck-am:
    451 
    452 maintainer-clean: maintainer-clean-am
    453 	-rm -f Makefile
    454 maintainer-clean-am: distclean-am maintainer-clean-generic
    455 
    456 mostlyclean: mostlyclean-am
    457 
    458 mostlyclean-am: mostlyclean-generic
    459 
    460 pdf: pdf-am
    461 
    462 pdf-am:
    463 
    464 ps: ps-am
    465 
    466 ps-am:
    467 
    468 uninstall-am:
    469 
    470 .MAKE: install-am install-strip
    471 
    472 .PHONY: all all-am check check-am clean clean-generic cscopelist-am \
    473 	ctags-am distclean distclean-generic distdir dvi dvi-am html \
    474 	html-am info info-am install install-am install-data \
    475 	install-data-am install-dvi install-dvi-am install-exec \
    476 	install-exec-am install-html install-html-am install-info \
    477 	install-info-am install-man install-pdf install-pdf-am \
    478 	install-ps install-ps-am install-strip installcheck \
    479 	installcheck-am installdirs maintainer-clean \
    480 	maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
    481 	pdf-am ps ps-am tags-am uninstall uninstall-am
    482 
    483 .PRECIOUS: Makefile
    484 
    485 
    486 # Tell versions [3.59,3.63) of GNU make to not export all variables.
    487 # Otherwise a system limit (for SysV at least) may be exceeded.
    488 .NOEXPORT:
    489