closing brace is only needed on smp build.
[AROS.git] / test / rexx / mmakefile.src
blob561f9cdbdd33294e8708acfc2053cf97ecf0609c
1 #   $Id$
3 #   Makefile for AROS Test
5 include $(SRCDIR)/config/aros.cfg
7 FILES := vartest rexxsyslibtest
8 EXEDIR := $(AROS_TESTS)/rexx
10 USER_CFLAGS := -I$(SRCDIR)/workbench/libs
12 #MM- test : test-rexx
13 #MM- test-rexx : test-rexx-util test-rexx-copy
15 %build_progs mmake=test-rexx-util \
16     files=$(FILES) targetdir=$(EXEDIR)
18 #MM
19 test-rexx-copy : $(EXEDIR)/vartest.rexx
21 $(EXEDIR)/vartest.rexx: vartest.rexx test-rexx-util
22         @$(CP) $< $@
24 %common