2010-07-10 04:39:50 +08:00
|
|
|
##===- source/Core/Makefile --------------------------------*- Makefile -*-===##
|
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
|
|
|
|
LLDB_LEVEL := ../..
|
|
|
|
LIBRARYNAME := lldbCore
|
|
|
|
BUILD_ARCHIVE = 1
|
|
|
|
|
2013-02-15 10:36:40 +08:00
|
|
|
include $(LLDB_LEVEL)/Makefile
|