2008-11-11 16:42:57 +00:00
|
|
|
##===- lib/Target/Sparc/Makefile ---------------------------*- Makefile -*-===##
|
2009-01-09 16:44:42 +00:00
|
|
|
#
|
2008-11-11 16:42:57 +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-11-11 16:42:57 +00:00
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
LEVEL = ../../../..
|
|
|
|
LIBRARYNAME = LLVMSparcAsmPrinter
|
|
|
|
|
2009-01-09 16:44:42 +00:00
|
|
|
# Hack: we need to include 'main' Sparc target directory to grab private headers
|
2008-11-11 16:42:57 +00:00
|
|
|
CPPFLAGS = -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
|
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|