X-Git-Url: https://rtime.felk.cvut.cz/gitweb/orte.git/blobdiff_plain/8b52cd8bc07b544839b276ebef689c13299a836d..refs/heads/tmp:/Makefile.git diff --git a/Makefile.git b/Makefile.git index a575b1f..c8049fa 100644 --- a/Makefile.git +++ b/Makefile.git @@ -18,10 +18,9 @@ CONFIGURE_FLAGS = --enable-orte-idl configure: git -check: configure - $(MAKE) -f Makefile.git check-omk check-autotools check-windows check-windows-omk check-java check-android +check: check-omk check-autotools check-windows check-windows-omk check-java check-android -check-%: +check-%: configure rm -rf _$@ mkdir -p _$@ $(MAKE) -C _$@ -f ../Makefile.git $@.real @@ -40,6 +39,7 @@ check-windows-omk.real: echo "CXX=i686-w64-mingw32-g++" >> config.omk echo "AR=i686-w64-mingw32-ar" >> config.omk echo "LD=i686-w64-mingw32-ld" >> config.omk + echo "TARGET_LOADLIBES=pthread" >> config.omk ln -s ../orte ../Makefile ../Makefile.omk ../Makefile.rules . make @@ -57,7 +57,7 @@ check-java.real: test -d "$(JAVA_HOME)" ../configure --with-java=$(JAVA_HOME) $(MAKE) - ant -f ../orte/java + ant -f ../orte/java/build.xml test -f ../orte/java/lib/orte.jar check-android: