repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
configure: when detecting linux include directory for kernel compiler use target...
[AROS.git]
/
rom
/
filesys
/
pfs3
/
pfsdoctor
/
mmakefile.src
blob
20ce577e7d6f212150a5fb1acdf15e8d03d77e89
1
# $Id$
2
3
include $(SRCDIR)/config/aros.cfg
4
5
FILES := \
6
access \
7
device \
8
fullscan \
9
standardscan \
10
stats \
11
console
12
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')\""
19
20
EXEDIR = $(AROSDIR)/C
21
22
%build_prog mmake=workbench-devs-pfs3-c-pfsdoctor \
23
progname=PFSDoctor targetdir=$(EXEDIR) files=$(FILES)
24
25
%common