1##############################################################################
2## subMakefile for misc support routines
3##############################################################################
4
5misc/crc16.$(O):      misc/crc16.h   misc/subMakefile config.h
6misc/crc32.$(O):      misc/crc32.h   misc/subMakefile config.h
7misc/avl.$(O):        misc/avl.h     misc/subMakefile config.h
8misc/ll.$(O):         misc/ll.h      misc/subMakefile config.h
9misc/jzprint.$(O):    misc/jzprint.h misc/subMakefile config.h misc/printer.h
10misc/file_crc32.$(O): misc/crc32.h   misc/subMakefile config.h lzoe/lzoe.h
11misc/types.$(O):      misc/types.h   misc/subMakefile config.h misc/printer.h
12misc/printer.$(O):    misc/printer.h
13
14OBJS += misc/crc32.$(O) misc/crc16.$(O) misc/avl.$(O) misc/ll.$(O)
15OBJS += misc/file_crc32.$(O) misc/types.$(O) misc/jzprint.$(O) misc/printer.$(O)
16
17