configure: when detecting linux include directory for kernel compiler use target...
[AROS.git] / rom / filesys / pfs3 / pfsdoctor / mmakefile.src
blob20ce577e7d6f212150a5fb1acdf15e8d03d77e89
1 # $Id$
3 include $(SRCDIR)/config/aros.cfg
5 FILES := \
6         access \
7         device \
8         fullscan \
9         standardscan \
10         stats \
11         console
13 USER_CFLAGS := \
14         -DLARGE_FILE_SIZE=1 \
15         -DNO_GUI=1 \
16         -DREVISION=19 \
17         -DREVDATE="\"$(shell date '+%d.%m.%Y')\"" \
18         -DADATE="\"$(shell date '+%d.%m.%Y')\""
20 EXEDIR = $(AROSDIR)/C
22 %build_prog mmake=workbench-devs-pfs3-c-pfsdoctor \
23     progname=PFSDoctor targetdir=$(EXEDIR) files=$(FILES) 
25 %common