2010-04-06 Jb Evain <jbevain@novell.com>
[mcs.git] / class / Novell.Directory.Ldap / Makefile
blobd2f07fd5a34c6be8254052c93774fad7c5b687f2
1 thisdir = class/Novell.Directory.Ldap
2 SUBDIRS =
3 include ../../build/rules.make
5 LIBRARY = Novell.Directory.Ldap.dll
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
24 include ../../build/library.make
26 RESULTCODE_MESSAGES = Novell.Directory.Ldap.Utilclass/ResultCodeMessages.resources
28 RESX_RES = $(RESULTCODE_MESSAGES)
30 $(the_lib): $(RESULTCODE_MESSAGES)
32 $(RESULTCODE_MESSAGES): Novell.Directory.Ldap.Utilclass/ResultCodeMessages.txt
33 $(RESGEN) $< $@
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