~brian-sidebotham/wxwidgets-cmake/wxpython-2.9.4

« back to all changes in this revision

Viewing changes to src/tiff/contrib/dbs/xtiff/Imakefile

  • Committer: Brian Sidebotham
  • Date: 2013-08-03 14:30:08 UTC
  • Revision ID: brian.sidebotham@gmail.com-20130803143008-c7806tkych1tp6fc
Initial import into Bazaar

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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)