1 ACLOCAL_AMFLAGS = -I .. -I ../config
4 SUBDIRS = interception sanitizer_common asan tsan
6 SUBDIRS = interception sanitizer_common asan
10 SUBDIRS = sanitizer_common asan
13 # Work around what appears to be a GNU make bug handling MAKEFLAGS
14 # values defined in terms of make variables, as is the case for CC and
15 # friends when we are called from the top level Makefile.
17 "AR_FLAGS=$(AR_FLAGS)" \
18 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
20 "CXXFLAGS=$(CXXFLAGS)" \
21 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
22 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
23 "INSTALL=$(INSTALL)" \
24 "INSTALL_DATA=$(INSTALL_DATA)" \
25 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
26 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
27 "JC1FLAGS=$(JC1FLAGS)" \
28 "LDFLAGS=$(LDFLAGS)" \
29 "LIBCFLAGS=$(LIBCFLAGS)" \
30 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
32 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
33 "PICFLAG=$(PICFLAG)" \
34 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
36 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
37 "exec_prefix=$(exec_prefix)" \
38 "infodir=$(infodir)" \
41 "includedir=$(includedir)" \
45 "LIBCFLAGS=$(LIBCFLAGS)" \
47 "PICFLAG=$(PICFLAG)" \
53 ## ################################################################