Searched refs:SOAPHEADER (Results 51 - 75 of 180) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/events++/
H A DMakefile.am7 SOAPHEADER = event.h
13 event_SOURCES = event.cpp $(SOAPHEADER) $(SOAP_CPP_CORE) soapEventProxy.cpp
16 handler_SOURCES = handler.cpp $(SOAPHEADER) $(SOAP_CPP_CORE) soapEventService.cpp soapEventProxy.cpp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/httpcookies/
H A DMakefile.am7 SOAPHEADER = ck.h
14 ck_cgi_SOURCES = ckserver.cpp $(SOAPHEADER) $(SOAP_CPP_SERVER)
18 ckclient_SOURCES = ckclient.cpp $(SOAPHEADER) $(SOAP_CPP_CLIENT)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/mashup++/
H A DMakefile.am7 SOAPHEADER = mashup.hpp
13 mashupclient_SOURCES = mashupclient.cpp $(SOAPHEADER) $(SOAP_CPP_CORE) soapmashupProxy.cpp
16 mashupserver_SOURCES = mashupserver.cpp $(SOAPHEADER) $(SOAP_CPP_CORE) soapcalcProxy.cpp soapServiceProxy.cpp soapmashupService.cpp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/ssl/
H A DMakefile.am7 SOAPHEADER = ssl.h
14 sslclient_SOURCES = sslclient.c $(SOAPHEADER) $(SOAP_C_CLIENT)
18 sslserver_SOURCES = sslserver.c $(SOAPHEADER) $(SOAP_C_SERVER)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/wsdl/
H A DMakefile.am13 SOAPHEADER=$(srcdir)/wsdl.h
19 $(SOAP_CPP_SRC) : $(SOAPHEADER)
20 $(SOAP) $(SOAP_FLAGS) $(SOAPHEADER)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/wsdl/
H A DMakefile.am13 SOAPHEADER=$(srcdir)/wsdl.h
19 $(SOAP_CPP_SRC) : $(SOAPHEADER)
20 $(SOAP) $(SOAP_FLAGS) $(SOAPHEADER)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/wsse/
H A DMakefile.am7 SOAPHEADER = wssedemo.h
14 wssedemo_SOURCES = wssedemo.c $(SOAPHEADER) $(SOAP_C_SRC) ../../dom.c ../../plugin/wsseapi.c ../../plugin/smdevp.c
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/wsse/
H A DMakefile.am7 SOAPHEADER = wssedemo.h
14 wssedemo_SOURCES = wssedemo.c $(SOAPHEADER) $(SOAP_C_SRC) ../../dom.c ../../plugin/wsseapi.c ../../plugin/smdevp.c
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/
H A DMakefile.c_rules6 $(SOAP_C_SRC) : $(SOAPHEADER)
H A DMakefile.cpp_proxy_rules6 $(SOAP_CPP_SRC) : $(SOAPHEADER)
H A DMakefile.cpp_rules6 $(SOAP_CPP_SRC) : $(SOAPHEADER)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/
H A DMakefile.c_rules6 $(SOAP_C_SRC) : $(SOAPHEADER)
H A DMakefile.cpp_proxy_rules6 $(SOAP_CPP_SRC) : $(SOAPHEADER)
H A DMakefile.cpp_rules6 $(SOAP_CPP_SRC) : $(SOAPHEADER)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/calc/
H A DMakefile.in200 SOAPHEADER = calc.h
225 calcclient_SOURCES = calcclient.c $(SOAPHEADER) $(SOAP_C_CLIENT)
227 calcserver_SOURCES = calcserver.c $(SOAPHEADER) $(SOAP_C_SERVER)
500 $(SOAP_C_SRC) : $(SOAPHEADER)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/calc++/
H A DMakefile.in203 SOAPHEADER = calc.h
228 calcclient_SOURCES = calcclient.cpp $(SOAPHEADER) $(SOAP_CPP_CORE) soapcalcProxy.cpp
230 calcserver_SOURCES = calcserver.cpp $(SOAPHEADER) $(SOAP_CPP_CORE) soapcalcService.cpp
503 $(SOAP_CPP_SRC) : $(SOAPHEADER)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/dime/
H A DMakefile.in205 SOAPHEADER = dime.h
230 dimeclient_SOURCES = dimeclient.cpp $(SOAPHEADER) $(SOAP_CPP_CLIENT)
232 dimeserver_SOURCES = dimeserver.cpp $(SOAPHEADER) $(SOAP_CPP_SERVER)
505 $(SOAP_CPP_SRC) : $(SOAPHEADER)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/events/
H A DMakefile.in200 SOAPHEADER = event.h
225 event_SOURCES = event.c $(SOAPHEADER) $(SOAP_C_CLIENT)
227 handler_SOURCES = handler.c $(SOAPHEADER) $(SOAP_C_SRC)
500 $(SOAP_C_SRC) : $(SOAPHEADER)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/events++/
H A DMakefile.in204 SOAPHEADER = event.h
229 event_SOURCES = event.cpp $(SOAPHEADER) $(SOAP_CPP_CORE) soapEventProxy.cpp
231 handler_SOURCES = handler.cpp $(SOAPHEADER) $(SOAP_CPP_CORE) soapEventService.cpp soapEventProxy.cpp
504 $(SOAP_CPP_SRC) : $(SOAPHEADER)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/gmt/
H A DMakefile.in205 SOAPHEADER = gmt.h
230 gmtclient_SOURCES = gmtclient.cpp $(SOAPHEADER) $(SOAP_CPP_CLIENT)
232 gmtserver_SOURCES = gmtserver.cpp $(SOAPHEADER) $(SOAP_CPP_SERVER)
505 $(SOAP_CPP_SRC) : $(SOAPHEADER)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/hello/
H A DMakefile.in205 SOAPHEADER = hello.h
230 helloclient_SOURCES = helloclient.cpp $(SOAPHEADER) $(SOAP_CPP_CLIENT)
232 helloserver_SOURCES = helloserver.cpp $(SOAPHEADER) $(SOAP_CPP_SERVER)
505 $(SOAP_CPP_SRC) : $(SOAPHEADER)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/magic/
H A DMakefile.in205 SOAPHEADER = magic.h
230 magic_SOURCES = magic.cpp $(SOAPHEADER) $(SOAP_CPP_CLIENT)
231 magicserver_SOURCES = magicserver.cpp $(SOAPHEADER) $(SOAP_CPP_SERVER)
504 $(SOAP_CPP_SRC) : $(SOAPHEADER)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/mashup/
H A DMakefile.in199 SOAPHEADER = mashup.h
224 mashupclient_SOURCES = mashupclient.c $(SOAPHEADER) $(SOAP_C_CLIENT)
226 mashupserver_SOURCES = mashupserver.c $(SOAPHEADER) $(SOAP_C_CLIENT) soapServer.c
499 $(SOAP_C_SRC) : $(SOAPHEADER)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/roll/
H A DMakefile.in205 SOAPHEADER = roll.h
230 rollclient_SOURCES = rollclient.cpp $(SOAPHEADER) $(SOAP_CPP_CLIENT)
232 rollserver_SOURCES = rollserver.cpp $(SOAPHEADER) $(SOAP_CPP_SERVER)
505 $(SOAP_CPP_SRC) : $(SOAPHEADER)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/udp/
H A DMakefile.in202 SOAPHEADER = udp.h
227 udpclient_SOURCES = udpclient.c $(SOAPHEADER) $(SOAP_C_CLIENT)
228 udpserver_SOURCES = udpserver.c $(SOAPHEADER) $(SOAP_C_SERVER)
500 $(SOAP_C_SRC) : $(SOAPHEADER)

Completed in 154 milliseconds

12345678