# Imakefile for viewfax

# delete the next line if you do not need tiff support
      DEFINES = -DWITH_TIFF

         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)
