X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FTransforms%2FInstrumentation%2FMakefile;h=6cbc7a9cd88af95e66779c4728237332168c29ec;hb=dd890d5c5e452d6f1247c84056e266bd99fe06b2;hp=d749b6b3bde3db50e4f034471a1229e7edf3eb9d;hpb=6cb21d443eff9369e4f9035af28efd627e8f3909;p=oota-llvm.git diff --git a/lib/Transforms/Instrumentation/Makefile b/lib/Transforms/Instrumentation/Makefile index d749b6b3bde..6cbc7a9cd88 100644 --- a/lib/Transforms/Instrumentation/Makefile +++ b/lib/Transforms/Instrumentation/Makefile @@ -1,14 +1,14 @@ ##===- 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 include $(LEVEL)/Makefile.common