# # Makefile # $Id$ # # .PHONY = clean all install mcm wafer all: ${MAKE} -f Makefile.mcmtester clean ${MAKE} -f Makefile.mcmtester $@ ${MAKE} -f Makefile.wafertester clean ${MAKE} -f Makefile.wafertester $@ ${MAKE} -f Makefile.xmldump allmcm install: all ${MAKE} -f Makefile.mcmtester $@ ${MAKE} -f Makefile.wafertester $@ plot: cp mcmall.sh mcmall0.sh mcmall_old.sh mcmall.plt mcmall0.plt mcmall_old.plt mcmall_sub.plt mcmall_sub0.plt mcmall_sub_old.plt ~/bin cp wafall.sh wafall.plt wafall_sub.plt ~/bin chmod a+x ~/bin/mcmall*.sh ~/bin/wafall.sh clean: ${MAKE} -f Makefile.mcmtester $@ ${MAKE} -f Makefile.wafertester $@ ${MAKE} -f Makefile.xmldump $@ mcm: ${MAKE} -f Makefile.mcmtester clean ${MAKE} -f Makefile.mcmtester all ${MAKE} -f Makefile.mcmtester install ${MAKE} -f Makefile.xmldump xmldump anl_base wafer: ${MAKE} -f Makefile.wafertester clean ${MAKE} -f Makefile.wafertester all ${MAKE} -f Makefile.wafertester install ${MAKE} -f Makefile.xmldump xmldumpw