XCOMM $XConsortium: Imakefile,v 1.7 93/09/04 17:40:29 rws Exp $
XCOMM $XFree86: xc/programs/bdftopcf/Imakefile,v 3.1 1994/12/17 11:22:28 dawes Exp $
LOCAL_LIBRARIES = $(FONTLIB)
DEPLIBS = $(DEPFONTLIB)
INCLUDES = -I$(FONTINCSRC) -I$(FONTLIBSRC)/include
SRCS = bdftopcf.c
OBJS = bdftopcf.o

ComplexProgramTarget(bdftopcf)
#ifdef OS2Architecture
all:: bdftopcf.exe
	$(CP) bdftopcf.exe /
#endif
