More cleanups and simplifications, no functionality change.
[oota-llvm.git] / lib / Transforms / Makefile
index 3029b5c40d5b56bbe281cdf6745a3ef4d075fb71..bfdb2bf81d9808f32e98caa2761514d5a6906a75 100644 (file)
@@ -1,6 +1,14 @@
-LEVEL = ../..
+##===- lib/Transforms/Makefile -----------------------------*- Makefile -*-===##
+#
+#                     The LLVM Compiler Infrastructure
+#
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
+#
+##===----------------------------------------------------------------------===##
 
-LIBRARYNAME = transforms
+LEVEL = ../..
+PARALLEL_DIRS = Utils Instrumentation Scalar IPO Hello
 
 include $(LEVEL)/Makefile.common