modify-output.am
来自「pic 模拟程序!面向对象」· AM 代码 · 共 29 行
AM
29 行
## ######################################################################## File: modify-output.am#### Purpose: Remove output from Vorpal runs#### Version: $Id: modify-output.am,v 1.1 2005/06/09 22:46:47 vorpal Exp $#### Copyright 2001, Tech-X Corporation. Freely distributable provided## copyright statement remains intact.#### ####################################################################accept-results: if test -n "$(H5TESTS)"; then \ for i in $(H5TESTS); do \ mv $$i*.h5 $${i}_accepted; \ done; \ ficlean-output: rm -f *.log *.out *.sed *.dx *.orig *.h5 rm -f *.txt for i in *.in; do \ if test "$$i" != "Makefile.in"; then \ rm -f $$i.in; \ fi; \ done
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?