#
#       Imakefile for Plotter Widget Demo program using Xm
#       klin, Mon Aug 17 07:16:31 1992

CDEBUGFLAGS = -g
INCLUDES= -I../At
LOCAL_LIBRARIES = ../At/libAt.a
SYS_LIBRARIES =  $(XMLIB) $(XMULIB) $(XTOOLLIB) $(XLIB) -lm

SRCS = Main.c BuildMain.c Plot.c Message.c Dialog.c Help.c Zoom.c MotiLib.c
OBJS = Main.o BuildMain.o Plot.o Message.o Dialog.o Help.o Zoom.o MotiLib.o

ComplexProgramTarget(mplot)
