# $Id: Makefile,v 3.1 1991/04/01 22:06:00 steve Exp $
# $__Header$
#
# Makefile for the "doc/binding" subdirectory of the XGKS package.

# Anticipated, changeable macros (others might not work):
TROFF	= troff

# End of anticipated macros

MY_MFLAGS	= \
		TBL="$(TBL)" \
		TROFF="$(TROFF)

NAME		= binding

all:		cbinding.me

install:

hardcopy:	cbinding.hc

clean:
	rm -f core cbinding.me AP *.out *.log *.t

cbinding.hc:	cbinding.me
	$(TROFF) -me cbinding.me

cbinding.me:	function_list Cbinding.src
	mkcbinding function_list Cbinding.src > $@
