X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FAnalysis%2FMakefile;h=4af6d350a6456b71f154019d6bef61b798a645db;hb=b21d9aebba7e45ddcbce61dd501000049cefb335;hp=3979709be83ec6b90556eb68d069b9a1c4a19389;hpb=0e4fda3c1ae9ec1ce24d2d6c4fb84cfec0c26dcc;p=oota-llvm.git diff --git a/lib/Analysis/Makefile b/lib/Analysis/Makefile index 3979709be83..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 +LIBRARYNAME = LLVMAnalysis +DIRS = IPA +BUILD_ARCHIVE = 1 include $(LEVEL)/Makefile.common