#
# Imakefile -- to generate a Makefile for xtiff, use:
#   /usr/local/X11/mit/config/imake \
#       -I/usr/local/X11/mit/config \
#       -DTOPDIR=/usr/local/X11/mit \
#       -DCURDIR=/usr/local/X11/mit \
#       -DDESTDIR=/usr/local/X11/mit
#

   SYS_LIBRARIES = -lm
 LOCAL_LIBRARIES = XawClientLibs
         DEPLIBS = XawClientDepLibs
            TIFF = ../../../libtiff
 EXTRA_LIBRARIES = $(TIFF)/libtiff.so -lm
  EXTRA_INCLUDES = -I$(TIFF)

SimpleProgramTarget(xtiff)