[C++] Use 'nullptr'. Transforms edition.
[oota-llvm.git] / lib / Transforms / Instrumentation / Makefile
index 9ab805c8b29e0b3e53ab1c731f66e2ad8a2c159b..6cbc7a9cd88af95e66779c4728237332168c29ec 100644 (file)
@@ -1,16 +1,15 @@
 ##===- lib/Transforms/Instrumentation/Makefile -------------*- Makefile -*-===##
-# 
+#
 #                     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 = ../../..
-LIBRARYNAME = LLVMInstrumentation 
-PARALLEL_DIRS = ProfilePaths 
+LIBRARYNAME = LLVMInstrumentation
 BUILD_ARCHIVE = 1
-DONT_BUILD_RELINKED = 1
 
 include $(LEVEL)/Makefile.common