*** tools/Makefile.sun.orig Fri Sep 30 01:01:48 1994 --- tools/Makefile.sun Mon Nov 14 20:09:41 1994 *************** *** 31,37 **** # 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 --- 31,37 ---- # 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 *************** *** 40,50 **** CONF_LIBRARY=\ ${NULL} COPTS= ! CFLAGS= -g ${COPTS} ${IPATH} # LIBTIFF=../libtiff/libtiff.a ! LIBS= ${LIBTIFF} ! MACHALL=ras2tiff OBJS= \ fax2tiff.o \ gif2tiff.o \ --- 40,50 ---- CONF_LIBRARY=\ ${NULL} COPTS= ! CFLAGS= -O ${COPTS} ${IPATH} -D_HAVE_PARAM_H # LIBTIFF=../libtiff/libtiff.a ! LIBS= -L../libtiff -ltiff ! # MACHALL=ras2tiff OBJS= \ fax2tiff.o \ gif2tiff.o \ *************** *** 127,132 **** --- 127,133 ---- ${CC} -o thumbnail ${CFLAGS} thumbnail.c ${LIBS} -lm install: all + install -c -s ${ALL} ${PREFIX}/bin clean: rm -f ${ALL} ${OBJS} core a.out ycbcr