Fix spacing.
[gcc.git] / libsanitizer / Makefile.am
index 91e3434ddb6b828747e11ff25790d5da97867663..15c11ecb2d72cf55d2fd7220afabd97d3757db13 100644 (file)
@@ -1,6 +1,14 @@
 ACLOCAL_AMFLAGS = -I .. -I ../config
 
-SUBDIRS = interception sanitizer_common asan 
+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
@@ -33,8 +41,6 @@ AM_MAKEFLAGS = \
        "includedir=$(includedir)" \
        "AR=$(AR)" \
        "AS=$(AS)" \
-       "CC=$(CC)" \
-       "CXX=$(CXX)" \
        "LD=$(LD)" \
        "LIBCFLAGS=$(LIBCFLAGS)" \
        "NM=$(NM)" \