Makefile

Sun, 12 Aug 2001 11:03:16 +0000

author
eric
date
Sun, 12 Aug 2001 11:03:16 +0000
changeset 1
a6dc00305f0d
parent 0
cd8a1a22917f
child 6
72eb20f1a4ec
permissions
-rw-r--r--

added copyright and GPL notices.

     1 # tiffg4: reencode a bilevel TIFF file as a single-strip TIFF Class F Group 4
     2 # Makefile
     3 # $Id: Makefile,v 1.2 2001/08/12 03:03:16 eric Exp $
     4 # Copyright 2001 Eric Smith <eric@brouhaha.com>
     5 #
     6 # This program is free software; you can redistribute it and/or modify
     7 # it under the terms of the GNU General Public License version 2 as
     8 # published by the Free Software Foundation.  Note that permission is
     9 # not granted to redistribute this program under the terms of any
    10 # other version of the General Public License.
    11 #
    12 # This program is distributed in the hope that it will be useful,
    13 # but WITHOUT ANY WARRANTY; without even the implied warranty of
    14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    15 # GNU General Public License for more details.
    16 #
    17 # You should have received a copy of the GNU General Public License
    18 # along with this program; if not, write to the Free Software
    19 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111  USA
    22 LDLIBS = -ltiff -lm
    24 tiffg4: tiffg4.o