]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - lib/clang/libllvmasmprinter/Makefile
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.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"