#
#       Imakefile for Motif and plotter demo
#       klin, Mon Jun 29 19:09:41 1992

CDEBUGFLAGS = -g
INCLUDES= -I..
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 MotiLib.c
OBJS = Main.o BuildMain.o Plot.o Message.o Dialog.o Help.o MotiLib.o

ComplexProgramTarget(mplot)
