SYS_LIBRARIES= /usr/lib/libXm.a $(XTOOLLIB) $(XLIB) -lm

CC = gcc -g -DNeedFunctionProtoTypes
CFLAGS=  -DMOTIF
SRCS= ImageVT.c ImageV.c
OBJS= ImageVT.o ImageV.o
PROGRAM= ImageVT 

ComplexProgramTarget(ImageVT)

depend:: ImageVP.h ImageV.h 
