XCOMM
XCOMM  Choose whatever mail path is appropriate for your system
XCOMM
#ifdef XlbiffMailPath
MAILPATH = XlbiffMailPath
#else
#if	defined(SYSV) || defined(SVR4)
MAILPATH = /usr/mail/%s
#else
MAILPATH = /usr/spool/mail/%s
#endif
#endif

XCOMM
XCOMM  Where you want the xlbiff.form file to go
XCOMM
#ifdef	XmhLibDir
MHLIBDIR = XmhLibDir
#else
MHLIBDIR = /usr/new/lib/mh
#endif

XCOMM
XCOMM  Define this if your OS doesn't have strerror (eg, SunOS)
XCOMM
XCOMM  NEED_STRERROR = -DNEED_STRERROR

XCOMM
XCOMM  Define this if your OS prefers bcopy to memcpy
XCOMM
XCOMM       USE_BCOPY = -DUSE_BCOPY


XCOMM    CDEBUGFLAGS = -g -DDEBUG

        DEFINES = -DMAILPATH=\"$(MAILPATH)\"  $(NEED_STRERROR)  $(USE_BCOPY)
        DEPLIBS = XawClientDepLibs
LOCAL_LIBRARIES = XawClientLibs

SimpleProgramTarget(xlbiff)
InstallAppDefaults(XLbiff)

InstallNonExecFile(xlbiff.form,$(MHLIBDIR))
