]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - lib/clang/libllvmtarget/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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"