]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - lib/clang/libllvmx86instprinter/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / lib / clang / libllvmx86instprinter / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIB=    llvmx86instprinter
6
7 SRCDIR= lib/Target/X86/InstPrinter
8 INCDIR= lib/Target/X86
9 SRCS=   X86ATTInstPrinter.cpp \
10         X86InstComments.cpp \
11         X86IntelInstPrinter.cpp
12
13 TGHDRS= X86GenAsmWriter \
14         X86GenAsmWriter1 \
15         X86GenInstrInfo \
16         X86GenRegisterInfo \
17         X86GenSubtargetInfo
18
19 .include "../clang.lib.mk"