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