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
/
SFS
/
FS
/
mmakefile.src
blob
34dd396bc5411cc56aca4bdf329fde5e25c4cd43
1
# $Id$
2
3
include $(SRCDIR)/config/aros.cfg
4
5
FILES := adminspaces \
6
bitmap \
7
btreenodes \
8
cachebuffers \
9
debug \
10
nodes \
11
support \
12
transactions \
13
asmsupport \
14
objects \
15
locks \
16
deviceio \
17
cachedio \
18
filesystemmain \
19
globals \
20
req
21
22
USER_CPPFLAGS := -DSFS_BE -DADATE="\"$(shell date '+%d.%m.%Y')\""
23
USER_LDFLAGS := -static
24
25
%build_module mmake=kernel-fs-sfs \
26
modname=sfs modtype=handler \
27
files="$(FILES)" uselibs=debug
28
29
%common