Home | History | Annotate | Download | only in tests
      1 # Makefile.in generated by automake 1.11.3 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@
     17 
     18 VPATH = @srcdir@
     19 pkgdatadir = $(datadir)/@PACKAGE@
     20 pkgincludedir = $(includedir)/@PACKAGE@
     21 pkglibdir = $(libdir)/@PACKAGE@
     22 pkglibexecdir = $(libexecdir)/@PACKAGE@
     23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
     24 install_sh_DATA = $(install_sh) -c -m 644
     25 install_sh_PROGRAM = $(install_sh) -c
     26 install_sh_SCRIPT = $(install_sh) -c
     27 INSTALL_HEADER = $(INSTALL_DATA)
     28 transform = $(program_transform_name)
     29 NORMAL_INSTALL = :
     30 PRE_INSTALL = :
     31 POST_INSTALL = :
     32 NORMAL_UNINSTALL = :
     33 PRE_UNINSTALL = :
     34 POST_UNINSTALL = :
     35 build_triplet = @build@
     36 host_triplet = @host@
     37 subdir = lackey/tests
     38 DIST_COMMON = $(dist_noinst_SCRIPTS) $(srcdir)/Makefile.am \
     39 	$(srcdir)/Makefile.in
     40 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     41 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
     42 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
     43 	$(ACLOCAL_M4)
     44 mkinstalldirs = $(install_sh) -d
     45 CONFIG_HEADER = $(top_builddir)/config.h
     46 CONFIG_CLEAN_FILES =
     47 CONFIG_CLEAN_VPATH_FILES =
     48 SCRIPTS = $(dist_noinst_SCRIPTS)
     49 SOURCES =
     50 DIST_SOURCES =
     51 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
     52 ACLOCAL = @ACLOCAL@
     53 AMTAR = @AMTAR@
     54 AR = @AR@
     55 AUTOCONF = @AUTOCONF@
     56 AUTOHEADER = @AUTOHEADER@
     57 AUTOMAKE = @AUTOMAKE@
     58 AWK = @AWK@
     59 BOOST_CFLAGS = @BOOST_CFLAGS@
     60 BOOST_LIBS = @BOOST_LIBS@
     61 CC = @CC@
     62 CCAS = @CCAS@
     63 CCASDEPMODE = @CCASDEPMODE@
     64 CCASFLAGS = @CCASFLAGS@
     65 CCDEPMODE = @CCDEPMODE@
     66 CFLAGS = @CFLAGS@
     67 CFLAGS_MPI = @CFLAGS_MPI@
     68 CPP = @CPP@
     69 CPPFLAGS = @CPPFLAGS@
     70 CXX = @CXX@
     71 CXXDEPMODE = @CXXDEPMODE@
     72 CXXFLAGS = @CXXFLAGS@
     73 CYGPATH_W = @CYGPATH_W@
     74 DEFAULT_SUPP = @DEFAULT_SUPP@
     75 DEFS = @DEFS@
     76 DEPDIR = @DEPDIR@
     77 DIFF = @DIFF@
     78 ECHO_C = @ECHO_C@
     79 ECHO_N = @ECHO_N@
     80 ECHO_T = @ECHO_T@
     81 EGREP = @EGREP@
     82 EXEEXT = @EXEEXT@
     83 FLAG_FNO_STACK_PROTECTOR = @FLAG_FNO_STACK_PROTECTOR@
     84 FLAG_M32 = @FLAG_M32@
     85 FLAG_M64 = @FLAG_M64@
     86 FLAG_MIPS32 = @FLAG_MIPS32@
     87 FLAG_MIPS64 = @FLAG_MIPS64@
     88 FLAG_MMMX = @FLAG_MMMX@
     89 FLAG_MSSE = @FLAG_MSSE@
     90 FLAG_NO_BUILD_ID = @FLAG_NO_BUILD_ID@
     91 FLAG_OCTEON = @FLAG_OCTEON@
     92 FLAG_OCTEON2 = @FLAG_OCTEON2@
     93 FLAG_T_TEXT = @FLAG_T_TEXT@
     94 FLAG_UNLIMITED_INLINE_UNIT_GROWTH = @FLAG_UNLIMITED_INLINE_UNIT_GROWTH@
     95 FLAG_W_EXTRA = @FLAG_W_EXTRA@
     96 FLAG_W_NO_EMPTY_BODY = @FLAG_W_NO_EMPTY_BODY@
     97 FLAG_W_NO_FORMAT_ZERO_LENGTH = @FLAG_W_NO_FORMAT_ZERO_LENGTH@
     98 FLAG_W_NO_NONNULL = @FLAG_W_NO_NONNULL@
     99 FLAG_W_NO_OVERFLOW = @FLAG_W_NO_OVERFLOW@
    100 FLAG_W_NO_UNINITIALIZED = @FLAG_W_NO_UNINITIALIZED@
    101 GDB = @GDB@
    102 GLIBC_VERSION = @GLIBC_VERSION@
    103 GREP = @GREP@
    104 INSTALL = @INSTALL@
    105 INSTALL_DATA = @INSTALL_DATA@
    106 INSTALL_PROGRAM = @INSTALL_PROGRAM@
    107 INSTALL_SCRIPT = @INSTALL_SCRIPT@
    108 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    109 LDFLAGS = @LDFLAGS@
    110 LDFLAGS_MPI = @LDFLAGS_MPI@
    111 LIBOBJS = @LIBOBJS@
    112 LIBS = @LIBS@
    113 LN_S = @LN_S@
    114 LTLIBOBJS = @LTLIBOBJS@
    115 MAINT = @MAINT@
    116 MAKEINFO = @MAKEINFO@
    117 MKDIR_P = @MKDIR_P@
    118 MPI_CC = @MPI_CC@
    119 OBJEXT = @OBJEXT@
    120 PACKAGE = @PACKAGE@
    121 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    122 PACKAGE_NAME = @PACKAGE_NAME@
    123 PACKAGE_STRING = @PACKAGE_STRING@
    124 PACKAGE_TARNAME = @PACKAGE_TARNAME@
    125 PACKAGE_URL = @PACKAGE_URL@
    126 PACKAGE_VERSION = @PACKAGE_VERSION@
    127 PATH_SEPARATOR = @PATH_SEPARATOR@
    128 PERL = @PERL@
    129 PREFERRED_STACK_BOUNDARY = @PREFERRED_STACK_BOUNDARY@
    130 RANLIB = @RANLIB@
    131 SED = @SED@
    132 SET_MAKE = @SET_MAKE@
    133 SHELL = @SHELL@
    134 STRIP = @STRIP@
    135 VALT_LOAD_ADDRESS_PRI = @VALT_LOAD_ADDRESS_PRI@
    136 VALT_LOAD_ADDRESS_SEC = @VALT_LOAD_ADDRESS_SEC@
    137 VERSION = @VERSION@
    138 VGCONF_ARCH_PRI = @VGCONF_ARCH_PRI@
    139 VGCONF_ARCH_SEC = @VGCONF_ARCH_SEC@
    140 VGCONF_OS = @VGCONF_OS@
    141 VGCONF_PLATFORM_PRI_CAPS = @VGCONF_PLATFORM_PRI_CAPS@
    142 VGCONF_PLATFORM_SEC_CAPS = @VGCONF_PLATFORM_SEC_CAPS@
    143 VGCONF_PLATVARIANT = @VGCONF_PLATVARIANT@
    144 abs_builddir = @abs_builddir@
    145 abs_srcdir = @abs_srcdir@
    146 abs_top_builddir = @abs_top_builddir@
    147 abs_top_srcdir = @abs_top_srcdir@
    148 ac_ct_CC = @ac_ct_CC@
    149 ac_ct_CXX = @ac_ct_CXX@
    150 am__include = @am__include@
    151 am__leading_dot = @am__leading_dot@
    152 am__quote = @am__quote@
    153 am__tar = @am__tar@
    154 am__untar = @am__untar@
    155 bindir = @bindir@
    156 build = @build@
    157 build_alias = @build_alias@
    158 build_cpu = @build_cpu@
    159 build_os = @build_os@
    160 build_vendor = @build_vendor@
    161 builddir = @builddir@
    162 datadir = @datadir@
    163 datarootdir = @datarootdir@
    164 docdir = @docdir@
    165 dvidir = @dvidir@
    166 exec_prefix = @exec_prefix@
    167 host = @host@
    168 host_alias = @host_alias@
    169 host_cpu = @host_cpu@
    170 host_os = @host_os@
    171 host_vendor = @host_vendor@
    172 htmldir = @htmldir@
    173 includedir = @includedir@
    174 infodir = @infodir@
    175 install_sh = @install_sh@
    176 libdir = @libdir@
    177 libexecdir = @libexecdir@
    178 localedir = @localedir@
    179 localstatedir = @localstatedir@
    180 mandir = @mandir@
    181 mkdir_p = @mkdir_p@
    182 oldincludedir = @oldincludedir@
    183 pdfdir = @pdfdir@
    184 prefix = @prefix@
    185 program_transform_name = @program_transform_name@
    186 psdir = @psdir@
    187 sbindir = @sbindir@
    188 sharedstatedir = @sharedstatedir@
    189 srcdir = @srcdir@
    190 sysconfdir = @sysconfdir@
    191 target_alias = @target_alias@
    192 top_build_prefix = @top_build_prefix@
    193 top_builddir = @top_builddir@
    194 top_srcdir = @top_srcdir@
    195 dist_noinst_SCRIPTS = filter_stderr
    196 EXTRA_DIST = true.stderr.exp true.vgtest
    197 all: all-am
    198 
    199 .SUFFIXES:
    200 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
    201 	@for dep in $?; do \
    202 	  case '$(am__configure_deps)' in \
    203 	    *$$dep*) \
    204 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
    205 	        && { if test -f $@; then exit 0; else break; fi; }; \
    206 	      exit 1;; \
    207 	  esac; \
    208 	done; \
    209 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lackey/tests/Makefile'; \
    210 	$(am__cd) $(top_srcdir) && \
    211 	  $(AUTOMAKE) --foreign lackey/tests/Makefile
    212 .PRECIOUS: Makefile
    213 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    214 	@case '$?' in \
    215 	  *config.status*) \
    216 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
    217 	  *) \
    218 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
    219 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
    220 	esac;
    221 
    222 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    223 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    224 
    225 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
    226 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    227 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
    228 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    229 $(am__aclocal_m4_deps):
    230 tags: TAGS
    231 TAGS:
    232 
    233 ctags: CTAGS
    234 CTAGS:
    235 
    236 
    237 distdir: $(DISTFILES)
    238 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    239 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    240 	list='$(DISTFILES)'; \
    241 	  dist_files=`for file in $$list; do echo $$file; done | \
    242 	  sed -e "s|^$$srcdirstrip/||;t" \
    243 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
    244 	case $$dist_files in \
    245 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
    246 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
    247 			   sort -u` ;; \
    248 	esac; \
    249 	for file in $$dist_files; do \
    250 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
    251 	  if test -d $$d/$$file; then \
    252 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
    253 	    if test -d "$(distdir)/$$file"; then \
    254 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    255 	    fi; \
    256 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
    257 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
    258 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    259 	    fi; \
    260 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
    261 	  else \
    262 	    test -f "$(distdir)/$$file" \
    263 	    || cp -p $$d/$$file "$(distdir)/$$file" \
    264 	    || exit 1; \
    265 	  fi; \
    266 	done
    267 check-am: all-am
    268 check: check-am
    269 all-am: Makefile $(SCRIPTS)
    270 installdirs:
    271 install: install-am
    272 install-exec: install-exec-am
    273 install-data: install-data-am
    274 uninstall: uninstall-am
    275 
    276 install-am: all-am
    277 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    278 
    279 installcheck: installcheck-am
    280 install-strip:
    281 	if test -z '$(STRIP)'; then \
    282 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    283 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    284 	      install; \
    285 	else \
    286 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    287 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    288 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
    289 	fi
    290 mostlyclean-generic:
    291 
    292 clean-generic:
    293 
    294 distclean-generic:
    295 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    296 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
    297 
    298 maintainer-clean-generic:
    299 	@echo "This command is intended for maintainers to use"
    300 	@echo "it deletes files that may require special tools to rebuild."
    301 clean: clean-am
    302 
    303 clean-am: clean-generic mostlyclean-am
    304 
    305 distclean: distclean-am
    306 	-rm -f Makefile
    307 distclean-am: clean-am distclean-generic
    308 
    309 dvi: dvi-am
    310 
    311 dvi-am:
    312 
    313 html: html-am
    314 
    315 html-am:
    316 
    317 info: info-am
    318 
    319 info-am:
    320 
    321 install-data-am:
    322 
    323 install-dvi: install-dvi-am
    324 
    325 install-dvi-am:
    326 
    327 install-exec-am:
    328 
    329 install-html: install-html-am
    330 
    331 install-html-am:
    332 
    333 install-info: install-info-am
    334 
    335 install-info-am:
    336 
    337 install-man:
    338 
    339 install-pdf: install-pdf-am
    340 
    341 install-pdf-am:
    342 
    343 install-ps: install-ps-am
    344 
    345 install-ps-am:
    346 
    347 installcheck-am:
    348 
    349 maintainer-clean: maintainer-clean-am
    350 	-rm -f Makefile
    351 maintainer-clean-am: distclean-am maintainer-clean-generic
    352 
    353 mostlyclean: mostlyclean-am
    354 
    355 mostlyclean-am: mostlyclean-generic
    356 
    357 pdf: pdf-am
    358 
    359 pdf-am:
    360 
    361 ps: ps-am
    362 
    363 ps-am:
    364 
    365 uninstall-am:
    366 
    367 .MAKE: install-am install-strip
    368 
    369 .PHONY: all all-am check check-am clean clean-generic distclean \
    370 	distclean-generic distdir dvi dvi-am html html-am info info-am \
    371 	install install-am install-data install-data-am install-dvi \
    372 	install-dvi-am install-exec install-exec-am install-html \
    373 	install-html-am install-info install-info-am install-man \
    374 	install-pdf install-pdf-am install-ps install-ps-am \
    375 	install-strip installcheck installcheck-am installdirs \
    376 	maintainer-clean maintainer-clean-generic mostlyclean \
    377 	mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am
    378 
    379 
    380 # Tell versions [3.59,3.63) of GNU make to not export all variables.
    381 # Otherwise a system limit (for SysV at least) may be exceeded.
    382 .NOEXPORT:
    383