2008-11-24 11:44:00 +00:00
|
|
|
##===- lib/Target/PowerPC/AsmPrinter/Makefile --------------*- Makefile -*-===##
|
2009-01-09 16:44:42 +00:00
|
|
|
#
|
2008-08-17 13:54:28 +00:00
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
2009-01-09 16:44:42 +00:00
|
|
|
#
|
2008-08-17 13:54:28 +00:00
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
LEVEL = ../../../..
|
|
|
|
LIBRARYNAME = LLVMPowerPCAsmPrinter
|
|
|
|
|
2009-01-09 16:44:42 +00:00
|
|
|
# Hack: we need to include 'main' PowerPC target directory to grab private headers
|
2008-08-17 13:54:28 +00:00
|
|
|
CPPFLAGS = -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
|
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|