From 0140e4965d74ef53565929936af4160e2016bba7 Mon Sep 17 00:00:00 2001 From: Andrey Kiselev Date: Fri, 13 Oct 2006 07:37:27 +0000 Subject: [PATCH] Removed. --- contrib/dbs/xtiff/Imakefile | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 contrib/dbs/xtiff/Imakefile diff --git a/contrib/dbs/xtiff/Imakefile b/contrib/dbs/xtiff/Imakefile deleted file mode 100644 index 1aad45a4..00000000 --- a/contrib/dbs/xtiff/Imakefile +++ /dev/null @@ -1,17 +0,0 @@ -# -# 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)