Home | History | Annotate | Download | only in darwin
      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 # This file is used for tool tests, and also in perf/Makefile.am.
     19 
     20 # This file should be included (directly or indirectly) by every
     21 # Makefile.am that builds programs.  And also the top-level Makefile.am.
     22 
     23 #----------------------------------------------------------------------------
     24 # Global stuff
     25 #----------------------------------------------------------------------------
     26 
     27 VPATH = @srcdir@
     28 pkgdatadir = $(datadir)/@PACKAGE@
     29 pkgincludedir = $(includedir)/@PACKAGE@
     30 pkglibdir = $(libdir)/@PACKAGE@
     31 pkglibexecdir = $(libexecdir)/@PACKAGE@
     32 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
     33 install_sh_DATA = $(install_sh) -c -m 644
     34 install_sh_PROGRAM = $(install_sh) -c
     35 install_sh_SCRIPT = $(install_sh) -c
     36 INSTALL_HEADER = $(INSTALL_DATA)
     37 transform = $(program_transform_name)
     38 NORMAL_INSTALL = :
     39 PRE_INSTALL = :
     40 POST_INSTALL = :
     41 NORMAL_UNINSTALL = :
     42 PRE_UNINSTALL = :
     43 POST_UNINSTALL = :
     44 build_triplet = @build@
     45 host_triplet = @host@
     46 DIST_COMMON = $(dist_noinst_SCRIPTS) $(srcdir)/Makefile.am \
     47 	$(srcdir)/Makefile.in $(top_srcdir)/Makefile.all.am \
     48 	$(top_srcdir)/Makefile.tool-tests.am
     49 
     50 # The Android toolchain includes all kinds of stdlib helpers present in
     51 # bionic which is bad because we are not linking with it and the Android
     52 # linker will panic.
     53 @VGCONF_PLATVARIANT_IS_ANDROID_TRUE@am__append_1 = -nostdlib
     54 @VGCONF_HAVE_PLATFORM_SEC_TRUE@am__append_2 = -DVGA_SEC_@VGCONF_ARCH_SEC@=1  \
     55 @VGCONF_HAVE_PLATFORM_SEC_TRUE@		-DVGP_SEC_@VGCONF_ARCH_PRI@_@VGCONF_OS@=1
     56 
     57 check_PROGRAMS = access_extended$(EXEEXT) apple-main-arg$(EXEEXT) \
     58 	rlimit$(EXEEXT)
     59 subdir = none/tests/darwin
     60 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     61 am__aclocal_m4_deps = $(top_srcdir)/configure.in
     62 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
     63 	$(ACLOCAL_M4)
     64 mkinstalldirs = $(install_sh) -d
     65 CONFIG_HEADER = $(top_builddir)/config.h
     66 CONFIG_CLEAN_FILES =
     67 CONFIG_CLEAN_VPATH_FILES =
     68 access_extended_SOURCES = access_extended.c
     69 access_extended_OBJECTS = access_extended.$(OBJEXT)
     70 access_extended_LDADD = $(LDADD)
     71 apple_main_arg_SOURCES = apple-main-arg.c
     72 apple_main_arg_OBJECTS = apple-main-arg.$(OBJEXT)
     73 apple_main_arg_LDADD = $(LDADD)
     74 rlimit_SOURCES = rlimit.c
     75 rlimit_OBJECTS = rlimit.$(OBJEXT)
     76 rlimit_LDADD = $(LDADD)
     77 SCRIPTS = $(dist_noinst_SCRIPTS)
     78 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
     79 depcomp = $(SHELL) $(top_srcdir)/depcomp
     80 am__depfiles_maybe = depfiles
     81 am__mv = mv -f
     82 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
     83 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
     84 CCLD = $(CC)
     85 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
     86 SOURCES = access_extended.c apple-main-arg.c rlimit.c
     87 DIST_SOURCES = access_extended.c apple-main-arg.c rlimit.c
     88 ETAGS = etags
     89 CTAGS = ctags
     90 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
     91 ACLOCAL = @ACLOCAL@
     92 AMTAR = @AMTAR@
     93 AR = @AR@
     94 AUTOCONF = @AUTOCONF@
     95 AUTOHEADER = @AUTOHEADER@
     96 AUTOMAKE = @AUTOMAKE@
     97 AWK = @AWK@
     98 BOOST_CFLAGS = @BOOST_CFLAGS@
     99 BOOST_LIBS = @BOOST_LIBS@
    100 CC = @CC@
    101 CCAS = @CCAS@
    102 CCASDEPMODE = @CCASDEPMODE@
    103 CCASFLAGS = @CCASFLAGS@
    104 CCDEPMODE = @CCDEPMODE@
    105 CFLAGS = @CFLAGS@
    106 CFLAGS_MPI = @CFLAGS_MPI@
    107 CPP = @CPP@
    108 CPPFLAGS = @CPPFLAGS@
    109 CXX = @CXX@
    110 CXXDEPMODE = @CXXDEPMODE@
    111 CXXFLAGS = @CXXFLAGS@
    112 CYGPATH_W = @CYGPATH_W@
    113 DEFAULT_SUPP = @DEFAULT_SUPP@
    114 DEFS = @DEFS@
    115 DEPDIR = @DEPDIR@
    116 DIFF = @DIFF@
    117 ECHO_C = @ECHO_C@
    118 ECHO_N = @ECHO_N@
    119 ECHO_T = @ECHO_T@
    120 EGREP = @EGREP@
    121 EXEEXT = @EXEEXT@
    122 FLAG_FNO_STACK_PROTECTOR = @FLAG_FNO_STACK_PROTECTOR@
    123 FLAG_M32 = @FLAG_M32@
    124 FLAG_M64 = @FLAG_M64@
    125 FLAG_MMMX = @FLAG_MMMX@
    126 FLAG_MSSE = @FLAG_MSSE@
    127 FLAG_NO_BUILD_ID = @FLAG_NO_BUILD_ID@
    128 FLAG_UNLIMITED_INLINE_UNIT_GROWTH = @FLAG_UNLIMITED_INLINE_UNIT_GROWTH@
    129 FLAG_W_EXTRA = @FLAG_W_EXTRA@
    130 FLAG_W_NO_EMPTY_BODY = @FLAG_W_NO_EMPTY_BODY@
    131 FLAG_W_NO_FORMAT_ZERO_LENGTH = @FLAG_W_NO_FORMAT_ZERO_LENGTH@
    132 FLAG_W_NO_NONNULL = @FLAG_W_NO_NONNULL@
    133 FLAG_W_NO_OVERFLOW = @FLAG_W_NO_OVERFLOW@
    134 FLAG_W_NO_UNINITIALIZED = @FLAG_W_NO_UNINITIALIZED@
    135 GDB = @GDB@
    136 GLIBC_VERSION = @GLIBC_VERSION@
    137 GREP = @GREP@
    138 INSTALL = @INSTALL@
    139 INSTALL_DATA = @INSTALL_DATA@
    140 INSTALL_PROGRAM = @INSTALL_PROGRAM@
    141 INSTALL_SCRIPT = @INSTALL_SCRIPT@
    142 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    143 LDFLAGS = @LDFLAGS@
    144 LDFLAGS_MPI = @LDFLAGS_MPI@
    145 LIBOBJS = @LIBOBJS@
    146 LIBS = @LIBS@
    147 LN_S = @LN_S@
    148 LTLIBOBJS = @LTLIBOBJS@
    149 MAINT = @MAINT@
    150 MAKEINFO = @MAKEINFO@
    151 MKDIR_P = @MKDIR_P@
    152 MPI_CC = @MPI_CC@
    153 OBJEXT = @OBJEXT@
    154 PACKAGE = @PACKAGE@
    155 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    156 PACKAGE_NAME = @PACKAGE_NAME@
    157 PACKAGE_STRING = @PACKAGE_STRING@
    158 PACKAGE_TARNAME = @PACKAGE_TARNAME@
    159 PACKAGE_URL = @PACKAGE_URL@
    160 PACKAGE_VERSION = @PACKAGE_VERSION@
    161 PATH_SEPARATOR = @PATH_SEPARATOR@
    162 PERL = @PERL@
    163 PREFERRED_STACK_BOUNDARY = @PREFERRED_STACK_BOUNDARY@
    164 RANLIB = @RANLIB@
    165 SED = @SED@
    166 SET_MAKE = @SET_MAKE@
    167 SHELL = @SHELL@
    168 STRIP = @STRIP@
    169 VALT_LOAD_ADDRESS_PRI = @VALT_LOAD_ADDRESS_PRI@
    170 VALT_LOAD_ADDRESS_SEC = @VALT_LOAD_ADDRESS_SEC@
    171 VERSION = @VERSION@
    172 VGCONF_ARCH_PRI = @VGCONF_ARCH_PRI@
    173 VGCONF_ARCH_SEC = @VGCONF_ARCH_SEC@
    174 VGCONF_OS = @VGCONF_OS@
    175 VGCONF_PLATFORM_PRI_CAPS = @VGCONF_PLATFORM_PRI_CAPS@
    176 VGCONF_PLATFORM_SEC_CAPS = @VGCONF_PLATFORM_SEC_CAPS@
    177 VGCONF_PLATVARIANT = @VGCONF_PLATVARIANT@
    178 abs_builddir = @abs_builddir@
    179 abs_srcdir = @abs_srcdir@
    180 abs_top_builddir = @abs_top_builddir@
    181 abs_top_srcdir = @abs_top_srcdir@
    182 ac_ct_CC = @ac_ct_CC@
    183 ac_ct_CXX = @ac_ct_CXX@
    184 am__include = @am__include@
    185 am__leading_dot = @am__leading_dot@
    186 am__quote = @am__quote@
    187 am__tar = @am__tar@
    188 am__untar = @am__untar@
    189 bindir = @bindir@
    190 build = @build@
    191 build_alias = @build_alias@
    192 build_cpu = @build_cpu@
    193 build_os = @build_os@
    194 build_vendor = @build_vendor@
    195 builddir = @builddir@
    196 datadir = @datadir@
    197 datarootdir = @datarootdir@
    198 docdir = @docdir@
    199 dvidir = @dvidir@
    200 exec_prefix = @exec_prefix@
    201 host = @host@
    202 host_alias = @host_alias@
    203 host_cpu = @host_cpu@
    204 host_os = @host_os@
    205 host_vendor = @host_vendor@
    206 htmldir = @htmldir@
    207 includedir = @includedir@
    208 infodir = @infodir@
    209 install_sh = @install_sh@
    210 libdir = @libdir@
    211 libexecdir = @libexecdir@
    212 localedir = @localedir@
    213 localstatedir = @localstatedir@
    214 mandir = @mandir@
    215 mkdir_p = @mkdir_p@
    216 oldincludedir = @oldincludedir@
    217 pdfdir = @pdfdir@
    218 prefix = @prefix@
    219 program_transform_name = @program_transform_name@
    220 psdir = @psdir@
    221 sbindir = @sbindir@
    222 sharedstatedir = @sharedstatedir@
    223 srcdir = @srcdir@
    224 sysconfdir = @sysconfdir@
    225 target_alias = @target_alias@
    226 top_build_prefix = @top_build_prefix@
    227 top_builddir = @top_builddir@
    228 top_srcdir = @top_srcdir@
    229 inplacedir = $(top_builddir)/.in_place
    230 
    231 #----------------------------------------------------------------------------
    232 # Flags
    233 #----------------------------------------------------------------------------
    234 
    235 # Baseline flags for all compilations.  Aim here is to maximise
    236 # performance and get whatever useful warnings we can out of gcc.
    237 # -fno-builtin is important for defeating LLVM's idiom recognition
    238 # that somehow causes VG_(memset) to get into infinite recursion.
    239 AM_CFLAGS_BASE = \
    240 	-O2 -g \
    241 	-Wall \
    242 	-Wmissing-prototypes \
    243 	-Wshadow \
    244 	-Wpointer-arith \
    245 	-Wstrict-prototypes \
    246 	-Wmissing-declarations \
    247 	@FLAG_W_NO_FORMAT_ZERO_LENGTH@ \
    248 	-fno-strict-aliasing \
    249 	-fno-builtin
    250 
    251 @VGCONF_OS_IS_DARWIN_FALSE@AM_CFLAGS_PIC = -fpic -O -g -fno-omit-frame-pointer -fno-strict-aliasing \
    252 @VGCONF_OS_IS_DARWIN_FALSE@		-fno-builtin
    253 
    254 
    255 # These flags are used for building the preload shared objects.
    256 # The aim is to give reasonable performance but also to have good
    257 # stack traces, since users often see stack traces extending 
    258 # into (and through) the preloads.
    259 @VGCONF_OS_IS_DARWIN_TRUE@AM_CFLAGS_PIC = -dynamic -O -g -fno-omit-frame-pointer -fno-strict-aliasing \
    260 @VGCONF_OS_IS_DARWIN_TRUE@		-mno-dynamic-no-pic -fpic -fPIC \
    261 @VGCONF_OS_IS_DARWIN_TRUE@		-fno-builtin
    262 
    263 
    264 # Flags for specific targets.
    265 #
    266 # Nb: the AM_CPPFLAGS_* values are suitable for building tools and auxprogs.
    267 # For building the core, coregrind/Makefile.am files add some extra things.
    268 AM_CPPFLAGS_@VGCONF_PLATFORM_PRI_CAPS@ = \
    269 	-I$(top_srcdir) \
    270 	-I$(top_srcdir)/include \
    271 	-I$(top_srcdir)/VEX/pub \
    272 	-DVGA_@VGCONF_ARCH_PRI@=1 \
    273 	-DVGO_@VGCONF_OS@=1 \
    274 	-DVGP_@VGCONF_ARCH_PRI@_@VGCONF_OS@=1 \
    275 	-DVGPV_@VGCONF_ARCH_PRI@_@VGCONF_OS@_@VGCONF_PLATVARIANT@=1
    276 
    277 @VGCONF_HAVE_PLATFORM_SEC_TRUE@AM_CPPFLAGS_@VGCONF_PLATFORM_SEC_CAPS@ = \
    278 @VGCONF_HAVE_PLATFORM_SEC_TRUE@	-I$(top_srcdir) \
    279 @VGCONF_HAVE_PLATFORM_SEC_TRUE@	-I$(top_srcdir)/include \
    280 @VGCONF_HAVE_PLATFORM_SEC_TRUE@	-I$(top_srcdir)/VEX/pub \
    281 @VGCONF_HAVE_PLATFORM_SEC_TRUE@	-DVGA_@VGCONF_ARCH_SEC@=1 \
    282 @VGCONF_HAVE_PLATFORM_SEC_TRUE@	-DVGO_@VGCONF_OS@=1 \
    283 @VGCONF_HAVE_PLATFORM_SEC_TRUE@	-DVGP_@VGCONF_ARCH_SEC@_@VGCONF_OS@=1 \
    284 @VGCONF_HAVE_PLATFORM_SEC_TRUE@	-DVGPV_@VGCONF_ARCH_SEC@_@VGCONF_OS@_@VGCONF_PLATVARIANT@=1
    285 
    286 AM_FLAG_M3264_X86_LINUX = @FLAG_M32@
    287 AM_CFLAGS_X86_LINUX = @FLAG_M32@  @PREFERRED_STACK_BOUNDARY@ \
    288 				$(AM_CFLAGS_BASE) -fomit-frame-pointer
    289 
    290 AM_CCASFLAGS_X86_LINUX = @FLAG_M32@ -g
    291 AM_FLAG_M3264_AMD64_LINUX = @FLAG_M64@
    292 AM_CFLAGS_AMD64_LINUX = @FLAG_M64@ @PREFERRED_STACK_BOUNDARY@ \
    293 				$(AM_CFLAGS_BASE) -fomit-frame-pointer
    294 
    295 AM_CCASFLAGS_AMD64_LINUX = @FLAG_M64@ -g
    296 AM_FLAG_M3264_PPC32_LINUX = @FLAG_M32@
    297 AM_CFLAGS_PPC32_LINUX = @FLAG_M32@ $(AM_CFLAGS_BASE)
    298 AM_CCASFLAGS_PPC32_LINUX = @FLAG_M32@ -g
    299 AM_FLAG_M3264_PPC64_LINUX = @FLAG_M64@
    300 AM_CFLAGS_PPC64_LINUX = @FLAG_M64@ $(AM_CFLAGS_BASE)
    301 AM_CCASFLAGS_PPC64_LINUX = @FLAG_M64@ -g
    302 AM_FLAG_M3264_ARM_LINUX = @FLAG_M32@
    303 AM_CFLAGS_ARM_LINUX = @FLAG_M32@ @PREFERRED_STACK_BOUNDARY@ \
    304 			 	$(AM_CFLAGS_BASE) -marm -mcpu=cortex-a8
    305 
    306 AM_CCASFLAGS_ARM_LINUX = @FLAG_M32@ \
    307 				-marm -mcpu=cortex-a8 -g
    308 
    309 AM_FLAG_M3264_X86_DARWIN = -arch i386
    310 AM_CFLAGS_X86_DARWIN = $(WERROR) -arch i386 $(AM_CFLAGS_BASE) \
    311 				-mmacosx-version-min=10.5 \
    312 				-fno-stack-protector -fno-pic -fno-PIC
    313 
    314 AM_CCASFLAGS_X86_DARWIN = -arch i386 -g
    315 AM_FLAG_M3264_AMD64_DARWIN = -arch x86_64
    316 AM_CFLAGS_AMD64_DARWIN = $(WERROR) -arch x86_64 $(AM_CFLAGS_BASE) \
    317 			    -mmacosx-version-min=10.5 -fno-stack-protector
    318 
    319 AM_CCASFLAGS_AMD64_DARWIN = -arch x86_64 -g
    320 AM_FLAG_M3264_S390X_LINUX = @FLAG_M64@
    321 AM_CFLAGS_S390X_LINUX = @FLAG_M64@ $(AM_CFLAGS_BASE) -fomit-frame-pointer
    322 AM_CCASFLAGS_S390X_LINUX = @FLAG_M64@ -g -mzarch -march=z900
    323 AM_FLAG_M3264_MIPS32_LINUX = @FLAG_M32@
    324 AM_CFLAGS_MIPS32_LINUX = @FLAG_M32@ $(AM_CFLAGS_BASE) -mips32
    325 AM_CCASFLAGS_MIPS32_LINUX = @FLAG_M32@ -mips32 -g
    326 
    327 # Flags for the primary target.  These must be used to build the
    328 # regtests and performance tests.  In fact, these must be used to
    329 # build anything which is built only once on a dual-arch build.
    330 #
    331 AM_FLAG_M3264_PRI = $(AM_FLAG_M3264_@VGCONF_PLATFORM_PRI_CAPS@)
    332 AM_CPPFLAGS_PRI = $(AM_CPPFLAGS_@VGCONF_PLATFORM_PRI_CAPS@)
    333 AM_CFLAGS_PRI = $(AM_CFLAGS_@VGCONF_PLATFORM_PRI_CAPS@)
    334 AM_CCASFLAGS_PRI = $(AM_CCASFLAGS_@VGCONF_PLATFORM_PRI_CAPS@)
    335 @VGCONF_HAVE_PLATFORM_SEC_FALSE@AM_FLAG_M3264_SEC = 
    336 @VGCONF_HAVE_PLATFORM_SEC_TRUE@AM_FLAG_M3264_SEC = $(AM_FLAG_M3264_@VGCONF_PLATFORM_SEC_CAPS@)
    337 
    338 # Baseline link flags for making vgpreload shared objects.
    339 #
    340 PRELOAD_LDFLAGS_COMMON_LINUX = -nodefaultlibs -shared \
    341 	-Wl,-z,interpose,-z,initfirst $(am__append_1)
    342 PRELOAD_LDFLAGS_COMMON_DARWIN = -dynamic -dynamiclib -all_load
    343 PRELOAD_LDFLAGS_X86_LINUX = $(PRELOAD_LDFLAGS_COMMON_LINUX) @FLAG_M32@
    344 PRELOAD_LDFLAGS_AMD64_LINUX = $(PRELOAD_LDFLAGS_COMMON_LINUX) @FLAG_M64@
    345 PRELOAD_LDFLAGS_PPC32_LINUX = $(PRELOAD_LDFLAGS_COMMON_LINUX) @FLAG_M32@
    346 PRELOAD_LDFLAGS_PPC64_LINUX = $(PRELOAD_LDFLAGS_COMMON_LINUX) @FLAG_M64@
    347 PRELOAD_LDFLAGS_ARM_LINUX = $(PRELOAD_LDFLAGS_COMMON_LINUX) @FLAG_M32@
    348 PRELOAD_LDFLAGS_X86_DARWIN = $(PRELOAD_LDFLAGS_COMMON_DARWIN) -arch i386
    349 PRELOAD_LDFLAGS_AMD64_DARWIN = $(PRELOAD_LDFLAGS_COMMON_DARWIN) -arch x86_64
    350 PRELOAD_LDFLAGS_S390X_LINUX = $(PRELOAD_LDFLAGS_COMMON_LINUX) @FLAG_M64@
    351 PRELOAD_LDFLAGS_MIPS32_LINUX = $(PRELOAD_LDFLAGS_COMMON_LINUX) @FLAG_M32@
    352 AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/include \
    353 	-I$(top_srcdir)/coregrind -I$(top_builddir)/include \
    354 	-I$(top_srcdir)/VEX/pub -DVGA_@VGCONF_ARCH_PRI@=1 \
    355 	-DVGO_@VGCONF_OS@=1 -DVGP_@VGCONF_ARCH_PRI@_@VGCONF_OS@=1 \
    356 	-DVGPV_@VGCONF_ARCH_PRI@_@VGCONF_OS@_@VGCONF_PLATVARIANT@=1 \
    357 	$(am__append_2)
    358 
    359 # Nb: Tools need to augment these flags with an arch-selection option, such
    360 # as $(AM_FLAG_M3264_PRI).
    361 AM_CFLAGS = -Winline -Wall -Wshadow -g $(AM_FLAG_M3264_PRI)
    362 AM_CXXFLAGS = -Winline -Wall -Wshadow -g $(AM_FLAG_M3264_PRI)
    363 # Include AM_CPPFLAGS in AM_CCASFLAGS to allow for older versions of
    364 # automake;  see comments in Makefile.all.am for more detail.
    365 AM_CCASFLAGS = $(AM_CPPFLAGS)
    366 @VGCONF_OS_IS_DARWIN_TRUE@noinst_DSYMS = $(check_PROGRAMS)
    367 dist_noinst_SCRIPTS = filter_stderr
    368 EXTRA_DIST = \
    369 	access_extended.stderr.exp access_extended.vgtest \
    370 	apple-main-arg.stderr.exp apple-main-arg.vgtest \
    371 	rlimit.stderr.exp rlimit.vgtest
    372 
    373 all: all-am
    374 
    375 .SUFFIXES:
    376 .SUFFIXES: .c .o .obj
    377 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.tool-tests.am $(top_srcdir)/Makefile.all.am $(am__configure_deps)
    378 	@for dep in $?; do \
    379 	  case '$(am__configure_deps)' in \
    380 	    *$$dep*) \
    381 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
    382 	        && { if test -f $@; then exit 0; else break; fi; }; \
    383 	      exit 1;; \
    384 	  esac; \
    385 	done; \
    386 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign none/tests/darwin/Makefile'; \
    387 	$(am__cd) $(top_srcdir) && \
    388 	  $(AUTOMAKE) --foreign none/tests/darwin/Makefile
    389 .PRECIOUS: Makefile
    390 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    391 	@case '$?' in \
    392 	  *config.status*) \
    393 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
    394 	  *) \
    395 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
    396 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
    397 	esac;
    398 
    399 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    400 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    401 
    402 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
    403 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    404 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
    405 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    406 $(am__aclocal_m4_deps):
    407 
    408 clean-checkPROGRAMS:
    409 	-test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
    410 access_extended$(EXEEXT): $(access_extended_OBJECTS) $(access_extended_DEPENDENCIES) 
    411 	@rm -f access_extended$(EXEEXT)
    412 	$(LINK) $(access_extended_OBJECTS) $(access_extended_LDADD) $(LIBS)
    413 apple-main-arg$(EXEEXT): $(apple_main_arg_OBJECTS) $(apple_main_arg_DEPENDENCIES) 
    414 	@rm -f apple-main-arg$(EXEEXT)
    415 	$(LINK) $(apple_main_arg_OBJECTS) $(apple_main_arg_LDADD) $(LIBS)
    416 rlimit$(EXEEXT): $(rlimit_OBJECTS) $(rlimit_DEPENDENCIES) 
    417 	@rm -f rlimit$(EXEEXT)
    418 	$(LINK) $(rlimit_OBJECTS) $(rlimit_LDADD) $(LIBS)
    419 
    420 mostlyclean-compile:
    421 	-rm -f *.$(OBJEXT)
    422 
    423 distclean-compile:
    424 	-rm -f *.tab.c
    425 
    426 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/access_extended.Po@am__quote@
    427 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/apple-main-arg.Po@am__quote@
    428 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rlimit.Po@am__quote@
    429 
    430 .c.o:
    431 @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
    432 @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
    433 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    434 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    435 @am__fastdepCC_FALSE@	$(COMPILE) -c $<
    436 
    437 .c.obj:
    438 @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
    439 @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
    440 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    441 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    442 @am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
    443 
    444 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
    445 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
    446 	unique=`for i in $$list; do \
    447 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    448 	  done | \
    449 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
    450 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
    451 	mkid -fID $$unique
    452 tags: TAGS
    453 
    454 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
    455 		$(TAGS_FILES) $(LISP)
    456 	set x; \
    457 	here=`pwd`; \
    458 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
    459 	unique=`for i in $$list; do \
    460 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    461 	  done | \
    462 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
    463 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
    464 	shift; \
    465 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
    466 	  test -n "$$unique" || unique=$$empty_fix; \
    467 	  if test $$# -gt 0; then \
    468 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    469 	      "$$@" $$unique; \
    470 	  else \
    471 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    472 	      $$unique; \
    473 	  fi; \
    474 	fi
    475 ctags: CTAGS
    476 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
    477 		$(TAGS_FILES) $(LISP)
    478 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
    479 	unique=`for i in $$list; do \
    480 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    481 	  done | \
    482 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
    483 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
    484 	test -z "$(CTAGS_ARGS)$$unique" \
    485 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
    486 	     $$unique
    487 
    488 GTAGS:
    489 	here=`$(am__cd) $(top_builddir) && pwd` \
    490 	  && $(am__cd) $(top_srcdir) \
    491 	  && gtags -i $(GTAGS_ARGS) "$$here"
    492 
    493 distclean-tags:
    494 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    495 
    496 distdir: $(DISTFILES)
    497 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    498 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    499 	list='$(DISTFILES)'; \
    500 	  dist_files=`for file in $$list; do echo $$file; done | \
    501 	  sed -e "s|^$$srcdirstrip/||;t" \
    502 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
    503 	case $$dist_files in \
    504 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
    505 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
    506 			   sort -u` ;; \
    507 	esac; \
    508 	for file in $$dist_files; do \
    509 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
    510 	  if test -d $$d/$$file; then \
    511 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
    512 	    if test -d "$(distdir)/$$file"; then \
    513 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    514 	    fi; \
    515 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
    516 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
    517 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    518 	    fi; \
    519 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
    520 	  else \
    521 	    test -f "$(distdir)/$$file" \
    522 	    || cp -p $$d/$$file "$(distdir)/$$file" \
    523 	    || exit 1; \
    524 	  fi; \
    525 	done
    526 check-am: all-am
    527 	$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
    528 	$(MAKE) $(AM_MAKEFLAGS) check-local
    529 check: check-am
    530 all-am: Makefile $(SCRIPTS)
    531 installdirs:
    532 install: install-am
    533 install-exec: install-exec-am
    534 install-data: install-data-am
    535 uninstall: uninstall-am
    536 
    537 install-am: all-am
    538 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    539 
    540 installcheck: installcheck-am
    541 install-strip:
    542 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    543 	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    544 	  `test -z '$(STRIP)' || \
    545 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
    546 mostlyclean-generic:
    547 
    548 clean-generic:
    549 
    550 distclean-generic:
    551 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    552 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
    553 
    554 maintainer-clean-generic:
    555 	@echo "This command is intended for maintainers to use"
    556 	@echo "it deletes files that may require special tools to rebuild."
    557 clean: clean-am
    558 
    559 clean-am: clean-checkPROGRAMS clean-generic clean-local mostlyclean-am
    560 
    561 distclean: distclean-am
    562 	-rm -rf ./$(DEPDIR)
    563 	-rm -f Makefile
    564 distclean-am: clean-am distclean-compile distclean-generic \
    565 	distclean-tags
    566 
    567 dvi: dvi-am
    568 
    569 dvi-am:
    570 
    571 html: html-am
    572 
    573 html-am:
    574 
    575 info: info-am
    576 
    577 info-am:
    578 
    579 install-data-am:
    580 
    581 install-dvi: install-dvi-am
    582 
    583 install-dvi-am:
    584 
    585 install-exec-am:
    586 
    587 install-html: install-html-am
    588 
    589 install-html-am:
    590 
    591 install-info: install-info-am
    592 
    593 install-info-am:
    594 
    595 install-man:
    596 
    597 install-pdf: install-pdf-am
    598 
    599 install-pdf-am:
    600 
    601 install-ps: install-ps-am
    602 
    603 install-ps-am:
    604 
    605 installcheck-am:
    606 
    607 maintainer-clean: maintainer-clean-am
    608 	-rm -rf ./$(DEPDIR)
    609 	-rm -f Makefile
    610 maintainer-clean-am: distclean-am maintainer-clean-generic
    611 
    612 mostlyclean: mostlyclean-am
    613 
    614 mostlyclean-am: mostlyclean-compile mostlyclean-generic
    615 
    616 pdf: pdf-am
    617 
    618 pdf-am:
    619 
    620 ps: ps-am
    621 
    622 ps-am:
    623 
    624 uninstall-am:
    625 
    626 .MAKE: check-am install-am install-strip
    627 
    628 .PHONY: CTAGS GTAGS all all-am check check-am check-local clean \
    629 	clean-checkPROGRAMS clean-generic clean-local ctags distclean \
    630 	distclean-compile distclean-generic distclean-tags distdir dvi \
    631 	dvi-am html html-am info info-am install install-am \
    632 	install-data install-data-am install-dvi install-dvi-am \
    633 	install-exec install-exec-am install-html install-html-am \
    634 	install-info install-info-am install-man install-pdf \
    635 	install-pdf-am install-ps install-ps-am install-strip \
    636 	installcheck installcheck-am installdirs maintainer-clean \
    637 	maintainer-clean-generic mostlyclean mostlyclean-compile \
    638 	mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
    639 	uninstall-am
    640 
    641 
    642 # This used to be required when Vex had a handwritten Makefile.  It
    643 # shouldn't be needed any more, though.
    644 
    645 #----------------------------------------------------------------------------
    646 # noinst_PROGRAMS and noinst_DSYMS targets
    647 #----------------------------------------------------------------------------
    648 
    649 # On Darwin, for a program 'p', the DWARF debug info is stored in the
    650 # directory 'p.dSYM'.  This must be generated after the executable is
    651 # created, with 'dsymutil p'.  We could redefine LINK with a script that
    652 # executes 'dsymutil' after linking, but that's a pain.  Instead we use this
    653 # hook so that every time "make check" is run, we subsequently invoke
    654 # 'dsymutil' on all the executables that lack a .dSYM directory, or that are
    655 # newer than their corresponding .dSYM directory.
    656 build-noinst_DSYMS: $(noinst_DSYMS)
    657 	for f in $(noinst_DSYMS); do \
    658 	  if [ ! -e $$f.dSYM  -o  $$f -nt $$f.dSYM ] ; then \
    659 	      echo "dsymutil $$f"; \
    660 	      dsymutil $$f; \
    661 	  fi; \
    662 	done
    663 
    664 # This is used by coregrind/Makefile.am and Makefile.tool.am for doing
    665 # "in-place" installs.  It copies $(noinst_PROGRAMS) into $inplacedir.
    666 # It needs to be depended on by an 'all-local' rule.
    667 inplace-noinst_PROGRAMS: $(noinst_PROGRAMS)
    668 	mkdir -p $(inplacedir); \
    669 	for f in $(noinst_PROGRAMS) ; do \
    670 	  rm -f $(inplacedir)/$$f; \
    671 	  ln -f -s ../$(subdir)/$$f $(inplacedir); \
    672 	done
    673 
    674 # Similar to inplace-noinst_PROGRAMS
    675 inplace-noinst_DSYMS: build-noinst_DSYMS
    676 	mkdir -p $(inplacedir); \
    677 	for f in $(noinst_DSYMS); do \
    678 	  rm -f $(inplacedir)/$$f.dSYM; \
    679 	  ln -f -s ../$(subdir)/$$f.dSYM $(inplacedir); \
    680 	done
    681 
    682 # This is used by coregrind/Makefile.am and by <tool>/Makefile.am for doing
    683 # "make install".  It copies $(noinst_PROGRAMS) into $prefix/lib/valgrind/.
    684 # It needs to be depended on by an 'install-exec-local' rule.
    685 install-noinst_PROGRAMS: $(noinst_PROGRAMS)
    686 	$(mkinstalldirs) $(DESTDIR)$(pkglibdir); \
    687 	for f in $(noinst_PROGRAMS); do \
    688 	  $(INSTALL_PROGRAM) $$f $(DESTDIR)$(pkglibdir); \
    689 	done
    690 
    691 # Similar to install-noinst_PROGRAMS.
    692 # Nb: we don't use $(INSTALL_PROGRAM) here because it doesn't work with
    693 # directories.  XXX: not sure whether the resulting permissions will be
    694 # correct when using 'cp -R'...
    695 install-noinst_DSYMS: build-noinst_DSYMS
    696 	$(mkinstalldirs) $(DESTDIR)$(pkglibdir); \
    697 	for f in $(noinst_DSYMS); do \
    698 	  cp -R $$f.dSYM $(DESTDIR)$(pkglibdir); \
    699 	done
    700 
    701 # This needs to be depended on by a 'clean-local' rule.
    702 clean-noinst_DSYMS:
    703 	for f in $(noinst_DSYMS); do \
    704 	  rm -rf $$f.dSYM; \
    705 	done
    706 
    707 check-local: build-noinst_DSYMS
    708 
    709 clean-local: clean-noinst_DSYMS
    710 
    711 # Tell versions [3.59,3.63) of GNU make to not export all variables.
    712 # Otherwise a system limit (for SysV at least) may be exceeded.
    713 .NOEXPORT:
    714