📄 makefile.am
字号:
## Process this file with automake to produce Makefile.inAUTOMAKE_OPTIONS = 1.6# The name of the module.DOC_MODULE=glib# The top-level SGML file.DOC_MAIN_SGML_FILE=glib-docs.sgml# 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=../../..# Used for dependenciesHFILE_GLOB=$(top_srcdir)/glib/*.h $(top_srcdir)/gmodule/*.hCFILE_GLOB=$(top_srcdir)/glib/*.c $(top_srcdir)/gmodule/*.c# Headers to ignoreIGNORE_HFILES= \ build \ gobject \ config.h \ gdatasetprivate.h \ glibintl.h \ gbsearcharray.h \ gmoduleconf.h \ gunibreak.h \ gunicomp.h \ gunidecomp.h \ gunichartables.h \ glibconfig-sysdefs.h \ gdebug.h \ gprintfint.h \ galias.h \ gmirroringtable.h \ glib-mirroring-tab \ gnulib# Extra options to supply to gtkdoc-mkdbMKDB_OPTIONS=--sgml-mode --output-format=xml --ignore-files=trio# Images to copy into HTML directoryHTML_IMAGES = \ file-name-encodings.png \ mainloop-states.gif# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE)content_files = \ cross.sgml \ running.sgml \ building.sgml \ changes.sgml \ compiling.sgml \ resources.sgml \ version.xml \ glib-gettextize.xml# Extra options to supply to gtkdoc-fixrefFIXXREF_OPTIONS=# include common portion ...include $(top_srcdir)/gtk-doc.make# Other files to distributeEXTRA_DIST += \ file-name-encodings.png \ file-name-encodings.sxd \ mainloop-states.fig \ mainloop-states.png \ mainloop-states.eps \ version.xml.in########################################################################man_MANS = glib-gettextize.1 if ENABLE_MAN%.1 : %.xml @XSLTPROC@ -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<endifBUILT_EXTRA_DIST = $(man_MANS)dist-hook-local: $(BUILT_EXTRA_DIST) files='$(BUILT_EXTRA_DIST)'; \ for f in $$files; do \ if test -f $$f; then d=.; else d=$(srcdir); fi; \ cp $$d/$$f $(distdir) || exit 1; done
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -