From 931cf1f2364be7f5a26fa3f15e54770fa0b21f8e Mon Sep 17 00:00:00 2001 From: Roger Leigh Date: Wed, 3 Feb 2021 20:43:12 +0000 Subject: Remove Makefile.lcc Unmaintained for 22 years. --- libtiff/Makefile.lcc | 128 ------------------------------------------------- tools/Makefile.lcc | 132 --------------------------------------------------- 2 files changed, 260 deletions(-) delete mode 100644 libtiff/Makefile.lcc delete mode 100644 tools/Makefile.lcc diff --git a/libtiff/Makefile.lcc b/libtiff/Makefile.lcc deleted file mode 100644 index fa7abb5d..00000000 --- a/libtiff/Makefile.lcc +++ /dev/null @@ -1,128 +0,0 @@ -# -# Tag Image File Format Library -# -# Copyright (c) 1988-1997 Sam Leffler -# Copyright (c) 1991-1997 Silicon Graphics, Inc. -# -# Permission to use, copy, modify, distribute, and sell this software and -# its documentation for any purpose is hereby granted without fee, provided -# that (i) the above copyright notices and this permission notice appear in -# all copies of the software and related documentation, and (ii) the names of -# Sam Leffler and Silicon Graphics may not be used in any advertising or -# publicity relating to the software without the specific, prior written -# permission of Stanford and Silicon Graphics. -# -# THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, -# EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY -# WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. -# -# IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR -# ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, -# OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -# WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF -# LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE -# OF THIS SOFTWARE. -# -DESTDIR=. -# -INSTALL=install -NULL= - -IPATH= -I. -I../jpeg -CONF_LIBRARY=\ - ${NULL} -COPTS= -Oloop -cwagshf -d1 -b0 -v -DNDEBUG -rr -j135i -CFLAGS= ${COPTS} ${IPATH} ${CONF_LIBRARY} -# -INCS= tiff.h tiffio.h -SRCS= tif_fax3.c \ - tif_fax4.c \ - tif_aux.c \ - tif_atari.c \ - tif_ccittrle.c \ - tif_close.c \ - tif_compress.c \ - tif_dir.c \ - tif_dirinfo.c \ - tif_dirread.c \ - tif_dirwrite.c \ - tif_dumpmode.c \ - tif_error.c \ - tif_getimage.c \ - tif_jpeg.c \ - tif_flush.c \ - tif_lzw.c \ - tif_next.c \ - tif_open.c \ - tif_packbits.c \ - tif_print.c \ - tif_read.c \ - tif_swab.c \ - tif_strip.c \ - tif_thunder.c \ - tif_tile.c \ - tif_version.c \ - tif_warning.c \ - tif_write.c \ - ${NULL} -OBJS= tif_fax3.o \ - tif_fax4.o \ - tif_aux.o \ - tif_atari.o \ - tif_ccittrle.o \ - tif_close.o \ - tif_compress.o \ - tif_dir.o \ - tif_dirinfo.o \ - tif_dirread.o \ - tif_dirwrite.o \ - tif_dumpmode.o \ - tif_error.o \ - tif_getimage.o \ - tif_jpeg.o \ - tif_flush.o \ - tif_lzw.o \ - tif_next.o \ - tif_open.o \ - tif_packbits.o \ - tif_print.o \ - tif_read.o \ - tif_swab.o \ - tif_strip.o \ - tif_thunder.o \ - tif_tile.o \ - tif_version.o \ - tif_warning.o \ - tif_write.o \ - ${NULL} -ALL= tiffrnb.lib - -all: ${ALL} - -${ALL}: ${OBJS} - ${AR} ${ARFLAGS} $@ r $< - -${OBJS}: tiffio.h tiff.h tiffcomp.h tiffiop.h tiffconf.h -tif_fax3.o: tif_fax3.c g3states.h t4.h tif_fax3.h - -g3states.h: mkg3states.c t4.h - ${CC} -o mkg3states.ttp ${CFLAGS} mkg3states.c - ./mkg3states -c > g3states.h - -install: all installh - -for i in ${ALL}; do \ - ${INSTALL} -c -m 644 $$i ${DESTDIR}/lib/$$i; \ - done - -installh: ${INCS} - -for i in ${INCS}; do \ - h=`basename $$i`; \ - cmp -s $$i ${DESTDIR}/include/$$h || \ - ${INSTALL} -c -m 444 $$i ${DESTDIR}/include/$$h; \ - done - -clean: - rm -f ${ALL} ${OBJS} mkg3states.ttp mkg3states.o g3states.h - -tags: ${SRCS} - ${CTAGS} ${SRCS} diff --git a/tools/Makefile.lcc b/tools/Makefile.lcc deleted file mode 100644 index a51432e5..00000000 --- a/tools/Makefile.lcc +++ /dev/null @@ -1,132 +0,0 @@ -# -# TIFF Library Tools -# -# Copyright (c) 1988-1997 Sam Leffler -# Copyright (c) 1991-1997 Silicon Graphics, Inc. -# -# Permission to use, copy, modify, distribute, and sell this software and -# its documentation for any purpose is hereby granted without fee, provided -# that (i) the above copyright notices and this permission notice appear in -# all copies of the software and related documentation, and (ii) the names of -# Sam Leffler and Silicon Graphics may not be used in any advertising or -# publicity relating to the software without the specific, prior written -# permission of Stanford and Silicon Graphics. -# -# THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, -# EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY -# WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. -# -# IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR -# ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, -# OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -# WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF -# LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE -# OF THIS SOFTWARE. -# -NULL= -IPATH= -I..\libtiff -# -# If you don't want the public domain getopt code, then -# simply null this out and you'll get whatever is in your -# libc (or similar). -# -GETOPT= getopt.o -# -# Library-wide configuration defines: -# Note that if you change the library-wide configuration, you'll -# need to manual force a full rebuild. -# -CONF_LIBRARY=\ - ${NULL} -COPTS= -Oloop -cwagshf -d1 -b0 -v -DNDEBUG -rr -j135i -CFLAGS= ${COPTS} ${IPATH} -# -LIBTIFF=..\libtiff\tiffrnb.lib -LIBS= -l${LIBTIFF} -lm -MACHALL=ras2tiff.ttp -OBJS=\ - fax2tiff.o \ - pal2rgb.o \ - ppm2tiff.o \ - rgb2ycbcr.o \ - tiff2bw.o \ - tiff2rgba.o \ - tiff2ps.o \ - tiffcmp.o \ - tiffcp.o \ - tiffdither.o \ - tiffdump.o \ - tiffinfo.o \ - tiffmedian.o \ - tiffsplit.o \ - raw2tiff.o \ - ${GETOPT} \ - ${NULL} -ALL=\ - fax2tiff.ttp \ - pal2rgb.ttp \ - ppm2tiff.ttp \ - rgb2ycbcr.ttp \ - tiff2bw.ttp \ - tiff2rgba.ttp \ - tiff2ps.ttp \ - tiffcmp.ttp \ - tiffcp.ttp \ - tiffdither.ttp \ - tiffdump.ttp \ - tiffinfo.ttp \ - tiffmedian.ttp \ - tiffsplit.ttp \ - raw2tiff.ttp \ - ${MACHALL} \ - ${NULL} - -all: ${ALL} - -tiffinfo.ttp: tiffinfo.c ${GETOPT} ${LIBTIFF} - ${CC} -o tiffinfo.ttp ${CFLAGS} tiffinfo.c ${GETOPT} ${LIBS} -tiffcmp.ttp: tiffcmp.c ${GETOPT} ${LIBTIFF} - ${CC} -o tiffcmp.ttp ${CFLAGS} tiffcmp.c ${GETOPT} ${LIBS} -tiffcp.ttp: tiffcp.c ${LIBTIFF} - ${CC} -o tiffcp.ttp ${CFLAGS} tiffcp.c ${LIBS} -tiffdump.ttp: tiffdump.c - ${CC} -o tiffdump.ttp ${CFLAGS} tiffdump.c -lm ${LIBS} -tiffmedian.ttp: tiffmedian.c ${LIBTIFF} - ${CC} -o tiffmedian.ttp ${CFLAGS} tiffmedian.c ${LIBS} -tiffsplit.ttp: tiffsplit.c ${LIBTIFF} - ${CC} -o tiffsplit.ttp ${CFLAGS} tiffsplit.c ${LIBS} -tiff2ps.ttp: tiff2ps.c ${LIBTIFF} - ${CC} -o tiff2ps.ttp ${CFLAGS} tiff2ps.c ${LIBS} -# junky stuff... -# convert RGB image to B&W -tiff2bw.ttp: tiff2bw.c ${GETOPT} ${LIBTIFF} - ${CC} -o tiff2bw.ttp ${CFLAGS} tiff2bw.c ${GETOPT} ${LIBS} -# convert anything to RGBA -tiff2rgba.ttp: tiff2rgba.c ${GETOPT} ${LIBTIFF} - ${CC} -o tiff2rgba.ttp ${CFLAGS} tiff2rgba.c ${GETOPT} ${LIBS} -# convert B&W image to bilevel w/ FS dithering -tiffdither.ttp: tiffdither.c ${LIBTIFF} - ${CC} -o tiffdither.ttp ${CFLAGS} tiffdither.c ${LIBS} -# Group 3 FAX file converter -fax2tiff.ttp: fax2tiff.c ${GETOPT} ${LIBTIFF} - ${CC} -o fax2tiff.ttp ${CFLAGS} ${CONF_LIBRARY} fax2tiff.c ${GETOPT} ${LIBS} -# convert Palette image to RGB -pal2rgb.ttp: pal2rgb.c ${LIBTIFF} - ${CC} -o pal2rgb.ttp ${CFLAGS} pal2rgb.c ${LIBS} -# convert RGB image to YCbCr -rgb2ycbcr.ttp: rgb2ycbcr.c ${GETOPT} ${LIBTIFF} - ${CC} -o rgb2ycbcr.ttp ${CFLAGS} rgb2ycbcr.c ${GETOPT} ${LIBS} -# PBM converter -ppm2tiff.ttp: ppm2tiff.c ${LIBTIFF} - ${CC} -o ppm2tiff.ttp ${CFLAGS} ppm2tiff.c ${LIBS} -# convert raw images to TIFFs -raw2tiff.ttp: raw2tiff.c ${LIBTIFF} - ${CC} -o raw2tiff.ttp ${CFLAGS} raw2tiff.c ${LIBS} -# generate thumbnail images from fax -thumbnail: thumbnail.c ${LIBTIFF} - ${CC} -o thumbnail ${CFLAGS} thumbnail.c ${LIBS} -lm - -install: all - -clean: - rm -f ${ALL} ${OBJS} ycbcr.ttp -- cgit v1.2.1