include/muimaster/macros.h: get() compiler delint
[AROS.git] / workbench / libs / mathieeesingtrans / mmakefile.src
blobda21b9e48c4c9bb9000d931c152bd1b03b748e5a
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     intern_ieeespisodd \
10     intern_ieeespld
12 FUNCS := \
13     ieeespacos \
14     ieeespasin \
15     ieeespatan \
16     ieeespcos \
17     ieeespcosh \
18     ieeespexp \
19     ieeespfieee \
20     ieeesplog10 \
21     ieeesplog \
22     ieeesppow \
23     ieeespsin \
24     ieeespsincos \
25     ieeespsinh \
26     ieeespsqrt \
27     ieeesptan \
28     ieeesptanh \
29     ieeesptieee
31 #MM workbench-libs-mathieeesingtrans-includes : \
32 #MM    kernel-exec-includes \
33 #MM    workbench-libs-mathieeesingbas-includes \
34 #MM    includes-copy
36 %build_module mmake=workbench-libs-mathieeesingtrans \
37     modname=mathieeesingtrans modtype=library \
38     files="mathieeesingtrans_init $(FILES) $(FUNCS)"
40 %common