3 include $(SRCDIR)/config/aros.cfg
5 FILES := SimpleRexx SimpleRexxExample stptok
6 EXEDIR := $(AROS_TESTS)/rexx
8 #MM- test : test-rexx-simplerexx
9 #MM test-rexx-simplerexx : includes linklibs test-rexx-copy
11 #MM- test-quick : test-rexx-simplerexx-quick
13 %build_prog mmake=test-rexx-simplerexx progname=SimpleRexxExample \
14 files=$(FILES) targetdir=$(EXEDIR) uselibs="rexxsyslib"
17 test-rexx-copy : $(EXEDIR)/simpletest.rexx
19 $(EXEDIR)/simpletest.rexx : $(SRCDIR)/$(CURDIR)/test.rexx