summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-07-23 17:52:38 +0000
committerChris Lattner <sabre@nondot.org>2002-07-23 17:52:38 +0000
commita896b08b5c8c1386bd010248524e5d0951c51972 (patch)
treec520f86dffda4fe4d844513e64d08fc74c409e8b /llvm/lib/Transforms
parent2a77d8a7aa79ac4dd2ccda43c655a28c374be7c5 (diff)
downloadbcm5719-llvm-a896b08b5c8c1386bd010248524e5d0951c51972.tar.gz
bcm5719-llvm-a896b08b5c8c1386bd010248524e5d0951c51972.zip
*** empty log message ***
llvm-svn: 3002
Diffstat (limited to 'llvm/lib/Transforms')
-rw-r--r--llvm/lib/Transforms/IPO/Makefile2
-rw-r--r--llvm/lib/Transforms/Instrumentation/Makefile3
-rw-r--r--llvm/lib/Transforms/Instrumentation/ProfilePaths/Makefile3
-rw-r--r--llvm/lib/Transforms/Makefile2
-rw-r--r--llvm/lib/Transforms/Scalar/Makefile2
-rw-r--r--llvm/lib/Transforms/Utils/Makefile2
6 files changed, 7 insertions, 7 deletions
diff --git a/llvm/lib/Transforms/IPO/Makefile b/llvm/lib/Transforms/IPO/Makefile
index 778d2eba028..0bc3f72bcf0 100644
--- a/llvm/lib/Transforms/IPO/Makefile
+++ b/llvm/lib/Transforms/IPO/Makefile
@@ -1,6 +1,6 @@
LEVEL = ../../..
-
LIBRARYNAME = ipo
+BUILD_ARCHIVE = 1
include $(LEVEL)/Makefile.common
diff --git a/llvm/lib/Transforms/Instrumentation/Makefile b/llvm/lib/Transforms/Instrumentation/Makefile
index e0e7d7cfb46..ca48b0b2542 100644
--- a/llvm/lib/Transforms/Instrumentation/Makefile
+++ b/llvm/lib/Transforms/Instrumentation/Makefile
@@ -1,6 +1,7 @@
LEVEL = ../../..
-
LIBRARYNAME = instrument
DIRS = ProfilePaths
+BUILD_ARCHIVE = 1
+
include $(LEVEL)/Makefile.common
diff --git a/llvm/lib/Transforms/Instrumentation/ProfilePaths/Makefile b/llvm/lib/Transforms/Instrumentation/ProfilePaths/Makefile
index ef2fc28406e..91e1c2f8a66 100644
--- a/llvm/lib/Transforms/Instrumentation/ProfilePaths/Makefile
+++ b/llvm/lib/Transforms/Instrumentation/ProfilePaths/Makefile
@@ -1,6 +1,5 @@
LEVEL = ../../../..
-
-DIRS =
LIBRARYNAME = profpaths
+
include $(LEVEL)/Makefile.common
diff --git a/llvm/lib/Transforms/Makefile b/llvm/lib/Transforms/Makefile
index b9f65b2e7f4..31436216db4 100644
--- a/llvm/lib/Transforms/Makefile
+++ b/llvm/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/llvm/lib/Transforms/Scalar/Makefile b/llvm/lib/Transforms/Scalar/Makefile
index fed3412dfd3..9f73623cbdb 100644
--- a/llvm/lib/Transforms/Scalar/Makefile
+++ b/llvm/lib/Transforms/Scalar/Makefile
@@ -1,6 +1,6 @@
LEVEL = ../../..
-
LIBRARYNAME = scalaropts
+BUILD_ARCHIVE = 1
include $(LEVEL)/Makefile.common
diff --git a/llvm/lib/Transforms/Utils/Makefile b/llvm/lib/Transforms/Utils/Makefile
index f451df2d5c2..00e4170184d 100644
--- a/llvm/lib/Transforms/Utils/Makefile
+++ b/llvm/lib/Transforms/Utils/Makefile
@@ -1,6 +1,6 @@
LEVEL = ../../..
-
LIBRARYNAME = transformutils
+BUILD_ARCHIVE = 1
include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud