makefile.am

来自「一个类似windows」· AM 代码 · 共 57 行

AM
57
字号
## Process this file with automake to produce Makefile.in

xmlincdir = $(includedir)/libxml2/libxml

xmlinc_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

install-exec-hook:
	$(mkinstalldirs) $(DESTDIR)$(xmlincdir)

EXTRA_DIST = xmlversion.h.in

⌨️ 快捷键说明

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