Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove Makefile.am from autotools.
[simgrid.git] / examples / gras / chrono / Makefile.am
diff --git a/examples/gras/chrono/Makefile.am b/examples/gras/chrono/Makefile.am
deleted file mode 100644 (file)
index a9233c1..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-INCLUDES= -I$(top_srcdir)/include
-AM_CFLAGS=-g
-TESTS= test_rl test_sg
-EXTRA_DIST=chrono_deployment.xml
-
-# AUTOMAKE variable definition
-noinst_PROGRAMS=chrono_simulator chrono_multiplier
-
-chrono_simulator_SOURCES=      _chrono_simulator.c chrono.c
-chrono_simulator_LDADD=        $(top_builddir)/src/libsimgrid.la
-
-chrono_multiplier_SOURCES=     _chrono_multiplier.c chrono.c
-chrono_multiplier_LDADD=       $(top_builddir)/src/libgras.la
-
-
-# cleanup temps
-CLEANFILES= _chrono_simulator.c _chrono_multiplier.c
-
-# generate temps
-
-# A rule to generate the source file each time the deployment file changes
-_chrono_multiplier.c _chrono_simulator.c: chrono_deployment.xml $(top_srcdir)/tools/gras/gras_stub_generator
-       $(top_srcdir)/tools/gras/gras_stub_generator chrono chrono_deployment.xml >/dev/null
-
-include $(top_srcdir)/acmacro/dist-files.mk