blob: adacb16ea205a9894c0b37da1c25674244006cd1 [file] [log] [blame]
John Criswelle488e932003-10-20 22:26:57 +00001##===- lib/Analysis/IPA/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 Lattnerf36aeed2005-10-24 02:26:13 +00009
Chris Lattner9c85fa62002-03-07 20:16:38 +000010LEVEL = ../../..
Alkis Evlogimenos00224212004-10-28 05:36:48 +000011LIBRARYNAME = LLVMipa
Chris Lattner56d27012002-07-23 17:52:38 +000012BUILD_ARCHIVE = 1
Chris Lattner9c85fa62002-03-07 20:16:38 +000013include $(LEVEL)/Makefile.common
14