home *** CD-ROM | disk | FTP | other *** search
/ Practical Algorithms for Image Analysis / Practical Algorithms for Image Analysis.iso / TARFILE.GZ / tarfile / libtiff / contrib / dbs / xtiff / Imakefile next >
Encoding:
Makefile  |  1999-09-11  |  475 b   |  18 lines

  1. #
  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
  8. #
  9.  
  10.    SYS_LIBRARIES = -lm
  11.  LOCAL_LIBRARIES = XawClientLibs
  12.          DEPLIBS = XawClientDepLibs
  13.             TIFF = ../../../libtiff
  14.  EXTRA_LIBRARIES = $(TIFF)/libtiff.so -lm
  15.   EXTRA_INCLUDES = -I$(TIFF)
  16.  
  17. SimpleProgramTarget(xtiff)
  18.