makefile.am

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

AM
15
字号
## Process this file with automake to produce Makefile.in -*-Makefile-*-.AUTOMAKE_OPTIONS = 1.2 gnitsTESTS = \  inode dangle file-type recursive dired infloop \  rt-1 time-1 symlink-slash follow-slink no-argEXTRA_DIST = $(TESTS)TESTS_ENVIRONMENT = \  top_srcdir=$(top_srcdir) \  srcdir=$(srcdir) \  PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH" \  PROG=ls

⌨️ 快捷键说明

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