Mercurial > hg > audiodb
comparison Makefile @ 0:9eab3e0f3068
Initial import
author | mas01cr |
---|---|
date | Fri, 20 Jul 2007 15:51:39 +0000 |
parents | |
children | ee7a12d5b41e |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:9eab3e0f3068 |
---|---|
1 | |
2 CFLAGS=-ggdb | |
3 LIBDIR=-L/usr/include | |
4 LIBS=-lgsoap++ | |
5 | |
6 all: audioDB.h audioDB.cpp soapServer.cpp soapClient.cpp soapC.cpp Makefile | |
7 g++ -o audioDB ${CFLAGS} audioDB.cpp soapServer.cpp soapClient.cpp soapC.cpp ${CFLAGS} ${LIBDIR} ${LIBS} | |
8 |