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
revert between 56095 -> 55830 in arch
[AROS.git]
/
rom
/
filesys
/
pfs3
/
pfsdoctor
/
mmakefile.src
blob
e246d14aa3e1094982dce12710ca33cbb2d0ebb0
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_CPPFLAGS := \
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