bug: uses wrong list counter, which incurs an array overflow/undefined behaviour...
[AROS-Contrib.git] / libs / security / mmakefile.src
blob5548cfe5d5fc0e583257067056f9a7799f742e2f
1 #   $Id$
3 #   Makefile to make MultiUserFS security library.
5 include $(TOP)/config/make.cfg
7 TOPLEVEL=$(shell pwd)
9 FUNCS=  \
10         secAccess_Control \
11         secAddMonitor \
12         secAllocGroupInfo \
13         secAllocUserInfo \
14         secCheckPasswd \
15         secCheckPasswdTags \
16         secContextLocate \
17         secEnumChildren \
18         secFreeExtOwner \
19         secFreeGroupInfo \
20         secFreeUserInfo \
21         secFreeze \
22         secGetConfigDirLock \
23         secGetDefProtection \
24         secGetGroupInfo \
25         secGetPasswdDirLock \
26         secGetPktDefProtection \
27         secGetPktOwner \
28         secGetRelationshipA \
29         secGetRelationship \
30         secGetTaskExtOwner \
31         secGetTaskOwner \
32         secGetUserInfo \
33         secKill \
34         secLimitDOSSetProtection \
35         secLoadPlugin \
36         secLocksecBase \
37         secLoginA \
38         secLogin \
39         secLogout \
40         secPasswd \
41         secPluginOperationComplete \
42         secRegisterHandler \
43         secRemMonitor \
44         secSetDefProtectionA \
45         secSetDefProtection \
46         secSetProtection \
47         secUnRegisterHandler \
48         secUnfreeze \
49         secUnloadPlugin \
50         secUnlocksecBase \
51         secUserInfo2ExtOwner \
52         secgetgid \
53         secgetpgid \
54         secgetuid \
55         secsetegid \
56         secseteuid \
57         secsetgid \
58         secsetreuid \
59         secsetuid
61 EXEDIR := $(AROSDIR)/MuFS
63 USER_INCLUDES := -I$(SRCDIR)/$(CURDIR)/../Include
65 ##MM workbench-libs-security : includes linklibs
67 #%build_module mmake=workbench-libs-security modname=security \
68   modtype=library files=$(FUNCS)
70 %common