add casts to zune macros to silence some warnings
[tangerine.git] / workbench / libs / security / mmakefile.src
blob70768aff534d53ef0a8b48085acab59e4cb773f2
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../Include
65 ##MM workbench-libs-security : includes linklibs
67 #%build_module mmake=workbench-libs-security modname=security \
68   modtype=library files=$(FUNCS) uselibs="mui amiga rom m"
70 %common