Fix spacing.
[gcc.git] / libsanitizer / Makefile.am
index b28eb3280fce201864f14592fca34b320b54335a..15c11ecb2d72cf55d2fd7220afabd97d3757db13 100644 (file)
@@ -1,4 +1,14 @@
-SUBDIRS = interception sanitizer_common asan 
+ACLOCAL_AMFLAGS = -I .. -I ../config
+
+if TSAN_SUPPORTED
+SUBDIRS = interception sanitizer_common lsan asan tsan ubsan
+else
+SUBDIRS = interception sanitizer_common lsan asan ubsan
+endif
+
+if USING_MAC_INTERPOSE
+SUBDIRS = sanitizer_common lsan asan ubsan
+endif
 
 # Work around what appears to be a GNU make bug handling MAKEFLAGS
 # values defined in terms of make variables, as is the case for CC and
@@ -31,8 +41,6 @@ AM_MAKEFLAGS = \
        "includedir=$(includedir)" \
        "AR=$(AR)" \
        "AS=$(AS)" \
-       "CC=$(CC)" \
-       "CXX=$(CXX)" \
        "LD=$(LD)" \
        "LIBCFLAGS=$(LIBCFLAGS)" \
        "NM=$(NM)" \