makefile.am

来自「实战Linux编程的原代码,希望对学驱动的人能有所帮助」· AM 代码 · 共 10 行

AM
10
字号
## Process this file with automake to produce Makefile.in -*-Makefile-*-.AUTOMAKE_OPTIONS = 1.4 gnitsTESTS = \  hard-link 8gb basic restore-wd \  exclude no-x no-deref trailing-slash deref two-args slinkEXTRA_DIST = $(TESTS)TESTS_ENVIRONMENT = \  PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH"

⌨️ 快捷键说明

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