some further adaptations (NicJA)
[AROS.git] / arch / m68k-all / mathffp / mmakefile.src
blob5b88ec8a14cf8420467c5c35afbafacc76173efb
1 # $Id: mmakefile.src
3 include $(SRCDIR)/config/aros.cfg
5 FILES :=
6 AFILES := spcmp sptst
8 USER_AFLAGS := -I$(GENINCDIR)
9 USER_CPPFLAGS := -DDoRegisterCalls
10 TARGET_ISA_AFLAGS:=$(ISA_MC68020_FLAGS)
12 %build_archspecific \
13   mainmmake=workbench-libs-mathffp modname=mathffp maindir=workbench/libs/mathffp arch=m68k \
14   files="$(FILES)" asmfiles="$(AFILES)" compiler=kernel
16 %common