# 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: galatea.PS galatea.lpt

SRCS = title.mss acks.mss goals.mss intro.mss netspec.mss open.mss\
	devices.mss misc.mss errors.mss install.mss others.mss

galatea.PS: $(SRCS)
	scribe ps.mss
	mv ps.PS galatea.PS

galatea.lpt: $(SRCS)
	scribe lpt.mss
	mv lpt.lpt galatea.lpt

clean:
	rm -f *~

install:

uninstall:

depend:




