4 include $(SRCDIR)/config/aros.cfg
6 USER_AFLAGS := -I$(GENINCDIR) -DDEBUG=0
9 mainmmake=compiler-stdc \
10 maindir=compiler/stdc \
12 files="fenv" asmfiles="longjmp setjmp"
14 #MM- compiler-stdc-m68k : includes-asm_h-m68k
17 #MM- test-clib: test-clib-$(AROS_TARGET_CPU)
18 #MM- test-clib-m68k: includes-asm_h-m68k test-clib-m68k-jmptests
20 USER_AFLAGS := -I$(GENINCDIR) # -DDEBUG_MAGIC=0x40506070 -DDEBUG=1
21 AFILES:=jmptests setjmp longjmp ../posixc/vfork ../posixc/vfork_longjmp
23 %build_prog mmake=test-clib-m68k-jmptests files= asmfiles=$(AFILES) \
24 progname=jmptests targetdir=$(AROS_TESTS)/clib \