Fix and optimise dependencies.
[AROS.git] / rom / partition / mmakefile.src
blob3611ee5efd1bf99aefc93e48633035c01431d7bf
1 # $Id$
2 include $(TOP)/config/make.cfg
4 FILES := \
5         partition_types \
6         partition_support \
7         partitionebr \
8         partitionmbr \
9         partitionrdb \
10         partitiongpt \
11         fsloader
13 FUNCS := \
14         openrootpartition \
15         closerootpartition \
16         openpartitiontable \
17         closepartitiontable \
18         writepartitiontable \
19         createpartitiontable \
20         addpartition \
21         deletepartition \
22         getpartitiontableattrs \
23         setpartitiontableattrs \
24         getpartitionattrs \
25         setpartitionattrs \
26         querypartitiontableattrs \
27         querypartitionattrs \
28         destroypartitiontable    \
29         findfilesystema          \
30         loadfilesystem           \
31         getfilesystemattrsa      \
32         addbootfilesystem
34 #MM kernel-partition-includes : \
35 #MM    kernel-exec-includes \
36 #MM    includes-copy
37 #MM kernel-partition : linklibs-core
38 #MM kernel-partition-kobj : linklibs-core
40 USER_CFLAGS := -DDEBUG=0 \
41                $(PARANOIA_CFLAGS)
43 %build_module mmake=kernel-partition \
44     modname=partition modtype=library \
45     files="partition_init $(FUNCS) $(FILES)" uselibs="debug rom z"
47 %common