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