#
#       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 HPArchitecture
#if ProjectX > 4
XMINCLUDE = -I/usr/include/Motif1.2
XMLIB = -L/usr/lib/Motif1.2 -lXm
#else
XMINCLUDE = -I/usr/include/Motif1.1
XMLIB = -L/usr/lib/Motif1.1 -lXm
#endif
XMCLIENTLIBS = $(XMLIB) $(XTOOLLIB) $(XLIB) -lPW
CCOPTIONS = -Wp,-H500000
#endif

#ifdef  UseInstalledAt
INCLUDES = $(XMINCLUDE) -I/usr/remote/include/At
SYS_LIBRARIES = -L/usr/remote/lib9/X11/At -lAt $(XMCLIENTLIBS) -lm
#else
INCLUDES = -I../At $(XMINCLUDE)
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)
