# Imakefile for viewfax

#if 0
define these if the defaults are unsuitable
BINDIR = /usr/local/bin		/* where you want the binary installed */
MANDIR = /usr/local/man/man1	/* where you want the man file installed */
HELPDIR = /usr/local/lib	/* where you want the help file installed */
#endif

HELPDIR = ${USRLIBDIR}/X11
DEFINES = -DHELPFILE=\"$(HELPDIR)/viewfax.tif\"
/* add -DREAL_ROOT to the line above if you are running KDE2.1 */

SRCS = viewfax.c faxinput.c faxinit.c faxexpand.c
OBJS = viewfax.o faxinput.o faxinit.o faxexpand.o
SYS_LIBRARIES = $(XLIB)
DEPLIBS = $(DEPXLIB)

ComplexProgramTarget(viewfax)
InstallNonExec(viewfax.tif,$(HELPDIR))
