]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - lib/clang/libllvmbitwriter/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / lib / clang / libllvmbitwriter / Makefile
1 # $FreeBSD$
2
3 LIB=    llvmbitwriter
4
5 SRCDIR= lib/Bitcode/Writer
6 SRCS=   BitcodeWriter.cpp \
7         BitcodeWriterPass.cpp \
8         ValueEnumerator.cpp
9
10 .include "../clang.lib.mk"