changeset 4:95bd04a52b28

Remove Makefile.linux, and make INSTALL.txt mention plain Makefile instead
author mas01cr
date Mon, 23 Jul 2007 17:22:29 +0000
parents 51b11e5c8c4a
children 2619f1410f16 bd6bb994081b
files INSTALL.txt Makefile.linux
diffstat 2 files changed, 1 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/INSTALL.txt	Mon Jul 23 17:21:01 2007 +0000
+++ b/INSTALL.txt	Mon Jul 23 17:22:29 2007 +0000
@@ -14,7 +14,7 @@
 
 Linux
 -----
-make -f Makefile.linux
+make -f Makefile
 
 OSX
 ---
--- a/Makefile.linux	Mon Jul 23 17:21:01 2007 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-
-CFLAGS=-ggdb
-LIBDIR=-L/usr/include 
-LIBS=-lgsoap++
-
-all: audioDB.h audioDB.cpp soapServer.cpp soapClient.cpp soapC.cpp cmdline.c Makefile
-	soapcpp2 audioDBws.h
-	g++ -o audioDB ${CFLAGS} audioDB.cpp soapServer.cpp soapClient.cpp soapC.cpp cmdline.c ${CFLAGS} ${LIBDIR} ${LIBS}
-