Fixed UHCI port bits for big endian machines.
[cake.git] / test / rexx / mmakefile.src
blobe5e3eb2b5b95aa06ae31c0e4433242813f8841b3
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$(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) \
17     uselibs="amiga arosc"
19 #MM
20 test-rexx-copy : $(EXEDIR)/vartest.rexx
22 $(EXEDIR)/vartest.rexx: vartest.rexx test-rexx-util
23         @$(CP) $< $@
25 %common