# $Id$ PROG= tgeb SRCS= main.c CFLAGS+= -Wall -I${.CURDIR}/../include LDADD+= -L${.CURDIR}/../lib -L${.CURDIR}/../lib/obj -ltgeb -lz NOMAN= . include