makefile.am

来自「一款开源的soap库」· AM 代码 · 共 19 行

AM
19
字号
####### This is the input file for automake, which will generate Makefile.in ############ not a GNU package. You can remove this line, if## you have all needed files, that a GNU package needsAUTOMAKE_OPTIONS = foreign 1.4noinst_PROGRAMS=dimeclient dimeserverSOAPHEADER=dime.hinclude ../Makefile.definesSOAP_NS=dime.nsmap dime.wsdlinclude ../Makefile.cpp_rulesdimeclient_SOURCES=dimeclient.cpp $(SOAPHEADER) $(SOAP_CPP_CLIENT)dimeclient_LDADD=$(SOAP_CPP_LIB) $(SAMPLE_EXTRA_LIBS)dimeserver_SOURCES=dimeserver.cpp $(SOAPHEADER) $(SOAP_CPP_SERVER)dimeserver_LDADD=$(SOAP_CPP_LIB) $(SAMPLE_EXTRA_LIBS) -lpthread

⌨️ 快捷键说明

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