/*
 *  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 = -DXPM -I. # -DHELPFILE=\"${LIBDIR}/xless.help\" -DTILDE_EXPANSION

      DEPLIBS = XawClientDepLibs
SYS_LIBRARIES = -lXpm -lXm -ldbm XawClientLibs

SRCS= xftp.c xftp_getapw.c xftp_gethl.c sftp.c xftp_trdir.c\
	xftp_io.c xftp_props.c xftp_mainb.c gethostent.c xftp_view.c
OBJS= xftp.o xftp_getapw.o xftp_gethl.o sftp.o xftp_trdir.o\
	xftp_io.o xftp_props.o xftp_mainb.o gethostent.o xftp_view.o

ComplexProgramTarget(xftp)

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