~ifolder-dev/simias/trunk-packaging

« back to all changes in this revision

Viewing changes to tools/gsoap/gsoap-linux-2.7/samples/polytest/.svn/text-base/Makefile.svn-base

  • Committer: Jorge O. Castro
  • Date: 2007-12-03 06:56:46 UTC
  • Revision ID: jorge@ubuntu.com-20071203065646-mupcnjcwgm5mnhyt
* Remove a bunch of .svn directories we no longer need.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
GSOAP=../../bin/soapcpp2
2
 
SOAPH=../../stdsoap2.h
3
 
SOAPC=../../stdsoap2.c
4
 
SOAPCPP=../../stdsoap2.cpp
5
 
CC=gcc
6
 
CPP=g++
7
 
LIBS=
8
 
COFLAGS=-O2
9
 
CWFLAGS=-Wall
10
 
CIFLAGS=-I../..
11
 
CMFLAGS=
12
 
CFLAGS= $(CWFLAGS) $(COFLAGS) $(CIFLAGS) $(CMFLAGS)
13
 
all:            polytest
14
 
polytest:       polymorph.h polymorph.cpp $(SOAPH) $(SOAPCPP)
15
 
                $(GSOAP) polymorph.h
16
 
                $(CPP) $(CFLAGS) -o polytest polymorph.cpp soapC.cpp soapClient.cpp soapServer.cpp $(SOAPCPP) $(LIBS)
17
 
clean:
18
 
                rm -f *.o soapH.h soapStub.h soapC.cpp soapC.c soapClient.cpp soapClient.c soapServer.cpp soapServer.c soap*Proxy.h
19
 
distclean:
20
 
                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