94edabf47980ca3f2bf82fb6297d448b6e005473
[mono.git] / runtime / Makefile.am
1 tmpinst = _tmpinst
2
3 noinst_SCRIPTS = mono-wrapper monodis-wrapper
4
5 etctmp = etc
6 symlinks = etc/mono/1.0/machine.config etc/mono/2.0/machine.config etc/mono/2.0/web.config etc/mono/browscap.ini etc/mono/2.0/Browsers/Compat.browser
7
8 if INSTALL_4_0
9 symlinks += etc/mono/4.0/machine.config etc/mono/4.0/web.config etc/mono/4.5/web.config etc/mono/4.5/machine.config etc/mono/4.0/Browsers/Compat.browser etc/mono/4.5/Browsers/Compat.browser
10 endif
11
12 etc/mono/2.0/machine.config: $(top_srcdir)/data/net_2_0/machine.config
13 etc/mono/2.0/web.config: $(top_srcdir)/data/net_2_0/web.config
14 etc/mono/browscap.ini: $(top_srcdir)/data/browscap.ini
15 etc/mono/2.0/Browsers/Compat.browser: $(top_srcdir)/data/Browsers/Compat.browser
16 etc/mono/4.0/Browsers/Compat.browser: $(top_srcdir)/data/Browsers/Compat.browser
17 etc/mono/4.5/Browsers/Compat.browser: $(top_srcdir)/data/Browsers/Compat.browser
18 etc/mono/4.0/machine.config: $(top_srcdir)/data/net_4_0/machine.config
19 etc/mono/4.0/web.config: $(top_srcdir)/data/net_4_0/web.config
20 etc/mono/4.5/machine.config: $(top_srcdir)/data/net_4_5/machine.config
21 etc/mono/4.5/web.config: $(top_srcdir)/data/net_4_5/web.config
22
23 $(symlinks):
24         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
25
26 SUPPORT_FILES = $(symlinks) mono-wrapper etc/mono/config
27
28 if ONLY_MONOTOUCH
29 build_profiles = monotouch
30 else
31 if ONLY_XAMMAC
32 build_profiles = xammac
33 else
34 build_profiles = 
35
36 if INSTALL_4_0
37 build_profiles += net_4_0
38 al_profile = net_4_0
39 endif
40
41 if INSTALL_4_5
42 build_profiles += net_4_5 xbuild_12 xbuild_14
43 al_profile = net_4_5
44 endif
45
46 if INSTALL_MONODROID
47 build_profiles += monodroid
48 endif
49
50 if INSTALL_MONOTOUCH
51 build_profiles += monotouch monotouch_runtime
52 endif
53
54 if INSTALL_XAMMAC
55 build_profiles += xammac
56 endif
57
58 test_profiles = $(build_profiles)
59
60 endif
61 endif
62
63 if BUILD_MCS
64
65 MAKE_FLAGS=$(if $(V),,--no-print-directory -s)
66
67 # The write check is to foil 'make distcheck'
68 all-local: $(SUPPORT_FILES) $(TEST_SUPPORT_FILES)
69         if test -w $(mcs_topdir); then :; else chmod -R +w $(mcs_topdir); fi
70         cd $(mcs_topdir) && $(MAKE) $(MAKE_FLAGS) NO_DIR_CHECK=1 PROFILES='$(build_profiles)' CC='$(CC)' all-profiles
71
72 # override automake
73 install: install-exec install-data
74
75 # override automake
76 install-exec: $(SUPPORT_FILES) $(TEST_SUPPORT_FILES)
77         cd $(mcs_topdir) && $(MAKE) NO_DIR_CHECK=1 PROFILES='$(build_profiles)' RUNTIME_HAS_CONSISTENT_GACDIR=yes prefix=$(prefix) install-profiles
78
79 # override automake
80 install-data:
81         @:
82
83 # override automake
84 uninstall:
85         cd $(mcs_topdir) && $(MAKE) NO_DIR_CHECK=1 PROFILES='$(build_profiles)' RUNTIME_HAS_CONSISTENT_GACDIR=yes prefix=$(prefix) uninstall-profiles
86
87 ## mono --wapi=semdel will probably not delete the semaphore if someone is crazy enough to do a 'make -j distclean' :-)
88 clean-local:
89         cd $(mcs_topdir) && $(MAKE) NO_DIR_CHECK=1 PROFILES='$(build_profiles)' clean-profiles
90         -./mono-wrapper --wapi=semdel
91         -rm -fr $(etctmp) $(tmpinst) .wapi
92
93 endif BUILD_MCS
94
95 TEST_SUPPORT_FILES = $(tmpinst)/bin/mono $(tmpinst)/bin/ilasm $(tmpinst)/bin/mcs $(tmpinst)/bin/gmcs $(tmpinst)/bin/dmcs $(tmpinst)/bin/al2 $(tmpinst)/bin/al
96
97 # now a misnomer, but it'll go away soon enough.
98 if ENABLE_NUNIT_TESTS
99 test_select =
100 else
101 test_select = ONLY_CENTUM_TESTS=yes
102 endif
103
104 mcs-do-test-profiles:
105         cd $(mcs_topdir) && $(MAKE) NO_DIR_CHECK=1 PROFILES='$(test_profiles)' test-profiles
106
107 mcs-do-run-test-profiles: test-support-files
108         cd $(mcs_topdir) && $(MAKE) NO_DIR_CHECK=1 PROFILES='$(test_profiles)' run-test-profiles
109
110 if HOST_WIN32
111 if CROSS_COMPILING
112 cur_dir_cmd = pwd
113 PLATFORM_PATH_SEPARATOR = :
114 else
115 cur_dir_cmd = cygpath -w -a .
116 PLATFORM_PATH_SEPARATOR = ;
117 endif
118 else
119 cur_dir_cmd = pwd
120 PLATFORM_PATH_SEPARATOR = :
121 endif
122
123 # Compile all assemblies with the verifier turned on. Code must be valid but not verifiable.
124 # TODO it would be nice to split assemblies without unsafe code to use the verifier with verifiable mode.
125 # Skip net 4.0 assemblies because the contain metadata only
126 mcs-compileall: mono-wrapper etc/mono/config
127         save_MONO_PATH=$$MONO_PATH; mcs_topdir=`cd $(mcs_topdir) && $(cur_dir_cmd)`; ok=:; \
128         for profile in $(test_profiles); do \
129           if [ "net_4_0" = "$$profile" ]; then \
130           continue; \
131       fi; \
132           if [ "xbuild_12" = "$$profile" ]; then \
133                   MONO_PATH="$$mcs_topdir/class/lib/$$profile$(PLATFORM_PATH_SEPARATOR)$$mcs_topdir/class/lib/net_4_5$(PLATFORM_PATH_SEPARATOR)$$save_MONO_PATH"; \
134           elif [ "xbuild_14" = "$$profile" ]; then \
135                   MONO_PATH="$$mcs_topdir/class/lib/$$profile$(PLATFORM_PATH_SEPARATOR)$$mcs_topdir/class/lib/net_4_5$(PLATFORM_PATH_SEPARATOR)$$save_MONO_PATH"; \
136           else \
137                   MONO_PATH="$$mcs_topdir/class/lib/$$profile$(PLATFORM_PATH_SEPARATOR)$$save_MONO_PATH"; \
138           fi; \
139           export MONO_PATH; \
140           for i in $(mcs_topdir)/class/lib/$$profile/*.{dll,exe}; do \
141                 if [ ! -f $$i ] ; then \
142                         continue ; \
143                 fi ;  \
144             if ./mono-wrapper --compile-all --verify-all --security=verifiable $$i; then \
145               echo $$i verified OK; \
146             else \
147               echo $$i verification failed; ok=false; \
148             fi; done; done; \
149         $$ok
150
151 if NACL_CODEGEN
152 check-local:
153 else
154 check-local: mcs-compileall mcs-do-test-profiles
155         $(MAKE) $(test_select) mcs-do-run-test-profiles
156 endif
157
158 # Compile all mcs tests
159 test: mcs-do-test-profiles
160
161 CLEANFILES = etc/mono/config
162
163 # depend on $(symlinks) to ensure 'etc/mono' directory exists
164 etc/mono/config: ../data/config Makefile $(symlinks)
165         d=`cd ../support && pwd`; \
166         sed 's,target="$(prefix)/$(reloc_libdir)/libMonoPosixHelper$(libsuffix)",target="'$$d'/libMonoPosixHelper.la",' ../data/config > $@t
167         if test -z "$(libgdiplus_loc)"; then :; else \
168           sed 's,target="$(libgdiplus_install_loc)",target="$(libgdiplus_loc)",' $@t > $@tt; \
169           mv -f $@tt $@t; fi
170         mv -f $@t $@
171
172 $(tmpinst)/bin/mono: mono-wrapper etc/mono/config
173         $(mkinstalldirs) $(tmpinst)/bin
174         cp mono-wrapper $@
175
176 $(tmpinst)/bin/mcs: $(tmpinst)/bin/mono Makefile
177         echo '#! /bin/sh' > $@ ; \
178         r=`pwd`; m=`cd $(mcs_topdir) && pwd`; \
179         echo 'exec "'"$$r/$(tmpinst)/bin/mono"'" "'"$$m/class/lib/build/mcs.exe"'" "$$@"' >> $@ ; \
180         chmod +x $@
181
182 $(tmpinst)/bin/gmcs: $(tmpinst)/bin/mono Makefile
183         echo '#! /bin/sh' > $@ ; \
184         r=`pwd`; m=`cd $(mcs_topdir) && pwd`; \
185         echo 'exec "'"$$r/$(tmpinst)/bin/mono"'" "'"$$m/class/lib/build/mcs.exe -sdk:2"'" "$$@"' >> $@ ; \
186         chmod +x $@
187
188 $(tmpinst)/bin/dmcs: $(tmpinst)/bin/mono Makefile
189         echo '#! /bin/sh' > $@ ; \
190         r=`pwd`; m=`cd $(mcs_topdir) && pwd`; \
191         echo 'exec "'"$$r/$(tmpinst)/bin/mono"'" "'"$$m/class/lib/build/mcs.exe -sdk:4"'" "$$@"' >> $@ ; \
192         chmod +x $@
193
194 $(tmpinst)/bin/ilasm: $(tmpinst)/bin/mono Makefile
195         echo '#! /bin/sh' > $@ ; \
196         r=`pwd`; m=`cd $(mcs_topdir) && pwd`; \
197         echo 'exec "'"$$r/$(tmpinst)/bin/mono"'" "'"$$m/ilasm/ilasm.exe"'" "$$@"' >> $@ ; \
198         chmod +x $@
199
200 $(tmpinst)/bin/al2: $(tmpinst)/bin/mono Makefile
201         echo '#! /bin/sh' > $@ ; \
202         r=`pwd`; m=`cd $(mcs_topdir) && pwd`; \
203         echo 'exec "'"$$r/$(tmpinst)/bin/mono"'" "'"$$m/class/lib/net_2_0/al.exe"'" "$$@"' >> $@ ; \
204         chmod +x $@
205
206 $(tmpinst)/bin/al: $(tmpinst)/bin/mono Makefile
207         echo '#! /bin/sh' > $@ ; \
208         r=`pwd`; m=`cd $(mcs_topdir) && pwd`; \
209         echo 'exec "'"$$r/$(tmpinst)/bin/mono"'" "'"$$m/class/lib/$(al_profile)/al.exe"'" "$$@"' >> $@ ; \
210         chmod +x $@
211
212 test-support-files: $(TEST_SUPPORT_FILES)
213         @:
214
215 # the 'cygnus' option also disables the default 'distdir:' target, which we _do_ want
216 MYDISTFILES = $(DIST_COMMON)
217 distdir: $(MYDISTFILES)
218         rm -fr $(distdir)
219         mkdir $(distdir)
220         test -z '$(MYDISTFILES)' || for file in ''$(MYDISTFILES); do \
221           cp -p $$file $(distdir) ; done
222         find $(distdir) -type f -exec chmod a+r {} ';'