# BuildSystemHeader added automatically
/**/# $Header: [Imakefile,v 1.1.1.1 91/08/23 16:10:11 afuller Exp ]$
#
# Make file for the PCF font file dumper
#

# 6/14/89 (ef) -- blech.  libfontos pulls in something from libbdf
#                 need to fix that.

       INCLUDES = -I. -I$(FONTSRC)/include -I$(TOP)
LOCAL_LIBRARIES = $(FONTSRC)/lib/libfont.a
           SRCS = showpcf.c
           OBJS = showpcf.o 
    CDEBUGFLAGS = -g
          BINDIR = $(DESTDIR)/usr/bin

#ifndef ATD
#ifdef UWSBuild
ComplexProgramTarget(dxshowfont)
#else
ComplexProgramTarget(showpcf)
#endif
#else     
ComplexProgramTarget(showpcf)
#endif ATD
