clean-up targets to reflect new location.
[AROS.git] / test / smp / smp-test / mmakefile.src
blob2539a9003a6620d28a564890ca469840e75a7002
1 #   $Id: mmakefile.src 53238 2017-01-19 01:46:57Z NicJA $
4 include $(SRCDIR)/config/aros.cfg
6 FILES   := main master worker
7 EXEDIR := $(AROS_TESTS)/smp
9 #MM- test-smp : test-smp-smp
10 #MM- test-smp-quick : test-smp-smp-quick
12 USER_CFLAGS := $(PARANOIA_CFLAGS)
13 USER_LDFLAGS := -static
15 %build_prog mmake=test-smp-smp \
16     files=$(FILES) targetdir=$(EXEDIR) \
17     progname=SMP-Test
19 %common