]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - lib/clang/libllvmasmprinter/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / lib / clang / libllvmasmprinter / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIB=    llvmasmprinter
6
7 SRCDIR= lib/CodeGen/AsmPrinter
8 SRCS=   ARMException.cpp \
9         AsmPrinter.cpp \
10         AsmPrinterDwarf.cpp \
11         AsmPrinterInlineAsm.cpp \
12         DIE.cpp \
13         DIEHash.cpp \
14         DwarfAccelTable.cpp \
15         DwarfCFIException.cpp \
16         DwarfCompileUnit.cpp \
17         DwarfDebug.cpp \
18         DwarfException.cpp \
19         ErlangGCPrinter.cpp \
20         OcamlGCPrinter.cpp \
21         Win64Exception.cpp
22
23 TGHDRS= Intrinsics
24
25 .include "../clang.lib.mk"