149267Snewton# $FreeBSD$
249267Snewton
349267Snewton.include <bsd.own.mk>
449267Snewton
549267SnewtonLIB=	llvmarmcodegen
649267Snewton
749267SnewtonSRCDIR=	lib/Target/ARM
849267SnewtonSRCS=	A15SDOptimizer.cpp \
949267Snewton	ARMAsmPrinter.cpp \
1049267Snewton	ARMBaseInstrInfo.cpp \
1149267Snewton	ARMBaseRegisterInfo.cpp \
1249267Snewton	ARMCodeEmitter.cpp \
1349267Snewton	ARMConstantIslandPass.cpp \
1449267Snewton	ARMConstantPoolValue.cpp \
1549267Snewton	ARMExpandPseudoInsts.cpp \
1649267Snewton	ARMFastISel.cpp \
1749267Snewton	ARMFrameLowering.cpp \
1849267Snewton	ARMHazardRecognizer.cpp \
1949267Snewton	ARMISelDAGToDAG.cpp \
2049267Snewton	ARMISelLowering.cpp \
2149267Snewton	ARMInstrInfo.cpp \
2249267Snewton	ARMJITInfo.cpp \
2349267Snewton	ARMLoadStoreOptimizer.cpp \
2449267Snewton	ARMMCInstLower.cpp \
2549267Snewton	ARMMachineFunctionInfo.cpp \
2649267Snewton	ARMRegisterInfo.cpp \
2749267Snewton	ARMSelectionDAGInfo.cpp \
2849267Snewton	ARMSubtarget.cpp \
2949267Snewton	ARMTargetMachine.cpp \
3050477Speter	ARMTargetObjectFile.cpp \
3149267Snewton	ARMTargetTransformInfo.cpp \
3249267Snewton	MLxExpansionPass.cpp \
3343412Snewton	Thumb1FrameLowering.cpp \
3443412Snewton	Thumb1InstrInfo.cpp \
3543412Snewton	Thumb1RegisterInfo.cpp \
3643412Snewton	Thumb2ITBlockPass.cpp \
3743412Snewton	Thumb2InstrInfo.cpp \
3843412Snewton	Thumb2RegisterInfo.cpp \
3943412Snewton	Thumb2SizeReduction.cpp
4043412Snewton
4148503SgreenTGHDRS=	ARMGenAsmWriter \
4243412Snewton	ARMGenCallingConv \
4343412Snewton	ARMGenCodeEmitter \
4443412Snewton	ARMGenDAGISel \
4543412Snewton	ARMGenFastISel \
4643412Snewton	ARMGenInstrInfo \
4794455Sjhb	ARMGenMCCodeEmitter \
4843412Snewton	ARMGenMCPseudoLowering \
4994455Sjhb	ARMGenRegisterInfo \
5043412Snewton	ARMGenSubtargetInfo \
5143412Snewton	Intrinsics
5243412Snewton
5343412Snewton.include "../clang.lib.mk"
5443412Snewton