Mercurial > hg > audiodb
annotate Makefile.linux @ 3:51b11e5c8c4a
Regenerate README.txt from the executable rather than keep it static
author | mas01cr |
---|---|
date | Mon, 23 Jul 2007 17:21:01 +0000 |
parents | 9eab3e0f3068 |
children |
rev | line source |
---|---|
mas01cr@0 | 1 |
mas01cr@0 | 2 CFLAGS=-ggdb |
mas01cr@0 | 3 LIBDIR=-L/usr/include |
mas01cr@0 | 4 LIBS=-lgsoap++ |
mas01cr@0 | 5 |
mas01cr@0 | 6 all: audioDB.h audioDB.cpp soapServer.cpp soapClient.cpp soapC.cpp cmdline.c Makefile |
mas01cr@0 | 7 soapcpp2 audioDBws.h |
mas01cr@0 | 8 g++ -o audioDB ${CFLAGS} audioDB.cpp soapServer.cpp soapClient.cpp soapC.cpp cmdline.c ${CFLAGS} ${LIBDIR} ${LIBS} |
mas01cr@0 | 9 |