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# 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 27VPATH = @srcdir@ 28pkgdatadir = $(datadir)/@PACKAGE@ 29pkgincludedir = $(includedir)/@PACKAGE@ 30pkglibdir = $(libdir)/@PACKAGE@ 31pkglibexecdir = $(libexecdir)/@PACKAGE@ 32am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 33install_sh_DATA = $(install_sh) -c -m 644 34install_sh_PROGRAM = $(install_sh) -c 35install_sh_SCRIPT = $(install_sh) -c 36INSTALL_HEADER = $(INSTALL_DATA) 37transform = $(program_transform_name) 38NORMAL_INSTALL = : 39PRE_INSTALL = : 40POST_INSTALL = : 41NORMAL_UNINSTALL = : 42PRE_UNINSTALL = : 43POST_UNINSTALL = : 44build_triplet = @build@ 45host_triplet = @host@ 46DIST_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@HAS_WRITE_STRINGS_WARNING_TRUE@am__append_3 = -Wno-write-strings 58@COMPILER_IS_CLANG_TRUE@am__append_4 = -Wno-format-extra-args \ 59@COMPILER_IS_CLANG_TRUE@ -Wno-literal-range \ 60@COMPILER_IS_CLANG_TRUE@ -Wno-string-plus-int # \ 61@COMPILER_IS_CLANG_TRUE@ drd/tests/annotate_ignore_rw.c 62@COMPILER_IS_CLANG_TRUE@am__append_5 = -Wno-unused-private-field # drd/tests/tsan_unittest.cpp 63 64# Platform-specific tests 65@VGCONF_ARCHS_INCLUDE_X86_TRUE@am__append_6 = x86 66@VGCONF_PLATFORMS_INCLUDE_X86_LINUX_TRUE@am__append_7 = x86-linux 67@VGCONF_PLATFORMS_INCLUDE_AMD64_LINUX_TRUE@am__append_8 = amd64-linux 68@VGCONF_PLATFORMS_INCLUDE_PPC32_LINUX_TRUE@am__append_9 = ppc32-linux 69@VGCONF_PLATFORMS_INCLUDE_ARM_LINUX_TRUE@am__append_10 = arm-linux 70check_PROGRAMS = 71subdir = exp-bbv/tests 72ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 73am__aclocal_m4_deps = $(top_srcdir)/configure.ac 74am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 75 $(ACLOCAL_M4) 76mkinstalldirs = $(install_sh) -d 77CONFIG_HEADER = $(top_builddir)/config.h 78CONFIG_CLEAN_FILES = 79CONFIG_CLEAN_VPATH_FILES = 80SCRIPTS = $(dist_noinst_SCRIPTS) 81SOURCES = 82DIST_SOURCES = 83RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 84 html-recursive info-recursive install-data-recursive \ 85 install-dvi-recursive install-exec-recursive \ 86 install-html-recursive install-info-recursive \ 87 install-pdf-recursive install-ps-recursive install-recursive \ 88 installcheck-recursive installdirs-recursive pdf-recursive \ 89 ps-recursive uninstall-recursive 90RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 91 distclean-recursive maintainer-clean-recursive 92AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ 93 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ 94 distdir 95ETAGS = etags 96CTAGS = ctags 97DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 98am__relativize = \ 99 dir0=`pwd`; \ 100 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 101 sed_rest='s,^[^/]*/*,,'; \ 102 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 103 sed_butlast='s,/*[^/]*$$,,'; \ 104 while test -n "$$dir1"; do \ 105 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 106 if test "$$first" != "."; then \ 107 if test "$$first" = ".."; then \ 108 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 109 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 110 else \ 111 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 112 if test "$$first2" = "$$first"; then \ 113 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 114 else \ 115 dir2="../$$dir2"; \ 116 fi; \ 117 dir0="$$dir0"/"$$first"; \ 118 fi; \ 119 fi; \ 120 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 121 done; \ 122 reldir="$$dir2" 123ACLOCAL = @ACLOCAL@ 124AMTAR = @AMTAR@ 125AR = @AR@ 126AUTOCONF = @AUTOCONF@ 127AUTOHEADER = @AUTOHEADER@ 128AUTOMAKE = @AUTOMAKE@ 129AWK = @AWK@ 130BOOST_CFLAGS = @BOOST_CFLAGS@ 131BOOST_LIBS = @BOOST_LIBS@ 132CC = @CC@ 133CCAS = @CCAS@ 134CCASDEPMODE = @CCASDEPMODE@ 135CCASFLAGS = @CCASFLAGS@ 136CCDEPMODE = @CCDEPMODE@ 137CFLAGS = @CFLAGS@ $(am__append_3) $(am__append_4) 138CFLAGS_MPI = @CFLAGS_MPI@ 139CPP = @CPP@ 140CPPFLAGS = @CPPFLAGS@ 141CXX = @CXX@ 142CXXDEPMODE = @CXXDEPMODE@ 143CXXFLAGS = @CXXFLAGS@ $(am__append_5) 144CYGPATH_W = @CYGPATH_W@ 145DEFAULT_SUPP = @DEFAULT_SUPP@ 146DEFS = @DEFS@ 147DEPDIR = @DEPDIR@ 148DIFF = @DIFF@ 149ECHO_C = @ECHO_C@ 150ECHO_N = @ECHO_N@ 151ECHO_T = @ECHO_T@ 152EGREP = @EGREP@ 153EXEEXT = @EXEEXT@ 154FLAG_FNO_STACK_PROTECTOR = @FLAG_FNO_STACK_PROTECTOR@ 155FLAG_M32 = @FLAG_M32@ 156FLAG_M64 = @FLAG_M64@ 157FLAG_MIPS32 = @FLAG_MIPS32@ 158FLAG_MIPS64 = @FLAG_MIPS64@ 159FLAG_MMMX = @FLAG_MMMX@ 160FLAG_MSSE = @FLAG_MSSE@ 161FLAG_NO_BUILD_ID = @FLAG_NO_BUILD_ID@ 162FLAG_OCTEON = @FLAG_OCTEON@ 163FLAG_OCTEON2 = @FLAG_OCTEON2@ 164FLAG_T_TEXT = @FLAG_T_TEXT@ 165FLAG_UNLIMITED_INLINE_UNIT_GROWTH = @FLAG_UNLIMITED_INLINE_UNIT_GROWTH@ 166FLAG_W_EXTRA = @FLAG_W_EXTRA@ 167FLAG_W_NO_EMPTY_BODY = @FLAG_W_NO_EMPTY_BODY@ 168FLAG_W_NO_FORMAT_ZERO_LENGTH = @FLAG_W_NO_FORMAT_ZERO_LENGTH@ 169FLAG_W_NO_NONNULL = @FLAG_W_NO_NONNULL@ 170FLAG_W_NO_OVERFLOW = @FLAG_W_NO_OVERFLOW@ 171FLAG_W_NO_UNINITIALIZED = @FLAG_W_NO_UNINITIALIZED@ 172GDB = @GDB@ 173GLIBC_VERSION = @GLIBC_VERSION@ 174GREP = @GREP@ 175INSTALL = @INSTALL@ 176INSTALL_DATA = @INSTALL_DATA@ 177INSTALL_PROGRAM = @INSTALL_PROGRAM@ 178INSTALL_SCRIPT = @INSTALL_SCRIPT@ 179INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 180LDFLAGS = @LDFLAGS@ 181LDFLAGS_MPI = @LDFLAGS_MPI@ 182LIBOBJS = @LIBOBJS@ 183LIBS = @LIBS@ 184LN_S = @LN_S@ 185LTLIBOBJS = @LTLIBOBJS@ 186MAINT = @MAINT@ 187MAKEINFO = @MAKEINFO@ 188MKDIR_P = @MKDIR_P@ 189MPI_CC = @MPI_CC@ 190OBJEXT = @OBJEXT@ 191PACKAGE = @PACKAGE@ 192PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 193PACKAGE_NAME = @PACKAGE_NAME@ 194PACKAGE_STRING = @PACKAGE_STRING@ 195PACKAGE_TARNAME = @PACKAGE_TARNAME@ 196PACKAGE_URL = @PACKAGE_URL@ 197PACKAGE_VERSION = @PACKAGE_VERSION@ 198PATH_SEPARATOR = @PATH_SEPARATOR@ 199PERL = @PERL@ 200PREFERRED_STACK_BOUNDARY = @PREFERRED_STACK_BOUNDARY@ 201RANLIB = @RANLIB@ 202SED = @SED@ 203SET_MAKE = @SET_MAKE@ 204SHELL = @SHELL@ 205STRIP = @STRIP@ 206VALT_LOAD_ADDRESS_PRI = @VALT_LOAD_ADDRESS_PRI@ 207VALT_LOAD_ADDRESS_SEC = @VALT_LOAD_ADDRESS_SEC@ 208VERSION = @VERSION@ 209VGCONF_ARCH_PRI = @VGCONF_ARCH_PRI@ 210VGCONF_ARCH_SEC = @VGCONF_ARCH_SEC@ 211VGCONF_OS = @VGCONF_OS@ 212VGCONF_PLATFORM_PRI_CAPS = @VGCONF_PLATFORM_PRI_CAPS@ 213VGCONF_PLATFORM_SEC_CAPS = @VGCONF_PLATFORM_SEC_CAPS@ 214VGCONF_PLATVARIANT = @VGCONF_PLATVARIANT@ 215abs_builddir = @abs_builddir@ 216abs_srcdir = @abs_srcdir@ 217abs_top_builddir = @abs_top_builddir@ 218abs_top_srcdir = @abs_top_srcdir@ 219ac_ct_CC = @ac_ct_CC@ 220ac_ct_CXX = @ac_ct_CXX@ 221am__include = @am__include@ 222am__leading_dot = @am__leading_dot@ 223am__quote = @am__quote@ 224am__tar = @am__tar@ 225am__untar = @am__untar@ 226bindir = @bindir@ 227build = @build@ 228build_alias = @build_alias@ 229build_cpu = @build_cpu@ 230build_os = @build_os@ 231build_vendor = @build_vendor@ 232builddir = @builddir@ 233datadir = @datadir@ 234datarootdir = @datarootdir@ 235docdir = @docdir@ 236dvidir = @dvidir@ 237exec_prefix = @exec_prefix@ 238host = @host@ 239host_alias = @host_alias@ 240host_cpu = @host_cpu@ 241host_os = @host_os@ 242host_vendor = @host_vendor@ 243htmldir = @htmldir@ 244includedir = @includedir@ 245infodir = @infodir@ 246install_sh = @install_sh@ 247libdir = @libdir@ 248libexecdir = @libexecdir@ 249localedir = @localedir@ 250localstatedir = @localstatedir@ 251mandir = @mandir@ 252mkdir_p = @mkdir_p@ 253oldincludedir = @oldincludedir@ 254pdfdir = @pdfdir@ 255prefix = @prefix@ 256program_transform_name = @program_transform_name@ 257psdir = @psdir@ 258sbindir = @sbindir@ 259sharedstatedir = @sharedstatedir@ 260srcdir = @srcdir@ 261sysconfdir = @sysconfdir@ 262target_alias = @target_alias@ 263top_build_prefix = @top_build_prefix@ 264top_builddir = @top_builddir@ 265top_srcdir = @top_srcdir@ 266inplacedir = $(top_builddir)/.in_place 267 268#---------------------------------------------------------------------------- 269# Flags 270#---------------------------------------------------------------------------- 271 272# Baseline flags for all compilations. Aim here is to maximise 273# performance and get whatever useful warnings we can out of gcc. 274# -fno-builtin is important for defeating LLVM's idiom recognition 275# that somehow causes VG_(memset) to get into infinite recursion. 276AM_CFLAGS_BASE = \ 277 -O2 -g \ 278 -Wall \ 279 -Wmissing-prototypes \ 280 -Wshadow \ 281 -Wpointer-arith \ 282 -Wstrict-prototypes \ 283 -Wmissing-declarations \ 284 @FLAG_W_NO_FORMAT_ZERO_LENGTH@ \ 285 -fno-strict-aliasing \ 286 -fno-builtin 287 288@VGCONF_OS_IS_DARWIN_FALSE@AM_CFLAGS_PIC = -fpic -O -g -fno-omit-frame-pointer -fno-strict-aliasing \ 289@VGCONF_OS_IS_DARWIN_FALSE@ -fno-builtin 290 291 292# These flags are used for building the preload shared objects. 293# The aim is to give reasonable performance but also to have good 294# stack traces, since users often see stack traces extending 295# into (and through) the preloads. 296@VGCONF_OS_IS_DARWIN_TRUE@AM_CFLAGS_PIC = -dynamic -O -g -fno-omit-frame-pointer -fno-strict-aliasing \ 297@VGCONF_OS_IS_DARWIN_TRUE@ -mno-dynamic-no-pic -fpic -fPIC \ 298@VGCONF_OS_IS_DARWIN_TRUE@ -fno-builtin 299 300 301# Flags for specific targets. 302# 303# Nb: the AM_CPPFLAGS_* values are suitable for building tools and auxprogs. 304# For building the core, coregrind/Makefile.am files add some extra things. 305AM_CPPFLAGS_@VGCONF_PLATFORM_PRI_CAPS@ = \ 306 -I$(top_srcdir) \ 307 -I$(top_srcdir)/include \ 308 -I$(top_srcdir)/VEX/pub \ 309 -DVGA_@VGCONF_ARCH_PRI@=1 \ 310 -DVGO_@VGCONF_OS@=1 \ 311 -DVGP_@VGCONF_ARCH_PRI@_@VGCONF_OS@=1 \ 312 -DVGPV_@VGCONF_ARCH_PRI@_@VGCONF_OS@_@VGCONF_PLATVARIANT@=1 313 314@VGCONF_HAVE_PLATFORM_SEC_TRUE@AM_CPPFLAGS_@VGCONF_PLATFORM_SEC_CAPS@ = \ 315@VGCONF_HAVE_PLATFORM_SEC_TRUE@ -I$(top_srcdir) \ 316@VGCONF_HAVE_PLATFORM_SEC_TRUE@ -I$(top_srcdir)/include \ 317@VGCONF_HAVE_PLATFORM_SEC_TRUE@ -I$(top_srcdir)/VEX/pub \ 318@VGCONF_HAVE_PLATFORM_SEC_TRUE@ -DVGA_@VGCONF_ARCH_SEC@=1 \ 319@VGCONF_HAVE_PLATFORM_SEC_TRUE@ -DVGO_@VGCONF_OS@=1 \ 320@VGCONF_HAVE_PLATFORM_SEC_TRUE@ -DVGP_@VGCONF_ARCH_SEC@_@VGCONF_OS@=1 \ 321@VGCONF_HAVE_PLATFORM_SEC_TRUE@ -DVGPV_@VGCONF_ARCH_SEC@_@VGCONF_OS@_@VGCONF_PLATVARIANT@=1 322 323AM_FLAG_M3264_X86_LINUX = @FLAG_M32@ 324AM_CFLAGS_X86_LINUX = @FLAG_M32@ @PREFERRED_STACK_BOUNDARY@ \ 325 $(AM_CFLAGS_BASE) -fomit-frame-pointer 326 327AM_CCASFLAGS_X86_LINUX = @FLAG_M32@ -g 328AM_FLAG_M3264_AMD64_LINUX = @FLAG_M64@ 329AM_CFLAGS_AMD64_LINUX = @FLAG_M64@ @PREFERRED_STACK_BOUNDARY@ \ 330 $(AM_CFLAGS_BASE) -fomit-frame-pointer 331 332AM_CCASFLAGS_AMD64_LINUX = @FLAG_M64@ -g 333AM_FLAG_M3264_PPC32_LINUX = @FLAG_M32@ 334AM_CFLAGS_PPC32_LINUX = @FLAG_M32@ $(AM_CFLAGS_BASE) 335AM_CCASFLAGS_PPC32_LINUX = @FLAG_M32@ -g 336AM_FLAG_M3264_PPC64_LINUX = @FLAG_M64@ 337AM_CFLAGS_PPC64_LINUX = @FLAG_M64@ $(AM_CFLAGS_BASE) 338AM_CCASFLAGS_PPC64_LINUX = @FLAG_M64@ -g 339AM_FLAG_M3264_ARM_LINUX = @FLAG_M32@ 340AM_CFLAGS_ARM_LINUX = @FLAG_M32@ @PREFERRED_STACK_BOUNDARY@ \ 341 $(AM_CFLAGS_BASE) -marm -mcpu=cortex-a8 342 343AM_CCASFLAGS_ARM_LINUX = @FLAG_M32@ \ 344 -marm -mcpu=cortex-a8 -g 345 346AM_FLAG_M3264_ARM64_LINUX = @FLAG_M64@ 347AM_CFLAGS_ARM64_LINUX = @FLAG_M64@ $(AM_CFLAGS_BASE) 348AM_CCASFLAGS_ARM64_LINUX = @FLAG_M64@ -g 349AM_FLAG_M3264_X86_DARWIN = -arch i386 350AM_CFLAGS_X86_DARWIN = $(WERROR) -arch i386 $(AM_CFLAGS_BASE) \ 351 -mmacosx-version-min=10.5 \ 352 -fno-stack-protector -fno-pic -fno-PIC 353 354AM_CCASFLAGS_X86_DARWIN = -arch i386 -g 355AM_FLAG_M3264_AMD64_DARWIN = -arch x86_64 356AM_CFLAGS_AMD64_DARWIN = $(WERROR) -arch x86_64 $(AM_CFLAGS_BASE) \ 357 -mmacosx-version-min=10.5 -fno-stack-protector 358 359AM_CCASFLAGS_AMD64_DARWIN = -arch x86_64 -g 360AM_FLAG_M3264_S390X_LINUX = @FLAG_M64@ 361AM_CFLAGS_S390X_LINUX = @FLAG_M64@ $(AM_CFLAGS_BASE) -fomit-frame-pointer 362AM_CCASFLAGS_S390X_LINUX = @FLAG_M64@ -g -mzarch -march=z900 363AM_FLAG_M3264_MIPS32_LINUX = @FLAG_M32@ 364AM_CFLAGS_MIPS32_LINUX = @FLAG_M32@ $(AM_CFLAGS_BASE) @FLAG_MIPS32@ 365AM_CCASFLAGS_MIPS32_LINUX = @FLAG_M32@ -g @FLAG_MIPS32@ 366AM_FLAG_M3264_MIPS64_LINUX = @FLAG_M64@ 367AM_CFLAGS_MIPS64_LINUX = @FLAG_M64@ $(AM_CFLAGS_BASE) @FLAG_MIPS64@ 368AM_CCASFLAGS_MIPS64_LINUX = @FLAG_M64@ -g @FLAG_MIPS64@ 369 370# Flags for the primary target. These must be used to build the 371# regtests and performance tests. In fact, these must be used to 372# build anything which is built only once on a dual-arch build. 373# 374AM_FLAG_M3264_PRI = $(AM_FLAG_M3264_@VGCONF_PLATFORM_PRI_CAPS@) 375AM_CPPFLAGS_PRI = $(AM_CPPFLAGS_@VGCONF_PLATFORM_PRI_CAPS@) 376AM_CFLAGS_PRI = $(AM_CFLAGS_@VGCONF_PLATFORM_PRI_CAPS@) 377AM_CCASFLAGS_PRI = $(AM_CCASFLAGS_@VGCONF_PLATFORM_PRI_CAPS@) 378@VGCONF_HAVE_PLATFORM_SEC_FALSE@AM_FLAG_M3264_SEC = 379@VGCONF_HAVE_PLATFORM_SEC_TRUE@AM_FLAG_M3264_SEC = $(AM_FLAG_M3264_@VGCONF_PLATFORM_SEC_CAPS@) 380 381# Baseline link flags for making vgpreload shared objects. 382# 383PRELOAD_LDFLAGS_COMMON_LINUX = -nodefaultlibs -shared \ 384 -Wl,-z,interpose,-z,initfirst $(am__append_1) 385PRELOAD_LDFLAGS_COMMON_DARWIN = -dynamic -dynamiclib -all_load 386PRELOAD_LDFLAGS_X86_LINUX = $(PRELOAD_LDFLAGS_COMMON_LINUX) @FLAG_M32@ 387PRELOAD_LDFLAGS_AMD64_LINUX = $(PRELOAD_LDFLAGS_COMMON_LINUX) @FLAG_M64@ 388PRELOAD_LDFLAGS_PPC32_LINUX = $(PRELOAD_LDFLAGS_COMMON_LINUX) @FLAG_M32@ 389PRELOAD_LDFLAGS_PPC64_LINUX = $(PRELOAD_LDFLAGS_COMMON_LINUX) @FLAG_M64@ 390PRELOAD_LDFLAGS_ARM_LINUX = $(PRELOAD_LDFLAGS_COMMON_LINUX) @FLAG_M32@ 391PRELOAD_LDFLAGS_ARM64_LINUX = $(PRELOAD_LDFLAGS_COMMON_LINUX) @FLAG_M64@ 392PRELOAD_LDFLAGS_X86_DARWIN = $(PRELOAD_LDFLAGS_COMMON_DARWIN) -arch i386 393PRELOAD_LDFLAGS_AMD64_DARWIN = $(PRELOAD_LDFLAGS_COMMON_DARWIN) -arch x86_64 394PRELOAD_LDFLAGS_S390X_LINUX = $(PRELOAD_LDFLAGS_COMMON_LINUX) @FLAG_M64@ 395PRELOAD_LDFLAGS_MIPS32_LINUX = $(PRELOAD_LDFLAGS_COMMON_LINUX) @FLAG_M32@ 396PRELOAD_LDFLAGS_MIPS64_LINUX = $(PRELOAD_LDFLAGS_COMMON_LINUX) @FLAG_M64@ 397AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/include \ 398 -I$(top_srcdir)/coregrind -I$(top_builddir)/include \ 399 -I$(top_srcdir)/VEX/pub -DVGA_@VGCONF_ARCH_PRI@=1 \ 400 -DVGO_@VGCONF_OS@=1 -DVGP_@VGCONF_ARCH_PRI@_@VGCONF_OS@=1 \ 401 -DVGPV_@VGCONF_ARCH_PRI@_@VGCONF_OS@_@VGCONF_PLATVARIANT@=1 \ 402 $(am__append_2) 403 404# Nb: Tools need to augment these flags with an arch-selection option, such 405# as $(AM_FLAG_M3264_PRI). 406AM_CFLAGS = -Winline -Wall -Wshadow -g $(AM_FLAG_M3264_PRI) 407AM_CXXFLAGS = -Winline -Wall -Wshadow -g $(AM_FLAG_M3264_PRI) 408# Include AM_CPPFLAGS in AM_CCASFLAGS to allow for older versions of 409# automake; see comments in Makefile.all.am for more detail. 410AM_CCASFLAGS = $(AM_CPPFLAGS) 411@VGCONF_OS_IS_DARWIN_TRUE@noinst_DSYMS = $(check_PROGRAMS) 412SUBDIRS = . $(am__append_6) $(am__append_7) $(am__append_8) \ 413 $(am__append_9) $(am__append_10) 414DIST_SUBDIRS = x86 x86-linux amd64-linux ppc32-linux arm-linux . 415dist_noinst_SCRIPTS = \ 416 filter_bb \ 417 filter_stderr 418 419EXTRA_DIST = \ 420 logo.include logo.lzss_new 421 422all: all-recursive 423 424.SUFFIXES: 425$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.tool-tests.am $(top_srcdir)/Makefile.all.am $(am__configure_deps) 426 @for dep in $?; do \ 427 case '$(am__configure_deps)' in \ 428 *$$dep*) \ 429 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 430 && { if test -f $@; then exit 0; else break; fi; }; \ 431 exit 1;; \ 432 esac; \ 433 done; \ 434 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign exp-bbv/tests/Makefile'; \ 435 $(am__cd) $(top_srcdir) && \ 436 $(AUTOMAKE) --foreign exp-bbv/tests/Makefile 437.PRECIOUS: Makefile 438Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 439 @case '$?' in \ 440 *config.status*) \ 441 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 442 *) \ 443 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 444 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 445 esac; 446$(top_srcdir)/Makefile.tool-tests.am $(top_srcdir)/Makefile.all.am: 447 448$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 449 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 450 451$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 452 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 453$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 454 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 455$(am__aclocal_m4_deps): 456 457clean-checkPROGRAMS: 458 -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS) 459 460# This directory's subdirectories are mostly independent; you can cd 461# into them and run `make' without going through this Makefile. 462# To change the values of `make' variables: instead of editing Makefiles, 463# (1) if the variable is set in `config.status', edit `config.status' 464# (which will cause the Makefiles to be regenerated when you run `make'); 465# (2) otherwise, pass the desired values on the `make' command line. 466$(RECURSIVE_TARGETS): 467 @fail= failcom='exit 1'; \ 468 for f in x $$MAKEFLAGS; do \ 469 case $$f in \ 470 *=* | --[!k]*);; \ 471 *k*) failcom='fail=yes';; \ 472 esac; \ 473 done; \ 474 dot_seen=no; \ 475 target=`echo $@ | sed s/-recursive//`; \ 476 list='$(SUBDIRS)'; for subdir in $$list; do \ 477 echo "Making $$target in $$subdir"; \ 478 if test "$$subdir" = "."; then \ 479 dot_seen=yes; \ 480 local_target="$$target-am"; \ 481 else \ 482 local_target="$$target"; \ 483 fi; \ 484 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 485 || eval $$failcom; \ 486 done; \ 487 if test "$$dot_seen" = "no"; then \ 488 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 489 fi; test -z "$$fail" 490 491$(RECURSIVE_CLEAN_TARGETS): 492 @fail= failcom='exit 1'; \ 493 for f in x $$MAKEFLAGS; do \ 494 case $$f in \ 495 *=* | --[!k]*);; \ 496 *k*) failcom='fail=yes';; \ 497 esac; \ 498 done; \ 499 dot_seen=no; \ 500 case "$@" in \ 501 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 502 *) list='$(SUBDIRS)' ;; \ 503 esac; \ 504 rev=''; for subdir in $$list; do \ 505 if test "$$subdir" = "."; then :; else \ 506 rev="$$subdir $$rev"; \ 507 fi; \ 508 done; \ 509 rev="$$rev ."; \ 510 target=`echo $@ | sed s/-recursive//`; \ 511 for subdir in $$rev; do \ 512 echo "Making $$target in $$subdir"; \ 513 if test "$$subdir" = "."; then \ 514 local_target="$$target-am"; \ 515 else \ 516 local_target="$$target"; \ 517 fi; \ 518 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 519 || eval $$failcom; \ 520 done && test -z "$$fail" 521tags-recursive: 522 list='$(SUBDIRS)'; for subdir in $$list; do \ 523 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 524 done 525ctags-recursive: 526 list='$(SUBDIRS)'; for subdir in $$list; do \ 527 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 528 done 529 530ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 531 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 532 unique=`for i in $$list; do \ 533 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 534 done | \ 535 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 536 END { if (nonempty) { for (i in files) print i; }; }'`; \ 537 mkid -fID $$unique 538tags: TAGS 539 540TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 541 $(TAGS_FILES) $(LISP) 542 set x; \ 543 here=`pwd`; \ 544 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 545 include_option=--etags-include; \ 546 empty_fix=.; \ 547 else \ 548 include_option=--include; \ 549 empty_fix=; \ 550 fi; \ 551 list='$(SUBDIRS)'; for subdir in $$list; do \ 552 if test "$$subdir" = .; then :; else \ 553 test ! -f $$subdir/TAGS || \ 554 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 555 fi; \ 556 done; \ 557 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 558 unique=`for i in $$list; do \ 559 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 560 done | \ 561 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 562 END { if (nonempty) { for (i in files) print i; }; }'`; \ 563 shift; \ 564 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 565 test -n "$$unique" || unique=$$empty_fix; \ 566 if test $$# -gt 0; then \ 567 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 568 "$$@" $$unique; \ 569 else \ 570 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 571 $$unique; \ 572 fi; \ 573 fi 574ctags: CTAGS 575CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 576 $(TAGS_FILES) $(LISP) 577 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 578 unique=`for i in $$list; do \ 579 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 580 done | \ 581 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 582 END { if (nonempty) { for (i in files) print i; }; }'`; \ 583 test -z "$(CTAGS_ARGS)$$unique" \ 584 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 585 $$unique 586 587GTAGS: 588 here=`$(am__cd) $(top_builddir) && pwd` \ 589 && $(am__cd) $(top_srcdir) \ 590 && gtags -i $(GTAGS_ARGS) "$$here" 591 592distclean-tags: 593 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 594 595distdir: $(DISTFILES) 596 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 597 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 598 list='$(DISTFILES)'; \ 599 dist_files=`for file in $$list; do echo $$file; done | \ 600 sed -e "s|^$$srcdirstrip/||;t" \ 601 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 602 case $$dist_files in \ 603 */*) $(MKDIR_P) `echo "$$dist_files" | \ 604 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 605 sort -u` ;; \ 606 esac; \ 607 for file in $$dist_files; do \ 608 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 609 if test -d $$d/$$file; then \ 610 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 611 if test -d "$(distdir)/$$file"; then \ 612 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 613 fi; \ 614 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 615 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 616 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 617 fi; \ 618 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 619 else \ 620 test -f "$(distdir)/$$file" \ 621 || cp -p $$d/$$file "$(distdir)/$$file" \ 622 || exit 1; \ 623 fi; \ 624 done 625 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 626 if test "$$subdir" = .; then :; else \ 627 test -d "$(distdir)/$$subdir" \ 628 || $(MKDIR_P) "$(distdir)/$$subdir" \ 629 || exit 1; \ 630 fi; \ 631 done 632 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 633 if test "$$subdir" = .; then :; else \ 634 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 635 $(am__relativize); \ 636 new_distdir=$$reldir; \ 637 dir1=$$subdir; dir2="$(top_distdir)"; \ 638 $(am__relativize); \ 639 new_top_distdir=$$reldir; \ 640 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 641 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 642 ($(am__cd) $$subdir && \ 643 $(MAKE) $(AM_MAKEFLAGS) \ 644 top_distdir="$$new_top_distdir" \ 645 distdir="$$new_distdir" \ 646 am__remove_distdir=: \ 647 am__skip_length_check=: \ 648 am__skip_mode_fix=: \ 649 distdir) \ 650 || exit 1; \ 651 fi; \ 652 done 653check-am: all-am 654 $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) 655 $(MAKE) $(AM_MAKEFLAGS) check-local 656check: check-recursive 657all-am: Makefile $(SCRIPTS) 658installdirs: installdirs-recursive 659installdirs-am: 660install: install-recursive 661install-exec: install-exec-recursive 662install-data: install-data-recursive 663uninstall: uninstall-recursive 664 665install-am: all-am 666 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 667 668installcheck: installcheck-recursive 669install-strip: 670 if test -z '$(STRIP)'; then \ 671 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 672 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 673 install; \ 674 else \ 675 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 676 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 677 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 678 fi 679mostlyclean-generic: 680 681clean-generic: 682 683distclean-generic: 684 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 685 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 686 687maintainer-clean-generic: 688 @echo "This command is intended for maintainers to use" 689 @echo "it deletes files that may require special tools to rebuild." 690clean: clean-recursive 691 692clean-am: clean-checkPROGRAMS clean-generic clean-local mostlyclean-am 693 694distclean: distclean-recursive 695 -rm -f Makefile 696distclean-am: clean-am distclean-generic distclean-tags 697 698dvi: dvi-recursive 699 700dvi-am: 701 702html: html-recursive 703 704html-am: 705 706info: info-recursive 707 708info-am: 709 710install-data-am: 711 712install-dvi: install-dvi-recursive 713 714install-dvi-am: 715 716install-exec-am: 717 718install-html: install-html-recursive 719 720install-html-am: 721 722install-info: install-info-recursive 723 724install-info-am: 725 726install-man: 727 728install-pdf: install-pdf-recursive 729 730install-pdf-am: 731 732install-ps: install-ps-recursive 733 734install-ps-am: 735 736installcheck-am: 737 738maintainer-clean: maintainer-clean-recursive 739 -rm -f Makefile 740maintainer-clean-am: distclean-am maintainer-clean-generic 741 742mostlyclean: mostlyclean-recursive 743 744mostlyclean-am: mostlyclean-generic 745 746pdf: pdf-recursive 747 748pdf-am: 749 750ps: ps-recursive 751 752ps-am: 753 754uninstall-am: 755 756.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) check-am \ 757 ctags-recursive install-am install-strip tags-recursive 758 759.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ 760 all all-am check check-am check-local clean \ 761 clean-checkPROGRAMS clean-generic clean-local ctags \ 762 ctags-recursive distclean distclean-generic distclean-tags \ 763 distdir dvi dvi-am html html-am info info-am install \ 764 install-am install-data install-data-am install-dvi \ 765 install-dvi-am install-exec install-exec-am install-html \ 766 install-html-am install-info install-info-am install-man \ 767 install-pdf install-pdf-am install-ps install-ps-am \ 768 install-strip installcheck installcheck-am installdirs \ 769 installdirs-am maintainer-clean maintainer-clean-generic \ 770 mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \ 771 tags-recursive uninstall uninstall-am 772 773 774# This used to be required when Vex had a handwritten Makefile. It 775# shouldn't be needed any more, though. 776 777#---------------------------------------------------------------------------- 778# noinst_PROGRAMS and noinst_DSYMS targets 779#---------------------------------------------------------------------------- 780 781# On Darwin, for a program 'p', the DWARF debug info is stored in the 782# directory 'p.dSYM'. This must be generated after the executable is 783# created, with 'dsymutil p'. We could redefine LINK with a script that 784# executes 'dsymutil' after linking, but that's a pain. Instead we use this 785# hook so that every time "make check" is run, we subsequently invoke 786# 'dsymutil' on all the executables that lack a .dSYM directory, or that are 787# newer than their corresponding .dSYM directory. 788build-noinst_DSYMS: $(noinst_DSYMS) 789 for f in $(noinst_DSYMS); do \ 790 if [ ! -e $$f.dSYM -o $$f -nt $$f.dSYM ] ; then \ 791 echo "dsymutil $$f"; \ 792 dsymutil $$f; \ 793 fi; \ 794 done 795 796# This is used by coregrind/Makefile.am and Makefile.tool.am for doing 797# "in-place" installs. It copies $(noinst_PROGRAMS) into $inplacedir. 798# It needs to be depended on by an 'all-local' rule. 799inplace-noinst_PROGRAMS: $(noinst_PROGRAMS) 800 mkdir -p $(inplacedir); \ 801 for f in $(noinst_PROGRAMS) ; do \ 802 rm -f $(inplacedir)/$$f; \ 803 ln -f -s ../$(subdir)/$$f $(inplacedir); \ 804 done 805 806# Similar to inplace-noinst_PROGRAMS 807inplace-noinst_DSYMS: build-noinst_DSYMS 808 mkdir -p $(inplacedir); \ 809 for f in $(noinst_DSYMS); do \ 810 rm -f $(inplacedir)/$$f.dSYM; \ 811 ln -f -s ../$(subdir)/$$f.dSYM $(inplacedir); \ 812 done 813 814# This is used by coregrind/Makefile.am and by <tool>/Makefile.am for doing 815# "make install". It copies $(noinst_PROGRAMS) into $prefix/lib/valgrind/. 816# It needs to be depended on by an 'install-exec-local' rule. 817install-noinst_PROGRAMS: $(noinst_PROGRAMS) 818 $(mkinstalldirs) $(DESTDIR)$(pkglibdir); \ 819 for f in $(noinst_PROGRAMS); do \ 820 $(INSTALL_PROGRAM) $$f $(DESTDIR)$(pkglibdir); \ 821 done 822 823# Similar to install-noinst_PROGRAMS. 824# Nb: we don't use $(INSTALL_PROGRAM) here because it doesn't work with 825# directories. XXX: not sure whether the resulting permissions will be 826# correct when using 'cp -R'... 827install-noinst_DSYMS: build-noinst_DSYMS 828 $(mkinstalldirs) $(DESTDIR)$(pkglibdir); \ 829 for f in $(noinst_DSYMS); do \ 830 cp -R $$f.dSYM $(DESTDIR)$(pkglibdir); \ 831 done 832 833# This needs to be depended on by a 'clean-local' rule. 834clean-noinst_DSYMS: 835 for f in $(noinst_DSYMS); do \ 836 rm -rf $$f.dSYM; \ 837 done 838 839check-local: build-noinst_DSYMS 840 841clean-local: clean-noinst_DSYMS 842 843# Tell versions [3.59,3.63) of GNU make to not export all variables. 844# Otherwise a system limit (for SysV at least) may be exceeded. 845.NOEXPORT: 846