📄 makefile.am
字号:
## Process this file with automake to produce Makefile.inAUTOMAKE_OPTIONS = foreignif HAVE_SUN_AUDIOsunltlibs = libsun.lasunsources = ao_sun.celsesunltlibs =sunsources =endifINCLUDES = -I$(top_builddir)/include/ao -I$(top_srcdir)/includelibdir = $(plugindir)lib_LTLIBRARIES = $(sunltlibs)libsun_la_LDFLAGS = @PLUGIN_LDFLAGS@libsun_la_SOURCES = $(sunsources)EXTRA_DIST = ao_sun.c
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -