1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
# $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"