#
# Imakefile for gvl tools
#
# Author:	Kenneth Chin-Purcell -- AHPCRC
#

#define IHaveSubdirs
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'

#ifdef SGIArchitecture
.NOTPARALLEL	:
SUBDIRS		= util lib icol raz bob
#else
SUBDIRS		= util lib icol
#endif

MakeSubdirs($(SUBDIRS))

cpbin	:
	cp bob/bob icol/icol raz/raz raz/xraz raz/cmdraz bin
	strip bin/bob bin/icol bin/raz bin/xraz

TARFILES	= ReadMe Copying Imake.h Imakefile Makefile doc bin $(SUBDIRS)

tarup	:
	find $(TARFILES) ! \( -name RCS -prune \) ! -type d -print | \
	tar cvf - -  | compress > gvl.tar.Z
