]> git.saurik.com Git - wxWidgets.git/blob - src/tiff/contrib/dbs/xtiff/Imakefile
wxMessageBox off the main thread lost result code.
[wxWidgets.git] / src / tiff / contrib / dbs / xtiff / Imakefile
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)