Deleted Added
full compact
Makefile (212904) Makefile (218893)
1# $FreeBSD: head/lib/clang/libllvmtarget/Makefile 212904 2010-09-20 16:43:17Z dim $
1# $FreeBSD: head/lib/clang/libllvmtarget/Makefile 218893 2011-02-20 19:33:47Z dim $
2
3LIB= llvmtarget
4
5SRCDIR= lib/Target
6SRCS= Mangler.cpp \
7 SubtargetFeature.cpp \
8 Target.cpp \
2
3LIB= llvmtarget
4
5SRCDIR= lib/Target
6SRCS= Mangler.cpp \
7 SubtargetFeature.cpp \
8 Target.cpp \
9 TargetAsmInfo.cpp \
9 TargetAsmLexer.cpp \
10 TargetData.cpp \
11 TargetELFWriterInfo.cpp \
10 TargetAsmLexer.cpp \
11 TargetData.cpp \
12 TargetELFWriterInfo.cpp \
12 TargetFrameInfo.cpp \
13 TargetFrameLowering.cpp \
13 TargetInstrInfo.cpp \
14 TargetInstrInfo.cpp \
15 TargetLibraryInfo.cpp \
14 TargetLoweringObjectFile.cpp \
15 TargetMachine.cpp \
16 TargetRegisterInfo.cpp \
17 TargetSubtarget.cpp
18
19.include "../clang.lib.mk"
16 TargetLoweringObjectFile.cpp \
17 TargetMachine.cpp \
18 TargetRegisterInfo.cpp \
19 TargetSubtarget.cpp
20
21.include "../clang.lib.mk"