Reverted #44466 because it looks ugly.
[AROS.git] / test / rexx / simplerexx / mmakefile.src
blob9fcce9d46b85e1754665ede487c34357de184383
1 #   $Id$
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"
16 #MM
17 test-rexx-copy : $(EXEDIR)/simpletest.rexx
19 $(EXEDIR)/simpletest.rexx : $(SRCDIR)/$(CURDIR)/test.rexx
20         @$(CP) $< $@
22 %common