view Makefile.osx @ 64:128f065fd250

Change the default port for the web services server to 14475 (which is the low 16 bits of 80011...) Also, delete the not-automatically-maintained usage messages in audioDB.cpp and audioDB.h, as keeping them in sync with gengetopt.in is error-prone. (We automatically generate documentation instead.)
author mas01cr
date Wed, 26 Sep 2007 11:29:45 +0000
parents 6d899df0cfe4
children
line wrap: on
line source

CFLAGS=-O3
LIBDIR=
LIBS=
SOAPDIR=bin_x86_osx/soapcpp-macosx-2.1.6
SOAPOBS=${SOAPDIR}/stdsoap2.o soapServer.cpp soapClient.cpp soapC.cpp
CMDOBS=cmdline.c
INCDIR=-I${SOAPDIR}

all: audioDB.h audioDB.cpp ${SOAPOBS} ${CMDOBS} Makefile.osx
	${SOAPDIR}/soapcpp2 audioDBws.h
	g++ -o audioDB ${CFLAGS} audioDB.cpp ${SOAPOBS} ${CMDOBS} ${CFLAGS} ${INCDIR} ${LIBDIR} ${LIBS}