📄 common.am
字号:
# Since we're not always using gcc, we don't want to use dependency# tracking. (It croaks non-GNU compilers.) Seems like this should be# configurable through autoconf!AUTOMAKE_OPTIONS=no-dependencies# why couldn't CONFIG_ETC_CONFIG_PATH be defined in config.h???INCLUDES = @FAMPROTOINC@ -DCONFIG_ETC_CONFIG_PATH=\"@FAM_CONF@\"# should this be set by the configure script?EDITCONF = perl $(top_srcdir)/util/editconf/editconf.perluninstallscriptdir = $(pkglibdir)CLEANFILES =
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -