1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-28 14:32:51 +01:00
llvm-mirror/lib/Analysis/IPA/Makefile
Alkis Evlogimenos 1162280a0d Fix library name.
llvm-svn: 17306
2004-10-28 05:36:48 +00:00

15 lines
474 B
Makefile

##===- lib/Analysis/IPA/Makefile ---------------------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
# This file was developed by the LLVM research group and is distributed under
# the University of Illinois Open Source License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
LEVEL = ../../..
LIBRARYNAME = LLVMipa
BUILD_ARCHIVE = 1
include $(LEVEL)/Makefile.common