2006-05-15 06:18:28 +08:00
|
|
|
##===- lib/Target/ARM/Makefile -----------------------------*- Makefile -*-===##
|
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
2007-12-30 04:09:26 +08:00
|
|
|
# This file is distributed under the University of Illinois Open Source
|
2006-05-15 06:18:28 +08:00
|
|
|
# License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
2007-01-19 15:51:42 +08:00
|
|
|
|
2006-05-15 06:18:28 +08:00
|
|
|
LEVEL = ../../..
|
2008-08-17 21:55:10 +08:00
|
|
|
LIBRARYNAME = LLVMARMCodeGen
|
2006-05-15 06:18:28 +08:00
|
|
|
TARGET = ARM
|
|
|
|
|
|
|
|
# Make sure that tblgen is run, first thing.
|
2011-06-29 04:07:07 +08:00
|
|
|
BUILT_SOURCES = ARMGenRegisterInfo.inc ARMGenInstrInfo.inc \
|
2011-06-24 09:44:41 +08:00
|
|
|
ARMGenAsmWriter.inc ARMGenAsmMatcher.inc \
|
2011-07-02 06:36:09 +08:00
|
|
|
ARMGenDAGISel.inc ARMGenSubtargetInfo.inc \
|
2010-04-08 04:53:12 +08:00
|
|
|
ARMGenCodeEmitter.inc ARMGenCallingConv.inc \
|
2012-12-20 03:55:47 +08:00
|
|
|
ARMGenFastISel.inc ARMGenMCCodeEmitter.inc \
|
2011-08-10 05:30:29 +08:00
|
|
|
ARMGenMCPseudoLowering.inc ARMGenDisassemblerTables.inc
|
2006-05-15 06:18:28 +08:00
|
|
|
|
2011-07-07 06:02:34 +08:00
|
|
|
DIRS = InstPrinter AsmParser Disassembler TargetInfo MCTargetDesc
|
2008-08-17 21:55:10 +08:00
|
|
|
|
2006-05-15 06:18:28 +08:00
|
|
|
include $(LEVEL)/Makefile.common
|