config.test
来自「这是一个自动生成MAKEFILE的工具。相信大家都听说过。在LINUX工程项目里」· TEST 代码 · 共 26 行
TEST
26 行
#! /bin/sh# Test to make sure config.h rule made even if it is in a subdir. The# idea is that if config.h is in a subdir, and there is no Makefile in# that subdir, then we want to build config.h as the top level.. $srcdir/defs || exit 1cat > configure.in << 'END'AM_CONFIG_HEADER(subdir/config.h)PACKAGE=nonesuchVERSION=nonesuchAC_PROG_CCAC_ARG_PROGRAMAC_PROG_INSTALLAC_OUTPUT(Makefile)END: > Makefile.ammkdir subdir: > subdir/config.h.in$AUTOMAKE || exit 1grep '^subdir/config.h:' Makefile.in
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?