]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - lib/clang/libllvmx86disassembler/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / lib / clang / libllvmx86disassembler / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIB=    llvmx86disassembler
6
7 SRCDIR= lib/Target/X86/Disassembler
8 INCDIR= lib/Target/X86
9 SRCS=   X86Disassembler.cpp
10
11 .if ${MK_CLANG_EXTRAS} != "no" || ${MK_LLDB} != "no"
12 SRCS+=  X86DisassemblerDecoder.c
13 .endif
14
15 TGHDRS= X86GenDisassemblerTables \
16         X86GenInstrInfo \
17         X86GenRegisterInfo
18
19 .include "../clang.lib.mk"