blob: 4af6d350a6456b71f154019d6bef61b798a645db [file] [log] [blame]
John Criswelle488e932003-10-20 22:26:57 +00001##===- lib/Analysis/Makefile -------------------------------*- Makefile -*-===##
Misha Brukman9b8f5422009-01-09 16:44:42 +00002#
John Criswelle488e932003-10-20 22:26:57 +00003# The LLVM Compiler Infrastructure
4#
Chris Lattnerfc643c52007-12-29 20:09:26 +00005# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
Misha Brukman9b8f5422009-01-09 16:44:42 +00007#
John Criswelle488e932003-10-20 22:26:57 +00008##===----------------------------------------------------------------------===##
Chris Lattnerb3da2fd2004-01-09 18:16:20 +00009
Chris Lattner00950542001-06-06 20:29:01 +000010LEVEL = ../..
Reid Spencer6cb21d42004-10-27 23:18:45 +000011LIBRARYNAME = LLVMAnalysis
John Criswelld943aca2006-12-13 19:42:54 +000012DIRS = IPA
Chris Lattnerf78a8242002-07-23 17:52:24 +000013BUILD_ARCHIVE = 1
Vikram S. Adve0e4fda32001-08-28 23:29:31 +000014
Chris Lattner00950542001-06-06 20:29:01 +000015include $(LEVEL)/Makefile.common
16