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 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 57check_PROGRAMS = access_extended$(EXEEXT) apple-main-arg$(EXEEXT) \ 58 rlimit$(EXEEXT) 59subdir = none/tests/darwin 60ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 61am__aclocal_m4_deps = $(top_srcdir)/configure.in 62am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 63 $(ACLOCAL_M4) 64mkinstalldirs = $(install_sh) -d 65CONFIG_HEADER = $(top_builddir)/config.h 66CONFIG_CLEAN_FILES = 67CONFIG_CLEAN_VPATH_FILES = 68access_extended_SOURCES = access_extended.c 69access_extended_OBJECTS = access_extended.$(OBJEXT) 70access_extended_LDADD = $(LDADD) 71apple_main_arg_SOURCES = apple-main-arg.c 72apple_main_arg_OBJECTS = apple-main-arg.$(OBJEXT) 73apple_main_arg_LDADD = $(LDADD) 74rlimit_SOURCES = rlimit.c 75rlimit_OBJECTS = rlimit.$(OBJEXT) 76rlimit_LDADD = $(LDADD) 77SCRIPTS = $(dist_noinst_SCRIPTS) 78DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 79depcomp = $(SHELL) $(top_srcdir)/depcomp 80am__depfiles_maybe = depfiles 81am__mv = mv -f 82COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 83 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 84CCLD = $(CC) 85LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 86SOURCES = access_extended.c apple-main-arg.c rlimit.c 87DIST_SOURCES = access_extended.c apple-main-arg.c rlimit.c 88ETAGS = etags 89CTAGS = ctags 90DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 91ACLOCAL = @ACLOCAL@ 92AMTAR = @AMTAR@ 93AR = @AR@ 94AUTOCONF = @AUTOCONF@ 95AUTOHEADER = @AUTOHEADER@ 96AUTOMAKE = @AUTOMAKE@ 97AWK = @AWK@ 98BOOST_CFLAGS = @BOOST_CFLAGS@ 99BOOST_LIBS = @BOOST_LIBS@ 100CC = @CC@ 101CCAS = @CCAS@ 102CCASDEPMODE = @CCASDEPMODE@ 103CCASFLAGS = @CCASFLAGS@ 104CCDEPMODE = @CCDEPMODE@ 105CFLAGS = @CFLAGS@ 106CFLAGS_MPI = @CFLAGS_MPI@ 107CPP = @CPP@ 108CPPFLAGS = @CPPFLAGS@ 109CXX = @CXX@ 110CXXDEPMODE = @CXXDEPMODE@ 111CXXFLAGS = @CXXFLAGS@ 112CYGPATH_W = @CYGPATH_W@ 113DEFAULT_SUPP = @DEFAULT_SUPP@ 114DEFS = @DEFS@ 115DEPDIR = @DEPDIR@ 116DIFF = @DIFF@ 117ECHO_C = @ECHO_C@ 118ECHO_N = @ECHO_N@ 119ECHO_T = @ECHO_T@ 120EGREP = @EGREP@ 121EXEEXT = @EXEEXT@ 122FLAG_FNO_STACK_PROTECTOR = @FLAG_FNO_STACK_PROTECTOR@ 123FLAG_M32 = @FLAG_M32@ 124FLAG_M64 = @FLAG_M64@ 125FLAG_MMMX = @FLAG_MMMX@ 126FLAG_MSSE = @FLAG_MSSE@ 127FLAG_NO_BUILD_ID = @FLAG_NO_BUILD_ID@ 128FLAG_UNLIMITED_INLINE_UNIT_GROWTH = @FLAG_UNLIMITED_INLINE_UNIT_GROWTH@ 129FLAG_W_EXTRA = @FLAG_W_EXTRA@ 130FLAG_W_NO_EMPTY_BODY = @FLAG_W_NO_EMPTY_BODY@ 131FLAG_W_NO_FORMAT_ZERO_LENGTH = @FLAG_W_NO_FORMAT_ZERO_LENGTH@ 132FLAG_W_NO_NONNULL = @FLAG_W_NO_NONNULL@ 133FLAG_W_NO_OVERFLOW = @FLAG_W_NO_OVERFLOW@ 134FLAG_W_NO_UNINITIALIZED = @FLAG_W_NO_UNINITIALIZED@ 135GDB = @GDB@ 136GLIBC_VERSION = @GLIBC_VERSION@ 137GREP = @GREP@ 138INSTALL = @INSTALL@ 139INSTALL_DATA = @INSTALL_DATA@ 140INSTALL_PROGRAM = @INSTALL_PROGRAM@ 141INSTALL_SCRIPT = @INSTALL_SCRIPT@ 142INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 143LDFLAGS = @LDFLAGS@ 144LDFLAGS_MPI = @LDFLAGS_MPI@ 145LIBOBJS = @LIBOBJS@ 146LIBS = @LIBS@ 147LN_S = @LN_S@ 148LTLIBOBJS = @LTLIBOBJS@ 149MAINT = @MAINT@ 150MAKEINFO = @MAKEINFO@ 151MKDIR_P = @MKDIR_P@ 152MPI_CC = @MPI_CC@ 153OBJEXT = @OBJEXT@ 154PACKAGE = @PACKAGE@ 155PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 156PACKAGE_NAME = @PACKAGE_NAME@ 157PACKAGE_STRING = @PACKAGE_STRING@ 158PACKAGE_TARNAME = @PACKAGE_TARNAME@ 159PACKAGE_URL = @PACKAGE_URL@ 160PACKAGE_VERSION = @PACKAGE_VERSION@ 161PATH_SEPARATOR = @PATH_SEPARATOR@ 162PERL = @PERL@ 163PREFERRED_STACK_BOUNDARY = @PREFERRED_STACK_BOUNDARY@ 164RANLIB = @RANLIB@ 165SED = @SED@ 166SET_MAKE = @SET_MAKE@ 167SHELL = @SHELL@ 168STRIP = @STRIP@ 169VALT_LOAD_ADDRESS_PRI = @VALT_LOAD_ADDRESS_PRI@ 170VALT_LOAD_ADDRESS_SEC = @VALT_LOAD_ADDRESS_SEC@ 171VERSION = @VERSION@ 172VGCONF_ARCH_PRI = @VGCONF_ARCH_PRI@ 173VGCONF_ARCH_SEC = @VGCONF_ARCH_SEC@ 174VGCONF_OS = @VGCONF_OS@ 175VGCONF_PLATFORM_PRI_CAPS = @VGCONF_PLATFORM_PRI_CAPS@ 176VGCONF_PLATFORM_SEC_CAPS = @VGCONF_PLATFORM_SEC_CAPS@ 177VGCONF_PLATVARIANT = @VGCONF_PLATVARIANT@ 178abs_builddir = @abs_builddir@ 179abs_srcdir = @abs_srcdir@ 180abs_top_builddir = @abs_top_builddir@ 181abs_top_srcdir = @abs_top_srcdir@ 182ac_ct_CC = @ac_ct_CC@ 183ac_ct_CXX = @ac_ct_CXX@ 184am__include = @am__include@ 185am__leading_dot = @am__leading_dot@ 186am__quote = @am__quote@ 187am__tar = @am__tar@ 188am__untar = @am__untar@ 189bindir = @bindir@ 190build = @build@ 191build_alias = @build_alias@ 192build_cpu = @build_cpu@ 193build_os = @build_os@ 194build_vendor = @build_vendor@ 195builddir = @builddir@ 196datadir = @datadir@ 197datarootdir = @datarootdir@ 198docdir = @docdir@ 199dvidir = @dvidir@ 200exec_prefix = @exec_prefix@ 201host = @host@ 202host_alias = @host_alias@ 203host_cpu = @host_cpu@ 204host_os = @host_os@ 205host_vendor = @host_vendor@ 206htmldir = @htmldir@ 207includedir = @includedir@ 208infodir = @infodir@ 209install_sh = @install_sh@ 210libdir = @libdir@ 211libexecdir = @libexecdir@ 212localedir = @localedir@ 213localstatedir = @localstatedir@ 214mandir = @mandir@ 215mkdir_p = @mkdir_p@ 216oldincludedir = @oldincludedir@ 217pdfdir = @pdfdir@ 218prefix = @prefix@ 219program_transform_name = @program_transform_name@ 220psdir = @psdir@ 221sbindir = @sbindir@ 222sharedstatedir = @sharedstatedir@ 223srcdir = @srcdir@ 224sysconfdir = @sysconfdir@ 225target_alias = @target_alias@ 226top_build_prefix = @top_build_prefix@ 227top_builddir = @top_builddir@ 228top_srcdir = @top_srcdir@ 229inplacedir = $(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. 239AM_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. 268AM_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 286AM_FLAG_M3264_X86_LINUX = @FLAG_M32@ 287AM_CFLAGS_X86_LINUX = @FLAG_M32@ @PREFERRED_STACK_BOUNDARY@ \ 288 $(AM_CFLAGS_BASE) -fomit-frame-pointer 289 290AM_CCASFLAGS_X86_LINUX = @FLAG_M32@ -g 291AM_FLAG_M3264_AMD64_LINUX = @FLAG_M64@ 292AM_CFLAGS_AMD64_LINUX = @FLAG_M64@ @PREFERRED_STACK_BOUNDARY@ \ 293 $(AM_CFLAGS_BASE) -fomit-frame-pointer 294 295AM_CCASFLAGS_AMD64_LINUX = @FLAG_M64@ -g 296AM_FLAG_M3264_PPC32_LINUX = @FLAG_M32@ 297AM_CFLAGS_PPC32_LINUX = @FLAG_M32@ $(AM_CFLAGS_BASE) 298AM_CCASFLAGS_PPC32_LINUX = @FLAG_M32@ -g 299AM_FLAG_M3264_PPC64_LINUX = @FLAG_M64@ 300AM_CFLAGS_PPC64_LINUX = @FLAG_M64@ $(AM_CFLAGS_BASE) 301AM_CCASFLAGS_PPC64_LINUX = @FLAG_M64@ -g 302AM_FLAG_M3264_ARM_LINUX = @FLAG_M32@ 303AM_CFLAGS_ARM_LINUX = @FLAG_M32@ @PREFERRED_STACK_BOUNDARY@ \ 304 $(AM_CFLAGS_BASE) -marm -mcpu=cortex-a8 305 306AM_CCASFLAGS_ARM_LINUX = @FLAG_M32@ \ 307 -marm -mcpu=cortex-a8 -g 308 309AM_FLAG_M3264_X86_DARWIN = -arch i386 310AM_CFLAGS_X86_DARWIN = $(WERROR) -arch i386 $(AM_CFLAGS_BASE) \ 311 -mmacosx-version-min=10.5 \ 312 -fno-stack-protector -fno-pic -fno-PIC 313 314AM_CCASFLAGS_X86_DARWIN = -arch i386 -g 315AM_FLAG_M3264_AMD64_DARWIN = -arch x86_64 316AM_CFLAGS_AMD64_DARWIN = $(WERROR) -arch x86_64 $(AM_CFLAGS_BASE) \ 317 -mmacosx-version-min=10.5 -fno-stack-protector 318 319AM_CCASFLAGS_AMD64_DARWIN = -arch x86_64 -g 320AM_FLAG_M3264_S390X_LINUX = @FLAG_M64@ 321AM_CFLAGS_S390X_LINUX = @FLAG_M64@ $(AM_CFLAGS_BASE) -fomit-frame-pointer 322AM_CCASFLAGS_S390X_LINUX = @FLAG_M64@ -g -mzarch -march=z900 323AM_FLAG_M3264_MIPS32_LINUX = @FLAG_M32@ 324AM_CFLAGS_MIPS32_LINUX = @FLAG_M32@ $(AM_CFLAGS_BASE) -mips32 325AM_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# 331AM_FLAG_M3264_PRI = $(AM_FLAG_M3264_@VGCONF_PLATFORM_PRI_CAPS@) 332AM_CPPFLAGS_PRI = $(AM_CPPFLAGS_@VGCONF_PLATFORM_PRI_CAPS@) 333AM_CFLAGS_PRI = $(AM_CFLAGS_@VGCONF_PLATFORM_PRI_CAPS@) 334AM_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# 340PRELOAD_LDFLAGS_COMMON_LINUX = -nodefaultlibs -shared \ 341 -Wl,-z,interpose,-z,initfirst $(am__append_1) 342PRELOAD_LDFLAGS_COMMON_DARWIN = -dynamic -dynamiclib -all_load 343PRELOAD_LDFLAGS_X86_LINUX = $(PRELOAD_LDFLAGS_COMMON_LINUX) @FLAG_M32@ 344PRELOAD_LDFLAGS_AMD64_LINUX = $(PRELOAD_LDFLAGS_COMMON_LINUX) @FLAG_M64@ 345PRELOAD_LDFLAGS_PPC32_LINUX = $(PRELOAD_LDFLAGS_COMMON_LINUX) @FLAG_M32@ 346PRELOAD_LDFLAGS_PPC64_LINUX = $(PRELOAD_LDFLAGS_COMMON_LINUX) @FLAG_M64@ 347PRELOAD_LDFLAGS_ARM_LINUX = $(PRELOAD_LDFLAGS_COMMON_LINUX) @FLAG_M32@ 348PRELOAD_LDFLAGS_X86_DARWIN = $(PRELOAD_LDFLAGS_COMMON_DARWIN) -arch i386 349PRELOAD_LDFLAGS_AMD64_DARWIN = $(PRELOAD_LDFLAGS_COMMON_DARWIN) -arch x86_64 350PRELOAD_LDFLAGS_S390X_LINUX = $(PRELOAD_LDFLAGS_COMMON_LINUX) @FLAG_M64@ 351PRELOAD_LDFLAGS_MIPS32_LINUX = $(PRELOAD_LDFLAGS_COMMON_LINUX) @FLAG_M32@ 352AM_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). 361AM_CFLAGS = -Winline -Wall -Wshadow -g $(AM_FLAG_M3264_PRI) 362AM_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. 365AM_CCASFLAGS = $(AM_CPPFLAGS) 366@VGCONF_OS_IS_DARWIN_TRUE@noinst_DSYMS = $(check_PROGRAMS) 367dist_noinst_SCRIPTS = filter_stderr 368EXTRA_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 373all: 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 390Makefile: $(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 408clean-checkPROGRAMS: 409 -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS) 410access_extended$(EXEEXT): $(access_extended_OBJECTS) $(access_extended_DEPENDENCIES) 411 @rm -f access_extended$(EXEEXT) 412 $(LINK) $(access_extended_OBJECTS) $(access_extended_LDADD) $(LIBS) 413apple-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) 416rlimit$(EXEEXT): $(rlimit_OBJECTS) $(rlimit_DEPENDENCIES) 417 @rm -f rlimit$(EXEEXT) 418 $(LINK) $(rlimit_OBJECTS) $(rlimit_LDADD) $(LIBS) 419 420mostlyclean-compile: 421 -rm -f *.$(OBJEXT) 422 423distclean-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 444ID: $(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 452tags: TAGS 453 454TAGS: $(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 475ctags: CTAGS 476CTAGS: $(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 488GTAGS: 489 here=`$(am__cd) $(top_builddir) && pwd` \ 490 && $(am__cd) $(top_srcdir) \ 491 && gtags -i $(GTAGS_ARGS) "$$here" 492 493distclean-tags: 494 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 495 496distdir: $(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 526check-am: all-am 527 $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) 528 $(MAKE) $(AM_MAKEFLAGS) check-local 529check: check-am 530all-am: Makefile $(SCRIPTS) 531installdirs: 532install: install-am 533install-exec: install-exec-am 534install-data: install-data-am 535uninstall: uninstall-am 536 537install-am: all-am 538 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 539 540installcheck: installcheck-am 541install-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 546mostlyclean-generic: 547 548clean-generic: 549 550distclean-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 554maintainer-clean-generic: 555 @echo "This command is intended for maintainers to use" 556 @echo "it deletes files that may require special tools to rebuild." 557clean: clean-am 558 559clean-am: clean-checkPROGRAMS clean-generic clean-local mostlyclean-am 560 561distclean: distclean-am 562 -rm -rf ./$(DEPDIR) 563 -rm -f Makefile 564distclean-am: clean-am distclean-compile distclean-generic \ 565 distclean-tags 566 567dvi: dvi-am 568 569dvi-am: 570 571html: html-am 572 573html-am: 574 575info: info-am 576 577info-am: 578 579install-data-am: 580 581install-dvi: install-dvi-am 582 583install-dvi-am: 584 585install-exec-am: 586 587install-html: install-html-am 588 589install-html-am: 590 591install-info: install-info-am 592 593install-info-am: 594 595install-man: 596 597install-pdf: install-pdf-am 598 599install-pdf-am: 600 601install-ps: install-ps-am 602 603install-ps-am: 604 605installcheck-am: 606 607maintainer-clean: maintainer-clean-am 608 -rm -rf ./$(DEPDIR) 609 -rm -f Makefile 610maintainer-clean-am: distclean-am maintainer-clean-generic 611 612mostlyclean: mostlyclean-am 613 614mostlyclean-am: mostlyclean-compile mostlyclean-generic 615 616pdf: pdf-am 617 618pdf-am: 619 620ps: ps-am 621 622ps-am: 623 624uninstall-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. 656build-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. 667inplace-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 675inplace-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. 685install-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'... 695install-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. 702clean-noinst_DSYMS: 703 for f in $(noinst_DSYMS); do \ 704 rm -rf $$f.dSYM; \ 705 done 706 707check-local: build-noinst_DSYMS 708 709clean-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