X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=libsanitizer%2FMakefile.am;h=65ed1e712378ef453f820f86c4d3221f9dee5f2c;hb=8b248c17bd9999eb3adb585b0789595bada43e8c;hp=b0dc582ccfb5316f3437f1f9820f80776257f8aa;hpb=4a7eaf5f94ee68466b2c6419ffbf5b99dcf4d969;p=gcc.git diff --git a/libsanitizer/Makefile.am b/libsanitizer/Makefile.am index b0dc582ccfb..65ed1e71237 100644 --- a/libsanitizer/Makefile.am +++ b/libsanitizer/Makefile.am @@ -1,7 +1,13 @@ ACLOCAL_AMFLAGS = -I .. -I ../config +sanincludedir = $(libdir)/gcc/$(target_alias)/$(gcc_version)/include/sanitizer + +nodist_saninclude_HEADERS = + if SANITIZER_SUPPORTED SUBDIRS = sanitizer_common +nodist_saninclude_HEADERS += \ + include/sanitizer/common_interface_defs.h if !USING_MAC_INTERPOSE SUBDIRS += interception endif @@ -9,13 +15,17 @@ if LIBBACKTRACE_SUPPORTED SUBDIRS += libbacktrace endif SUBDIRS += lsan asan ubsan +nodist_saninclude_HEADERS += \ + include/sanitizer/lsan_interface.h \ + include/sanitizer/asan_interface.h \ + include/sanitizer/tsan_interface.h if TSAN_SUPPORTED SUBDIRS += tsan endif endif ## May be used by toolexeclibdir. -gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER) +gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER) # 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 @@ -61,3 +71,4 @@ nodist_toolexeclib_HEADERS = libsanitizer.spec ## ################################################################ +include $(top_srcdir)/../multilib.am