revert between 56095 -> 55830 in arch
[AROS.git] / workbench / libs / mathtrans / mmakefile.src
blob839051aa116eed1b037094deb98f6ee0c1f7e062
1 # Copyright © 2003, The AROS Development Team. All rights reserved.
2 # $Id$
4 include $(SRCDIR)/config/aros.cfg
6 USER_LDFLAGS := -static
8 FILES := intern_spisodd intern_spld 
10 FUNCS := \
11     spacos \
12     spasin \
13     spatan \
14     spcos \
15     spcosh \
16     spexp \
17     spfieee \
18     splog10 \
19     splog \
20     sppow \
21     spsin \
22     spsincos \
23     spsinh \
24     spsqrt \
25     sptan \
26     sptanh \
27     sptieee
29 #MM workbench-libs-mathtrans-includes : \
30 #MM    kernel-exec-includes \
31 #MM    workbench-libs-mathffp-includes \
32 #MM    includes-copy
33 #MM- workbench-libs-mathtrans : linklibs
35 %build_module mmake=workbench-libs-mathtrans \
36     modname=mathtrans modtype=library \
37     files="mathtrans_init $(FILES) $(FUNCS)"
39 %common