/**/#
/**/# Imakefile for array display TEST environment
/**/#
/**/# Stefan Haenssgen  05-11-91
/**/#		    07-13-91 : added targets "run" and "debug"
/**/#		    11-28-91 : Changes for visual.c instead of testa.c
/**/#		    12-28-91 : Changes for testv.c
/**/#		    02-04-92 : Added library libVis.a
/**/#		    02-06-92 : Added target testw (successor of testv)
/**/#		    08-27-92 : Added target testa (for activation visualizer)
/**/#		    11-24-92 : Added target testwidgets (for widget tests)
/**/#		    31-aug-93: Cleanup for Msdb distribution
/**/#

LIBOBJ		= display.o counter.o visual.o
SRCS 		= display.c counter.c visual.c
LOCAL_LIBRARIES	= XawClientLibs -lm
DEPLIBS		= XawClientDepLibs
LDOPTIONS	= -g
CCOPTIONS	= 
CDEBUGFLAGS	= -g

NormalLibraryTarget(Vis, $(LIBOBJ))

DependTarget()

