1 #===- lib/Makefile.mk --------------------------------------*- Makefile -*--===# 2 # 3 # The LLVM Compiler Infrastructure 4 # 5 # This file is distributed under the University of Illinois Open Source 6 # License. See LICENSE.TXT for details. 7 # 8 #===------------------------------------------------------------------------===# 9 10 SubDirs := 11 12 # Add submodules. 13 SubDirs += asan 14 SubDirs += builtins 15 SubDirs += dfsan 16 SubDirs += interception 17 SubDirs += lsan 18 SubDirs += msan 19 SubDirs += profile 20 SubDirs += sanitizer_common 21 SubDirs += tsan 22 SubDirs += ubsan 23