]> git.ipfire.org Git - thirdparty/gcc.git/blob - libsanitizer/Makefile.am
Restore MAKEOVERRIDES in libsanitizer
[thirdparty/gcc.git] / libsanitizer / Makefile.am
1 ACLOCAL_AMFLAGS = -I .. -I ../config
2
3 if TSAN_SUPPORTED
4 SUBDIRS = interception sanitizer_common asan tsan
5 else
6 SUBDIRS = interception sanitizer_common asan
7 endif
8
9 if USING_MAC_INTERPOSE
10 SUBDIRS = sanitizer_common asan
11 endif
12
13 MAKEOVERRIDES=
14
15 ## ################################################################
16