hanchenye-llvm-project/clang/lib/Makefile

16 lines
546 B
Makefile
Raw Normal View History

##===- lib/Makefile ----------------------------------------*- Makefile -*-===##
2006-08-17 13:55:28 +08:00
#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
2006-08-17 13:55:28 +08:00
#
##===----------------------------------------------------------------------===##
CLANG_LEVEL := ..
2006-08-17 13:55:28 +08:00
PARALLEL_DIRS = Headers Basic Lex Parse AST Sema CodeGen Analysis \
StaticAnalyzer Rewrite Serialization Frontend FrontendTool Index Driver
2006-08-17 13:55:28 +08:00
include $(CLANG_LEVEL)/Makefile
2006-08-17 13:55:28 +08:00