From: Chris Lattner Date: Tue, 23 Jul 2002 17:52:24 +0000 (+0000) Subject: Convert over to new style makefile where libraries by default build .o files X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f78a824b3c155f78abbf646da486fda866b4cca6;p=oota-llvm.git 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 --- diff --git a/lib/Analysis/Makefile b/lib/Analysis/Makefile index bbf12387033..6168140831d 100644 --- a/lib/Analysis/Makefile +++ b/lib/Analysis/Makefile @@ -1,9 +1,7 @@ - LEVEL = ../.. - LIBRARYNAME = analysis - DIRS = LiveVar IPA DataStructure +BUILD_ARCHIVE = 1 include $(LEVEL)/Makefile.common