Makefile

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