mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-20 07:14:26 +01:00
137470fbfb
into the clang executable.
17 lines
289 B
Makefile
17 lines
289 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= llvmsparcdisassembler
|
|
|
|
SRCDIR= lib/Target/Sparc/Disassembler
|
|
INCDIR= lib/Target/Sparc
|
|
SRCS= SparcDisassembler.cpp
|
|
|
|
TGHDRS= SparcGenDisassemblerTables \
|
|
SparcGenInstrInfo \
|
|
SparcGenRegisterInfo \
|
|
SparcGenSubtargetInfo
|
|
|
|
.include "../clang.lib.mk"
|