#include "./../../../VNSImake.defs"

LOCAL_LIBRARIES = ../libvns_comm.a
  SYS_LIBRARIES = $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB) -lm

SRCS = \
tst.c

OBJS = \
tst.o

ComplexProgramTarget(tst)
