a90a037d772230812e8e1ea6ca63045e0f77d24a
[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
16 RESCODEMESS = Novell.Directory.Ldap.Utilclass/Novell.Directory.Ldap.Utilclass.ResultCodeMessages.resources
17 EXCEPTMESS = Novell.Directory.Ldap.Utilclass/Novell.Directory.Ldap.Utilclass.ExceptionMessages.resources
18
19 RESX_RES = \
20         ${RESCODEMESS} \
21         ${EXCEPTMESS}
22
23 else
24 LIB_MCS_FLAGS = \
25         /nowarn:649 /nowarn:169 /nowarn:219 /nowarn:168 \
26         -r:$(corlib)                            \
27         -r:System.dll                           \
28         -r:Mono.Security.dll
29 endif
30
31 NO_TEST = yes
32
33 include ../../build/library.make
34
35 ifeq (net_1_1_java, $(PROFILE))
36
37 $(the_lib) : $(RESX_RES)
38
39 $(RESCODEMESS) : Novell.Directory.Ldap.Utilclass/ResultCodeMessages.resx
40         $(RESGEN) $< $@
41 $(EXCEPTMESS) : Novell.Directory.Ldap.Utilclass/ExceptionMessages.resx
42         $(RESGEN) $< $@
43
44 endif
45