2013-10-04 02:05:12 +08:00
|
|
|
##===- lib/LTO/Makefile ------------------------------------*- Makefile -*-===##
|
2013-09-25 07:52:22 +08:00
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
|
|
|
|
LEVEL = ../..
|
|
|
|
LIBRARYNAME = LLVMLTO
|
|
|
|
BUILD_ARCHIVE := 1
|
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|
|
|
|
|