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.
|
|
|
|
BUILT_SOURCES = ARMGenRegisterInfo.h.inc ARMGenRegisterNames.inc \
|
|
|
|
ARMGenRegisterInfo.inc ARMGenInstrNames.inc \
|
2010-08-11 05:09:20 +00:00
|
|
|
ARMGenInstrInfo.inc ARMGenAsmWriter.inc ARMGenAsmMatcher.inc \
|
2008-08-29 07:42:03 +00:00
|
|
|
ARMGenDAGISel.inc ARMGenSubtarget.inc \
|
2010-04-07 20:53:12 +00:00
|
|
|
ARMGenCodeEmitter.inc ARMGenCallingConv.inc \
|
2010-07-21 22:26:11 +00:00
|
|
|
ARMGenDecoderTables.inc ARMGenEDInfo.inc \
|
|
|
|
ARMGenFastISel.inc
|
2006-05-14 22:18:28 +00:00
|
|
|
|
2010-10-01 22:39:28 +00:00
|
|
|
DIRS = InstPrinter AsmParser Disassembler TargetInfo
|
2008-08-17 13:55:10 +00:00
|
|
|
|
2006-05-14 22:18:28 +00:00
|
|
|
include $(LEVEL)/Makefile.common
|