2010-07-10 04:39:50 +08:00
|
|
|
##===- source/Utility/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 := lldbUtility
|
|
|
|
BUILD_ARCHIVE = 1
|
2012-12-08 06:21:08 +08:00
|
|
|
NO_PEDANTIC = 1
|
2010-07-10 04:39:50 +08:00
|
|
|
|
|
|
|
include $(LLDB_LEVEL)/Makefile
|