# $Id: Makefile,v 3.2 1991/08/29 16:11:01 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 *.bak

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

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