2013-01-29 08:29:33 +08:00
|
|
|
##===- source/DataFormatters/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 := ../..
|
2013-01-30 08:28:58 +08:00
|
|
|
LIBRARYNAME := lldbDataFormatters
|
2013-01-29 08:29:33 +08:00
|
|
|
BUILD_ARCHIVE = 1
|
|
|
|
|
|
|
|
include $(LLDB_LEVEL)/Makefile
|