GEOM = ../../..
include ${GEOM}/makefiles/Makedefs.global
include Makedefs
include ${GEOM}/makefiles/Makedefs.SUBDIRS

GV = gv

all:	_always

include ${GEOM}/makefiles/Makerules.allsrc

# The following updates geomview.5 by running geomview to produce
# the documenation strings.  It runs geomview with no panels or
# windows, but even so under IRIX 3.x it requires that the window
# server be running in order to work.  Under IRIX 4.x it works
# in all cases.

# The makefile does not automatically update geomview.5 when lang.c
# changes.  You must explicitly type "make geomview.5" in order for
# this to happen.

all:
	@if [ -n "${GVTYPE}" ]; then	\
	    cd ${GVTYPE}; ${MAKE};	\
	else				\
	    for d in ${DIRS_THIS_MACH}; do (${CDd}; ${MAKE} SITE=${SITE} $@); done; \
	fi

install: formatman installman ${INSTALLS}
	@if [ -n "${GVTYPE}" ]; then	\
	    cd ${GVTYPE}; ${MAKE} install;	\
	else				\
	    for d in ${DIRS_THIS_MACH}; do (${CDd}; ${MAKE} SITE=${SITE} $@); done; \
	fi






