From 13c904d6998134e6eb726d1b695d9ce0c8c2e949 Mon Sep 17 00:00:00 2001 From: mquinson Date: Mon, 6 Jun 2005 13:05:06 +0000 Subject: [PATCH] infrastructure git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1347 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- examples/amok/.cvsignore | 1 + examples/amok/Makefile.am | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 examples/amok/.cvsignore create mode 100644 examples/amok/Makefile.am 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 -- 2.30.2