makefile.am
来自「c语言编写的xml解析器可以方便的遍历插入删除节点等操作的」· AM 代码 · 共 30 行
AM
30 行
INCLUDES = -I$(top_srcdir) @LIBXML_CFLAGS@h_sources_public = \ cdatanode.h \ commentnode.h \ contentnode.h \ element.h \ entityreference.h \ node.h \ processinginstructionnode.h \ textnode.hcc_sources = \ cdatanode.cc \ commentnode.cc \ contentnode.cc \ entityreference.cc \ element.cc \ node.cc \ processinginstructionnode.cc \ textnode.ccnoinst_LTLIBRARIES = libnodes.lalibnodes_la_SOURCES = $(h_sources_public) $(cc_sources)# Install the headers:library_includedir=$(includedir)/libxml++-1.0/libxml++/nodeslibrary_include_HEADERS = $(h_sources_public)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?