Tabs to spaces, more consistent formatting.
[AROS.git] / workbench / libs / mathieeedoubtrans / mmakefile.src
blob1c87d61bb363ab4b46cef0eb65703e8e0a2e5f3f
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"