makefile.am
来自「实战Linux编程的原代码,希望对学驱动的人能有所帮助」· AM 代码 · 共 21 行
AM
21 行
## Process this file with automake to produce Makefile.in -*-Makefile-*-.AUTOMAKE_OPTIONS = 1.3 gnitsTESTS = \ hard-3 \ hard-2 \ perm-1 \ i-link-no \ part-fail \ dup-source childproof i-4 update i-2 mv-special-1 \ into-self into-self-2 into-self-3 into-self-4 \ backup-is-src \ i-1 hard-link-1 force partition-perm to-symlink dir-file diag \ part-symlink part-rename trailing-slashEXTRA_DIST = $(TESTS) setupTESTS_ENVIRONMENT = \ PERL="@PERL@" \ PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH" \ PROG=mv
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?