# The following macros are inserted by 'gconfig' for the "athena" configuration
TOP = ..
UNIXTYPE = -DBSD43
UNIXVER =
BSDCOMPAT =
SERVOPTS = -DUNIXCONN -DSYSLOG
EXTENS = -DSAMPLE -DSEAMLESS
GLIBOPTS = -DUNIXCONN
CLIOPTS = -DPLX
LDFLAGS =
CFLAGS = -O
XLIB = -lX11
XEXTLIB = -lXext
SERVDIR = /etc
SERVFILEDIR = /etc
BINDIR = /usr/athena
INCDIR = /usr/include
LIBDIR = /usr/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:




