X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=Makefile.am;h=aaffb9842ba9dbe36090cead00afe0d1ebe1232d;hb=66fd6fd24dd58ff1432279df13a385b0a78263e2;hp=c0672460ea05b19b410a140f5790651cafd6b6cf;hpb=916fb1aa3ebb3975c4d475198501339de7a6300a;p=mono.git diff --git a/Makefile.am b/Makefile.am index c0672460ea0..aaffb9842ba 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,17 +4,16 @@ AM_CFLAGS = $(WERROR_CFLAGS) MONOTOUCH_SUBDIRS = $(libgc_dir) eglib/src mono +# Some tools might not build when cross-compiling if CROSS_COMPILING -SUBDIRS = po $(libgc_dir) eglib mono $(ikvm_native_dir) support data runtime scripts man samples msvc $(docs_dir) acceptance-tests llvm -# Keep in sync with SUBDIRS -## 'tools' is not normally built -DIST_SUBDIRS = m4 po $(libgc_dir) eglib mono ikvm-native support data runtime scripts man samples tools msvc docs acceptance-tests llvm +tools_dir = else -SUBDIRS = po $(libgc_dir) eglib mono $(ikvm_native_dir) support data runtime scripts man samples msvc $(docs_dir) acceptance-tests llvm +tools_dir = tools +endif + +SUBDIRS = po $(libgc_dir) eglib mono $(ikvm_native_dir) support data runtime scripts man samples $(tools_dir) msvc $(docs_dir) acceptance-tests llvm # Keep in sync with SUBDIRS -## 'tools' is not normally built DIST_SUBDIRS = m4 po $(libgc_dir) eglib mono ikvm-native support data runtime scripts man samples tools msvc docs acceptance-tests llvm -endif all: update_submodules @@ -68,6 +67,14 @@ get-monolite-latest: cd $(mcslib) && { (wget -O- $(monolite_url) || curl $(monolite_url)) | gzip -d | tar xf - ; } cd $(mcslib) && mv -f monolite-* monolite +if BITCODE +BITCODE_CHECK=yes +endif + +.PHONY: check-ci +check-ci: + MONO_LLVMONLY=$(BITCODE_CHECK) $(srcdir)/scripts/ci/run-test-$(TEST_PROFILE).sh + .PHONY: validate do-build-mono-mcs mcs-do-clean mcs-do-tests validate: do-build-mono-mcs $(MAKE) mcs-do-tests @@ -153,6 +160,7 @@ package-inputs: read libou; echo " $$libou"; \ read fx_ver; echo " $$fx_ver"; \ read profile; echo " $$profile"; \ + read resxt; echo " $$resxt"; \ read resp; echo " $$resp"; \ echo " ") >> msvc/scripts/order.xml; \ done