delint
[AROS.git] / test / rexx / simplerexx / mmakefile.src
blob80b005a1ea7a20620cec416ee7ec04cbf89e75a4
1 #   $Id$
3 include $(TOP)/config/make.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