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 \
|
|
|
|
Target.cpp \
|
|
|
|
TargetData.cpp \
|
|
|
|
TargetELFWriterInfo.cpp \
|
|
|
|
TargetInstrInfo.cpp \
|
2012-04-16 21:23:25 +00:00
|
|
|
TargetIntrinsicInfo.cpp \
|
|
|
|
TargetJITInfo.cpp \
|
2011-02-20 19:33:47 +00:00
|
|
|
TargetLibraryInfo.cpp \
|
2010-07-20 17:16:57 +00:00
|
|
|
TargetLoweringObjectFile.cpp \
|
|
|
|
TargetMachine.cpp \
|
|
|
|
TargetRegisterInfo.cpp \
|
2011-07-17 19:51:40 +00:00
|
|
|
TargetSubtargetInfo.cpp
|
2010-06-09 19:32:20 +00:00
|
|
|
|
|
|
|
.include "../clang.lib.mk"
|