]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - lib/clang/libllvmobject/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.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"