2012-03-17 17:39:20 +08:00
|
|
|
##===- lib/Target/Hexagon/TargetDesc/Makefile --------------*- Makefile -*-===##
|
2011-12-16 06:29:08 +08:00
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
|
|
|
|
LEVEL = ../../../..
|
|
|
|
LIBRARYNAME = LLVMHexagonDesc
|
|
|
|
|
|
|
|
# Hack: we need to include 'main' target directory to grab private headers
|
|
|
|
CPP.Flags += -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
|
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|