XCOMM $XConsortium: Imakefile /main/9 1996/11/03 19:31:58 kaleb $
#include <Server.tmpl>

        INCLUDES = -I$(FONTINCSRC) -I../include
         HEADERS = 
#ifdef FontFormatDefines
     FORMAT_DEFS = FontFormatDefines
#endif
#if GzipFontCompression
       GZIP_DEFS = -DX_GZIP_FONT_COMPRESSION
#endif

            SRCS = bdfread.c bdfutils.c bitmap.c bitmaputil.c bitscale.c \
		   bitmapfunc.c pcfread.c pcfwrite.c snfread.c \
		   fontink.c

            OBJS = bdfread.o bdfutils.o bitmap.o bitmaputil.o bitscale.o \
		   bitmapfunc.o pcfread.o pcfwrite.o snfread.o \
		   fontink.o

#define DoNormalLib NormalLibFont
#define DoSharedLib SharedLibFont
#define DoDebugLib DebugLibFont
#define DoProfileLib ProfileLibFont
#include <Library.tmpl>
LibraryObjectRule()

SpecialCLibObjectRule(bitmapfunc,$(ICONFIGFILES),$(GZIP_DEFS))
SubdirLibraryRule($(OBJS))
NormalLintTarget($(SRCS))

DependTarget()
