#
#       Imakefile for Plotter Widget Demo program using Xm
#       klin, Tue Jan  5 19:17:17 1993
#

/* Uncomment UseInstalledAt if libAt.a and include files are installed */
#define UseInstalledAt

/* Set to -O if you trust your compiler */
CDEBUGFLAGS = -g

#ifdef  UseInstalledAt
INCLUDES =
SYS_LIBRARIES = -lAt XmClientLibs -lm
#else
INCLUDES = -I../At
SYS_LIBRARIES = ../At/libAt.a XmClientLibs -lm
#endif

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

ComplexProgramTarget(mplot)
