XCOMM $XConsortium: Imakefile,v 1.11 91/08/22 14:18:23 rws Exp $
XCOMM
XCOMM Make file for font handling routines
XCOMM
#include <Server.tmpl>

        INCLUDES = -I$(FONTSRC)/include -I../include
         HEADERS = 
            SRCS = fsconvert.c fserve.c fsio.c
            OBJS = fsconvert.o fserve.o fsio.o
         DEFINES = $(SIGNAL_DEFINES)
    CONN_DEFINES = ConnectionFlags

SubdirLibraryRule($(OBJS))
NormalLibraryObjectRule()
SpecialObjectRule(fsio.o,$(ICONFIGFILES),$(CONN_DEFINES))

NormalLintTarget($(SRCS))

DependTarget()
