e580952d8a
Approved-by: rpaulo (mentor)
20 lines
348 B
Makefile
20 lines
348 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= llvmtarget
|
|
|
|
SRCDIR= lib/Target
|
|
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
|
|
|
|
.include "../clang.lib.mk"
|