New bitmap method SetRGBConversionFunction which can be used to
[tangerine.git] / workbench / libs / mathieeedoubtrans / mmakefile.src
blob954183f9a7ff5f22c8d7e9a2ef6407be6ed6c354
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     ieeedptanh \
26     ieeedptieee
29 #MM- workbench-libs-mathieeedoubtrans : includes
31 USER_LDFLAGS:=--verbose
33 %build_module mmake=workbench-libs-mathieeedoubtrans \
34     modname=mathieeedoubtrans modtype=library \
35     files="$(FILES) $(FUNCS)" \
36     uselibs="mathieeedoubbas rom"