📄 makefile.am
字号:
noinst_LTLIBRARIES = libtransporter.lalibtransporter_la_SOURCES = \ Transporter.cpp \ SendBuffer.cpp \ TCP_Transporter.cpp \ TransporterRegistry.cpp \ Packer.cppEXTRA_libtransporter_la_SOURCES = SHM_Transporter.cpp SHM_Transporter.unix.cpp SCI_Transporter.cpplibtransporter_la_LIBADD = @ndb_transporter_opt_objs@libtransporter_la_DEPENDENCIES = @ndb_transporter_opt_objs@INCLUDES_LOC = -I$(top_srcdir)/ndb/include/mgmapi -I$(top_srcdir)/ndb/src/mgmapi -I$(top_srcdir)/ndb/include/debugger -I$(top_srcdir)/ndb/include/kernel -I$(top_srcdir)/ndb/include/transporter @NDB_SCI_INCLUDES@include $(top_srcdir)/ndb/config/common.mk.aminclude $(top_srcdir)/ndb/config/type_util.mk.am# Don't update the files from bitkeeper%::SCCS/s.%windoze-dsp: libtransporter.dsplibtransporter.dsp: Makefile \ $(top_srcdir)/ndb/config/win-lib.am \ $(top_srcdir)/ndb/config/win-name \ $(top_srcdir)/ndb/config/win-includes \ $(top_srcdir)/ndb/config/win-sources \ $(top_srcdir)/ndb/config/win-libraries cat $(top_srcdir)/ndb/config/win-lib.am > $@ @$(top_srcdir)/ndb/config/win-name $@ $(noinst_LTLIBRARIES) @$(top_srcdir)/ndb/config/win-includes $@ $(INCLUDES) @$(top_srcdir)/ndb/config/win-sources $@ $(libtransporter_la_SOURCES) @$(top_srcdir)/ndb/config/win-libraries $@ LIB $(LDADD)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -