2011-04-16 05:51:11 +08:00
|
|
|
##===- lib/Target/Mips/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.
|
|
|
|
#
|
2011-04-16 05:51:11 +08:00
|
|
|
##===----------------------------------------------------------------------===##
|
2009-07-15 14:35:19 +08:00
|
|
|
LEVEL = ../../../..
|
|
|
|
LIBRARYNAME = LLVMMipsInfo
|
|
|
|
|
|
|
|
# Hack: we need to include 'main' target directory to grab private headers
|
|
|
|
CPPFLAGS = -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
|
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|