1 # Copyright © 2003-2019, The AROS Development Team. All rights reserved.
4 include $(SRCDIR)/config/aros.cfg
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
37 USER_LDFLAGS := -static
39 %build_module mmake=workbench-libs-mathieeedoubtrans \
40 modname=mathieeedoubtrans modtype=library \
41 files="$(FILES) $(FUNCS)" \
42 uselibs="mathieeedoubbas"