Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
smpicc/smpirun no longer require special envirnment variables. also they're now
[simgrid.git] / Makefile.in
index 3ca43c4..34bf4bf 100644 (file)
@@ -39,7 +39,8 @@ 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)/configure $(top_srcdir)/src/smpi/smpicc.in \
+       $(top_srcdir)/src/smpi/smpirun.in \
        $(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 \
@@ -61,7 +62,7 @@ am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 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
+       testsuite/gras/trp_file_usage src/smpi/smpicc src/smpi/smpirun
 SOURCES =
 DIST_SOURCES =
 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
@@ -157,7 +158,6 @@ PACKAGE_VERSION = @PACKAGE_VERSION@
 PATH_SEPARATOR = @PATH_SEPARATOR@
 PTH_STACK_GROWTH = @PTH_STACK_GROWTH@
 RANLIB = @RANLIB@
-SED = @SED@
 SET_MAKE = @SET_MAKE@
 SHELL = @SHELL@
 SIMGRID_DEP = @SIMGRID_DEP@
@@ -277,6 +277,10 @@ testsuite/gras/trp_tcp_usage: $(top_builddir)/config.status $(top_srcdir)/testsu
        cd $(top_builddir) && $(SHELL) ./config.status $@
 testsuite/gras/trp_file_usage: $(top_builddir)/config.status $(top_srcdir)/testsuite/gras/trp_file_usage.in
        cd $(top_builddir) && $(SHELL) ./config.status $@
+src/smpi/smpicc: $(top_builddir)/config.status $(top_srcdir)/src/smpi/smpicc.in
+       cd $(top_builddir) && $(SHELL) ./config.status $@
+src/smpi/smpirun: $(top_builddir)/config.status $(top_srcdir)/src/smpi/smpirun.in
+       cd $(top_builddir) && $(SHELL) ./config.status $@
 
 mostlyclean-libtool:
        -rm -f *.lo
@@ -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/