]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - lib/clang/libllvmasmprinter/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[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         DwarfCFIException.cpp \
12         DwarfCompileUnit.cpp \
13         DwarfDebug.cpp \
14         DwarfException.cpp \
15         OcamlGCPrinter.cpp \
16         Win64Exception.cpp
17
18 .include "../clang.lib.mk"