mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 08:23:21 +01:00
23f31df887
llvm-svn: 119107
18 lines
567 B
Makefile
18 lines
567 B
Makefile
##===- lib/Makefile ----------------------------------------*- Makefile -*-===##
|
|
#
|
|
# The LLVM Compiler Infrastructure
|
|
#
|
|
# This file is distributed under the University of Illinois Open Source
|
|
# License. See LICENSE.TXT for details.
|
|
#
|
|
##===----------------------------------------------------------------------===##
|
|
LEVEL = ..
|
|
|
|
include $(LEVEL)/Makefile.config
|
|
|
|
PARALLEL_DIRS := VMCore AsmParser Bitcode Archive Analysis Transforms CodeGen \
|
|
Target ExecutionEngine Linker MC CompilerDriver Object
|
|
|
|
include $(LEVEL)/Makefile.common
|
|
|