📄 makefile.am
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -