XCOMM $XConsortium: Imakefile,v 1.14 94/02/09 17:20:10 gildea Exp $
#undef ServerDefines
#include <Server.tmpl>

SRCS =	main.c dispatch.c extensions.c globals.c events.c tables.c \
	fontinfo.c charinfo.c swapreq.c swaprep.c resource.c \
	fonts.c difsutils.c cache.c initfonts.c atom.c

OBJS =  main.o dispatch.o extensions.o globals.o events.o tables.o \
	fontinfo.o charinfo.o swapreq.o swaprep.o resource.o \
	fonts.o difsutils.o cache.o initfonts.o atom.o


INCLUDES = -I../include -I$(FONTINCSRC)
 DEFINES = AllocateLocalDefines
FONTDEFINES = -DFONT_PCF -DFONT_FS -DFONT_SPEEDO
#ifdef DefaultFSConfigFile
DEFAULTCONFIGFILE = DefaultFSConfigFile
     CONFIGDEFINES = -DDEFAULT_CONFIG_FILE=\"$(DEFAULTCONFIGFILE)\"
#endif


NormalLibraryObjectRule()
NormalLibraryTarget(difs,$(OBJS))

DependTarget()

SpecialObjectRule(main.o,$(ICONFIGFILES),$(CONFIGDEFINES))
SpecialCObjectRule(initfonts,$(ICONFIGFILES),$(FONTDEFINES))

