From: mquinson Date: Mon, 6 Jun 2005 13:05:06 +0000 (+0000) Subject: infrastructure X-Git-Tag: v3.3~4008 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/13c904d6998134e6eb726d1b695d9ce0c8c2e949?ds=sidebyside infrastructure git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1347 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/examples/amok/.cvsignore b/examples/amok/.cvsignore new file mode 100644 index 0000000000..6179e0dbd5 --- /dev/null +++ b/examples/amok/.cvsignore @@ -0,0 +1 @@ +Makefile Makefile.in diff --git a/examples/amok/Makefile.am b/examples/amok/Makefile.am new file mode 100644 index 0000000000..9f652b895e --- /dev/null +++ b/examples/amok/Makefile.am @@ -0,0 +1,3 @@ +SUBDIRS= # bandwidth alnem saturate + +include $(top_srcdir)/acmacro/dist-files.mk