#
# Imakefile for bob
#
# Author:	Kenneth Chin-Purcell -- AHPCRC
#

TOP		= ..
APP		= bob
CLASS		= Bob
SRC		= bob.c setup.c vox.c draw.c
LIB		= $(LIBGVL) $(MOTIF_LIB) -lXirisw \
		  $(XTOOLLIB) $(XMULIB) -lgl_s $(XLIB) -lmpc

#include "../Imake.h"

NormalProgramTarget(bobload,bobload.o,,,)
InstallManPage(allbob,/usr/local/man/cat1)

#
# Dependencies
bob.o : bob.c ../lib/util.h ../lib/skip.h ../lib/xtutil.h ../lib/glutil.h vox.h \
  bob.h setup.h 
vox.o : vox.c ../lib/util.h ../lib/skip.h ../lib/xtutil.h ../lib/glutil.h vox.h \
  bob.h 
setup.o : setup.c ../lib/util.h ../lib/skip.h ../lib/xtutil.h ../lib/glutil.h \
  vox.h bob.h setup.h bob.x 
