Makefile revision ab0ed3592b0837c31aaaab65edd9bac8746f899e
1##===- 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##===----------------------------------------------------------------------===##
9LEVEL = ../../..
10LIBRARYNAME = LLVMipo
11BUILD_ARCHIVE = 1
12DONT_BUILD_RELINKED = 1
13
14include $(LEVEL)/Makefile.common
15
16