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