2 # Imakefile -- to generate a Makefile for xtiff, use:
3 # /usr/local/X11/mit/config/imake \
4 # -I/usr/local/X11/mit/config \
5 # -DTOPDIR=/usr/local/X11/mit \
6 # -DCURDIR=/usr/local/X11/mit \
7 # -DDESTDIR=/usr/local/X11/mit
11 LOCAL_LIBRARIES = XawClientLibs
12 DEPLIBS = XawClientDepLibs
13 TIFF = ../../../libtiff
14 EXTRA_LIBRARIES = $(TIFF)/libtiff.so -lm
15 EXTRA_INCLUDES = -I$(TIFF)
17 SimpleProgramTarget(xtiff)