⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.am

📁 xml开源解析代码.版本为libxml2-2.6.29,可支持GB3212.网络消息发送XML时很有用.
💻 AM
字号:
EXAMPLE_DIR = $(datadir)/doc/libxml2-python-$(LIBXML_VERSION)/examplesPYTESTS=	\    build.py	\    attribs.py	\    tst.py	\    tstxpath.py	\    xpathext.py	\    push.py	\    pushSAX.py	\    pushSAXhtml.py \    error.py	\    serialize.py\    validate.py	\    tstURI.py	\    cutnpaste.py\    xpathret.py	\    xpath.py	\    outbuf.py	\    inbuf.py	\    resolver.py \    regexp.py	\    reader.py	\    reader2.py	\    reader3.py	\    reader4.py	\    reader5.py	\    reader6.py	\    reader7.py	\    reader8.py	\    readernext.py	\    walker.py	\    nsdel.py	\    ctxterror.py\    readererr.py\    relaxng.py	\    schema.py	\    thread2.py \    sync.py \    tstLastError.py \    indexes.py \    dtdvalid.py \    tstmem.py	\    validDTD.py	\    validSchemas.py \    validRNG.py \    compareNodes.pyXMLS=		\    tst.xml	\    valid.xml	\    invalid.xml	\    test.dtdEXTRA_DIST = $(PYTESTS) $(XMLS)if WITH_PYTHONtests: $(PYTESTS)	@echo "## running Python regression tests"	-@(PYTHONPATH="..:../.libs:$(srcdir)/..:$$PYTHONPATH" ; \	   export PYTHONPATH; \	   LD_LIBRARY_PATH="$(top_builddir)/.libs:$$LD_LIBRARY_PATH" ; \	   export LD_LIBRARY_PATH; \	   for test in $(PYTESTS) ; \	   do log=`$(PYTHON) $(srcdir)/$$test` ; \	   if [ "`echo $$log | grep OK`" = "" ] ; then \	   echo "-- $$test" ; echo "$$log" ; fi ; done)elsetests:endifclean:	rm -f *.pyc coreinstall-data-local:	$(mkinstalldirs) $(DESTDIR)$(EXAMPLE_DIR)	-(for test in $(PYTESTS) $(XMLS); \	  do @INSTALL@ -m 0644 $(srcdir)/$$test $(DESTDIR)$(EXAMPLE_DIR) ; done)

⌨️ 快捷键说明

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