1.1 diff -r 4cd9d23d924a -r 96c64a7566df Makefile 1.2 --- a/Makefile Wed Mar 05 20:56:25 2003 +0000 1.3 +++ b/Makefile Fri Mar 07 10:16:08 2003 +0000 1.4 @@ -1,7 +1,7 @@ 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.17 2003/03/04 17:58:36 eric Exp $ 1.8 -# Copyright 2001 Eric Smith <eric@brouhaha.com> 1.9 +# $Id: Makefile,v 1.18 2003/03/07 02:16:08 eric Exp $ 1.10 +# Copyright 2001, 2002, 2003 Eric Smith <eric@brouhaha.com> 1.11 # 1.12 # This program is free software; you can redistribute it and/or modify 1.13 # it under the terms of the GNU General Public License version 2 as 1.14 @@ -42,11 +42,13 @@ 1.15 1.16 TARGETS = t2p bitblt_test 1.17 1.18 -CSRCS = t2p.c semantics.c bitblt.c bitblt_test.c bitblt_table_gen.c \ 1.19 - pdf.c pdf_util.c pdf_prim.c pdf_bookmark.c pdf_g4.c pdf_g4_table_gen.c 1.20 +CSRCS = t2p.c semantics.c \ 1.21 + bitblt.c bitblt_test.c bitblt_table_gen.c \ 1.22 + pdf_g4.c pdf_g4_table_gen.c \ 1.23 + pdf.c pdf_util.c pdf_prim.c pdf_bookmark.c pdf_name_tree.c 1.24 OSRCS = scanner.l parser.y 1.25 HDRS = t2p.h semantics.h bitblt.h \ 1.26 - pdf.h pdf_private.h pdf_util.h pdf_prim.h 1.27 + pdf.h pdf_private.h pdf_util.h pdf_prim.h pdf_name_tree.h 1.28 MISC = COPYING Makefile 1.29 1.30 DISTFILES = $(MISC) $(HDRS) $(CSRCS) $(OSRCS) 1.31 @@ -62,7 +64,8 @@ 1.32 1.33 1.34 t2p: t2p.o scanner.o semantics.o parser.tab.o bitblt.o \ 1.35 - pdf.o pdf_util.o pdf_prim.o pdf_bookmark.o pdf_g4.o 1.36 + pdf_g4.o \ 1.37 + pdf.o pdf_util.o pdf_prim.o pdf_bookmark.o pdf_name_tree.o 1.38 1.39 bitblt_tables.h: bitblt_table_gen 1.40 ./bitblt_table_gen >bitblt_tables.h