1 PROG_CXX= llvm-mc 2 MAN= 3 4 SRCDIR= llvm/tools/llvm-mc 5 SRCS+= Disassembler.cpp 6 SRCS+= llvm-mc.cpp 7 8 .include "../llvm.prog.mk" 9