X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FAnalysis%2FMakefile;h=4af6d350a6456b71f154019d6bef61b798a645db;hb=5535fca8bf64b58dc729a734b578bda33ee47e87;hp=d544a05a1f0505f9608ce4e8fa5529adf72549d2;hpb=6e0bb63264b29f100a3f3cf3656ebb7a8b676ece;p=oota-llvm.git diff --git a/lib/Analysis/Makefile b/lib/Analysis/Makefile index d544a05a1f0..4af6d350a64 100644 --- a/lib/Analysis/Makefile +++ b/lib/Analysis/Makefile @@ -1,6 +1,15 @@ +##===- lib/Analysis/Makefile -------------------------------*- Makefile -*-===## +# +# The LLVM Compiler Infrastructure +# +# This file is distributed under the University of Illinois Open Source +# License. See LICENSE.TXT for details. +# +##===----------------------------------------------------------------------===## + LEVEL = ../.. -LIBRARYNAME = analysis -PARALLEL_DIRS = LiveVar IPA DataStructure +LIBRARYNAME = LLVMAnalysis +DIRS = IPA BUILD_ARCHIVE = 1 include $(LEVEL)/Makefile.common