hanchenye-llvm-project/llvm/lib/Makefile

16 lines
519 B
Makefile
Raw Normal View History

##===- lib/Makefile ----------------------------------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
2001-06-07 04:29:01 +08:00
LEVEL = ..
PARALLEL_DIRS = VMCore AsmParser Bitcode Archive Analysis Transforms CodeGen \
2007-04-22 14:26:05 +08:00
Target ExecutionEngine Debugger Linker
2001-06-07 04:29:01 +08:00
include $(LEVEL)/Makefile.common