X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9a49f9d2a3af185725e3fa3ee91803b6c76b38aa..741d951a0891942a7c26ad070f0292ee65a82c49:/Makefile.in?ds=sidebyside diff --git a/Makefile.in b/Makefile.in index 3ca43c4e20..ce73344193 100644 --- a/Makefile.in +++ b/Makefile.in @@ -14,6 +14,12 @@ @SET_MAKE@ +# Copyright (c) 2004-2007. The SimGrid team. All right reserved. + +# This file is part of the SimGrid project. This is free software: +# You can redistribute and/or modify it under the terms of the +# GNU LGPL (v2.1) licence. + # Makefile chunk which allows to display the files which should be included # into the distribution. @@ -39,11 +45,10 @@ host_triplet = @host@ target_triplet = @target@ DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ $(srcdir)/Makefile.in $(top_srcdir)/acmacro/dist-files.mk \ - $(top_srcdir)/configure \ - $(top_srcdir)/testsuite/gras/trp_file_usage.in \ - $(top_srcdir)/testsuite/gras/trp_tcp_usage.in AUTHORS COPYING \ - ChangeLog INSTALL NEWS TODO config.guess config.sub depcomp \ - install-sh ltmain.sh missing + $(top_srcdir)/configure $(top_srcdir)/src/smpi/smpicc.in \ + $(top_srcdir)/src/smpi/smpirun.in AUTHORS COPYING ChangeLog \ + INSTALL NEWS TODO config.guess config.sub depcomp install-sh \ + ltmain.sh missing subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/acmacro/ac_func_snprintf.m4 \ @@ -60,8 +65,7 @@ am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ configure.lineno config.status.lineno mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/src/gras_config.h -CONFIG_CLEAN_FILES = testsuite/gras/trp_tcp_usage \ - testsuite/gras/trp_file_usage +CONFIG_CLEAN_FILES = src/smpi/smpicc src/smpi/smpirun SOURCES = DIST_SOURCES = RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ @@ -225,7 +229,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ # GRAMINE_CUT_BEGIN -SG_SUBDIRS = testsuite examples doc +SG_SUBDIRS = testsuite teshsuite examples doc SG_EXTRA_DIST = bootstrap COPYING INSTALL NEWS README README.IEEE TODO AUTHORS ChangeLog \ acmacro/aci.m4 \ tools/graspe-slave.in \ @@ -273,9 +277,9 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(srcdir) && $(AUTOCONF) $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) -testsuite/gras/trp_tcp_usage: $(top_builddir)/config.status $(top_srcdir)/testsuite/gras/trp_tcp_usage.in +src/smpi/smpicc: $(top_builddir)/config.status $(top_srcdir)/src/smpi/smpicc.in cd $(top_builddir) && $(SHELL) ./config.status $@ -testsuite/gras/trp_file_usage: $(top_builddir)/config.status $(top_srcdir)/testsuite/gras/trp_file_usage.in +src/smpi/smpirun: $(top_builddir)/config.status $(top_srcdir)/src/smpi/smpirun.in cd $(top_builddir) && $(SHELL) ./config.status $@ mostlyclean-libtool: @@ -706,16 +710,6 @@ gramine: @MAINTAINER_MODE_TRUE@ $(MAKE) -C ~/CVSIMPORT/pkg-grid/gras deb check @MAINTAINER_MODE_TRUE@ dput local *.changes -@MAINTAINER_MODE_TRUE@publish-old: dist -@MAINTAINER_MODE_TRUE@ @echo "----[ Put the documentation on the local filesystem ]----" -@MAINTAINER_MODE_TRUE@ rm -rf ~/public_html/gras/doc -@MAINTAINER_MODE_TRUE@ mkdir ~/public_html/gras/doc -@MAINTAINER_MODE_TRUE@ cp -r doc/html ~/public_html/gras/doc -@MAINTAINER_MODE_TRUE@ @echo "----[ Put the tarball @VERSION@ on the local filesystem ]----" -@MAINTAINER_MODE_TRUE@ cp @PACKAGE@-@VERSION@.tar.gz ~/public_html/gras/dl -@MAINTAINER_MODE_TRUE@ @echo "----[ Sync remote host ]----" -@MAINTAINER_MODE_TRUE@ $(MAKE) -C public_html publish - @MAINTAINER_MODE_TRUE@publish: dist @MAINTAINER_MODE_TRUE@ @echo "----[ Put the tarball @VERSION@ on gforge ]----" # scp @PACKAGE@-@VERSION@.tar.gz gcl.ucsd.edu:/home/www/simgrid/dl/ @@ -733,7 +727,7 @@ gramine: @MAINTAINER_MODE_TRUE@ --recursive --links --perms --times --omit-dir-times \ @MAINTAINER_MODE_TRUE@ doc/html/ scm.gforge.inria.fr:/var/lib/gforge/chroot/home/groups/simgrid/htdocs/doc/ || true @MAINTAINER_MODE_TRUE@ scp doc/index.php doc/webcruft/robots.txt scm.gforge.inria.fr:/var/lib/gforge/chroot/home/groups/simgrid/htdocs/ -@MAINTAINER_MODE_TRUE@ scp doc/webcruft/simgrid_modules2.png doc/webcruft/simgrid_modules.png doc/webcruft/simgrid_logo.png doc/webcruft/simgrid_logo_small.png scm.gforge.inria.fr:/var/lib/gforge/chroot/home/groups/simgrid/htdocs/ +@MAINTAINER_MODE_TRUE@ scp doc/simgrid_modules2.png doc/simgrid_modules.png doc/webcruft/simgrid_logo.png doc/webcruft/simgrid_logo_small.png scm.gforge.inria.fr:/var/lib/gforge/chroot/home/groups/simgrid/htdocs/ @MAINTAINER_MODE_TRUE@ ssh scm.gforge.inria.fr "chgrp -R simgrid /var/lib/gforge/chroot/home/groups/simgrid/htdocs/" @MAINTAINER_MODE_TRUE@ ssh scm.gforge.inria.fr "chmod g+rw -R /var/lib/gforge/chroot/home/groups/simgrid/htdocs/* || true" @MAINTAINER_MODE_TRUE@ ssh scm.gforge.inria.fr "chmod a+rX -R /var/lib/gforge/chroot/home/groups/simgrid/htdocs/* || true"