2009-07-14 22:58:03 +00:00
|
|
|
##===- lib/Target/X86/AsmPrinter/Makefile ------------------*- Makefile -*-===##
|
2009-01-09 16:44:42 +00:00
|
|
|
#
|
2008-08-17 13:53:59 +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:53:59 +00:00
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
LEVEL = ../../../..
|
|
|
|
LIBRARYNAME = LLVMX86AsmPrinter
|
|
|
|
|
2009-01-09 16:44:42 +00:00
|
|
|
# Hack: we need to include 'main' x86 target directory to grab private headers
|
2008-08-17 13:53:59 +00:00
|
|
|
CPPFLAGS = -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
|
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|