Some fix for scrolling with lasso.
[tangerine.git] / workbench / c / Unpack / mmakefile.src
blob4379287f0a5b693b397e54c930415f96a6da7215
1 # $Id$
3 # Makefile to build Unpack program.
5 include $(TOP)/config/make.cfg
7 FILES       := unpack gui package bzip2 file support
8 EXEDIR      := $(AROS_C)
10 #MM- workbench-c : workbench-c-unpack
11 #MM workbench-c-unpack : includes linklibs-bz2
13 %build_prog mmake=workbench-c-unpack \
14     progname=Unpack targetdir=$(EXEDIR) \
15     files=$(FILES) uselibs="bz2 amiga arosc" \
16     usestartup=no
18 %common