repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
revert between 56095 -> 55830 in arch
[AROS.git]
/
workbench
/
libs
/
mathffp
/
mmakefile.src
blob
34eacc9560cdb8031a7154a0556c92398470f36f
1
# $Id$
2
3
include $(SRCDIR)/config/aros.cfg
4
5
FUNCS := \
6
spabs \
7
spadd \
8
spceil \
9
spcmp \
10
spdiv \
11
spfix \
12
spfloor \
13
spflt \
14
spmul \
15
spneg \
16
spsub \
17
sptst
18
19
#MM workbench-libs-mathffp-includes : \
20
#MM kernel-exec-includes \
21
#MM includes-copy
22
23
%build_module mmake=workbench-libs-mathffp \
24
modname=mathffp modtype=library \
25
files=$(FUNCS)