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 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 @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 check_PROGRAMS = allexec$(EXEEXT) arithmetic_instruction$(EXEEXT) \ 64 branch_and_jump_instructions$(EXEEXT) branches$(EXEEXT) \ 65 cvm_ins$(EXEEXT) cvm_lx_ins$(EXEEXT) \ 66 extract_insert_bit_field$(EXEEXT) fpu_arithmetic$(EXEEXT) \ 67 fpu_branches$(EXEEXT) fpu_control_word$(EXEEXT) \ 68 fpu_load_store$(EXEEXT) load_indexed_instructions$(EXEEXT) \ 69 load_store$(EXEEXT) load_store_multiple$(EXEEXT) \ 70 load_store_unaligned$(EXEEXT) logical_instructions$(EXEEXT) \ 71 move_instructions$(EXEEXT) rotate_swap$(EXEEXT) round$(EXEEXT) \ 72 shift_instructions$(EXEEXT) test_block_size$(EXEEXT) \ 73 test_fcsr$(EXEEXT) test_math$(EXEEXT) unaligned_load$(EXEEXT) \ 74 unaligned_load_store$(EXEEXT) 75 subdir = none/tests/mips64 76 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 77 am__aclocal_m4_deps = $(top_srcdir)/configure.ac 78 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 79 $(ACLOCAL_M4) 80 mkinstalldirs = $(install_sh) -d 81 CONFIG_HEADER = $(top_builddir)/config.h 82 CONFIG_CLEAN_FILES = 83 CONFIG_CLEAN_VPATH_FILES = 84 allexec_SOURCES = allexec.c 85 allexec_OBJECTS = allexec-allexec.$(OBJEXT) 86 allexec_LDADD = $(LDADD) 87 allexec_LINK = $(CCLD) $(allexec_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ 88 $(LDFLAGS) -o $@ 89 arithmetic_instruction_SOURCES = arithmetic_instruction.c 90 arithmetic_instruction_OBJECTS = arithmetic_instruction.$(OBJEXT) 91 arithmetic_instruction_LDADD = $(LDADD) 92 branch_and_jump_instructions_SOURCES = branch_and_jump_instructions.c 93 branch_and_jump_instructions_OBJECTS = \ 94 branch_and_jump_instructions.$(OBJEXT) 95 branch_and_jump_instructions_LDADD = $(LDADD) 96 branches_SOURCES = branches.c 97 branches_OBJECTS = branches.$(OBJEXT) 98 branches_LDADD = $(LDADD) 99 cvm_ins_SOURCES = cvm_ins.c 100 cvm_ins_OBJECTS = cvm_ins-cvm_ins.$(OBJEXT) 101 cvm_ins_LDADD = $(LDADD) 102 cvm_ins_LINK = $(CCLD) $(cvm_ins_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ 103 $(LDFLAGS) -o $@ 104 cvm_lx_ins_SOURCES = cvm_lx_ins.c 105 cvm_lx_ins_OBJECTS = cvm_lx_ins-cvm_lx_ins.$(OBJEXT) 106 cvm_lx_ins_LDADD = $(LDADD) 107 cvm_lx_ins_LINK = $(CCLD) $(cvm_lx_ins_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ 108 $(LDFLAGS) -o $@ 109 extract_insert_bit_field_SOURCES = extract_insert_bit_field.c 110 extract_insert_bit_field_OBJECTS = extract_insert_bit_field.$(OBJEXT) 111 extract_insert_bit_field_LDADD = $(LDADD) 112 fpu_arithmetic_SOURCES = fpu_arithmetic.c 113 fpu_arithmetic_OBJECTS = fpu_arithmetic-fpu_arithmetic.$(OBJEXT) 114 fpu_arithmetic_LDADD = $(LDADD) 115 fpu_arithmetic_LINK = $(CCLD) $(fpu_arithmetic_CFLAGS) $(CFLAGS) \ 116 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 117 fpu_branches_SOURCES = fpu_branches.c 118 fpu_branches_OBJECTS = fpu_branches.$(OBJEXT) 119 fpu_branches_LDADD = $(LDADD) 120 fpu_control_word_SOURCES = fpu_control_word.c 121 fpu_control_word_OBJECTS = fpu_control_word.$(OBJEXT) 122 fpu_control_word_LDADD = $(LDADD) 123 fpu_load_store_SOURCES = fpu_load_store.c 124 fpu_load_store_OBJECTS = fpu_load_store.$(OBJEXT) 125 fpu_load_store_LDADD = $(LDADD) 126 load_indexed_instructions_SOURCES = load_indexed_instructions.c 127 load_indexed_instructions_OBJECTS = \ 128 load_indexed_instructions-load_indexed_instructions.$(OBJEXT) 129 load_indexed_instructions_LDADD = $(LDADD) 130 load_indexed_instructions_LINK = $(CCLD) \ 131 $(load_indexed_instructions_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ 132 $(LDFLAGS) -o $@ 133 load_store_SOURCES = load_store.c 134 load_store_OBJECTS = load_store.$(OBJEXT) 135 load_store_LDADD = $(LDADD) 136 load_store_multiple_SOURCES = load_store_multiple.c 137 load_store_multiple_OBJECTS = load_store_multiple.$(OBJEXT) 138 load_store_multiple_LDADD = $(LDADD) 139 load_store_unaligned_SOURCES = load_store_unaligned.c 140 load_store_unaligned_OBJECTS = load_store_unaligned.$(OBJEXT) 141 load_store_unaligned_LDADD = $(LDADD) 142 logical_instructions_SOURCES = logical_instructions.c 143 logical_instructions_OBJECTS = logical_instructions.$(OBJEXT) 144 logical_instructions_LDADD = $(LDADD) 145 move_instructions_SOURCES = move_instructions.c 146 move_instructions_OBJECTS = move_instructions.$(OBJEXT) 147 move_instructions_LDADD = $(LDADD) 148 rotate_swap_SOURCES = rotate_swap.c 149 rotate_swap_OBJECTS = rotate_swap.$(OBJEXT) 150 rotate_swap_LDADD = $(LDADD) 151 round_SOURCES = round.c 152 round_OBJECTS = round.$(OBJEXT) 153 round_LDADD = $(LDADD) 154 shift_instructions_SOURCES = shift_instructions.c 155 shift_instructions_OBJECTS = shift_instructions.$(OBJEXT) 156 shift_instructions_LDADD = $(LDADD) 157 test_block_size_SOURCES = test_block_size.c 158 test_block_size_OBJECTS = test_block_size.$(OBJEXT) 159 test_block_size_LDADD = $(LDADD) 160 test_fcsr_SOURCES = test_fcsr.c 161 test_fcsr_OBJECTS = test_fcsr.$(OBJEXT) 162 test_fcsr_LDADD = $(LDADD) 163 am_test_math_OBJECTS = test_math.$(OBJEXT) 164 test_math_OBJECTS = $(am_test_math_OBJECTS) 165 test_math_LDADD = $(LDADD) 166 unaligned_load_SOURCES = unaligned_load.c 167 unaligned_load_OBJECTS = unaligned_load.$(OBJEXT) 168 unaligned_load_LDADD = $(LDADD) 169 unaligned_load_store_SOURCES = unaligned_load_store.c 170 unaligned_load_store_OBJECTS = unaligned_load_store.$(OBJEXT) 171 unaligned_load_store_LDADD = $(LDADD) 172 SCRIPTS = $(dist_noinst_SCRIPTS) 173 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 174 depcomp = $(SHELL) $(top_srcdir)/depcomp 175 am__depfiles_maybe = depfiles 176 am__mv = mv -f 177 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 178 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 179 CCLD = $(CC) 180 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 181 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 182 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) 183 CXXLD = $(CXX) 184 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ 185 -o $@ 186 SOURCES = allexec.c arithmetic_instruction.c \ 187 branch_and_jump_instructions.c branches.c cvm_ins.c \ 188 cvm_lx_ins.c extract_insert_bit_field.c fpu_arithmetic.c \ 189 fpu_branches.c fpu_control_word.c fpu_load_store.c \ 190 load_indexed_instructions.c load_store.c load_store_multiple.c \ 191 load_store_unaligned.c logical_instructions.c \ 192 move_instructions.c rotate_swap.c round.c shift_instructions.c \ 193 test_block_size.c test_fcsr.c $(test_math_SOURCES) \ 194 unaligned_load.c unaligned_load_store.c 195 DIST_SOURCES = allexec.c arithmetic_instruction.c \ 196 branch_and_jump_instructions.c branches.c cvm_ins.c \ 197 cvm_lx_ins.c extract_insert_bit_field.c fpu_arithmetic.c \ 198 fpu_branches.c fpu_control_word.c fpu_load_store.c \ 199 load_indexed_instructions.c load_store.c load_store_multiple.c \ 200 load_store_unaligned.c logical_instructions.c \ 201 move_instructions.c rotate_swap.c round.c shift_instructions.c \ 202 test_block_size.c test_fcsr.c $(test_math_SOURCES) \ 203 unaligned_load.c unaligned_load_store.c 204 ETAGS = etags 205 CTAGS = ctags 206 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 207 ACLOCAL = @ACLOCAL@ 208 AMTAR = @AMTAR@ 209 AR = @AR@ 210 AUTOCONF = @AUTOCONF@ 211 AUTOHEADER = @AUTOHEADER@ 212 AUTOMAKE = @AUTOMAKE@ 213 AWK = @AWK@ 214 BOOST_CFLAGS = @BOOST_CFLAGS@ 215 BOOST_LIBS = @BOOST_LIBS@ 216 CC = @CC@ 217 CCAS = @CCAS@ 218 CCASDEPMODE = @CCASDEPMODE@ 219 CCASFLAGS = @CCASFLAGS@ 220 CCDEPMODE = @CCDEPMODE@ 221 CFLAGS = @CFLAGS@ $(am__append_3) $(am__append_4) 222 CFLAGS_MPI = @CFLAGS_MPI@ 223 CPP = @CPP@ 224 CPPFLAGS = @CPPFLAGS@ 225 CXX = @CXX@ 226 CXXDEPMODE = @CXXDEPMODE@ 227 CXXFLAGS = @CXXFLAGS@ $(am__append_5) 228 CYGPATH_W = @CYGPATH_W@ 229 DEFAULT_SUPP = @DEFAULT_SUPP@ 230 DEFS = @DEFS@ 231 DEPDIR = @DEPDIR@ 232 DIFF = @DIFF@ 233 ECHO_C = @ECHO_C@ 234 ECHO_N = @ECHO_N@ 235 ECHO_T = @ECHO_T@ 236 EGREP = @EGREP@ 237 EXEEXT = @EXEEXT@ 238 FLAG_FNO_STACK_PROTECTOR = @FLAG_FNO_STACK_PROTECTOR@ 239 FLAG_M32 = @FLAG_M32@ 240 FLAG_M64 = @FLAG_M64@ 241 FLAG_MIPS32 = @FLAG_MIPS32@ 242 FLAG_MIPS64 = @FLAG_MIPS64@ 243 FLAG_MMMX = @FLAG_MMMX@ 244 FLAG_MSSE = @FLAG_MSSE@ 245 FLAG_NO_BUILD_ID = @FLAG_NO_BUILD_ID@ 246 FLAG_OCTEON = @FLAG_OCTEON@ 247 FLAG_OCTEON2 = @FLAG_OCTEON2@ 248 FLAG_T_TEXT = @FLAG_T_TEXT@ 249 FLAG_UNLIMITED_INLINE_UNIT_GROWTH = @FLAG_UNLIMITED_INLINE_UNIT_GROWTH@ 250 FLAG_W_EXTRA = @FLAG_W_EXTRA@ 251 FLAG_W_NO_EMPTY_BODY = @FLAG_W_NO_EMPTY_BODY@ 252 FLAG_W_NO_FORMAT_ZERO_LENGTH = @FLAG_W_NO_FORMAT_ZERO_LENGTH@ 253 FLAG_W_NO_NONNULL = @FLAG_W_NO_NONNULL@ 254 FLAG_W_NO_OVERFLOW = @FLAG_W_NO_OVERFLOW@ 255 FLAG_W_NO_UNINITIALIZED = @FLAG_W_NO_UNINITIALIZED@ 256 GDB = @GDB@ 257 GLIBC_VERSION = @GLIBC_VERSION@ 258 GREP = @GREP@ 259 INSTALL = @INSTALL@ 260 INSTALL_DATA = @INSTALL_DATA@ 261 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 262 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 263 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 264 LDFLAGS = @LDFLAGS@ 265 LDFLAGS_MPI = @LDFLAGS_MPI@ 266 LIBOBJS = @LIBOBJS@ 267 LIBS = @LIBS@ 268 LN_S = @LN_S@ 269 LTLIBOBJS = @LTLIBOBJS@ 270 MAINT = @MAINT@ 271 MAKEINFO = @MAKEINFO@ 272 MKDIR_P = @MKDIR_P@ 273 MPI_CC = @MPI_CC@ 274 OBJEXT = @OBJEXT@ 275 PACKAGE = @PACKAGE@ 276 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 277 PACKAGE_NAME = @PACKAGE_NAME@ 278 PACKAGE_STRING = @PACKAGE_STRING@ 279 PACKAGE_TARNAME = @PACKAGE_TARNAME@ 280 PACKAGE_URL = @PACKAGE_URL@ 281 PACKAGE_VERSION = @PACKAGE_VERSION@ 282 PATH_SEPARATOR = @PATH_SEPARATOR@ 283 PERL = @PERL@ 284 PREFERRED_STACK_BOUNDARY = @PREFERRED_STACK_BOUNDARY@ 285 RANLIB = @RANLIB@ 286 SED = @SED@ 287 SET_MAKE = @SET_MAKE@ 288 SHELL = @SHELL@ 289 STRIP = @STRIP@ 290 VALT_LOAD_ADDRESS_PRI = @VALT_LOAD_ADDRESS_PRI@ 291 VALT_LOAD_ADDRESS_SEC = @VALT_LOAD_ADDRESS_SEC@ 292 VERSION = @VERSION@ 293 VGCONF_ARCH_PRI = @VGCONF_ARCH_PRI@ 294 VGCONF_ARCH_SEC = @VGCONF_ARCH_SEC@ 295 VGCONF_OS = @VGCONF_OS@ 296 VGCONF_PLATFORM_PRI_CAPS = @VGCONF_PLATFORM_PRI_CAPS@ 297 VGCONF_PLATFORM_SEC_CAPS = @VGCONF_PLATFORM_SEC_CAPS@ 298 VGCONF_PLATVARIANT = @VGCONF_PLATVARIANT@ 299 abs_builddir = @abs_builddir@ 300 abs_srcdir = @abs_srcdir@ 301 abs_top_builddir = @abs_top_builddir@ 302 abs_top_srcdir = @abs_top_srcdir@ 303 ac_ct_CC = @ac_ct_CC@ 304 ac_ct_CXX = @ac_ct_CXX@ 305 am__include = @am__include@ 306 am__leading_dot = @am__leading_dot@ 307 am__quote = @am__quote@ 308 am__tar = @am__tar@ 309 am__untar = @am__untar@ 310 bindir = @bindir@ 311 build = @build@ 312 build_alias = @build_alias@ 313 build_cpu = @build_cpu@ 314 build_os = @build_os@ 315 build_vendor = @build_vendor@ 316 builddir = @builddir@ 317 datadir = @datadir@ 318 datarootdir = @datarootdir@ 319 docdir = @docdir@ 320 dvidir = @dvidir@ 321 exec_prefix = @exec_prefix@ 322 host = @host@ 323 host_alias = @host_alias@ 324 host_cpu = @host_cpu@ 325 host_os = @host_os@ 326 host_vendor = @host_vendor@ 327 htmldir = @htmldir@ 328 includedir = @includedir@ 329 infodir = @infodir@ 330 install_sh = @install_sh@ 331 libdir = @libdir@ 332 libexecdir = @libexecdir@ 333 localedir = @localedir@ 334 localstatedir = @localstatedir@ 335 mandir = @mandir@ 336 mkdir_p = @mkdir_p@ 337 oldincludedir = @oldincludedir@ 338 pdfdir = @pdfdir@ 339 prefix = @prefix@ 340 program_transform_name = @program_transform_name@ 341 psdir = @psdir@ 342 sbindir = @sbindir@ 343 sharedstatedir = @sharedstatedir@ 344 srcdir = @srcdir@ 345 sysconfdir = @sysconfdir@ 346 target_alias = @target_alias@ 347 top_build_prefix = @top_build_prefix@ 348 top_builddir = @top_builddir@ 349 top_srcdir = @top_srcdir@ 350 inplacedir = $(top_builddir)/.in_place 351 352 #---------------------------------------------------------------------------- 353 # Flags 354 #---------------------------------------------------------------------------- 355 356 # Baseline flags for all compilations. Aim here is to maximise 357 # performance and get whatever useful warnings we can out of gcc. 358 # -fno-builtin is important for defeating LLVM's idiom recognition 359 # that somehow causes VG_(memset) to get into infinite recursion. 360 AM_CFLAGS_BASE = \ 361 -O2 -g \ 362 -Wall \ 363 -Wmissing-prototypes \ 364 -Wshadow \ 365 -Wpointer-arith \ 366 -Wstrict-prototypes \ 367 -Wmissing-declarations \ 368 @FLAG_W_NO_FORMAT_ZERO_LENGTH@ \ 369 -fno-strict-aliasing \ 370 -fno-builtin 371 372 @VGCONF_OS_IS_DARWIN_FALSE@AM_CFLAGS_PIC = -fpic -O -g -fno-omit-frame-pointer -fno-strict-aliasing \ 373 @VGCONF_OS_IS_DARWIN_FALSE@ -fno-builtin 374 375 376 # These flags are used for building the preload shared objects. 377 # The aim is to give reasonable performance but also to have good 378 # stack traces, since users often see stack traces extending 379 # into (and through) the preloads. 380 @VGCONF_OS_IS_DARWIN_TRUE@AM_CFLAGS_PIC = -dynamic -O -g -fno-omit-frame-pointer -fno-strict-aliasing \ 381 @VGCONF_OS_IS_DARWIN_TRUE@ -mno-dynamic-no-pic -fpic -fPIC \ 382 @VGCONF_OS_IS_DARWIN_TRUE@ -fno-builtin 383 384 385 # Flags for specific targets. 386 # 387 # Nb: the AM_CPPFLAGS_* values are suitable for building tools and auxprogs. 388 # For building the core, coregrind/Makefile.am files add some extra things. 389 AM_CPPFLAGS_@VGCONF_PLATFORM_PRI_CAPS@ = \ 390 -I$(top_srcdir) \ 391 -I$(top_srcdir)/include \ 392 -I$(top_srcdir)/VEX/pub \ 393 -DVGA_@VGCONF_ARCH_PRI@=1 \ 394 -DVGO_@VGCONF_OS@=1 \ 395 -DVGP_@VGCONF_ARCH_PRI@_@VGCONF_OS@=1 \ 396 -DVGPV_@VGCONF_ARCH_PRI@_@VGCONF_OS@_@VGCONF_PLATVARIANT@=1 397 398 @VGCONF_HAVE_PLATFORM_SEC_TRUE@AM_CPPFLAGS_@VGCONF_PLATFORM_SEC_CAPS@ = \ 399 @VGCONF_HAVE_PLATFORM_SEC_TRUE@ -I$(top_srcdir) \ 400 @VGCONF_HAVE_PLATFORM_SEC_TRUE@ -I$(top_srcdir)/include \ 401 @VGCONF_HAVE_PLATFORM_SEC_TRUE@ -I$(top_srcdir)/VEX/pub \ 402 @VGCONF_HAVE_PLATFORM_SEC_TRUE@ -DVGA_@VGCONF_ARCH_SEC@=1 \ 403 @VGCONF_HAVE_PLATFORM_SEC_TRUE@ -DVGO_@VGCONF_OS@=1 \ 404 @VGCONF_HAVE_PLATFORM_SEC_TRUE@ -DVGP_@VGCONF_ARCH_SEC@_@VGCONF_OS@=1 \ 405 @VGCONF_HAVE_PLATFORM_SEC_TRUE@ -DVGPV_@VGCONF_ARCH_SEC@_@VGCONF_OS@_@VGCONF_PLATVARIANT@=1 406 407 AM_FLAG_M3264_X86_LINUX = @FLAG_M32@ 408 AM_CFLAGS_X86_LINUX = @FLAG_M32@ @PREFERRED_STACK_BOUNDARY@ \ 409 $(AM_CFLAGS_BASE) -fomit-frame-pointer 410 411 AM_CCASFLAGS_X86_LINUX = @FLAG_M32@ -g 412 AM_FLAG_M3264_AMD64_LINUX = @FLAG_M64@ 413 AM_CFLAGS_AMD64_LINUX = @FLAG_M64@ @PREFERRED_STACK_BOUNDARY@ \ 414 $(AM_CFLAGS_BASE) -fomit-frame-pointer 415 416 AM_CCASFLAGS_AMD64_LINUX = @FLAG_M64@ -g 417 AM_FLAG_M3264_PPC32_LINUX = @FLAG_M32@ 418 AM_CFLAGS_PPC32_LINUX = @FLAG_M32@ $(AM_CFLAGS_BASE) 419 AM_CCASFLAGS_PPC32_LINUX = @FLAG_M32@ -g 420 AM_FLAG_M3264_PPC64_LINUX = @FLAG_M64@ 421 AM_CFLAGS_PPC64_LINUX = @FLAG_M64@ $(AM_CFLAGS_BASE) 422 AM_CCASFLAGS_PPC64_LINUX = @FLAG_M64@ -g 423 AM_FLAG_M3264_ARM_LINUX = @FLAG_M32@ 424 AM_CFLAGS_ARM_LINUX = @FLAG_M32@ @PREFERRED_STACK_BOUNDARY@ \ 425 $(AM_CFLAGS_BASE) -marm -mcpu=cortex-a8 426 427 AM_CCASFLAGS_ARM_LINUX = @FLAG_M32@ \ 428 -marm -mcpu=cortex-a8 -g 429 430 AM_FLAG_M3264_ARM64_LINUX = @FLAG_M64@ 431 AM_CFLAGS_ARM64_LINUX = @FLAG_M64@ $(AM_CFLAGS_BASE) 432 AM_CCASFLAGS_ARM64_LINUX = @FLAG_M64@ -g 433 AM_FLAG_M3264_X86_DARWIN = -arch i386 434 AM_CFLAGS_X86_DARWIN = $(WERROR) -arch i386 $(AM_CFLAGS_BASE) \ 435 -mmacosx-version-min=10.5 \ 436 -fno-stack-protector -fno-pic -fno-PIC 437 438 AM_CCASFLAGS_X86_DARWIN = -arch i386 -g 439 AM_FLAG_M3264_AMD64_DARWIN = -arch x86_64 440 AM_CFLAGS_AMD64_DARWIN = $(WERROR) -arch x86_64 $(AM_CFLAGS_BASE) \ 441 -mmacosx-version-min=10.5 -fno-stack-protector 442 443 AM_CCASFLAGS_AMD64_DARWIN = -arch x86_64 -g 444 AM_FLAG_M3264_S390X_LINUX = @FLAG_M64@ 445 AM_CFLAGS_S390X_LINUX = @FLAG_M64@ $(AM_CFLAGS_BASE) -fomit-frame-pointer 446 AM_CCASFLAGS_S390X_LINUX = @FLAG_M64@ -g -mzarch -march=z900 447 AM_FLAG_M3264_MIPS32_LINUX = @FLAG_M32@ 448 AM_CFLAGS_MIPS32_LINUX = @FLAG_M32@ $(AM_CFLAGS_BASE) @FLAG_MIPS32@ 449 AM_CCASFLAGS_MIPS32_LINUX = @FLAG_M32@ -g @FLAG_MIPS32@ 450 AM_FLAG_M3264_MIPS64_LINUX = @FLAG_M64@ 451 AM_CFLAGS_MIPS64_LINUX = @FLAG_M64@ $(AM_CFLAGS_BASE) @FLAG_MIPS64@ 452 AM_CCASFLAGS_MIPS64_LINUX = @FLAG_M64@ -g @FLAG_MIPS64@ 453 454 # Flags for the primary target. These must be used to build the 455 # regtests and performance tests. In fact, these must be used to 456 # build anything which is built only once on a dual-arch build. 457 # 458 AM_FLAG_M3264_PRI = $(AM_FLAG_M3264_@VGCONF_PLATFORM_PRI_CAPS@) 459 AM_CPPFLAGS_PRI = $(AM_CPPFLAGS_@VGCONF_PLATFORM_PRI_CAPS@) 460 AM_CFLAGS_PRI = $(AM_CFLAGS_@VGCONF_PLATFORM_PRI_CAPS@) 461 AM_CCASFLAGS_PRI = $(AM_CCASFLAGS_@VGCONF_PLATFORM_PRI_CAPS@) 462 @VGCONF_HAVE_PLATFORM_SEC_FALSE@AM_FLAG_M3264_SEC = 463 @VGCONF_HAVE_PLATFORM_SEC_TRUE@AM_FLAG_M3264_SEC = $(AM_FLAG_M3264_@VGCONF_PLATFORM_SEC_CAPS@) 464 465 # Baseline link flags for making vgpreload shared objects. 466 # 467 PRELOAD_LDFLAGS_COMMON_LINUX = -nodefaultlibs -shared \ 468 -Wl,-z,interpose,-z,initfirst $(am__append_1) 469 PRELOAD_LDFLAGS_COMMON_DARWIN = -dynamic -dynamiclib -all_load 470 PRELOAD_LDFLAGS_X86_LINUX = $(PRELOAD_LDFLAGS_COMMON_LINUX) @FLAG_M32@ 471 PRELOAD_LDFLAGS_AMD64_LINUX = $(PRELOAD_LDFLAGS_COMMON_LINUX) @FLAG_M64@ 472 PRELOAD_LDFLAGS_PPC32_LINUX = $(PRELOAD_LDFLAGS_COMMON_LINUX) @FLAG_M32@ 473 PRELOAD_LDFLAGS_PPC64_LINUX = $(PRELOAD_LDFLAGS_COMMON_LINUX) @FLAG_M64@ 474 PRELOAD_LDFLAGS_ARM_LINUX = $(PRELOAD_LDFLAGS_COMMON_LINUX) @FLAG_M32@ 475 PRELOAD_LDFLAGS_ARM64_LINUX = $(PRELOAD_LDFLAGS_COMMON_LINUX) @FLAG_M64@ 476 PRELOAD_LDFLAGS_X86_DARWIN = $(PRELOAD_LDFLAGS_COMMON_DARWIN) -arch i386 477 PRELOAD_LDFLAGS_AMD64_DARWIN = $(PRELOAD_LDFLAGS_COMMON_DARWIN) -arch x86_64 478 PRELOAD_LDFLAGS_S390X_LINUX = $(PRELOAD_LDFLAGS_COMMON_LINUX) @FLAG_M64@ 479 PRELOAD_LDFLAGS_MIPS32_LINUX = $(PRELOAD_LDFLAGS_COMMON_LINUX) @FLAG_M32@ 480 PRELOAD_LDFLAGS_MIPS64_LINUX = $(PRELOAD_LDFLAGS_COMMON_LINUX) @FLAG_M64@ 481 AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/include \ 482 -I$(top_srcdir)/coregrind -I$(top_builddir)/include \ 483 -I$(top_srcdir)/VEX/pub -DVGA_@VGCONF_ARCH_PRI@=1 \ 484 -DVGO_@VGCONF_OS@=1 -DVGP_@VGCONF_ARCH_PRI@_@VGCONF_OS@=1 \ 485 -DVGPV_@VGCONF_ARCH_PRI@_@VGCONF_OS@_@VGCONF_PLATVARIANT@=1 \ 486 $(am__append_2) 487 488 # Nb: Tools need to augment these flags with an arch-selection option, such 489 # as $(AM_FLAG_M3264_PRI). 490 AM_CFLAGS = -Winline -Wall -Wshadow -g @FLAG_M64@ 491 AM_CXXFLAGS = -Winline -Wall -Wshadow -g @FLAG_M64@ 492 # Include AM_CPPFLAGS in AM_CCASFLAGS to allow for older versions of 493 # automake; see comments in Makefile.all.am for more detail. 494 AM_CCASFLAGS = $(AM_CPPFLAGS) @FLAG_M64@ 495 @VGCONF_OS_IS_DARWIN_TRUE@noinst_DSYMS = $(check_PROGRAMS) 496 dist_noinst_SCRIPTS = filter_stderr 497 EXTRA_DIST = \ 498 arithmetic_instruction.stdout.exp-mips64 \ 499 arithmetic_instruction.stdout.exp-mips64r2 arithmetic_instruction.stderr.exp \ 500 arithmetic_instruction.vgtest \ 501 branch_and_jump_instructions.stdout.exp \ 502 branch_and_jump_instructions.stderr.exp branch_and_jump_instructions.vgtest \ 503 branches.stdout.exp branches.stderr.exp branches.vgtest \ 504 cvm_ins.stdout.exp cvm_ins.stdout.exp-non-octeon \ 505 cvm_ins.stderr.exp cvm_ins.vgtest \ 506 cvm_lx_ins.stdout.exp-LE cvm_lx_ins.stdout.exp-BE \ 507 cvm_lx_ins.stdout.exp-non-octeon \ 508 cvm_lx_ins.stderr.exp cvm_lx_ins.vgtest \ 509 extract_insert_bit_field.stdout.exp-mips64 \ 510 extract_insert_bit_field.stdout.exp-mips64r2 \ 511 extract_insert_bit_field.stderr.exp extract_insert_bit_field.vgtest \ 512 fpu_arithmetic.stdout.exp fpu_arithmetic.stderr.exp fpu_arithmetic.vgtest \ 513 fpu_branches.stdout.exp fpu_branches.stderr.exp fpu_branches.vgtest \ 514 fpu_control_word.stdout.exp fpu_control_word.stderr.exp \ 515 fpu_control_word.vgtest \ 516 fpu_load_store.stdout.exp-BE fpu_load_store.stdout.exp-LE \ 517 fpu_load_store.stderr.exp fpu_load_store.vgtest \ 518 load_indexed_instructions.stdout.exp-BE \ 519 load_indexed_instructions.stdout.exp-LE \ 520 load_indexed_instructions.stdout.exp-non-octeon \ 521 load_indexed_instructions.stderr.exp load_indexed_instructions.vgtest \ 522 load_store.stdout.exp-BE load_store.stdout.exp-LE load_store.stderr.exp \ 523 load_store.vgtest \ 524 load_store_multiple.stdout.exp-BE load_store_multiple.stdout.exp-LE \ 525 load_store_multiple.stderr.exp load_store_multiple.vgtest \ 526 load_store_unaligned.stdout.exp load_store_unaligned.stderr.exp \ 527 load_store_unaligned.vgtest \ 528 logical_instructions.stdout.exp logical_instructions.stderr.exp \ 529 logical_instructions.vgtest \ 530 move_instructions.stdout.exp-BE move_instructions.stdout.exp-LE \ 531 move_instructions.stderr.exp move_instructions.vgtest \ 532 rotate_swap.stdout.exp-mips64 rotate_swap.stdout.exp-mips64r2 \ 533 rotate_swap.stderr.exp rotate_swap.vgtest \ 534 round.stdout.exp round.stderr.exp round.vgtest \ 535 shift_instructions.stdout.exp-mips64 shift_instructions.stdout.exp-mips64r2 \ 536 shift_instructions.stderr.exp shift_instructions.vgtest \ 537 test_block_size.stdout.exp test_block_size.stderr.exp \ 538 test_block_size.vgtest \ 539 test_fcsr.stdout.exp test_fcsr.stderr.exp \ 540 test_fcsr.vgtest \ 541 test_math.stdout.exp test_math.stderr.exp test_math.vgtest \ 542 unaligned_load.stdout.exp-BE unaligned_load.stdout.exp-LE \ 543 unaligned_load.stderr.exp unaligned_load.vgtest \ 544 unaligned_load_store.stdout.exp-LE unaligned_load_store.stdout.exp-BE \ 545 unaligned_load_store.stderr.exp unaligned_load_store.vgtest \ 546 const.h macro_fpu.h macro_int.h macro_load_store.h rounding_mode.h 547 548 allexec_CFLAGS = $(AM_CFLAGS) @FLAG_W_NO_NONNULL@ 549 cvm_ins_CFLAGS = $(AM_CFLAGS) -g -O0 @FLAG_OCTEON@ 550 cvm_lx_ins_CFLAGS = $(AM_CFLAGS) -g -O0 @FLAG_OCTEON2@ 551 load_indexed_instructions_CFLAGS = $(AM_CFLAGS) -g -O0 @FLAG_OCTEON2@ 552 fpu_arithmetic_CFLAGS = $(AM_CFLAGS) -lm 553 554 # C++ tests 555 test_math_SOURCES = test_math.cpp 556 all: all-am 557 558 .SUFFIXES: 559 .SUFFIXES: .c .cpp .o .obj 560 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.tool-tests.am $(top_srcdir)/Makefile.all.am $(am__configure_deps) 561 @for dep in $?; do \ 562 case '$(am__configure_deps)' in \ 563 *$$dep*) \ 564 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 565 && { if test -f $@; then exit 0; else break; fi; }; \ 566 exit 1;; \ 567 esac; \ 568 done; \ 569 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign none/tests/mips64/Makefile'; \ 570 $(am__cd) $(top_srcdir) && \ 571 $(AUTOMAKE) --foreign none/tests/mips64/Makefile 572 .PRECIOUS: Makefile 573 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 574 @case '$?' in \ 575 *config.status*) \ 576 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 577 *) \ 578 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 579 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 580 esac; 581 $(top_srcdir)/Makefile.tool-tests.am $(top_srcdir)/Makefile.all.am: 582 583 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 584 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 585 586 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 587 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 588 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 589 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 590 $(am__aclocal_m4_deps): 591 592 clean-checkPROGRAMS: 593 -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS) 594 allexec$(EXEEXT): $(allexec_OBJECTS) $(allexec_DEPENDENCIES) $(EXTRA_allexec_DEPENDENCIES) 595 @rm -f allexec$(EXEEXT) 596 $(allexec_LINK) $(allexec_OBJECTS) $(allexec_LDADD) $(LIBS) 597 arithmetic_instruction$(EXEEXT): $(arithmetic_instruction_OBJECTS) $(arithmetic_instruction_DEPENDENCIES) $(EXTRA_arithmetic_instruction_DEPENDENCIES) 598 @rm -f arithmetic_instruction$(EXEEXT) 599 $(LINK) $(arithmetic_instruction_OBJECTS) $(arithmetic_instruction_LDADD) $(LIBS) 600 branch_and_jump_instructions$(EXEEXT): $(branch_and_jump_instructions_OBJECTS) $(branch_and_jump_instructions_DEPENDENCIES) $(EXTRA_branch_and_jump_instructions_DEPENDENCIES) 601 @rm -f branch_and_jump_instructions$(EXEEXT) 602 $(LINK) $(branch_and_jump_instructions_OBJECTS) $(branch_and_jump_instructions_LDADD) $(LIBS) 603 branches$(EXEEXT): $(branches_OBJECTS) $(branches_DEPENDENCIES) $(EXTRA_branches_DEPENDENCIES) 604 @rm -f branches$(EXEEXT) 605 $(LINK) $(branches_OBJECTS) $(branches_LDADD) $(LIBS) 606 cvm_ins$(EXEEXT): $(cvm_ins_OBJECTS) $(cvm_ins_DEPENDENCIES) $(EXTRA_cvm_ins_DEPENDENCIES) 607 @rm -f cvm_ins$(EXEEXT) 608 $(cvm_ins_LINK) $(cvm_ins_OBJECTS) $(cvm_ins_LDADD) $(LIBS) 609 cvm_lx_ins$(EXEEXT): $(cvm_lx_ins_OBJECTS) $(cvm_lx_ins_DEPENDENCIES) $(EXTRA_cvm_lx_ins_DEPENDENCIES) 610 @rm -f cvm_lx_ins$(EXEEXT) 611 $(cvm_lx_ins_LINK) $(cvm_lx_ins_OBJECTS) $(cvm_lx_ins_LDADD) $(LIBS) 612 extract_insert_bit_field$(EXEEXT): $(extract_insert_bit_field_OBJECTS) $(extract_insert_bit_field_DEPENDENCIES) $(EXTRA_extract_insert_bit_field_DEPENDENCIES) 613 @rm -f extract_insert_bit_field$(EXEEXT) 614 $(LINK) $(extract_insert_bit_field_OBJECTS) $(extract_insert_bit_field_LDADD) $(LIBS) 615 fpu_arithmetic$(EXEEXT): $(fpu_arithmetic_OBJECTS) $(fpu_arithmetic_DEPENDENCIES) $(EXTRA_fpu_arithmetic_DEPENDENCIES) 616 @rm -f fpu_arithmetic$(EXEEXT) 617 $(fpu_arithmetic_LINK) $(fpu_arithmetic_OBJECTS) $(fpu_arithmetic_LDADD) $(LIBS) 618 fpu_branches$(EXEEXT): $(fpu_branches_OBJECTS) $(fpu_branches_DEPENDENCIES) $(EXTRA_fpu_branches_DEPENDENCIES) 619 @rm -f fpu_branches$(EXEEXT) 620 $(LINK) $(fpu_branches_OBJECTS) $(fpu_branches_LDADD) $(LIBS) 621 fpu_control_word$(EXEEXT): $(fpu_control_word_OBJECTS) $(fpu_control_word_DEPENDENCIES) $(EXTRA_fpu_control_word_DEPENDENCIES) 622 @rm -f fpu_control_word$(EXEEXT) 623 $(LINK) $(fpu_control_word_OBJECTS) $(fpu_control_word_LDADD) $(LIBS) 624 fpu_load_store$(EXEEXT): $(fpu_load_store_OBJECTS) $(fpu_load_store_DEPENDENCIES) $(EXTRA_fpu_load_store_DEPENDENCIES) 625 @rm -f fpu_load_store$(EXEEXT) 626 $(LINK) $(fpu_load_store_OBJECTS) $(fpu_load_store_LDADD) $(LIBS) 627 load_indexed_instructions$(EXEEXT): $(load_indexed_instructions_OBJECTS) $(load_indexed_instructions_DEPENDENCIES) $(EXTRA_load_indexed_instructions_DEPENDENCIES) 628 @rm -f load_indexed_instructions$(EXEEXT) 629 $(load_indexed_instructions_LINK) $(load_indexed_instructions_OBJECTS) $(load_indexed_instructions_LDADD) $(LIBS) 630 load_store$(EXEEXT): $(load_store_OBJECTS) $(load_store_DEPENDENCIES) $(EXTRA_load_store_DEPENDENCIES) 631 @rm -f load_store$(EXEEXT) 632 $(LINK) $(load_store_OBJECTS) $(load_store_LDADD) $(LIBS) 633 load_store_multiple$(EXEEXT): $(load_store_multiple_OBJECTS) $(load_store_multiple_DEPENDENCIES) $(EXTRA_load_store_multiple_DEPENDENCIES) 634 @rm -f load_store_multiple$(EXEEXT) 635 $(LINK) $(load_store_multiple_OBJECTS) $(load_store_multiple_LDADD) $(LIBS) 636 load_store_unaligned$(EXEEXT): $(load_store_unaligned_OBJECTS) $(load_store_unaligned_DEPENDENCIES) $(EXTRA_load_store_unaligned_DEPENDENCIES) 637 @rm -f load_store_unaligned$(EXEEXT) 638 $(LINK) $(load_store_unaligned_OBJECTS) $(load_store_unaligned_LDADD) $(LIBS) 639 logical_instructions$(EXEEXT): $(logical_instructions_OBJECTS) $(logical_instructions_DEPENDENCIES) $(EXTRA_logical_instructions_DEPENDENCIES) 640 @rm -f logical_instructions$(EXEEXT) 641 $(LINK) $(logical_instructions_OBJECTS) $(logical_instructions_LDADD) $(LIBS) 642 move_instructions$(EXEEXT): $(move_instructions_OBJECTS) $(move_instructions_DEPENDENCIES) $(EXTRA_move_instructions_DEPENDENCIES) 643 @rm -f move_instructions$(EXEEXT) 644 $(LINK) $(move_instructions_OBJECTS) $(move_instructions_LDADD) $(LIBS) 645 rotate_swap$(EXEEXT): $(rotate_swap_OBJECTS) $(rotate_swap_DEPENDENCIES) $(EXTRA_rotate_swap_DEPENDENCIES) 646 @rm -f rotate_swap$(EXEEXT) 647 $(LINK) $(rotate_swap_OBJECTS) $(rotate_swap_LDADD) $(LIBS) 648 round$(EXEEXT): $(round_OBJECTS) $(round_DEPENDENCIES) $(EXTRA_round_DEPENDENCIES) 649 @rm -f round$(EXEEXT) 650 $(LINK) $(round_OBJECTS) $(round_LDADD) $(LIBS) 651 shift_instructions$(EXEEXT): $(shift_instructions_OBJECTS) $(shift_instructions_DEPENDENCIES) $(EXTRA_shift_instructions_DEPENDENCIES) 652 @rm -f shift_instructions$(EXEEXT) 653 $(LINK) $(shift_instructions_OBJECTS) $(shift_instructions_LDADD) $(LIBS) 654 test_block_size$(EXEEXT): $(test_block_size_OBJECTS) $(test_block_size_DEPENDENCIES) $(EXTRA_test_block_size_DEPENDENCIES) 655 @rm -f test_block_size$(EXEEXT) 656 $(LINK) $(test_block_size_OBJECTS) $(test_block_size_LDADD) $(LIBS) 657 test_fcsr$(EXEEXT): $(test_fcsr_OBJECTS) $(test_fcsr_DEPENDENCIES) $(EXTRA_test_fcsr_DEPENDENCIES) 658 @rm -f test_fcsr$(EXEEXT) 659 $(LINK) $(test_fcsr_OBJECTS) $(test_fcsr_LDADD) $(LIBS) 660 test_math$(EXEEXT): $(test_math_OBJECTS) $(test_math_DEPENDENCIES) $(EXTRA_test_math_DEPENDENCIES) 661 @rm -f test_math$(EXEEXT) 662 $(CXXLINK) $(test_math_OBJECTS) $(test_math_LDADD) $(LIBS) 663 unaligned_load$(EXEEXT): $(unaligned_load_OBJECTS) $(unaligned_load_DEPENDENCIES) $(EXTRA_unaligned_load_DEPENDENCIES) 664 @rm -f unaligned_load$(EXEEXT) 665 $(LINK) $(unaligned_load_OBJECTS) $(unaligned_load_LDADD) $(LIBS) 666 unaligned_load_store$(EXEEXT): $(unaligned_load_store_OBJECTS) $(unaligned_load_store_DEPENDENCIES) $(EXTRA_unaligned_load_store_DEPENDENCIES) 667 @rm -f unaligned_load_store$(EXEEXT) 668 $(LINK) $(unaligned_load_store_OBJECTS) $(unaligned_load_store_LDADD) $(LIBS) 669 670 mostlyclean-compile: 671 -rm -f *.$(OBJEXT) 672 673 distclean-compile: 674 -rm -f *.tab.c 675 676 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/allexec-allexec.Po@am__quote@ 677 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arithmetic_instruction.Po@am__quote@ 678 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/branch_and_jump_instructions.Po@am__quote@ 679 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/branches.Po@am__quote@ 680 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cvm_ins-cvm_ins.Po@am__quote@ 681 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cvm_lx_ins-cvm_lx_ins.Po@am__quote@ 682 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/extract_insert_bit_field.Po@am__quote@ 683 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fpu_arithmetic-fpu_arithmetic.Po@am__quote@ 684 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fpu_branches.Po@am__quote@ 685 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fpu_control_word.Po@am__quote@ 686 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fpu_load_store.Po@am__quote@ 687 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/load_indexed_instructions-load_indexed_instructions.Po@am__quote@ 688 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/load_store.Po@am__quote@ 689 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/load_store_multiple.Po@am__quote@ 690 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/load_store_unaligned.Po@am__quote@ 691 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/logical_instructions.Po@am__quote@ 692 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/move_instructions.Po@am__quote@ 693 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rotate_swap.Po@am__quote@ 694 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/round.Po@am__quote@ 695 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shift_instructions.Po@am__quote@ 696 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_block_size.Po@am__quote@ 697 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_fcsr.Po@am__quote@ 698 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_math.Po@am__quote@ 699 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unaligned_load.Po@am__quote@ 700 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unaligned_load_store.Po@am__quote@ 701 702 .c.o: 703 @am__fastdepCC_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ 704 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 705 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po 706 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 707 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 708 @am__fastdepCC_FALSE@ $(COMPILE) -c -o $@ $< 709 710 .c.obj: 711 @am__fastdepCC_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ 712 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ 713 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po 714 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 715 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 716 @am__fastdepCC_FALSE@ $(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 717 718 allexec-allexec.o: allexec.c 719 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(allexec_CFLAGS) $(CFLAGS) -MT allexec-allexec.o -MD -MP -MF $(DEPDIR)/allexec-allexec.Tpo -c -o allexec-allexec.o `test -f 'allexec.c' || echo '$(srcdir)/'`allexec.c 720 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/allexec-allexec.Tpo $(DEPDIR)/allexec-allexec.Po 721 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='allexec.c' object='allexec-allexec.o' libtool=no @AMDEPBACKSLASH@ 722 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 723 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(allexec_CFLAGS) $(CFLAGS) -c -o allexec-allexec.o `test -f 'allexec.c' || echo '$(srcdir)/'`allexec.c 724 725 allexec-allexec.obj: allexec.c 726 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(allexec_CFLAGS) $(CFLAGS) -MT allexec-allexec.obj -MD -MP -MF $(DEPDIR)/allexec-allexec.Tpo -c -o allexec-allexec.obj `if test -f 'allexec.c'; then $(CYGPATH_W) 'allexec.c'; else $(CYGPATH_W) '$(srcdir)/allexec.c'; fi` 727 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/allexec-allexec.Tpo $(DEPDIR)/allexec-allexec.Po 728 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='allexec.c' object='allexec-allexec.obj' libtool=no @AMDEPBACKSLASH@ 729 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 730 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(allexec_CFLAGS) $(CFLAGS) -c -o allexec-allexec.obj `if test -f 'allexec.c'; then $(CYGPATH_W) 'allexec.c'; else $(CYGPATH_W) '$(srcdir)/allexec.c'; fi` 731 732 cvm_ins-cvm_ins.o: cvm_ins.c 733 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cvm_ins_CFLAGS) $(CFLAGS) -MT cvm_ins-cvm_ins.o -MD -MP -MF $(DEPDIR)/cvm_ins-cvm_ins.Tpo -c -o cvm_ins-cvm_ins.o `test -f 'cvm_ins.c' || echo '$(srcdir)/'`cvm_ins.c 734 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/cvm_ins-cvm_ins.Tpo $(DEPDIR)/cvm_ins-cvm_ins.Po 735 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cvm_ins.c' object='cvm_ins-cvm_ins.o' libtool=no @AMDEPBACKSLASH@ 736 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 737 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cvm_ins_CFLAGS) $(CFLAGS) -c -o cvm_ins-cvm_ins.o `test -f 'cvm_ins.c' || echo '$(srcdir)/'`cvm_ins.c 738 739 cvm_ins-cvm_ins.obj: cvm_ins.c 740 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cvm_ins_CFLAGS) $(CFLAGS) -MT cvm_ins-cvm_ins.obj -MD -MP -MF $(DEPDIR)/cvm_ins-cvm_ins.Tpo -c -o cvm_ins-cvm_ins.obj `if test -f 'cvm_ins.c'; then $(CYGPATH_W) 'cvm_ins.c'; else $(CYGPATH_W) '$(srcdir)/cvm_ins.c'; fi` 741 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/cvm_ins-cvm_ins.Tpo $(DEPDIR)/cvm_ins-cvm_ins.Po 742 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cvm_ins.c' object='cvm_ins-cvm_ins.obj' libtool=no @AMDEPBACKSLASH@ 743 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 744 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cvm_ins_CFLAGS) $(CFLAGS) -c -o cvm_ins-cvm_ins.obj `if test -f 'cvm_ins.c'; then $(CYGPATH_W) 'cvm_ins.c'; else $(CYGPATH_W) '$(srcdir)/cvm_ins.c'; fi` 745 746 cvm_lx_ins-cvm_lx_ins.o: cvm_lx_ins.c 747 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cvm_lx_ins_CFLAGS) $(CFLAGS) -MT cvm_lx_ins-cvm_lx_ins.o -MD -MP -MF $(DEPDIR)/cvm_lx_ins-cvm_lx_ins.Tpo -c -o cvm_lx_ins-cvm_lx_ins.o `test -f 'cvm_lx_ins.c' || echo '$(srcdir)/'`cvm_lx_ins.c 748 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/cvm_lx_ins-cvm_lx_ins.Tpo $(DEPDIR)/cvm_lx_ins-cvm_lx_ins.Po 749 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cvm_lx_ins.c' object='cvm_lx_ins-cvm_lx_ins.o' libtool=no @AMDEPBACKSLASH@ 750 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 751 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cvm_lx_ins_CFLAGS) $(CFLAGS) -c -o cvm_lx_ins-cvm_lx_ins.o `test -f 'cvm_lx_ins.c' || echo '$(srcdir)/'`cvm_lx_ins.c 752 753 cvm_lx_ins-cvm_lx_ins.obj: cvm_lx_ins.c 754 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cvm_lx_ins_CFLAGS) $(CFLAGS) -MT cvm_lx_ins-cvm_lx_ins.obj -MD -MP -MF $(DEPDIR)/cvm_lx_ins-cvm_lx_ins.Tpo -c -o cvm_lx_ins-cvm_lx_ins.obj `if test -f 'cvm_lx_ins.c'; then $(CYGPATH_W) 'cvm_lx_ins.c'; else $(CYGPATH_W) '$(srcdir)/cvm_lx_ins.c'; fi` 755 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/cvm_lx_ins-cvm_lx_ins.Tpo $(DEPDIR)/cvm_lx_ins-cvm_lx_ins.Po 756 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cvm_lx_ins.c' object='cvm_lx_ins-cvm_lx_ins.obj' libtool=no @AMDEPBACKSLASH@ 757 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 758 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cvm_lx_ins_CFLAGS) $(CFLAGS) -c -o cvm_lx_ins-cvm_lx_ins.obj `if test -f 'cvm_lx_ins.c'; then $(CYGPATH_W) 'cvm_lx_ins.c'; else $(CYGPATH_W) '$(srcdir)/cvm_lx_ins.c'; fi` 759 760 fpu_arithmetic-fpu_arithmetic.o: fpu_arithmetic.c 761 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fpu_arithmetic_CFLAGS) $(CFLAGS) -MT fpu_arithmetic-fpu_arithmetic.o -MD -MP -MF $(DEPDIR)/fpu_arithmetic-fpu_arithmetic.Tpo -c -o fpu_arithmetic-fpu_arithmetic.o `test -f 'fpu_arithmetic.c' || echo '$(srcdir)/'`fpu_arithmetic.c 762 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/fpu_arithmetic-fpu_arithmetic.Tpo $(DEPDIR)/fpu_arithmetic-fpu_arithmetic.Po 763 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='fpu_arithmetic.c' object='fpu_arithmetic-fpu_arithmetic.o' libtool=no @AMDEPBACKSLASH@ 764 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 765 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fpu_arithmetic_CFLAGS) $(CFLAGS) -c -o fpu_arithmetic-fpu_arithmetic.o `test -f 'fpu_arithmetic.c' || echo '$(srcdir)/'`fpu_arithmetic.c 766 767 fpu_arithmetic-fpu_arithmetic.obj: fpu_arithmetic.c 768 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fpu_arithmetic_CFLAGS) $(CFLAGS) -MT fpu_arithmetic-fpu_arithmetic.obj -MD -MP -MF $(DEPDIR)/fpu_arithmetic-fpu_arithmetic.Tpo -c -o fpu_arithmetic-fpu_arithmetic.obj `if test -f 'fpu_arithmetic.c'; then $(CYGPATH_W) 'fpu_arithmetic.c'; else $(CYGPATH_W) '$(srcdir)/fpu_arithmetic.c'; fi` 769 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/fpu_arithmetic-fpu_arithmetic.Tpo $(DEPDIR)/fpu_arithmetic-fpu_arithmetic.Po 770 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='fpu_arithmetic.c' object='fpu_arithmetic-fpu_arithmetic.obj' libtool=no @AMDEPBACKSLASH@ 771 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 772 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fpu_arithmetic_CFLAGS) $(CFLAGS) -c -o fpu_arithmetic-fpu_arithmetic.obj `if test -f 'fpu_arithmetic.c'; then $(CYGPATH_W) 'fpu_arithmetic.c'; else $(CYGPATH_W) '$(srcdir)/fpu_arithmetic.c'; fi` 773 774 load_indexed_instructions-load_indexed_instructions.o: load_indexed_instructions.c 775 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(load_indexed_instructions_CFLAGS) $(CFLAGS) -MT load_indexed_instructions-load_indexed_instructions.o -MD -MP -MF $(DEPDIR)/load_indexed_instructions-load_indexed_instructions.Tpo -c -o load_indexed_instructions-load_indexed_instructions.o `test -f 'load_indexed_instructions.c' || echo '$(srcdir)/'`load_indexed_instructions.c 776 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/load_indexed_instructions-load_indexed_instructions.Tpo $(DEPDIR)/load_indexed_instructions-load_indexed_instructions.Po 777 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='load_indexed_instructions.c' object='load_indexed_instructions-load_indexed_instructions.o' libtool=no @AMDEPBACKSLASH@ 778 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 779 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(load_indexed_instructions_CFLAGS) $(CFLAGS) -c -o load_indexed_instructions-load_indexed_instructions.o `test -f 'load_indexed_instructions.c' || echo '$(srcdir)/'`load_indexed_instructions.c 780 781 load_indexed_instructions-load_indexed_instructions.obj: load_indexed_instructions.c 782 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(load_indexed_instructions_CFLAGS) $(CFLAGS) -MT load_indexed_instructions-load_indexed_instructions.obj -MD -MP -MF $(DEPDIR)/load_indexed_instructions-load_indexed_instructions.Tpo -c -o load_indexed_instructions-load_indexed_instructions.obj `if test -f 'load_indexed_instructions.c'; then $(CYGPATH_W) 'load_indexed_instructions.c'; else $(CYGPATH_W) '$(srcdir)/load_indexed_instructions.c'; fi` 783 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/load_indexed_instructions-load_indexed_instructions.Tpo $(DEPDIR)/load_indexed_instructions-load_indexed_instructions.Po 784 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='load_indexed_instructions.c' object='load_indexed_instructions-load_indexed_instructions.obj' libtool=no @AMDEPBACKSLASH@ 785 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 786 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(load_indexed_instructions_CFLAGS) $(CFLAGS) -c -o load_indexed_instructions-load_indexed_instructions.obj `if test -f 'load_indexed_instructions.c'; then $(CYGPATH_W) 'load_indexed_instructions.c'; else $(CYGPATH_W) '$(srcdir)/load_indexed_instructions.c'; fi` 787 788 .cpp.o: 789 @am__fastdepCXX_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ 790 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 791 @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po 792 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 793 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 794 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $< 795 796 .cpp.obj: 797 @am__fastdepCXX_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ 798 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ 799 @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po 800 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 801 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 802 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 803 804 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 805 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 806 unique=`for i in $$list; do \ 807 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 808 done | \ 809 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 810 END { if (nonempty) { for (i in files) print i; }; }'`; \ 811 mkid -fID $$unique 812 tags: TAGS 813 814 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 815 $(TAGS_FILES) $(LISP) 816 set x; \ 817 here=`pwd`; \ 818 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 819 unique=`for i in $$list; do \ 820 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 821 done | \ 822 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 823 END { if (nonempty) { for (i in files) print i; }; }'`; \ 824 shift; \ 825 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 826 test -n "$$unique" || unique=$$empty_fix; \ 827 if test $$# -gt 0; then \ 828 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 829 "$$@" $$unique; \ 830 else \ 831 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 832 $$unique; \ 833 fi; \ 834 fi 835 ctags: CTAGS 836 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 837 $(TAGS_FILES) $(LISP) 838 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 839 unique=`for i in $$list; do \ 840 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 841 done | \ 842 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 843 END { if (nonempty) { for (i in files) print i; }; }'`; \ 844 test -z "$(CTAGS_ARGS)$$unique" \ 845 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 846 $$unique 847 848 GTAGS: 849 here=`$(am__cd) $(top_builddir) && pwd` \ 850 && $(am__cd) $(top_srcdir) \ 851 && gtags -i $(GTAGS_ARGS) "$$here" 852 853 distclean-tags: 854 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 855 856 distdir: $(DISTFILES) 857 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 858 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 859 list='$(DISTFILES)'; \ 860 dist_files=`for file in $$list; do echo $$file; done | \ 861 sed -e "s|^$$srcdirstrip/||;t" \ 862 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 863 case $$dist_files in \ 864 */*) $(MKDIR_P) `echo "$$dist_files" | \ 865 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 866 sort -u` ;; \ 867 esac; \ 868 for file in $$dist_files; do \ 869 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 870 if test -d $$d/$$file; then \ 871 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 872 if test -d "$(distdir)/$$file"; then \ 873 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 874 fi; \ 875 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 876 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 877 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 878 fi; \ 879 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 880 else \ 881 test -f "$(distdir)/$$file" \ 882 || cp -p $$d/$$file "$(distdir)/$$file" \ 883 || exit 1; \ 884 fi; \ 885 done 886 check-am: all-am 887 $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) 888 $(MAKE) $(AM_MAKEFLAGS) check-local 889 check: check-am 890 all-am: Makefile $(SCRIPTS) 891 installdirs: 892 install: install-am 893 install-exec: install-exec-am 894 install-data: install-data-am 895 uninstall: uninstall-am 896 897 install-am: all-am 898 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 899 900 installcheck: installcheck-am 901 install-strip: 902 if test -z '$(STRIP)'; then \ 903 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 904 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 905 install; \ 906 else \ 907 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 908 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 909 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 910 fi 911 mostlyclean-generic: 912 913 clean-generic: 914 915 distclean-generic: 916 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 917 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 918 919 maintainer-clean-generic: 920 @echo "This command is intended for maintainers to use" 921 @echo "it deletes files that may require special tools to rebuild." 922 clean: clean-am 923 924 clean-am: clean-checkPROGRAMS clean-generic clean-local mostlyclean-am 925 926 distclean: distclean-am 927 -rm -rf ./$(DEPDIR) 928 -rm -f Makefile 929 distclean-am: clean-am distclean-compile distclean-generic \ 930 distclean-tags 931 932 dvi: dvi-am 933 934 dvi-am: 935 936 html: html-am 937 938 html-am: 939 940 info: info-am 941 942 info-am: 943 944 install-data-am: 945 946 install-dvi: install-dvi-am 947 948 install-dvi-am: 949 950 install-exec-am: 951 952 install-html: install-html-am 953 954 install-html-am: 955 956 install-info: install-info-am 957 958 install-info-am: 959 960 install-man: 961 962 install-pdf: install-pdf-am 963 964 install-pdf-am: 965 966 install-ps: install-ps-am 967 968 install-ps-am: 969 970 installcheck-am: 971 972 maintainer-clean: maintainer-clean-am 973 -rm -rf ./$(DEPDIR) 974 -rm -f Makefile 975 maintainer-clean-am: distclean-am maintainer-clean-generic 976 977 mostlyclean: mostlyclean-am 978 979 mostlyclean-am: mostlyclean-compile mostlyclean-generic 980 981 pdf: pdf-am 982 983 pdf-am: 984 985 ps: ps-am 986 987 ps-am: 988 989 uninstall-am: 990 991 .MAKE: check-am install-am install-strip 992 993 .PHONY: CTAGS GTAGS all all-am check check-am check-local clean \ 994 clean-checkPROGRAMS clean-generic clean-local ctags distclean \ 995 distclean-compile distclean-generic distclean-tags distdir dvi \ 996 dvi-am html html-am info info-am install install-am \ 997 install-data install-data-am install-dvi install-dvi-am \ 998 install-exec install-exec-am install-html install-html-am \ 999 install-info install-info-am install-man install-pdf \ 1000 install-pdf-am install-ps install-ps-am install-strip \ 1001 installcheck installcheck-am installdirs maintainer-clean \ 1002 maintainer-clean-generic mostlyclean mostlyclean-compile \ 1003 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \ 1004 uninstall-am 1005 1006 1007 # This used to be required when Vex had a handwritten Makefile. It 1008 # shouldn't be needed any more, though. 1009 1010 #---------------------------------------------------------------------------- 1011 # noinst_PROGRAMS and noinst_DSYMS targets 1012 #---------------------------------------------------------------------------- 1013 1014 # On Darwin, for a program 'p', the DWARF debug info is stored in the 1015 # directory 'p.dSYM'. This must be generated after the executable is 1016 # created, with 'dsymutil p'. We could redefine LINK with a script that 1017 # executes 'dsymutil' after linking, but that's a pain. Instead we use this 1018 # hook so that every time "make check" is run, we subsequently invoke 1019 # 'dsymutil' on all the executables that lack a .dSYM directory, or that are 1020 # newer than their corresponding .dSYM directory. 1021 build-noinst_DSYMS: $(noinst_DSYMS) 1022 for f in $(noinst_DSYMS); do \ 1023 if [ ! -e $$f.dSYM -o $$f -nt $$f.dSYM ] ; then \ 1024 echo "dsymutil $$f"; \ 1025 dsymutil $$f; \ 1026 fi; \ 1027 done 1028 1029 # This is used by coregrind/Makefile.am and Makefile.tool.am for doing 1030 # "in-place" installs. It copies $(noinst_PROGRAMS) into $inplacedir. 1031 # It needs to be depended on by an 'all-local' rule. 1032 inplace-noinst_PROGRAMS: $(noinst_PROGRAMS) 1033 mkdir -p $(inplacedir); \ 1034 for f in $(noinst_PROGRAMS) ; do \ 1035 rm -f $(inplacedir)/$$f; \ 1036 ln -f -s ../$(subdir)/$$f $(inplacedir); \ 1037 done 1038 1039 # Similar to inplace-noinst_PROGRAMS 1040 inplace-noinst_DSYMS: build-noinst_DSYMS 1041 mkdir -p $(inplacedir); \ 1042 for f in $(noinst_DSYMS); do \ 1043 rm -f $(inplacedir)/$$f.dSYM; \ 1044 ln -f -s ../$(subdir)/$$f.dSYM $(inplacedir); \ 1045 done 1046 1047 # This is used by coregrind/Makefile.am and by <tool>/Makefile.am for doing 1048 # "make install". It copies $(noinst_PROGRAMS) into $prefix/lib/valgrind/. 1049 # It needs to be depended on by an 'install-exec-local' rule. 1050 install-noinst_PROGRAMS: $(noinst_PROGRAMS) 1051 $(mkinstalldirs) $(DESTDIR)$(pkglibdir); \ 1052 for f in $(noinst_PROGRAMS); do \ 1053 $(INSTALL_PROGRAM) $$f $(DESTDIR)$(pkglibdir); \ 1054 done 1055 1056 # Similar to install-noinst_PROGRAMS. 1057 # Nb: we don't use $(INSTALL_PROGRAM) here because it doesn't work with 1058 # directories. XXX: not sure whether the resulting permissions will be 1059 # correct when using 'cp -R'... 1060 install-noinst_DSYMS: build-noinst_DSYMS 1061 $(mkinstalldirs) $(DESTDIR)$(pkglibdir); \ 1062 for f in $(noinst_DSYMS); do \ 1063 cp -R $$f.dSYM $(DESTDIR)$(pkglibdir); \ 1064 done 1065 1066 # This needs to be depended on by a 'clean-local' rule. 1067 clean-noinst_DSYMS: 1068 for f in $(noinst_DSYMS); do \ 1069 rm -rf $$f.dSYM; \ 1070 done 1071 1072 check-local: build-noinst_DSYMS 1073 1074 clean-local: clean-noinst_DSYMS 1075 1076 # Tell versions [3.59,3.63) of GNU make to not export all variables. 1077 # Otherwise a system limit (for SysV at least) may be exceeded. 1078 .NOEXPORT: 1079