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