From 56d27019e6aebd7cfa5d031c832193eb66d75830 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 23 Jul 2002 17:52:38 +0000 Subject: *** empty log message *** git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3002 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Transforms/IPO/Makefile | 2 +- lib/Transforms/Instrumentation/Makefile | 3 ++- lib/Transforms/Instrumentation/ProfilePaths/Makefile | 3 +-- lib/Transforms/Makefile | 2 +- lib/Transforms/Scalar/Makefile | 2 +- lib/Transforms/Utils/Makefile | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) (limited to 'lib/Transforms') diff --git a/lib/Transforms/IPO/Makefile b/lib/Transforms/IPO/Makefile index 778d2eba02..0bc3f72bcf 100644 --- a/lib/Transforms/IPO/Makefile +++ b/lib/Transforms/IPO/Makefile @@ -1,6 +1,6 @@ LEVEL = ../../.. - LIBRARYNAME = ipo +BUILD_ARCHIVE = 1 include $(LEVEL)/Makefile.common diff --git a/lib/Transforms/Instrumentation/Makefile b/lib/Transforms/Instrumentation/Makefile index e0e7d7cfb4..ca48b0b254 100644 --- a/lib/Transforms/Instrumentation/Makefile +++ b/lib/Transforms/Instrumentation/Makefile @@ -1,6 +1,7 @@ LEVEL = ../../.. - LIBRARYNAME = instrument DIRS = ProfilePaths +BUILD_ARCHIVE = 1 + include $(LEVEL)/Makefile.common diff --git a/lib/Transforms/Instrumentation/ProfilePaths/Makefile b/lib/Transforms/Instrumentation/ProfilePaths/Makefile index ef2fc28406..91e1c2f8a6 100644 --- a/lib/Transforms/Instrumentation/ProfilePaths/Makefile +++ b/lib/Transforms/Instrumentation/ProfilePaths/Makefile @@ -1,6 +1,5 @@ LEVEL = ../../../.. - -DIRS = LIBRARYNAME = profpaths + include $(LEVEL)/Makefile.common diff --git a/lib/Transforms/Makefile b/lib/Transforms/Makefile index b9f65b2e7f..31436216db 100644 --- a/lib/Transforms/Makefile +++ b/lib/Transforms/Makefile @@ -1,7 +1,7 @@ LEVEL = ../.. DIRS = Utils Instrumentation Scalar IPO - LIBRARYNAME = transforms +BUILD_ARCHIVE = 1 include $(LEVEL)/Makefile.common diff --git a/lib/Transforms/Scalar/Makefile b/lib/Transforms/Scalar/Makefile index fed3412dfd..9f73623cbd 100644 --- a/lib/Transforms/Scalar/Makefile +++ b/lib/Transforms/Scalar/Makefile @@ -1,6 +1,6 @@ LEVEL = ../../.. - LIBRARYNAME = scalaropts +BUILD_ARCHIVE = 1 include $(LEVEL)/Makefile.common diff --git a/lib/Transforms/Utils/Makefile b/lib/Transforms/Utils/Makefile index f451df2d5c..00e4170184 100644 --- a/lib/Transforms/Utils/Makefile +++ b/lib/Transforms/Utils/Makefile @@ -1,6 +1,6 @@ LEVEL = ../../.. - LIBRARYNAME = transformutils +BUILD_ARCHIVE = 1 include $(LEVEL)/Makefile.common -- cgit v1.2.3