mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-05 18:44:54 +00:00
e6e5fde3b0
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13134 d0543943-73ff-0310-b7d9-9358b9ac24b2
18 lines
475 B
Plaintext
18 lines
475 B
Plaintext
#
|
|
# 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)
|