• 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/googleapi/
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 = googleapi
7SOAPHEADER = googleapi.h
8
9include ../Makefile.defines
10include ../Makefile.c_rules
11SOAP_NS = googleapi.nsmap googleapi.wsdl
12
13googleapi_SOURCES = googleapi.c $(SOAPHEADER) $(SOAP_C_CLIENT)
14googleapi_LDADD = $(SOAP_C_LIB) $(SAMPLE_EXTRA_LIBS)
15
16