X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FAnalysis%2FMakefile;h=4af6d350a6456b71f154019d6bef61b798a645db;hb=4b720718fbda1194f925e0a9d931bc220e8b0e3a;hp=bbf1238703323abcae818d1dc27b5ae0449221fa;hpb=e7506a366e8bd56c97d10beb68e4db953aebaeca;p=oota-llvm.git diff --git a/lib/Analysis/Makefile b/lib/Analysis/Makefile index bbf12387033..4af6d350a64 100644 --- a/lib/Analysis/Makefile +++ b/lib/Analysis/Makefile @@ -1,9 +1,16 @@ +##===- 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 - -DIRS = LiveVar IPA DataStructure +LIBRARYNAME = LLVMAnalysis +DIRS = IPA +BUILD_ARCHIVE = 1 include $(LEVEL)/Makefile.common