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