]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - lib/clang/libllvmtarget/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / lib / clang / libllvmtarget / Makefile
1 # $FreeBSD$
2
3 LIB=    llvmtarget
4
5 SRCDIR= lib/Target
6 SRCS=   Mangler.cpp \
7         Target.cpp \
8         TargetAsmInfo.cpp \
9         TargetAsmLexer.cpp \
10         TargetData.cpp \
11         TargetELFWriterInfo.cpp \
12         TargetFrameLowering.cpp \
13         TargetInstrInfo.cpp \
14         TargetLibraryInfo.cpp \
15         TargetLoweringObjectFile.cpp \
16         TargetMachine.cpp \
17         TargetRegisterInfo.cpp \
18         TargetSubtargetInfo.cpp
19
20 .include "../clang.lib.mk"