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:
Chris Lattner 2002-07-23 17:52:24 +00:00
parent 0af07b48f2
commit 2a77d8a7aa
1 changed files with 1 additions and 3 deletions

View File

@ -1,9 +1,7 @@
LEVEL = ../..
LIBRARYNAME = analysis
DIRS = LiveVar IPA DataStructure
BUILD_ARCHIVE = 1
include $(LEVEL)/Makefile.common