2015-03-20 06:00:21 +08:00
|
|
|
##===- source/Initialize/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 := ../..
|
2015-07-15 04:25:19 +08:00
|
|
|
LIBRARYNAME := lldbInitialization
|
2015-03-20 06:00:21 +08:00
|
|
|
BUILD_ARCHIVE = 1
|
|
|
|
|
|
|
|
include $(LLDB_LEVEL)/Makefile
|