Makefile

changeset 70
16e2cf55dbd9
parent 62
9bd354b83e16
child 71
3e2d23e25fc3
     1.1 diff -r 1bec9168554f -r 16e2cf55dbd9 Makefile
     1.2 --- a/Makefile	Fri Feb 21 12:28:37 2003 +0000
     1.3 +++ b/Makefile	Fri Feb 21 12:29:16 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.14 2003/02/20 04:44:17 eric Exp $
     1.8 +# $Id: Makefile,v 1.15 2003/02/21 04:29:16 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 @@ -45,7 +45,8 @@
    1.13  CSRCS = t2p.c semantics.c bitblt.c bitblt_test.c bitblt_table_gen.c \
    1.14  	pdf.c pdf_util.c pdf_prim.c pdf_g4.c
    1.15  OSRCS = scanner.l parser.y
    1.16 -HDRS = t2p.h semantics.h bitblt.h
    1.17 +HDRS = t2p.h semantics.h bitblt.h \
    1.18 +	pdf.h pdf_private.h pdf_util.h pdf_prim.h pdf_g4_codes.h
    1.19  MISC = COPYING Makefile
    1.20  
    1.21  DISTFILES = $(MISC) $(HDRS) $(CSRCS) $(OSRCS)