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