blob: 4f4563f18c8552c12bc5a835eafeb334140f8291 [file] [log] [blame]
John Criswell4436c492003-10-20 22:26:57 +00001##===- lib/Transforms/IPO/Makefile -------------------------*- Makefile -*-===##
2#
3# The LLVM Compiler Infrastructure
4#
5# This file was developed by the LLVM research group and is distributed under
6# the University of Illinois Open Source License. See LICENSE.TXT for details.
7#
8##===----------------------------------------------------------------------===##
Chris Lattnerbd422e62001-11-26 18:42:17 +00009LEVEL = ../../..
Reid Spencer57cbe392004-10-27 23:18:45 +000010LIBRARYNAME = LLVMipo
Chris Lattnera896b082002-07-23 17:52:38 +000011BUILD_ARCHIVE = 1
Chris Lattnerbd422e62001-11-26 18:42:17 +000012
13include $(LEVEL)/Makefile.common
14