1 2 3 4 5 6 7 8 9 10 11 12 13
GO_LIBRARY() IF (TRUE) SRCS( deflate.go deflatefast.go dict_decoder.go huffman_bit_writer.go huffman_code.go inflate.go token.go ) ENDIF() END()