summaryrefslogtreecommitdiffstats
path: root/rbutil/bzip2/Makefile
blob: 6dc59ed0258d96148a22ac7a325169403bb13ac0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#             __________               __   ___.
#   Open      \______   \ ____   ____ |  | _\_ |__   _______  ___
#   Source     |       _//  _ \_/ ___\|  |/ /| __ \ /  _ \  \/  /
#   Jukebox    |    |   (  <_> )  \___|    < | \_\ (  <_> > <  <
#   Firmware   |____|_  /\____/ \___  >__|_ \|___  /\____/__/\_ \
#                     \/            \/     \/    \/            \/
# $Id$
#

LIBSOURCES := blocksort.c  compress.c  decompress.c  randtable.c \
	bzlib.c crctable.c  huffman.c

OUTPUT := bz2

include ../libtools.make