XCOMM $XFree86: mit/fonts/lib/font/fontfile/Imakefile,v 1.6 1993/03/27 08:58:55 dawes Exp $
XCOMM $XConsortium: Imakefile,v 1.5 91/07/22 22:21:11 rws Exp $
#include <Server.tmpl>

        INCLUDES = -I$(FONTSRC)/include -I../include -I$(FONTSERVERSRC)/include
         HEADERS = 
       RENDERERS = FontRenderers

#ifdef FontFormatDefines
     FORMAT_DEFS = FontFormatDefines
#endif
            SRCS = dirfile.c fontdir.c fontfile.c fontscale.c \
	    	   fontutil.c defaults.c bitsource.c renderers.c
            OBJS = dirfile.o fontdir.o fontfile.o fontscale.o \
	    	   fontutil.o defaults.o bitsource.o renderers.o

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

ConfigTarget(rendererConf,$(ICONFIGFILES),configrend.sh,$(RENDERERS))

InstallLinkKitNonExecFile(configrend.sh,$(LINKKITDIR))

DependTarget()

