X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FTransforms%2FInstrumentation%2FMakefile;h=6cbc7a9cd88af95e66779c4728237332168c29ec;hb=7ee4f09c9484880e9e530977697dcb22801b67a0;hp=0fb7198858a65b2bc4e6883a802cf899bfe462c7;hpb=df1892fee24fe1f051c77df196ae14d3e24afaf3;p=oota-llvm.git diff --git a/lib/Transforms/Instrumentation/Makefile b/lib/Transforms/Instrumentation/Makefile index 0fb7198858a..6cbc7a9cd88 100644 --- a/lib/Transforms/Instrumentation/Makefile +++ b/lib/Transforms/Instrumentation/Makefile @@ -1,6 +1,15 @@ -LEVEL = ../../.. +##===- lib/Transforms/Instrumentation/Makefile -------------*- Makefile -*-===## +# +# The LLVM Compiler Infrastructure +# +# This file is distributed under the University of Illinois Open Source +# License. See LICENSE.TXT for details. +# +##===----------------------------------------------------------------------===## -LIBRARYNAME = instrument +LEVEL = ../../.. +LIBRARYNAME = LLVMInstrumentation +BUILD_ARCHIVE = 1 include $(LEVEL)/Makefile.common