📄 makefile.am
字号:
## this file is input for automake and will generate Makefile.inAM_CPPFLAGS=-D_REENTRANT $(CXXDEBUGDEFINES) -DDEBUGCLEANFILES=*~ *.log *.xml calc.nsmap soapC.cpp soapH.h soapServer.cpp ns.xsd calc.wsdl soapClient.cpp soapStub.h clientBUILT_SOURCES = soapServer.cpp soapC.cpp calc.nsmap soapH.h ns.xsd calc.wsdl calc.nsmaplib_LTLIBRARIES = libCalculator.lanoinst_PROGRAMS = clientclient_SOURCES=calcclnt.cpp soapC.cpp soapClient.cppcalculator.cpp: calc.nsmap soapH.hlibCalculator_la_SOURCES = \ calculator.cpp \ soapServer.cpp \ soapC.cpplibCalculator_la_LIBADD = client_LDADD=-lgsoap++libCalculator_la_LDFLAGS = -version-info 0:0:0 -module -lgsoap++INCLUDES=-I$(top_builddir)soapC.cpp soapServer.cpp ns.nsmap ns.xsd calc.wsdl soapH.h calc.nsmap: calculator.h soapcpp2 calculator.h
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -