1.1 --- a/Makefile Sun Aug 12 11:03:08 2001 +0000 1.2 +++ b/Makefile Sun Aug 12 11:03:16 2001 +0000 1.3 @@ -1,3 +1,24 @@ 1.4 +# tiffg4: reencode a bilevel TIFF file as a single-strip TIFF Class F Group 4 1.5 +# Makefile 1.6 +# $Id: Makefile,v 1.2 2001/08/12 03:03:16 eric Exp $ 1.7 +# Copyright 2001 Eric Smith <eric@brouhaha.com> 1.8 +# 1.9 +# This program is free software; you can redistribute it and/or modify 1.10 +# it under the terms of the GNU General Public License version 2 as 1.11 +# published by the Free Software Foundation. Note that permission is 1.12 +# not granted to redistribute this program under the terms of any 1.13 +# other version of the General Public License. 1.14 +# 1.15 +# This program is distributed in the hope that it will be useful, 1.16 +# but WITHOUT ANY WARRANTY; without even the implied warranty of 1.17 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 1.18 +# GNU General Public License for more details. 1.19 +# 1.20 +# You should have received a copy of the GNU General Public License 1.21 +# along with this program; if not, write to the Free Software 1.22 +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA 1.23 + 1.24 + 1.25 LDLIBS = -ltiff -lm 1.26 1.27 tiffg4: tiffg4.o