blob: 6a66214eae0dd5016b77bd5817a7f81992861046 [file] [log] [blame]
GSOAP=../../soapcpp2
SOAPH=../../stdsoap2.h
SOAPC=../../stdsoap2.c
SOAPCPP=../../stdsoap2.cpp
CC=gcc
CPP=g++
LIBS=
COFLAGS=-O2
CWFLAGS=-Wall
CIFLAGS=-I../..
CMFLAGS=
CFLAGS= $(CWFLAGS) $(COFLAGS) $(CIFLAGS) $(CMFLAGS)
all: polytest
polytest: polymorph.h polymorph.cpp $(SOAPH) $(SOAPCPP)
$(GSOAP) polymorph.h
$(CPP) $(CFLAGS) -o polytest polymorph.cpp soapC.cpp soapClient.cpp soapServer.cpp $(SOAPCPP) $(LIBS)
clean:
rm -f *.o soapH.h soapStub.h soapC.cpp soapC.c soapClient.cpp soapClient.c soapServer.cpp soapServer.c soap*Proxy.h
distclean:
rm -f *.o *.wsdl *.xsd *.xml *.nsmap *.log soapH.h soapStub.h soapC.cpp soapC.c soapClient.cpp soapClient.c soapServer.cpp soapServer.c soap*Proxy.h polytest