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
XCOMM Supported defines, just add after 'DEFINES = '.
XCOMM 'STRFMON'  for  internationalized currency display.
XCOMM 'NEED_STRPTIME'  needed for FreeBSD and IRIX 5.x.
XCOMM 'NEED_STRCASECMP' needed for UnixWare.
XCOMM 'SHAPE' for a transparent icon.
XCOMM
XCOMM For X Printing support :
XCOMM	HAVE_LIBDT and XPRINT if CDE or LessTif's libDt is around
XCOMM

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

SRCS =	account.c askuser.c calendar.c color.c drawing.c \
	edit.c fileXi.c functions.c graph.c help.c nav.c pixmap.c portfolio.c \
	pref.c rate.c remoteXi.c report.c resource.c session.c sessionXi.c \
        status.c tooltips.c trans.c util.c xinvest.c xutil.c

OBJS =	account.o askuser.o calendar.o color.o drawing.o \
	edit.o fileXi.o functions.o graph.o help.o nav.o pixmap.o portfolio.o \
	pref.o rate.o remoteXi.o report.o resource.o session.o sessionXi.o \
	status.o tooltips.o trans.o util.o xinvest.o xutil.o


ComplexProgramTarget(Xinvest)
InstallAppDefaults(Xinvest)
