# 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:
	-rm -f localinst
	echo "#!/bin/sh" > localinst
	echo "SERVDIR=$(SERVDIR);export SERVDIR" >> localinst
	cat inst$(UNIXTYPE) >> localinst
	chmod 755 localinst
	@echo "Use localinst to install Galatea auto-startup routines."

install: all

depend:

clean:
	-rm -f localinst *~

uninstall:
