1.1 diff -r 6e306105c128 -r 12bc5088172e Makefile 1.2 --- a/Makefile Wed Mar 05 01:58:31 2003 +0000 1.3 +++ b/Makefile Wed Mar 05 01:58:36 2003 +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.16 2003/02/22 02:02:06 eric Exp $ 1.8 +# $Id: Makefile,v 1.17 2003/03/04 17:58:36 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 @@ -43,7 +43,7 @@ 1.13 TARGETS = t2p bitblt_test 1.14 1.15 CSRCS = t2p.c semantics.c bitblt.c bitblt_test.c bitblt_table_gen.c \ 1.16 - pdf.c pdf_util.c pdf_prim.c pdf_g4.c pdf_g4_table_gen.c 1.17 + pdf.c pdf_util.c pdf_prim.c pdf_bookmark.c pdf_g4.c pdf_g4_table_gen.c 1.18 OSRCS = scanner.l parser.y 1.19 HDRS = t2p.h semantics.h bitblt.h \ 1.20 pdf.h pdf_private.h pdf_util.h pdf_prim.h 1.21 @@ -62,7 +62,7 @@ 1.22 1.23 1.24 t2p: t2p.o scanner.o semantics.o parser.tab.o bitblt.o \ 1.25 - pdf.o pdf_util.o pdf_prim.o pdf_g4.o 1.26 + pdf.o pdf_util.o pdf_prim.o pdf_bookmark.o pdf_g4.o 1.27 1.28 bitblt_tables.h: bitblt_table_gen 1.29 ./bitblt_table_gen >bitblt_tables.h