• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/gmt/
1####### This is the input file for automake, which will generate Makefile.in ##########
2## not a GNU package. You can remove this line, if
3## you have all needed files, that a GNU package needs
4AUTOMAKE_OPTIONS = foreign 1.4
5
6noinst_PROGRAMS = gmtclient gmtserver
7SOAPHEADER = gmt.h
8
9include ../Makefile.defines
10include ../Makefile.cpp_rules
11SOAP_NS = t.nsmap t.wsdl
12
13gmtclient_SOURCES = gmtclient.cpp $(SOAPHEADER) $(SOAP_CPP_CLIENT)
14gmtclient_LDADD = $(SOAP_CPP_LIB) $(SAMPLE_EXTRA_LIBS)
15
16gmtserver_SOURCES = gmtserver.cpp $(SOAPHEADER) $(SOAP_CPP_SERVER)
17gmtserver_LDADD = $(SOAP_CPP_LIB) $(SAMPLE_EXTRA_LIBS)
18