• 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/events/
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 = event handler
7SOAPHEADER = event.h
8
9include ../Makefile.defines
10include ../Makefile.c_rules
11SOAP_NS = Event.nsmap Event.wsdl
12
13event_SOURCES = event.c $(SOAPHEADER) $(SOAP_C_CLIENT)
14event_LDADD = $(SOAP_C_LIB) $(SAMPLE_EXTRA_LIBS)
15
16handler_SOURCES = handler.c $(SOAPHEADER) $(SOAP_C_SRC)
17handler_LDADD = $(SOAP_C_LIB) $(SAMPLE_EXTRA_LIBS) -lpthread
18
19
20