blob: 2d0560d275f971baf0aaf0eb7b3696748efc15de [file] [log] [blame]
Benjamin Kramer3c62f502009-08-31 13:05:24 +00001##===- lib/Target/PowerPC/TargetInfo/Makefile --------------*- Makefile -*-===##
Daniel Dunbar56e29472009-07-15 06:35:19 +00002#
3# The LLVM Compiler Infrastructure
4#
5# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
7#
8##===----------------------------------------------------------------------===##
9LEVEL = ../../../..
10LIBRARYNAME = LLVMPowerPCInfo
Daniel Dunbar56e29472009-07-15 06:35:19 +000011
12# Hack: we need to include 'main' target directory to grab private headers
Gabor Greifa1529b62012-08-03 13:31:24 +000013override CPPFLAGS += -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
Daniel Dunbar56e29472009-07-15 06:35:19 +000014
15include $(LEVEL)/Makefile.common