--- pzip-0.83/Makefile~ 2008-04-06 01:47:44.412480199 +0300 +++ pzip-0.83/Makefile 2008-04-06 02:12:48.442480342 +0300 @@ -25,7 +25,30 @@ all: pzip .c.o: $(CC) -c $(CFLAGS) $(INCLUDES) $< -$(OBJS): version.h +arithmetic-encoding.o: arithmetic-encoding.c inc.h safe.h \ + arithmetic-encoding.h +config.o: config.c config.h inc.h safe.h +context.o: context.c context.h inc.h safe.h config.h node.h see.h \ + arithmetic-encoding.h excluded_symbols.h deterministic.h pool.h hash.h +crc32.o: crc32.c inc.h safe.h +det_escape.o: det_escape.c inc.h safe.h arithmetic-encoding.h intmath.h \ + det_escape.h config.h +deterministic.o: deterministic.c deterministic.h inc.h safe.h \ + arithmetic-encoding.h excluded_symbols.h context.h config.h node.h \ + see.h pool.h det_escape.h intmath.h +hash.o: hash.c inc.h safe.h hash.h context.h config.h node.h see.h \ + arithmetic-encoding.h excluded_symbols.h deterministic.h pool.h +intmath.o: intmath.c inc.h safe.h intmath.h +main.o: main.c pzip.h inc.h safe.h config.h version.h crc32.h intmath.h +node.o: node.c node.h inc.h safe.h +order-1.o: order-1.c order-1.h inc.h safe.h excluded_symbols.h \ + arithmetic-encoding.h +pool.o: pool.c inc.h safe.h pool.h +pzip.o: pzip.c pzip.h inc.h safe.h arithmetic-encoding.h deterministic.h \ + excluded_symbols.h context.h config.h node.h see.h pool.h order-1.h +safe.o: safe.c +see.o: see.c see.h inc.h safe.h arithmetic-encoding.h config.h context.h \ + node.h excluded_symbols.h deterministic.h pool.h intmath.h pzip: $(OBJS) $(CC) -o $@ $(CFLAGS) $(OBJS) $(LIBS)