?? makefile.am
字號(hào):
## 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 = \ version.xmlHTML_IMAGES =include $(top_srcdir)/gtk-doc.make# Other files to distributeEXTRA_DIST += version.xml.in
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -