makefile.am

来自「Linux下文件工具。」· AM 代码 · 共 11 行

AM
11
字号
## Process this file with automake to produce Makefile.in -*-Makefile-*-.AUTOMAKE_OPTIONS = 1.3 gnitsTESTS = \  no-create-missing \  fail-diag dir-1 dangling-symlink empty-file fifo no-rights obsolescentEXTRA_DIST = $(TESTS)TESTS_ENVIRONMENT = \  host_triplet=$(host_triplet) \  PATH=`pwd`/../../src:$$PATH

⌨️ 快捷键说明

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