In Test/System.Windows.Forms:
[mono-project.git] / mcs / class / Novell.Directory.Ldap / Makefile
blobc5bfcea59efb9944419aa6557f64f047e568240d
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 NO_TEST = yes
26 include ../../build/library.make
28 RESULTCODE_MESSAGES = Novell.Directory.Ldap.Utilclass/ResultCodeMessages.resources
30 RESX_RES = $(RESULTCODE_MESSAGES)
32 $(the_lib): $(RESULTCODE_MESSAGES)
34 $(RESULTCODE_MESSAGES): Novell.Directory.Ldap.Utilclass/ResultCodeMessages.txt
35 $(RESGEN) $< $@
37 EXTRA_DISTFILES = \
38 net_1_1_java_Novell.Directory.Ldap.dll.sources \
39 Novell.Directory.Ldap.vmwcsproj \
40 Novell.Directory.Ldap.Rfc2251/RfcLdapURL.cs \
41 Novell.Directory.Ldap.Security.jvm/AuthenticationCallbackHandler.cs \
42 Novell.Directory.Ldap.Security.jvm/ChangeLog \
43 Novell.Directory.Ldap.Security.jvm/CreateContextPrivilegedAction.cs \
44 Novell.Directory.Ldap.Security.jvm/ExchangeTokenPrivilegedAction.cs \
45 Novell.Directory.Ldap.Security.jvm/Krb5Helper.cs \
46 Novell.Directory.Ldap.Security.jvm/SecureStream.cs \
47 Novell.Directory.Ldap.Security.jvm/UnwrapPrivilegedAction.cs \
48 Novell.Directory.Ldap.Security.jvm/WrapPrivilegedAction.cs \
49 Novell.Directory.Ldap.Utilclass/ExceptionMessages.resx \
50 Novell.Directory.Ldap.Utilclass/ExceptionMessages.txt \
51 Novell.Directory.Ldap.Utilclass/ResultCodeMessages.resx \
52 Novell.Directory.Ldap.Utilclass/ResultCodeMessages.txt