revert between 56095 -> 55830 in arch
[AROS.git] / rom / filesys / SFS / FS / mmakefile.src
blob34dd396bc5411cc56aca4bdf329fde5e25c4cd43
1 # $Id$
3 include $(SRCDIR)/config/aros.cfg
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
22 USER_CPPFLAGS := -DSFS_BE -DADATE="\"$(shell date '+%d.%m.%Y')\""
23 USER_LDFLAGS := -static
25 %build_module mmake=kernel-fs-sfs \
26     modname=sfs modtype=handler \
27     files="$(FILES)" uselibs=debug
29 %common