]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - lib/clang/libllvminstcombine/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / lib / clang / libllvminstcombine / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIB=    llvminstcombine
6
7 SRCDIR= lib/Transforms/InstCombine
8 SRCS=   InstCombineAddSub.cpp \
9         InstCombineAndOrXor.cpp \
10         InstCombineCalls.cpp \
11         InstCombineCasts.cpp \
12         InstCombineCompares.cpp \
13         InstCombineLoadStoreAlloca.cpp \
14         InstCombineMulDivRem.cpp \
15         InstCombinePHI.cpp \
16         InstCombineSelect.cpp \
17         InstCombineShifts.cpp \
18         InstCombineSimplifyDemanded.cpp \
19         InstCombineVectorOps.cpp \
20         InstructionCombining.cpp
21
22 TGHDRS= Intrinsics
23
24 .include "../clang.lib.mk"