add casts to zune macros to silence some warnings
[tangerine.git] / test / rexx / mmakefile.src
blob2925131d834e5e2ba10a2609610f520981eb9b04
1 #   $Id$
3 #   Makefile for AROS Test
5 include $(TOP)/config/make.cfg
7 FILES := vartest
8 EXEDIR := $(AROS_TESTS)/rexx
10 USER_CFLAGS := -I$(TOP)/workbench/libs
12 #MM- test : test-rexx
14 %build_progs mmake=test-rexx \
15     files=$(FILES) targetdir=$(EXEDIR) \
16     uselibs="amiga arosc"
18 #MM
19 test-rexx : $(EXEDIR)/vartest.rexx
21 $(EXEDIR)/vartest.rexx: vartest.rexx
22         @$(CP) $< $@
24 %common