Implemented bz2 as shared library.
[AROS.git] / workbench / libs / bz2 / mmakefile.src
blobf83580edf9322f1831158c44c4464456b277647d
1 #   $Id$
2 include $(TOP)/config/make.cfg
4 #MM workbench-libs-bz2-includes : \
5 #MM     kernel-exec-includes includes-copy
7 #MM- workbench-libs-bz2 : linklibs
9 FILES := init-aros blocksort huffman crctable randtable  \
10          compress decompress bzlib malloc semaphores
12 USER_CFLAGS := -DBZ_NO_STDIO
14 %build_module mmake=workbench-libs-bz2 \
15     modname=bz2 modtype=library \
16     files=$(FILES) uselibs="rom"
18 %common