/*
 *  Possible additions to DEFINES (with their hardcoded defaults)
 *
 *	-DDEFEDITOR=\"/usr/ucb/vi\"	- path to default editor
 *	-DPRINTCMD=\"/usr/ucb/lpr\"	- path to send file to printer
 *	-DTILDE_EXPANSION		- perform ~ expansion on filenames
 */
      DEFINES = -DHELPFILE=\"/usr/local/X11/lib/xless.help\" -DTILDE_EXPANSION

      DEPLIBS = XawClientDepLibs
SYS_LIBRARIES = XawClientLibs

         SRCS = help.c init.c popup.c util.c callbacks.c window.c main.c \
		actions.c functions.c
         OBJS = help.o init.o popup.o util.o callbacks.o window.o main.o \
		actions.o functions.o

ComplexProgramTarget(xless)

InstallNonExec(xless.help, ${USRLIBDIR}/help)
InstallAppDefaults(XLess)
#if ProjectX >= 5
/*
 * Only users of X11R5 (and beyond) can automatically use the color defaults
 */
InstallAppDefaultsLong(XLess-co,XLess-color)
#endif
