Home
last modified time | relevance | path

Searched refs:lm (Results 1 – 7 of 7) sorted by relevance

/libtiff-4.0.7/tools/
H A DMakefile.lcc46 LIBS= -l${LIBTIFF} -lm
94 ${CC} -o tiffdump.ttp ${CFLAGS} tiffdump.c -lm ${LIBS}
128 ${CC} -o thumbnail ${CFLAGS} thumbnail.c ${LIBS} -lm
H A Dtiff2ps.c1482 int TIFF2PS(FILE* fd, TIFF* tif, double pgwidth, double pgheight, double lm, double bm, int center) in TIFF2PS() argument
1489 double left_offset = lm * PS_UNIT_SIZE; in TIFF2PS()
/libtiff-4.0.7/
H A Dconfigure.ac170 LIBS="-lm $LIBS"
171 tiff_libs_private="-lm ${tiff_libs_private}"
H A DChangeLog1292 static linking by adding -lm to Libs.private when needed.
6358 * configure: fixed test for -lm.
6598 * configure/config.site: modified to check if -lm is needed for
/libtiff-4.0.7/m4/
H A Dacinclude.m4226 [GL_CFLAGS="${PTHREAD_CFLAGS}"; GL_LIBS="${PTHREAD_LIBS} -lm"])
H A Dlibtool.m43849 AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
3852 AC_CHECK_LIB(m, cos, LIBM=-lm)
/libtiff-4.0.7/config/
H A Dltmain.sh7012 if test X-lc = "X$arg" || test X-lm = "X$arg"; then