X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9ae1c2c20f7730e31bb16472f2a9ae4c83b10b79..016df92e89c5ce9cee28e9249d6e6877258daf9e:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 89f0424aec..d1d88f593d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS= include src examples testsuite doc +SUBDIRS= include src tools examples testsuite doc DISTCLEANFILES = *~ ACLOCAL = aclocal-1.9 -I acmacro @@ -79,9 +79,9 @@ splint: ## Cruft for remote compilation ## -MACHINES ?= valnure.cs.ucsb.edu sperm.cs.ucsb.edu basalt.cs.ucsb.edu \ - graal.ens-lyon.fr allo-psmn.ens-lyon.fr \ - nala.cs.utk.edu +MACHINES ?= graal.ens-lyon.fr allo-psmn.ens-lyon.fr \ + valnure.cs.ucsb.edu sperm.cs.ucsb.edu basalt.cs.ucsb.edu \ + nala.cs.utk.edu AIX # ACTION: What to do there # possible values: @@ -97,7 +97,7 @@ MACHINES ?= valnure.cs.ucsb.edu sperm.cs.ucsb.edu basalt.cs.ucsb.edu \ # default value: ACTION ?= clean untar config compile check -REMOTE_PREFIX ?='${HOME}/simgrid' +REMOTE_PREFIX ?='simgrid' remote: @PACKAGE@-@VERSION@.tar.gz tools/compile-remote-worker @echo;echo "----[ Recompile the package on remote hosts ]----"