/**/#	Copyright (c) 1990, 1991, 1992, 1993, 1994 Novell, Inc. All Rights Reserved.
/**/#	Copyright (c) 1993 Novell, Inc. All Rights Reserved.
/**/#	  All Rights Reserved

/**/#	THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF Novell Inc.
/**/#	The copyright notice above does not evidence any
/**/#	actual or intended publication of such source code.

#ident	"@(#)r5fonts:clients/snftobdf/Imakefile	1.2"
XCOMM Make file for the SNF to BDF font compiler
XCOMM
XCOMM If TOP is incorrectly defined, uncomment and change the following
XCOMM line to point at the X11 distribution source.


      SRCS  = snftobdf.c input.c output.c
      OBJS  = snftobdf.o input.o output.o
   INCLUDES = -I. -I$(SERVERSRC)/include -I$(SERVERSRC)/include/old \
              -I$(SERVERSRC)/ddx/snf -I$(TOP)/fonts/include
   PROGRAM  = snftobdf

ComplexProgramTarget(snftobdf)
InstallManPage(snftobdf,$(MANDIR))
