mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-08 13:28:05 +00:00
34cdd77646
clang-tblgen and clang itself built.
33 lines
632 B
Makefile
33 lines
632 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= llvmsparccodegen
|
|
|
|
SRCDIR= lib/Target/Sparc
|
|
SRCS= DelaySlotFiller.cpp \
|
|
SparcAsmPrinter.cpp \
|
|
SparcFrameLowering.cpp \
|
|
SparcISelDAGToDAG.cpp \
|
|
SparcISelLowering.cpp \
|
|
SparcInstrInfo.cpp \
|
|
SparcMCInstLower.cpp \
|
|
SparcMachineFunctionInfo.cpp \
|
|
SparcRegisterInfo.cpp \
|
|
SparcSubtarget.cpp \
|
|
SparcTargetMachine.cpp \
|
|
SparcTargetObjectFile.cpp
|
|
|
|
TGHDRS= Attributes \
|
|
Intrinsics \
|
|
SparcGenAsmWriter \
|
|
SparcGenCallingConv \
|
|
SparcGenCodeEmitter \
|
|
SparcGenDAGISel \
|
|
SparcGenInstrInfo \
|
|
SparcGenMCCodeEmitter \
|
|
SparcGenRegisterInfo \
|
|
SparcGenSubtargetInfo
|
|
|
|
.include "../clang.lib.mk"
|