📄 makefile.am
字号:
include $(top_srcdir)/Makefile.declNULL = # The name of the module.DOC_MODULE=gio# The top-level SGML file.DOC_MAIN_SGML_FILE=gio-docs.xml# Extra options to supply to gtkdoc-scanSCAN_OPTIONS=--deprecated-guards="G_DISABLE_DEPRECATED"# The directory containing the source code. Relative to $(srcdir)DOC_SOURCE_DIR=$(top_srcdir)/gioHFILE_GLOB=$(top_srcdir)/gio/*.hCFILE_GLOB=$(top_srcdir)/gio/*.c# Headers to ignoreIGNORE_HFILES= \ fam-helper.h \ gasynchelper.h \ gcontenttypeprivate.h \ gdummyfile.h \ gfamdirectorymonitor.h \ gfamfilemonitor.h \ gfileattribute-priv.h \ ginotifydirectorymonitor.h \ ginotifyfilemonitor.h \ gio-marshal.h \ gio.h \ gioalias.h \ gioalias.h \ gioenumtypes.h \ giomodule-priv.h \ glocaldirectorymonitor.h \ glocalfile.h \ glocalfileenumerator.h \ glocalfileinfo.h \ glocalfileinputstream.h \ glocalfilemonitor.h \ glocalfileoutputstream.h \ glocalvfs.h \ gnativevolumemonitor.h \ gpollfilemonitor.h \ gunionvolumemonitor.h \ gunixdrive.h \ gunixvolume.h \ gvolumeprivate.h \ gwin32appinfo.h \ inotify-diag.h \ inotify-helper.h \ inotify-kernel.h \ inotify-missing.h \ inotify-path.h \ inotify-sub.h \ local_inotify.h \ local_inotify_syscalls.h \ xdgmime.h \ xdgmimealias.h \ xdgmimecache.h \ xdgmimeglob.h \ xdgmimeint.h \ xdgmimemagic.h \ xdgmimeparent.h \ $(NULL)# CFLAGS and LDFLAGS for compiling scan program. Only needed# if $(DOC_MODULE).types is non-empty.INCLUDES = \ -I$(srcdir) \ -I$(top_srcdir) \ -I$(top_srcdir)/glib \ -I$(top_srcdir)/gobject \ -I$(top_builddir) \ -I$(top_builddir)/glib \ -I$(top_builddir)/gobject \ $(GLIB_DEBUG_FLAGS)GTKDOC_LIBS = \ $(top_builddir)/glib/libglib-2.0.la \ $(top_builddir)/gobject/libgobject-2.0.la \ $(top_builddir)/gmodule/libgmodule-2.0.la \ $(top_builddir)/gio/libgio-2.0.la \ $(NULL)# Extra options to supply to gtkdoc-mkdbMKDB_OPTIONS = --output-format=xml --sgml-mode# Images to copy into HTML directoryHTML_IMAGES = \ gvfs-overview.pngcontent_files = \ version.xml \ overview.xml \ migrating.xmlexpand_content_files = \ overview.xml \ migrating.xmlextra_files = \ version.xml.in \ gvfs-overview.odginclude $(top_srcdir)/gtk-doc.makeEXTRA_DIST += \ version.xml.in
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -