📄 makefile.am
字号:
## Process this file with automake to produce Makefile.inAUTOMAKE_OPTIONS = 1.6# The name of the module.DOC_MODULE=atk# The top-level SGML file.DOC_MAIN_SGML_FILE=atk-docs.sgml# The directory containing the source code (if it contains documentation).DOC_SOURCE_DIR=../atk# Used for dependenciesHFILE_GLOB = $(top_srcdir)/atk/*.hCFILE_GLOB = $(top_srcdir)/atk/*.c# Header files to ignore when scanningIGNORE_HFILES = atkmarshal.h atkintl.h# CFLAGS and LDFLAGS for compiling scan program. Only needed# if $(DOC_MODULE).types is non-empty.INCLUDES = \ -I$(top_srcdir) \ -I$(top_builddir) \ $(DEP_CFLAGS)GTKDOC_LIBS = $(top_builddir)/atk/libatk-$(ATK_API_VERSION).la# gtkdoc-mkdb related varaiblesMKDB_OPTIONS =content_files =HTML_IMAGES =include $(top_srcdir)/gtk-doc.make
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -