/*
 */

#include <Server.tmpl>

INCLUDES = -I$(FONTINCSRC) -I../include
SRCS = cauthgen.c csignal.c delfntcid.c errorf.c fatalerror.c \
       findoldfnt.c getcres.c getdefptsize.c getnewfntcid.c \
       initfshdl.c regfpefunc.c rmfshdl.c setfntauth.c \
       stfntcfnt.c xpstubs.c
OBJS = cauthgen.o csignal.o delfntcid.o errorf.o fatalerror.o \
       findoldfnt.o getcres.o getdefptsize.o getnewfntcid.o \
       initfshdl.o regfpefunc.o rmfshdl.o setfntauth.o \
       stfntcfnt.o xpstubs.o

NormalLibraryObjectRule()
NormalLibraryTarget(fntstubs,$(OBJS))
LintLibraryTarget(fntstubs,$(SRCS))
NormalLintTarget($(SRCS))
DependTarget()

/* end of file */
