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.

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 file.c functions.c graph.c help.c nav.c pixmap.c portfolio.c \
	rate.c remote.c report.c session.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 file.o functions.o graph.o help.o nav.o pixmap.o portfolio.o \
	rate.o remote.o report.o session.o status.o tooltips.o trans.o \
	util.o xinvest.o xutil.o


ComplexProgramTarget(Xinvest)
InstallAppDefaults(Xinvest)
