]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - lib/clang/libllvmasmprinter/Makefile
MFC r234353:
[FreeBSD/stable/9.git] / lib / clang / libllvmasmprinter / Makefile
1 # $FreeBSD$
2
3 LIB=    llvmasmprinter
4
5 SRCDIR= lib/CodeGen/AsmPrinter
6 SRCS=   ARMException.cpp \
7         AsmPrinter.cpp \
8         AsmPrinterDwarf.cpp \
9         AsmPrinterInlineAsm.cpp \
10         DIE.cpp \
11         DwarfAccelTable.cpp \
12         DwarfCFIException.cpp \
13         DwarfCompileUnit.cpp \
14         DwarfDebug.cpp \
15         DwarfException.cpp \
16         OcamlGCPrinter.cpp \
17         Win64Exception.cpp
18
19 .include "../clang.lib.mk"