XCOMM $XConsortium: Imakefile,v 1.11 94/02/04 11:14:00 gildea Exp $
#include <Server.tmpl>

        INCLUDES = -I$(FONTINCSRC) -I../include -I$(SERVERSRC)/include
         HEADERS = 
#ifdef FontFormatDefines
     FORMAT_DEFS = FontFormatDefines
#endif
            SRCS = dirfile.c fontdir.c fontfile.c fileio.c fontscale.c \
	    	   defaults.c bitsource.c register.c renderers.c \
		   bufio.c decompress.c filewr.c
            OBJS = dirfile.o fontdir.o fontfile.o fileio.o fontscale.o \
	    	   defaults.o bitsource.o register.o renderers.o \
		   bufio.o decompress.o filewr.o

SubdirLibraryRule($(OBJS))
NormalLibraryObjectRule()
NormalLintTarget($(SRCS))

DependTarget()

