2009-09-15 00:27:25 +00:00
|
|
|
##===- lib/Target/ARM/AsmParser/Makefile -------------------*- Makefile -*-===##
|
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
LEVEL = ../../../..
|
|
|
|
LIBRARYNAME = LLVMARMAsmParser
|
2010-01-22 06:49:46 +00:00
|
|
|
CXXFLAGS = -fno-rtti
|
2009-09-15 00:27:25 +00:00
|
|
|
|
|
|
|
# Hack: we need to include 'main' ARM target directory to grab private headers
|
|
|
|
CPPFLAGS = -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
|
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|