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 10SubDirs := 11 12# Add submodules. 13SubDirs += asan 14SubDirs += builtins 15SubDirs += interception 16SubDirs += lsan 17SubDirs += profile 18SubDirs += sanitizer_common 19SubDirs += ubsan 20