mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 06:39:32 -04:00
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"
|