blob: 5c42374139aaa2e46daf55e04ca355712c2ee70d [file] [log] [blame]
John Criswell4436c492003-10-20 22:26:57 +00001##===- lib/Transforms/IPO/Makefile -------------------------*- Makefile -*-===##
Misha Brukman5cbf2232009-01-09 16:44:42 +00002#
John Criswell4436c492003-10-20 22:26:57 +00003# The LLVM Compiler Infrastructure
4#
Chris Lattnera087a8d2007-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 Brukman5cbf2232009-01-09 16:44:42 +00007#
John Criswell4436c492003-10-20 22:26:57 +00008##===----------------------------------------------------------------------===##
Chris Lattnerbde38452005-10-24 02:26:13 +00009
Chris Lattnerbd422e62001-11-26 18:42:17 +000010LEVEL = ../../..
Reid Spencer57cbe392004-10-27 23:18:45 +000011LIBRARYNAME = LLVMipo
Chris Lattnera896b082002-07-23 17:52:38 +000012BUILD_ARCHIVE = 1
Chris Lattnerbd422e62001-11-26 18:42:17 +000013
14include $(LEVEL)/Makefile.common
15