X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FTransforms%2FInstrumentation%2FMakefile;h=6cbc7a9cd88af95e66779c4728237332168c29ec;hb=dd890d5c5e452d6f1247c84056e266bd99fe06b2;hp=beba7e5bb49d8d2053bd527bc96fb6e4103a700e;hpb=f36aeedaa30b34b044c20e8ef5d43bd8c6c0e342;p=oota-llvm.git diff --git a/lib/Transforms/Instrumentation/Makefile b/lib/Transforms/Instrumentation/Makefile index beba7e5bb49..6cbc7a9cd88 100644 --- a/lib/Transforms/Instrumentation/Makefile +++ b/lib/Transforms/Instrumentation/Makefile @@ -1,15 +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