1.1 diff -r bfc6aaa089b0 -r 3d0be1c1c1b2 Makefile 1.2 --- a/Makefile Mon Aug 26 05:43:49 2002 +0000 1.3 +++ b/Makefile Mon Aug 26 06:03:55 2002 +0000 1.4 @@ -1,6 +1,6 @@ 1.5 # t2p: build a PDF file out of one or more TIFF Class F Group 4 files 1.6 # Makefile 1.7 -# $Id: Makefile,v 1.9 2002/01/30 00:55:53 eric Exp $ 1.8 +# $Id: Makefile,v 1.10 2002/08/25 22:03:55 eric Exp $ 1.9 # Copyright 2001 Eric Smith <eric@brouhaha.com> 1.10 # 1.11 # This program is free software; you can redistribute it and/or modify 1.12 @@ -25,7 +25,7 @@ 1.13 YFLAGS = -d -v 1.14 1.15 SRCS = bitblt.c bitblt_test.c t2p.c semantics.c 1.16 -HDRS = type.h bitblt.h t2p.h semantics.h 1.17 +HDRS = bitblt.h t2p.h semantics.h 1.18 MISC = Makefile scanner.l parser.y 1.19 1.20 TARGETS = t2p bitblt_test