"SfR Fresh" - the SfR Freeware/Shareware Archive 
Member "viewfax-2.6/Imakefile" of archive viewfax-2.6.tar.gz:
As a special service "SfR Fresh" has tried to format the requested source page into HTML format using source code syntax highlighting with prefixed line numbers.
Alternatively you can here view or download the uninterpreted source code file.
That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
1 # Imakefile for viewfax
2
3 #if 0
4 define these if the defaults are unsuitable
5 BINDIR = /usr/local/bin /* where you want the binary installed */
6 MANDIR = /usr/local/man/man1 /* where you want the man file installed */
7 HELPDIR = /usr/local/lib /* where you want the help file installed */
8 #endif
9
10 HELPDIR = ${USRLIBDIR}/X11
11 DEFINES = -DHELPFILE=\"$(HELPDIR)/viewfax.tif\"
12 /* add -DREAL_ROOT to the line above if you are running KDE2.1 */
13
14 SRCS = viewfax.c faxinput.c faxinit.c faxexpand.c
15 OBJS = viewfax.o faxinput.o faxinit.o faxexpand.o
16 SYS_LIBRARIES = $(XLIB)
17 DEPLIBS = $(DEPXLIB)
18
19 ComplexProgramTarget(viewfax)
20 InstallNonExec(viewfax.tif,$(HELPDIR))