makefile.am

来自「下载来的一个看图软件的源代码」· AM 代码 · 共 41 行

AM
41
字号
## Process this file with automake to produce Makefile.inxmlincdir = $(includedir)/libxml2/libxmlxmlinc_HEADERS = \		SAX.h \		entities.h \		encoding.h \		parser.h \		parserInternals.h \		xmlerror.h \		HTMLparser.h \		HTMLtree.h \		debugXML.h \		tree.h \		list.h \		hash.h \		xpath.h \		xpathInternals.h \		xpointer.h \		xinclude.h \		xmlIO.h \		xmlmemory.h \		nanohttp.h \		nanoftp.h \		uri.h \		valid.h \		xlink.h \		xmlversion.h \		xmlwin32version.h \		DOCBparser.h \		catalog.h \		threads.h \		globals.h \		c14n.hinstall-exec-hook:	$(mkinstalldirs) $(DESTDIR)$(xmlincdir)EXTRA_DIST = xmlversion.h.in xmlwin32version.h.in

⌨️ 快捷键说明

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