725938c35227ae42ddd432014cb107573e3b202f
[mono.git] / mcs / class / Novell.Directory.Ldap / Makefile
1 thisdir = class/Novell.Directory.Ldap
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = Novell.Directory.Ldap.dll
6
7 LIB_MCS_FLAGS = \
8         -warn:1 -nowarn:612 \
9         -r:$(corlib)                            \
10         -r:System.dll                           \
11         -r:Mono.Security.dll                    \
12         $(RESX_RES:%=/res:%)
13
14 include ../../build/library.make
15
16 RESULTCODE_MESSAGES = Novell.Directory.Ldap.Utilclass/ResultCodeMessages.resources
17
18 RESX_RES = $(RESULTCODE_MESSAGES)
19
20 $(the_lib): $(RESULTCODE_MESSAGES)
21
22 $(RESULTCODE_MESSAGES): Novell.Directory.Ldap.Utilclass/ResultCodeMessages.txt
23         $(RESGEN) $< $@
24
25 EXTRA_DISTFILES = \
26         Novell.Directory.Ldap.Rfc2251/RfcLdapURL.cs \
27         Novell.Directory.Ldap.Security.jvm/AuthenticationCallbackHandler.cs \
28         Novell.Directory.Ldap.Security.jvm/ChangeLog \
29         Novell.Directory.Ldap.Security.jvm/CreateContextPrivilegedAction.cs \
30         Novell.Directory.Ldap.Security.jvm/ExchangeTokenPrivilegedAction.cs \
31         Novell.Directory.Ldap.Security.jvm/Krb5Helper.cs \
32         Novell.Directory.Ldap.Security.jvm/SecureStream.cs \
33         Novell.Directory.Ldap.Security.jvm/UnwrapPrivilegedAction.cs \
34         Novell.Directory.Ldap.Security.jvm/WrapPrivilegedAction.cs \
35         Novell.Directory.Ldap.Utilclass/ExceptionMessages.resx \
36         Novell.Directory.Ldap.Utilclass/ExceptionMessages.txt \
37         Novell.Directory.Ldap.Utilclass/ResultCodeMessages.resx \
38         Novell.Directory.Ldap.Utilclass/ResultCodeMessages.txt 
39