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