# BuildSystemHeader added automatically
/**/# $Header: [Imakefile,v 1.1.1.3 92/10/27 09:36:45 rich Exp ]$
/**/#
/**/# Makefile for bdf read/write(someday) routines
/**/#

         DEFINES = FontDefines
     CDEBUGFLAGS = -g
        INCLUDES = -I. -I../../include -I$(TOP)
         HEADERS = 
            SRCS = bdfread.c bdfutils.c
            OBJS = bdfread.o bdfutils.o

# NormalLibraryObjectRule()

.c.o:
	$(RM) $@
	$(CC) -c $(CFLAGS) -g $*.c

NormalLibraryTarget(bdf,$(OBJS))

NormalLintTarget($(SRCS))

DependTarget()

