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.
|
2011-06-28 20:07:07 +00:00
|
|
|
BUILT_SOURCES = MSP430GenRegisterInfo.inc MSP430GenInstrInfo.inc \
|
|
|
|
MSP430GenAsmWriter.inc \
|
2009-05-03 12:57:15 +00:00
|
|
|
MSP430GenDAGISel.inc MSP430GenCallingConv.inc \
|
2011-07-01 22:36:09 +00:00
|
|
|
MSP430GenSubtargetInfo.inc
|
2009-05-03 12:57:15 +00:00
|
|
|
|
2011-07-14 20:59:42 +00:00
|
|
|
DIRS = InstPrinter TargetInfo MCTargetDesc
|
2009-07-15 06:35:19 +00:00
|
|
|
|
2009-05-03 12:57:15 +00:00
|
|
|
include $(LEVEL)/Makefile.common
|
|
|
|
|