2010-06-09 19:32:20 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
LIB= llvmtarget
|
|
|
|
|
|
|
|
SRCDIR= lib/Target
|
2010-07-20 17:16:57 +00:00
|
|
|
SRCS= Mangler.cpp \
|
|
|
|
SubtargetFeature.cpp \
|
|
|
|
Target.cpp \
|
|
|
|
TargetAsmLexer.cpp \
|
|
|
|
TargetData.cpp \
|
|
|
|
TargetELFWriterInfo.cpp \
|
|
|
|
TargetFrameInfo.cpp \
|
|
|
|
TargetInstrInfo.cpp \
|
|
|
|
TargetLoweringObjectFile.cpp \
|
|
|
|
TargetMachine.cpp \
|
|
|
|
TargetRegisterInfo.cpp \
|
|
|
|
TargetSubtarget.cpp
|
2010-06-09 19:32:20 +00:00
|
|
|
|
|
|
|
.include "../clang.lib.mk"
|