2009-08-31 21:05:24 +08:00
|
|
|
##===- lib/Target/PowerPC/TargetInfo/Makefile --------------*- Makefile -*-===##
|
2009-07-15 14:35:19 +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 = LLVMPowerPCInfo
|
|
|
|
|
|
|
|
# Hack: we need to include 'main' target directory to grab private headers
|
2012-08-03 21:31:24 +08:00
|
|
|
override CPPFLAGS += -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
|
2009-07-15 14:35:19 +08:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|