makefile.am

来自「c语言编写的xml解析器可以方便的遍历插入删除节点等操作的」· AM 代码 · 共 23 行

AM
23
字号
SUBDIRS = parsers exceptions nodes ioINCLUDES = -I$(top_srcdir) @LIBXML_CFLAGS@h_sources_public = libxml++.h attribute.h dtd.h document.h noncopyable.h keepblanks.hh_sources_private = cc_sources = attribute.cc dtd.cc document.cc noncopyable.cc keepblanks.cccc_sources_private =lib_LTLIBRARIES = libxml++-1.0.lalibxml___1_0_la_LDFLAGS = -version-info $(GENERIC_LIBRARY_VERSION)libxml___1_0_la_LIBADD = @LIBXML_LIBS@ \                         parsers/libparsers.la \                         exceptions/libexceptions.la \                         nodes/libnodes.la \						 io/libio.lalibxml___1_0_la_SOURCES = $(cc_sources) $(h_sources_public) $(h_sources_private) $(cc_sources_private)# Install the headers:library_includedir=$(includedir)/libxml++-1.0/libxml++library_include_HEADERS = $(h_sources_public)

⌨️ 快捷键说明

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