Merge branch 'master' of ssh://github.com/mono/mono
[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 ifeq (net_1_1_java, $(PROFILE))
8 LIB_MCS_FLAGS = \
9         /nowarn:649 /nowarn:169 /nowarn:219 /nowarn:168 \
10         -r:$(corlib)                            \
11         -r:System.dll                           \
12         -r:rt.dll                                       \
13         -r:J2SE.Helpers.dll                     \
14         $(RESX_RES:%=/res:%)
15 else
16 LIB_MCS_FLAGS = \
17         /nowarn:649 /nowarn:169 /nowarn:219 /nowarn:168 \
18         -r:$(corlib)                            \
19         -r:System.dll                           \
20         -r:Mono.Security.dll                    \
21         $(RESX_RES:%=/res:%)
22 endif
23
24 include ../../build/library.make
25
26 RESULTCODE_MESSAGES = Novell.Directory.Ldap.Utilclass/ResultCodeMessages.resources
27
28 RESX_RES = $(RESULTCODE_MESSAGES)
29
30 $(the_lib): $(RESULTCODE_MESSAGES)
31
32 $(RESULTCODE_MESSAGES): Novell.Directory.Ldap.Utilclass/ResultCodeMessages.txt
33         $(RESGEN) $< $@
34
35 EXTRA_DISTFILES = \
36         net_1_1_java_Novell.Directory.Ldap.dll.sources \
37         Novell.Directory.Ldap.Rfc2251/RfcLdapURL.cs \
38         Novell.Directory.Ldap.Security.jvm/AuthenticationCallbackHandler.cs \
39         Novell.Directory.Ldap.Security.jvm/ChangeLog \
40         Novell.Directory.Ldap.Security.jvm/CreateContextPrivilegedAction.cs \
41         Novell.Directory.Ldap.Security.jvm/ExchangeTokenPrivilegedAction.cs \
42         Novell.Directory.Ldap.Security.jvm/Krb5Helper.cs \
43         Novell.Directory.Ldap.Security.jvm/SecureStream.cs \
44         Novell.Directory.Ldap.Security.jvm/UnwrapPrivilegedAction.cs \
45         Novell.Directory.Ldap.Security.jvm/WrapPrivilegedAction.cs \
46         Novell.Directory.Ldap.Utilclass/ExceptionMessages.resx \
47         Novell.Directory.Ldap.Utilclass/ExceptionMessages.txt \
48         Novell.Directory.Ldap.Utilclass/ResultCodeMessages.resx \
49         Novell.Directory.Ldap.Utilclass/ResultCodeMessages.txt 
50