summaryrefslogtreecommitdiff
path: root/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
commit56d27019e6aebd7cfa5d031c832193eb66d75830 (patch)
tree1826962f81136719c70efeb5b598e02b3d7b8321 /lib/Transforms
parentf78a824b3c155f78abbf646da486fda866b4cca6 (diff)
downloadllvm-56d27019e6aebd7cfa5d031c832193eb66d75830.tar.gz
llvm-56d27019e6aebd7cfa5d031c832193eb66d75830.tar.bz2
llvm-56d27019e6aebd7cfa5d031c832193eb66d75830.tar.xz
*** empty log message ***
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3002 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms')
-rw-r--r--lib/Transforms/IPO/Makefile2
-rw-r--r--lib/Transforms/Instrumentation/Makefile3
-rw-r--r--lib/Transforms/Instrumentation/ProfilePaths/Makefile3
-rw-r--r--lib/Transforms/Makefile2
-rw-r--r--lib/Transforms/Scalar/Makefile2
-rw-r--r--lib/Transforms/Utils/Makefile2
6 files changed, 7 insertions, 7 deletions
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