XCOMM $XConsortium: Imakefile,v 1.8 91/07/16 23:04:52 gildea Exp $
#undef ServerDefines
#include <Server.tmpl>

SRCS =	connection.c waitfor.c io.c utils.c osinit.c \
	config.c access.c osglue.c error.c
OBJS =  connection.o waitfor.o io.o utils.o osinit.o \
	config.o access.o osglue.o error.o

INCLUDES = -I../include -I$(FONTSRC)/include

CONN_DEFINES = ConnectionFlags

/* ERROR_DEFINES = -DUSE_SYSLOG */

NormalLibraryObjectRule()
NormalLibraryTarget(os,$(OBJS))

SpecialObjectRule(connection.o,connection.c $(ICONFIGFILES),$(CONN_DEFINES) $(SIGNAL_DEFINES))
SpecialObjectRule(error.o,error.c $(ICONFIGFILES),$(ERROR_DEFINES))

DependTarget()
