[runtime] Fix corlib out of date error with disabled COM
[mono.git] / mcs / class / System / Makefile
1 thisdir = class/System
2 SUBDIRS =
3 include ../../build/rules.make
4 export __SECURITY_BOOTSTRAP_DB=$(topdir)/class/lib/$(PROFILE)
5
6 LIBRARY = System.dll
7
8 ifneq (2.1, $(FRAMEWORK_VERSION))
9 RESOURCE_FILES = \
10         resources/Asterisk.wav  \
11         resources/Beep.wav      \
12         resources/Exclamation.wav       \
13         resources/Hand.wav      \
14         resources/Question.wav
15 endif
16
17 TEST_RESOURCES = \
18         Test/System/test-uri-props.txt \
19         Test/System/test-uri-props-manual.txt \
20         Test/System/test-uri-relative-props.txt
21
22 LIB_MCS_FLAGS = -d:CONFIGURATION_2_0 $(REFERENCE_SOURCES_FLAGS) -unsafe $(RESOURCE_FILES:%=-resource:%) -nowarn:436
23
24 ifndef NO_MONO_SECURITY
25 MONO_SECURITY=Mono.Security
26 MONO_SECURITY_REF=MonoSecurity=Mono.Security
27 MONO_SECURITY_DLL=$(the_libdir_base)Mono.Security.dll
28 EXTERN_ALIAS_FLAGS = -d:MONO_SECURITY_ALIAS
29 else
30 LIB_MCS_FLAGS += -d:INSIDE_SYSTEM
31 endif
32
33 ifndef MOBILE_PROFILE
34 TEST_LIB_REFS = System.Drawing $(MONO_SECURITY) System.Data System.Xml System.Core System.Configuration
35 else
36 LIB_MCS_FLAGS += -nowarn:618
37 TEST_LIB_REFS = $(MONO_SECURITY) System.Data System.Xml System.Core
38 endif
39
40 TEST_MCS_FLAGS = -nowarn:618,672,219,67,169,612 \
41         $(foreach f, $(TEST_RESOURCES), -resource:$(f),$(notdir $(f)))
42
43 TEST_NUNITLITE_APP_CONFIG_GLOBAL=Test/test-config-file
44
45 REFERENCE_SOURCES_FLAGS = -d:FEATURE_PAL,SYSTEM_NAMESPACE,MONO,PLATFORM_UNIX
46 ifndef NO_PROCESS_START
47 REFERENCE_SOURCES_FLAGS += -d:MONO_FEATURE_PROCESS_START
48 TEST_MCS_FLAGS += -d:MONO_FEATURE_PROCESS_START
49 endif
50
51 ifndef PROFILE_DISABLE_BTLS
52 ifdef HAVE_BTLS
53
54 LIB_MCS_FLAGS += -d:MONO_FEATURE_BTLS
55
56 endif
57 endif
58
59 ifndef NO_THREAD_ABORT
60 REFERENCE_SOURCES_FLAGS += -d:MONO_FEATURE_THREAD_ABORT
61 TEST_MCS_FLAGS += -d:MONO_FEATURE_THREAD_ABORT
62 endif
63
64 ifndef NO_THREAD_SUSPEND_RESUME
65 REFERENCE_SOURCES_FLAGS += -d:MONO_FEATURE_THREAD_SUSPEND_RESUME
66 TEST_MCS_FLAGS += -d:MONO_FEATURE_THREAD_SUSPEND_RESUME
67 endif
68
69 ifndef NO_MULTIPLE_APPDOMAINS
70 REFERENCE_SOURCES_FLAGS += -d:MONO_FEATURE_MULTIPLE_APPDOMAINS
71 TEST_MCS_FLAGS += -d:MONO_FEATURE_MULTIPLE_APPDOMAINS
72 endif
73
74 TXT_RESOURCE_STRINGS = ../referencesource/System/System.txt
75
76 #
77 # Flags used to build the secxml version of System.
78 #
79 ifeq (secxml/, $(intermediate))
80 LOCAL_MCS_FLAGS =
81 LIB_REFS += bare/System.Xml $(MONO_SECURITY_REF)
82 LIB_MCS_FLAGS += -d:SECURITY_DEP -d:XML_DEP $(EXTERN_ALIAS_FLAGS)
83 endif
84
85 #
86 # Flags used to build the final version of System (when intermediate is not defined)
87 #
88 ifndef intermediate
89 LIB_REFS += System.Xml $(MONO_SECURITY_REF)
90 LIB_MCS_FLAGS += -d:SECURITY_DEP -d:XML_DEP $(EXTERN_ALIAS_FLAGS)
91
92 ifndef MOBILE_PROFILE
93 LIB_REFS += System.Configuration
94 LIB_MCS_FLAGS += -d:CONFIGURATION_DEP
95 endif
96
97 endif
98
99 EXTRA_DISTFILES = \
100         Test/test-config-file                           \
101         Test/System.Security.Cryptography.X509Certificates/pkits/Makefile       \
102         Test/System.Security.Cryptography.X509Certificates/pkits/README         \
103         Test/System.Security.Cryptography.X509Certificates/pkits/x509build.cs   \
104         $(RESOURCE_FILES)                               \
105         $(TEST_RESOURCES)
106
107 include ../../build/library.make
108
109 system_library_deps := \
110         $(secxml_libdir)/System.dll             \
111         $(the_libdir_base)System.Xml.dll        \
112         $(MONO_SECURITY_DLL)                            \
113         $(bare_libdir)/System.dll
114
115 ifndef MOBILE_PROFILE
116 system_library_deps += $(the_libdir_base)System.Configuration.dll       
117 endif
118
119 artifacts = $(system_library_deps)                      \
120         $(bare_libdir)/System.Xml.dll                   \
121         $(MONO_SECURITY_DLL)                            \
122         $(the_libdir_base)System.Configuration.dll
123
124 .NOTPARALLEL: $(system_library_deps)
125
126 $(the_libdir_base)System.dll: $(system_library_deps) ../Mono.Security/Makefile
127
128 ifeq (bare/,$(intermediate))
129 build-bare:
130 else
131 $(bare_libdir)/System.dll:
132         $(MAKE) intermediate=bare/ $(bare_libdir)/System.dll
133 endif
134
135 ifneq (secxml/,$(intermediate))
136 $(secxml_libdir)/System.dll: $(bare_libdir)/System.dll $(bare_libdir)/System.Xml.dll $(MONO_SECURITY_DLL) $(bare_libdir)/System.dll
137         $(MAKE) intermediate=secxml/ $(secxml_libdir)/System.dll
138 else
139 build-sec:
140 endif
141
142 $(the_libdir_base)System.Xml.dll:
143         (cd ../System.XML; $(MAKE) $@)
144
145 $(bare_libdir)/System.Xml.dll:
146         (cd ../System.XML; $(MAKE) $@)
147
148 $(the_libdir_base)Mono.Security.dll: ../Mono.Security/Makefile
149         (cd ../Mono.Security; $(MAKE))
150
151 $(the_libdir_base)System.Configuration.dll:
152         (cd ../System.Configuration; $(MAKE))
153
154 $(build_lib): $(CYCLIC_DEP_FILES)
155
156 $(test_lib): $(TEST_RESOURCES)
157
158 CLEAN_FILES = $(test_lib).config $(bare_libdir)/System.dll $(secxml_libdir)/System.dll $(bare_libdir)/System.dll.mdb $(secxml_libdir)/System.dll.mdb
159
160 # Helper target to run the perl regex test suite
161 regex-check:
162         $(MAKE) check FIXTURE=System.Text.RegularExpressions.PerlTest
163
164 #Debuging target
165 fresh: clean
166         rm -rf ../../class/lib/$(PROFILE)/bare ../../class/lib/$(PROFILE)/bare/ $(system_library_deps)
167
168 ifndef intermediate
169 ifneq ($(PROFILE),basic)
170 csproj-local:
171         $(MAKE) csproj-local intermediate=bare/
172         $(MAKE) csproj-local intermediate=secxml/
173 endif
174 endif