hanchenye-llvm-project/clang/lib/Makefile

16 lines
520 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
#
##===----------------------------------------------------------------------===##
LEVEL = ../../..
PARALLEL_DIRS = Headers Runtime Basic Lex Parse AST Sema CodeGen Analysis \
Checker Rewrite Frontend Index Driver
2006-08-17 13:55:28 +08:00
include $(LEVEL)/Makefile.common