1 # $Header: /home/cvsroot/yaz++/zoom/Attic/Makefile,v 1.4 2002-08-09 09:03:37 mike Exp $
3 CPPFLAGS := -Wall -g -ansi
5 OBJ = $L(zexcept.o) $L(zconn.o) $L(zquery.o) $L(zrs.o) $L(zrec.o)
7 all: interface.h zclient
10 $(CXX) $(CPPFLAGS) -o zclient zclient.o $L -lyaz
13 ./zclient bagel.indexdata.dk 210 gils '@and mineral epicenter'
22 zoom++.h: master-header
24 sed 's/^* / /; s/^*/ /' $< > $@
27 interface.h: master-header
33 rm -f zoom++.h interface.h zclient *.[ao] core