When a function takes a variable number of pointer arguments, with a zero
[oota-llvm.git] / lib / Transforms / Instrumentation / Makefile
index 0fb7198858a65b2bc4e6883a802cf899bfe462c7..d749b6b3bde3db50e4f034471a1229e7edf3eb9d 100644 (file)
@@ -1,6 +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.
+# 
+##===----------------------------------------------------------------------===##
 LEVEL = ../../..
-
-LIBRARYNAME = instrument
+LIBRARYNAME = LLVMInstrumentation 
+PARALLEL_DIRS = ProfilePaths 
+BUILD_ARCHIVE = 1
 
 include $(LEVEL)/Makefile.common