2012-12-11 21:25:42 +00:00
|
|
|
#===- lib/Target/R600/AsmPrinter/Makefile ------------------*- Makefile -*-===##
|
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
LEVEL = ../../../..
|
2015-06-13 05:11:14 +00:00
|
|
|
LIBRARYNAME = LLVMAMDGPUAsmPrinter
|
2012-12-11 21:25:42 +00:00
|
|
|
|
|
|
|
# Hack: we need to include 'main' x86 target directory to grab private headers
|
|
|
|
CPP.Flags += -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
|
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|