blob: 934462ea692ad5ce102fcf2f8cd914f0ebf77a6a [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: factorytest
factorytest: factorytest.h factorytest.cpp $(SOAPH) $(SOAPCPP)
$(GSOAP) factorytest.h
$(CPP) $(CFLAGS) -o factorytest factorytest.cpp soapC.cpp soapClient.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 factorytest