XCOMM
XCOMM Just add the path to XPM and/or Motif if not in the default place.
XCOMM 1. INCLUDES should point to the directory holding xpm.h and/or Motif
XCOMM 2. SYS_LIBRARIES may need full path to libXpm.a and/or libXm.a
XCOMM    (Solaris users add -lsocket -lnsl after $(XLIB).
XCOMM
XCOMM Supported defines, just add after 'DEFINES = '.
XCOMM 'NEED_STRPTIME' for SGI IRIX 5.x.
XCOMM 'NEED_STRCASECMP' for UnixWare.
XCOMM 'SHAPE' for a transparent icon.
XCOMM 'NO_XMU' for HPUX users without libXmu. This removes Xquote/Xinvest
XCOMM price communication.

DEFINES = -DSHAPE -DXQUOTE
INCLUDES = -I$(INCROOT)/X11
SYS_LIBRARIES = -lXbae -lXm -lXpm $(XMULIB) $(XTOOLLIB) -lXext $(XLIB) -lm
DEPLIBS = 

SRCS =  about.c color.c fileXq.c help.c optdetail.c option.c optnet.c \
	opttick.c optupdate.c parse.c pixmap.c remoteXq.c server.c session.c \
	sessionXi.c status.c tape.c util.c view.c xquote.c xutil.c

OBJS =  about.o color.o fileXq.o help.o optdetail.o option.o optnet.o \
	opttick.o optupdate.o parse.o pixmap.o remoteXq.o server.o session.o \
	sessionXi.o status.o tape.o util.o view.o xquote.o xutil.o

ComplexProgramTargetNoMan(Xquote)
InstallAppDefaults(Xquote)
