#
# This makefile assumes you have the "vplot" graphics package.
# If you don't have it, you will have to change the various
# "vp_* ()" routines within domap.c to whatever graphical system
# you do have.
#
# You may have to modify the subroutines "twiddle16" and "twiddle32"
# to get "domap" to work properly on your machine.
#

domap:	domap.c
	cd getpar; make
	cc -O -o domap domap.c getpar/getparlib.a -lvplot -lm

