mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-26 05:00:26 +00:00
Convert over to new style makefile where libraries by default build .o files
unless they specify BUILD_ARCHIVE to also build a .a file. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3001 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
40ac148c1d
commit
f78a824b3c
@ -1,9 +1,7 @@
|
||||
|
||||
LEVEL = ../..
|
||||
|
||||
LIBRARYNAME = analysis
|
||||
|
||||
DIRS = LiveVar IPA DataStructure
|
||||
BUILD_ARCHIVE = 1
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user