2009-05-03 20:57:15 +08: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 14:49:46 +08:00
|
|
|
|
2009-05-03 20:57:15 +08:00
|
|
|
LEVEL = ../../..
|
2009-08-15 02:28:12 +08:00
|
|
|
LIBRARYNAME = LLVMMSP430CodeGen
|
2009-05-03 20:57:15 +08:00
|
|
|
TARGET = MSP430
|
|
|
|
|
|
|
|
# Make sure that tblgen is run, first thing.
|
2011-06-29 04:07:07 +08:00
|
|
|
BUILT_SOURCES = MSP430GenRegisterInfo.inc MSP430GenInstrInfo.inc \
|
|
|
|
MSP430GenAsmWriter.inc \
|
2009-05-03 20:57:15 +08:00
|
|
|
MSP430GenDAGISel.inc MSP430GenCallingConv.inc \
|
2011-07-02 06:36:09 +08:00
|
|
|
MSP430GenSubtargetInfo.inc
|
2009-05-03 20:57:15 +08:00
|
|
|
|
2011-07-15 04:59:42 +08:00
|
|
|
DIRS = InstPrinter TargetInfo MCTargetDesc
|
2009-07-15 14:35:19 +08:00
|
|
|
|
2009-05-03 20:57:15 +08:00
|
|
|
include $(LEVEL)/Makefile.common
|
|
|
|
|