]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/clang/libllvmtarget/Makefile
Import to 0.6.1
[FreeBSD/FreeBSD.git] / lib / clang / libllvmtarget / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 LIB=    llvmtarget
6
7 SRCDIR= lib/Target
8 SRCS=   Target.cpp \
9         TargetLoweringObjectFile.cpp \
10         TargetMachine.cpp \
11         TargetMachineC.cpp \
12         TargetRecip.cpp \
13         TargetSubtargetInfo.cpp
14
15 .if ${MK_CLANG_EXTRAS} != "no"
16 SRCS+=  TargetIntrinsicInfo.cpp
17 .endif
18         
19 TGHDRS= Attributes \
20         Intrinsics
21
22 .include "../clang.lib.mk"