move the debug folder to the top level
[AROS.git] / test / sdi / examples / misc / mmakefile.src
blobf41221b8960d19504c93dda58330c47763ff9998
1 # $Id$
3 include $(SRCDIR)/config/aros.cfg
5 FILES           := example_miscuse
6 EXEDIR          := $(AROS_TESTS)/sdi
7 USER_INCLUDES   := -I$(SRCDIR)/$(CURDIR)/../..
8 #USER_CFLAGS     := -D__UTILITY_STDLIBBASE__
10 #MM- test : test-sdi-misc
11 #MM- test-quick : test-sdi-misc-quick
13 #MM test-sdi-misc : includes linklibs
15 %build_progs mmake=test-sdi-misc \
16     files=$(FILES) targetdir=$(EXEDIR)
18 %common