# GEOMDATA should be the absolute pathname of a directory which
# Geomview will search for data files.  This directory may contain
# sample input files, and/or a file named ".geomview" containing
# commands which Geomview will execute upon startup.  If you leave
# this blank, the makefiles use a default directory distributed with
# Geomview (the "data" directory).  If you put something here, it is
# your responsibility to install the example files from the "data"
# directory into this directory (the makefiles will not do it
# automatically).

GEOMDATA = 

# GEOMBIN should be the absolute pathname of the directory where you
# will install the executable files associated with geomview.  This
# includes geomview itself and other executables in the directory
# bin/sgi.  If you want to leave these executables in the bin/sgi,
# which is where they will be after you've done "make install", then
# define GEOMBIN to be empty.

GEOMBIN =

########################################################################
# Do not change anything below here

DISTDIRS = makefiles tools src doc man
DISTFILES = CHANGES README COPYING include config
