revert between 56095 -> 55830 in arch
[AROS.git] / workbench / libs / mathieeedoubtrans / mmakefile.src
blob2f441893d364e54ccdc9284c7207f5125174543b
1 # Copyright © 2003-2019, The AROS Development Team. All rights reserved.
2 # $Id$
4 include $(SRCDIR)/config/aros.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 # gcc 4.6.2 - work around optimizer issue (out of spill registers)
33 ifeq ($(AROS_TARGET_CPU),m68k)
34   OPTIMIZATION_CFLAGS += -O1
35 endif
37 USER_LDFLAGS := -static
39 %build_module mmake=workbench-libs-mathieeedoubtrans \
40     modname=mathieeedoubtrans modtype=library \
41     files="$(FILES) $(FUNCS)" \
42     uselibs="mathieeedoubbas"