43fc4253383bc9b14704a56345d09e916ff320a4
[mono.git] / mcs / class / System.Configuration / Makefile
1 thisdir = class/System.Configuration
2 SUBDIRS =
3
4 include ../../build/rules.make
5
6 LIBRARY = System.Configuration.dll
7
8 LOCAL_MCS_FLAGS = -lib:$(secxml_libdir) -lib:$(bare_libdir)
9 test_remove = $(LOCAL_MCS_FLAGS)
10 LIB_REFS = System System.Xml System.Security
11 LIB_MCS_FLAGS = -r:$(corlib) -nowarn:618
12 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) 
13
14 include ../../build/library.make
15
16 configuration_library_deps = \
17         $(secxml_libdir)/System.dll     \
18         $(the_libdir_base)System.Security.dll   \
19         $(bare_libdir)/System.Xml.dll
20
21 $(build_lib): $(configuration_library_deps)
22
23 .NOTPARALLEL: $(configuration_library_deps)
24
25 $(secxml_libdir)/System.dll:
26         @echo System.Configuration: GETTING: $@
27         (cd ../System; $(MAKE) $@)
28
29 $(the_libdir_base)System.Security.dll:
30         (cd ../System.Security; $(MAKE) $@)
31
32 $(bare_libdir)/System.Xml.dll:
33         (cd ../System.XML; $(MAKE) $@)