Tighten the conditions under which we do PRE, remove some unneeded code, and correct...
[oota-llvm.git] / lib / Transforms / Makefile
index 25cee595fd2dcb8254213e240d0378d1cb5e8a97..bf9599ad53b5b7af7149e879716b4a2c5fa89424 100644 (file)
@@ -2,14 +2,13 @@
 # 
 #                     The LLVM Compiler Infrastructure
 #
-# This file was developed by the LLVM research group and is distributed under
-# the University of Illinois Open Source License. See LICENSE.TXT for details.
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
 # 
 ##===----------------------------------------------------------------------===##
+
 LEVEL = ../..
-PARALLEL_DIRS = Utils Instrumentation Scalar IPO
-LIBRARYNAME = LLVMTransforms
-BUILD_ARCHIVE = 1
+PARALLEL_DIRS = Utils Instrumentation Scalar IPO Hello
 
 include $(LEVEL)/Makefile.common