makefile.am

来自「linux下网络收音机的源码」· AM 代码 · 共 28 行

AM
28
字号
# The name of the module.DOC_MODULE = streamtuner# The top-level SGML file.DOC_MAIN_SGML_FILE = streamtuner-docs.sgml# Extra options to supply to gtkdoc-scanSCAN_OPTIONS = --deprecated-guards="ST_DISABLE_DEPRECATED"# The directory containing the source code. Relative to $(srcdir)DOC_SOURCE_DIR = ../../src/streamtuner# Used for dependenciesHFILE_GLOB = $(top_srcdir)/src/streamtuner/*-api.hCFILE_GLOB = $(top_srcdir)/src/streamtuner/*.c# Headers to ignoreinclude private-headers.makeIGNORE_HFILES =	streamtuner.h $(private_headers)# Extra options to supply to gtkdoc-mkdbMKDB_OPTIONS = --sgml-mode --output-format=xml --ignore-files=trio# include common portion ...include $(top_srcdir)/docs/gtk-doc.makeEXTRA_DIST += generate-private-headers

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?