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