]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - lib/clang/libllvmobject/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / lib / clang / libllvmobject / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIB=    llvmobject
6
7 SRCDIR= lib/Object
8 SRCS=   Archive.cpp \
9         Binary.cpp \
10         COFFObjectFile.cpp \
11         ELFObjectFile.cpp \
12         Error.cpp \
13         MachOObjectFile.cpp \
14         Object.cpp \
15         ObjectFile.cpp
16
17 .include "../clang.lib.mk"