[build] Change the way how mcs references are passed to compiler to always use full...
[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 = 
9 LIB_REFS = secxml/System bare/System.Xml System.Security
10 LIB_MCS_FLAGS = -nowarn:618
11 TEST_MCS_FLAGS =
12 TEST_LIB_REFS = System.Xml System
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) $@)