makefile.am

来自「linux下图形库开发包atk-1.4.0.tar.gz」· AM 代码 · 共 36 行

AM
36
字号
## 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 + =
减小字号Ctrl + -
显示快捷键?