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