]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - lib/clang/libllvmasmprinter/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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         DwarfAccelTable.cpp \
14         DwarfCFIException.cpp \
15         DwarfCompileUnit.cpp \
16         DwarfDebug.cpp \
17         DwarfException.cpp \
18         ErlangGCPrinter.cpp \
19         OcamlGCPrinter.cpp \
20         Win64Exception.cpp
21
22 TGHDRS= Intrinsics
23
24 .include "../clang.lib.mk"