Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove Makefile.am from autotools.
[simgrid.git] / examples / amok / saturate / Makefile.am
diff --git a/examples/amok/saturate/Makefile.am b/examples/amok/saturate/Makefile.am
deleted file mode 100644 (file)
index 2c6a637..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-# 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.
-
-
-INCLUDES= -I$(top_srcdir)/include
-AM_CFLAGS=-g
-
-TESTS=test_rl test_sg
-EXTRA_DIST=saturate.xml $(TESTS)
-
-noinst_PROGRAMS=saturate_simulator saturate_sensor saturate_maestro
-
-saturate_simulator_SOURCES=_saturate_simulator.c saturate.c
-saturate_simulator_LDADD=      $(top_builddir)/src/libsimgrid.la
-
-saturate_sensor_SOURCES=          _saturate_sensor.c saturate.c
-saturate_maestro_SOURCES=         _saturate_maestro.c saturate.c
-
-saturate_sensor_LDADD=            $(top_builddir)/src/libgras.la 
-saturate_maestro_LDADD=          $(top_builddir)/src/libgras.la 
-
-# Take care of generatated sources
-NAME=saturate
-PROCESSES=sensor maestro
-include $(top_srcdir)/examples/temps-gras-stub.mk
-
-# Cruft
-include $(top_srcdir)/acmacro/dist-files.mk