2010-07-10 04:39:50 +08:00
|
|
|
##===- source/Commands/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 := lldbCommands
|
|
|
|
BUILD_ARCHIVE = 1
|
|
|
|
|
|
|
|
include $(LLDB_LEVEL)/Makefile
|
2012-12-08 06:21:08 +08:00
|
|
|
|
|
|
|
EXTRA_OPTIONS += -Wno-four-char-constants
|