hanchenye-llvm-project/llvm/lib/Makefile

16 lines
556 B
Makefile
Raw Normal View History

##===- lib/Makefile ----------------------------------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
# This file was developed by the LLVM research group and is distributed under
# the University of Illinois Open Source License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
2001-06-07 04:29:01 +08:00
LEVEL = ..
2004-09-15 09:34:42 +08:00
PARALLEL_DIRS = VMCore Analysis Transforms AsmParser Bytecode CodeGen Target \
2004-11-15 05:54:41 +08:00
ExecutionEngine Debugger Linker
2001-06-07 04:29:01 +08:00
include $(LEVEL)/Makefile.common