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