2009-05-03 12:57:15 +00:00
|
|
|
##===- lib/Target/MSP430/Makefile --------------------------*- Makefile -*-===##
|
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
2010-01-22 06:49:46 +00:00
|
|
|
|
2009-05-03 12:57:15 +00:00
|
|
|
LEVEL = ../../..
|
2009-08-14 18:28:12 +00:00
|
|
|
LIBRARYNAME = LLVMMSP430CodeGen
|
2009-05-03 12:57:15 +00:00
|
|
|
TARGET = MSP430
|
|
|
|
|
|
|
|
# Make sure that tblgen is run, first thing.
|
|
|
|
BUILT_SOURCES = MSP430GenRegisterInfo.h.inc MSP430GenRegisterNames.inc \
|
|
|
|
MSP430GenRegisterInfo.inc MSP430GenInstrNames.inc \
|
|
|
|
MSP430GenInstrInfo.inc MSP430GenAsmWriter.inc \
|
|
|
|
MSP430GenDAGISel.inc MSP430GenCallingConv.inc \
|
|
|
|
MSP430GenSubtarget.inc
|
|
|
|
|
2010-10-05 00:34:11 +00:00
|
|
|
DIRS = InstPrinter TargetInfo
|
2009-07-15 06:35:19 +00:00
|
|
|
|
2009-05-03 12:57:15 +00:00
|
|
|
include $(LEVEL)/Makefile.common
|
|
|
|
|