Changed API for fetching StackFrames in bulk on multiple threads ThreadMirror.FetchFr...
[mono.git] / mcs / class / System.Configuration / Makefile
1 thisdir = class/System.Configuration
2 SUBDIRS =
3 include ../../build/rules.make
4
5 LIBRARY = System.Configuration.dll
6
7 LIB_MCS_FLAGS = -r:$(corlib) -r:System.dll -r:System.Xml.dll -r:System.Security.dll -nowarn:618 -lib:$(secxml_libdir) -lib:$(bare_libdir)
8 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
9
10 include ../../build/library.make
11
12 configuration_library_deps = \
13         $(secxml_libdir)/System.dll     \
14         $(the_libdir_base)System.Security.dll   \
15         $(bare_libdir)/System.Xml.dll
16
17 $(build_lib): $(configuration_library_deps)
18
19 .NOTPARALLEL: $(configuration_library_deps)
20
21 $(secxml_libdir)/System.dll:
22         @echo System.Configuration: GETTING: $@
23         (cd ../System; $(MAKE) $@)
24
25 $(the_libdir_base)System.Security.dll:
26         (cd ../System.Security; $(MAKE) $@)
27
28 $(bare_libdir)/System.Xml.dll:
29         (cd ../System.XML; $(MAKE) $@)