flexcat 2.15 is picky.
[AROS.git] / test / dos / mmakefile.src
blob70abd3f8c207f705bc65072844575d8ef1fe8067
1 # Copyright © 2003-2012, The AROS Development Team. All rights reserved.
2 # $Id$
4 include $(TOP)/config/make.cfg
6 FILES           := getenv namefromfh examinefh examinelock \
7                    isinteractive \
8                    notify setfiledate output setenv inhibit doslist \
9                    readargs readitem readitemloop runcommand \
10                    openfromlock r addpart systemtags systemtags_slave \
11                    nil fread
13 PURE_FILES      := exit
14 EXEDIR          := $(AROS_TESTS)/dos
16 #MM- test : test-dos test-dos-pure
17 #MM- test-quick : test-dos-quick
19 #MM test-dos : includes linklibs
21 %build_progs mmake=test-dos \
22     files=$(FILES) targetdir=$(EXEDIR)
24 %build_progs mmake=test-dos-pure \
25     files=$(PURE_FILES) targetdir=$(EXEDIR) \
26     usestartup="no"
28 %common