Updated PCI IDs to latest snapshot.
[tangerine.git] / workbench / libs / mathieeedoubtrans / mmakefile.src
blob8cbc0d2dea0ea4c4a064b62e1e58d3d6e8a77467
1 # Copyright © 2003, The AROS Development Team. All rights reserved.
2 # $Id$
4 include $(TOP)/config/make.cfg
6 FILES := \
7     intern_ieeedpisodd \
8     intern_ieeedpld
10 FUNCS := \
11     ieeedpacos \
12     ieeedpasin \
13     ieeedpatan \
14     ieeedpcos \
15     ieeedpcosh \
16     ieeedpexp \
17     ieeedpfieee \
18     ieeedplog10 \
19     ieeedplog \
20     ieeedppow \
21     ieeedpsin \
22     ieeedpsincos \
23     ieeedpsinh \
24     ieeedpsqrt \
25     ieeedptan \
26     ieeedptanh \
27     ieeedptieee
30 #MM- workbench-libs-mathieeedoubtrans : includes
32 USER_LDFLAGS:=--verbose
34 %build_module mmake=workbench-libs-mathieeedoubtrans \
35     modname=mathieeedoubtrans modtype=library \
36     files="$(FILES) $(FUNCS)" \
37     uselibs="mathieeedoubbas rom"