X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FTransforms%2FMakefile;h=bf9599ad53b5b7af7149e879716b4a2c5fa89424;hb=b70a571c99932464ed828fa425ea1e2783d08fab;hp=2b67c157d22961b3328339853474f8b006da0328;hpb=c50df7e3aafee8830ea649df9b2e153fedc3bb2b;p=oota-llvm.git diff --git a/lib/Transforms/Makefile b/lib/Transforms/Makefile index 2b67c157d22..bf9599ad53b 100644 --- a/lib/Transforms/Makefile +++ b/lib/Transforms/Makefile @@ -1,7 +1,14 @@ -LEVEL = ../.. -DIRS = Instrumentation Scalar IPO +##===- lib/Transforms/Makefile -----------------------------*- Makefile -*-===## +# +# The LLVM Compiler Infrastructure +# +# This file is distributed under the University of Illinois Open Source +# License. See LICENSE.TXT for details. +# +##===----------------------------------------------------------------------===## -LIBRARYNAME = transforms +LEVEL = ../.. +PARALLEL_DIRS = Utils Instrumentation Scalar IPO Hello include $(LEVEL)/Makefile.common