]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - lib/clang/libllvmbitwriter/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / lib / clang / libllvmbitwriter / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIB=    llvmbitwriter
6
7 SRCDIR= lib/Bitcode/Writer
8 SRCS=   BitWriter.cpp \
9         BitcodeWriter.cpp \
10         BitcodeWriterPass.cpp \
11         ValueEnumerator.cpp
12
13 .include "../clang.lib.mk"