* roottypes.cs: Rename from tree.cs.
[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 NO_TEST = yes
25
26 include ../../build/library.make
27
28 RESULTCODE_MESSAGES = Novell.Directory.Ldap.Utilclass/ResultCodeMessages.resources
29
30 RESX_RES = $(RESULTCODE_MESSAGES)
31
32 $(the_lib): $(RESULTCODE_MESSAGES)
33
34 $(RESULTCODE_MESSAGES): Novell.Directory.Ldap.Utilclass/ResultCodeMessages.txt
35         $(RESGEN) $< $@
36
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 
53