cleanup debug
[AROS.git] / workbench / libs / mathieeedoubbas / mmakefile.src
blobb534e61af04244c3bdb8c318389b97816f7cfc45
1 # Copyright © 2003, The AROS Development Team. All rights reserved.
2 # $Id$
4 include $(TOP)/config/make.cfg
6 USER_LDFLAGS := -static
8 FILES := \
9     mathieeedoubbas_init \
10     ieeedpbas_fpu 
12 FUNCS := \
13     ieeedpabs \
14     ieeedpadd \
15     ieeedpceil \
16     ieeedpcmp \
17     ieeedpdiv \
18     ieeedpfix \
19     ieeedpfloor \
20     ieeedpflt \
21     ieeedpmul \
22     ieeedpneg \
23     ieeedpsub \
24     ieeedptst
27 #MM- workbench-libs-mathieeedoubbas : includes
29 USER_LDFLAGS:=--verbose
31 %build_module mmake=workbench-libs-mathieeedoubbas \
32   modname=mathieeedoubbas modtype=library \
33   files="$(FILES) $(FUNCS)"