Updated PCI IDs to latest snapshot.
[tangerine.git] / workbench / libs / mathtrans / mmakefile.src
blob822a719d561fc820e864f1a9cd4a9bcf53f175b7
1 # Copyright © 2003, The AROS Development Team. All rights reserved.
2 # $Id$
4 include $(TOP)/config/make.cfg
6 FILES := intern_spisodd intern_spld 
7 FUNCS := \
8     spacos \
9     spasin \
10     spatan \
11     spcos \
12     spcosh \
13     spexp \
14     spfieee \
15     splog10 \
16     splog \
17     sppow \
18     spsin \
19     spsincos \
20     spsinh \
21     spsqrt \
22     sptan \
23     sptanh \
24     sptieee
26 #MM workbench-libs-mathtrans-includes : \
27 #MM    kernel-exec-includes \
28 #MM    kernel-mathffp-includes \
29 #MM    includes-copy
30 #MM- workbench-libs-mathtrans : linklibs
32 %build_module mmake=workbench-libs-mathtrans \
33     modname=mathtrans modtype=library \
34     files="mathtrans_init $(FILES) $(FUNCS)" \
35     uselibs=rom
37 %common