makefile.dist
来自「《Linux程序设计权威指南》源代码」· DIST 代码 · 共 29 行
DIST
29 行
default: alldist: @echo "This file is to make it easier for you to create all you need" cat acinclude.m4.in libtool.m4.in >acinclude.m4 aclocal autoheader# use --include-deps, if you want to release the stuff. Don't use it for# yourself automake --include-deps perl am_edit autoconf touch stamp-h.in LIST=`find ./po -name "*.po"`; \ for i in $$LIST; do \ file2=`echo $$i | sed -e "s#\.po#\.gmo#"`; \ msgfmt -o $$file2 $$i; \ done rm -f Makefile.distall: cat acinclude.m4.in libtool.m4.in >acinclude.m4 aclocal autoheader automake perl am_edit autoconf
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?