mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
31 lines
618 B
Makefile
31 lines
618 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= Intrinsics \
|
|
SparcGenAsmWriter \
|
|
SparcGenCallingConv \
|
|
SparcGenCodeEmitter \
|
|
SparcGenDAGISel \
|
|
SparcGenInstrInfo \
|
|
SparcGenMCCodeEmitter \
|
|
SparcGenRegisterInfo \
|
|
SparcGenSubtargetInfo
|
|
|
|
.include "../clang.lib.mk"
|