1
0
mirror of https://github.com/deadw00d/AROS.git synced 2025-12-08 14:34:41 +00:00
Files
AROS-v0/workbench/libs/mathtrans/mmakefile.src

39 lines
708 B
Plaintext

# Copyright (C) 2003, The AROS Development Team. All rights reserved.
include $(SRCDIR)/config/aros.cfg
USER_LDFLAGS :=
FILES := intern_spisodd intern_spld
FUNCS := \
spacos \
spasin \
spatan \
spcos \
spcosh \
spexp \
spfieee \
splog10 \
splog \
sppow \
spsin \
spsincos \
spsinh \
spsqrt \
sptan \
sptanh \
sptieee
#MM workbench-libs-mathtrans-includes : \
#MM kernel-exec-includes \
#MM workbench-libs-mathffp-includes \
#MM includes-copy
#MM- workbench-libs-mathtrans : linklibs
%build_module mmake=workbench-libs-mathtrans \
modname=mathtrans modtype=library \
files="mathtrans_init $(FILES) $(FUNCS)"
%common