muimaster.library: Area class will not eat wheel movement messages
[AROS.git] / workbench / libs / mathffp / mmakefile.src
blob643a84a51810807e11c0533cd1a802764d50875b
1 # $Id$
2 include $(TOP)/config/make.cfg
4 FUNCS   := \
5     spabs \
6     spadd \
7     spceil \
8     spcmp \
9     spdiv \
10     spfix \
11     spfloor \
12     spflt \
13     spmul \
14     spneg \
15     spsub \
16     sptst
18 #MM workbench-libs-mathffp-includes : \
19 #MM     kernel-exec-includes \
20 #MM     includes-copy
22 %build_module mmake=workbench-libs-mathffp \
23   modname=mathffp modtype=library \
24   files=$(FUNCS)