view libtests/0028/Makefile @ 358:7b5633e55284 gcc-4.3-cleanups

$(LIBRARY) makefile target doesn't need GSOAP_INCLUDE. This isn't the cleanup I meant to make, but getting make to understand that audioDB.cpp is a dependency of both without screwing up the compilation is out of scope for this branch.
author mas01cr
date Wed, 12 Nov 2008 13:05:09 +0000
parents 94c18f128ce8
children
line wrap: on
line source
CC=gcc
CFLAGS+=-O3 -g
RM=rm -rf


all:	test1


test1:	prog1.c 
	gcc -Wall -o test1 prog1.c -laudioDB_API -L../..

clean:
	$(RM) test1