forked from OSchip/llvm-project
Convert over to new style makefile where libraries by default build .o files
unless they specify BUILD_ARCHIVE to also build a .a file. llvm-svn: 3001
This commit is contained in:
parent
0af07b48f2
commit
2a77d8a7aa
|
@ -1,9 +1,7 @@
|
|||
|
||||
LEVEL = ../..
|
||||
|
||||
LIBRARYNAME = analysis
|
||||
|
||||
DIRS = LiveVar IPA DataStructure
|
||||
BUILD_ARCHIVE = 1
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
||||
|
|
Loading…
Reference in New Issue