Makefile

changeset 166
301f6f17c364
parent 163
d0ff99135a39
child 170
e375cda0342e
     1.1 --- a/Makefile	Mon Dec 14 15:44:55 2009 +0000
     1.2 +++ b/Makefile	Mon Dec 14 15:51:53 2009 +0000
     1.3 @@ -65,11 +65,12 @@
     1.4  TARGETS = tumble
     1.5  
     1.6  CSRCS = tumble.c semantics.c \
     1.7 -	tumble_input.c tumble_tiff.c tumble_jpeg.c tumble_pbm.c \
     1.8 +	tumble_input.c tumble_tiff.c tumble_jpeg.c \
     1.9 +	tumble_pbm.c tumble_png.c tumble_jp2.c \
    1.10  	bitblt.c bitblt_table_gen.c bitblt_g4.c g4_table_gen.c \
    1.11  	pdf.c pdf_util.c pdf_prim.c pdf_name_tree.c \
    1.12  	pdf_bookmark.c pdf_page_label.c \
    1.13 -	pdf_text.c pdf_g4.c pdf_jpeg.c
    1.14 +	pdf_text.c pdf_g4.c pdf_jpeg.c pdf_png.c pdf_jp2.c
    1.15  OSRCS = scanner.l parser.y
    1.16  HDRS = tumble.h tumble_input.h semantics.h bitblt.h bitblt_tables.h \
    1.17  	pdf.h pdf_private.h pdf_util.h pdf_prim.h pdf_name_tree.h
    1.18 @@ -107,11 +108,12 @@
    1.19  
    1.20  
    1.21  TUMBLE_OBJS = tumble.o semantics.o \
    1.22 -		tumble_input.o tumble_tiff.o tumble_jpeg.o tumble_pbm.o \
    1.23 +		tumble_input.o tumble_tiff.o tumble_jpeg.o \
    1.24 +		tumble_pbm.o tumble_png.o tumble_jp2.o \
    1.25  		bitblt.o bitblt_g4.o bitblt_tables.o g4_tables.o \
    1.26  		pdf.o pdf_util.o pdf_prim.o pdf_name_tree.o \
    1.27  		pdf_bookmark.o pdf_page_label.o \
    1.28 -		pdf_text.o pdf_g4.o pdf_jpeg.o
    1.29 +		pdf_text.o pdf_g4.o pdf_jpeg.o pdf_png.o pdf_jp2.o
    1.30  
    1.31  ifdef CTL_LANG
    1.32  TUMBLE_OBJS += scanner.o parser.tab.o