precompile.am

来自「开源备份软件源码 AMANDA, the Advanced Marylan」· AM 代码 · 共 12 行

AM
12
字号
# vim:ft=automake# A rule to make precompiler output from C files.  This is not used during# ordinary builds, but but can very useful in debugging problems on strange# architectures.  With this rule, we can ask users to 'make foo.i' and send# the result to us.## It touches some automake internals ($COMPILE), but since it's not# build-critical, that's OK.%.i : %.c	$(COMPILE) -E -o $@ $<

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?