makefile.am

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

AM
12
字号
## Process this file with automake to produce Makefile.in -*-Makefile-*-.AUTOMAKE_OPTIONS = 1.3 gnitsTESTS = \  not-owner \  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_SEPARATOR@$$PATH"

⌨️ 快捷键说明

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