# The following macros are inserted by 'gconfig' for the "generic" configuration
TOP = ..
UNIXTYPE = -DBSD43
UNIXVER =
BSDCOMPAT =
SERVOPTS =
EXTENS = -DSAMPLE
GLIBOPTS =
CLIOPTS =
LDFLAGS = 
CFLAGS = 
XLIB = -lX11
XEXTLIB =
SERVDIR = /etc
SERVFILEDIR = /etc
BINDIR = /usr/local/bin
INCDIR = /usr/local/include
LIBDIR = /usr/local/lib
SHELL = /bin/sh
INSTALL = install
MAKEDEP = makedepend
CC = cc
# End of inserted macros


all:	

install: all

clean:
	-rm -f cat*/* man*/*~ *~

depend:	

uninstall:
