]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - lib/clang/libllvmtarget/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / lib / clang / libllvmtarget / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIB=    llvmtarget
6
7 SRCDIR= lib/Target
8 SRCS=   Mangler.cpp \
9         Target.cpp \
10         TargetIntrinsicInfo.cpp \
11         TargetJITInfo.cpp \
12         TargetLibraryInfo.cpp \
13         TargetLoweringObjectFile.cpp \
14         TargetMachine.cpp \
15         TargetMachineC.cpp \
16         TargetSubtargetInfo.cpp
17
18 .include "../clang.lib.mk"