makefile.am

来自「mysql-5.0.22.tar.gz源码包」· AM 代码 · 共 37 行

AM
37
字号
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 + =
减小字号Ctrl + -
显示快捷键?