# 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\" 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)) BINDIR = /usr/X11R6/bin HELPDIR = /usr/X11R6/lib MANDIR = /usr/X11R6/man/man1