/*
** Choose whatever mail path is appropriate for your system
*/
#ifdef XlbiffMailPath
MAILPATH = XlbiffMailPath
#else
/* MAILPATH = /udir/%s/.maildrop	*/
/* MAILPATH = /usr/mail/%s 		*/
#ifdef SYSV
MAILPATH = /usr/mail/%s
#else
MAILPATH = /usr/spool/mail/%s
#endif
#endif

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

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

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


/*    CDEBUGFLAGS = -g -DDEBUG*/

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

SimpleProgramTarget(xlbiff)
InstallAppDefaults(XLbiff)
/*
** Uncomment this if you have R5 and want to install the scan format file
*/
/* InstallNonExecFile(xlbiff.form,$(MHLIBDIR)) */
