makefile.am

来自「xml开源解析代码.版本为libxml2-2.6.29,可支持GB3212.网络」· AM 代码 · 共 58 行

AM
58
字号
## 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 \		DOCBparser.h \		catalog.h \		threads.h \		globals.h \		c14n.h \		xmlautomata.h \		xmlregexp.h \		xmlmodule.h \		xmlschemas.h \		schemasInternals.h \		xmlschemastypes.h \		xmlstring.h \		xmlunicode.h \		xmlreader.h \		relaxng.h \		dict.h \		SAX2.h \		xmlexports.h \		xmlwriter.h \		chvalid.h \		pattern.h \		xmlsave.h \		schematron.hinstall-exec-hook:	$(mkinstalldirs) $(DESTDIR)$(xmlincdir)EXTRA_DIST = xmlversion.h.in

⌨️ 快捷键说明

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