X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e2030cb82d5b8f8b39696794f036e5ffc435f9bf..e88573354a6448ba3b640e93442f94acd40e8145:/examples/gras/synchro/Makefile.am diff --git a/examples/gras/synchro/Makefile.am b/examples/gras/synchro/Makefile.am deleted file mode 100644 index b90a251488..0000000000 --- a/examples/gras/synchro/Makefile.am +++ /dev/null @@ -1,35 +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 -I$(top_srcdir)/src/include - -EXTRA_DIST=synchro.xml -include $(top_srcdir)/examples/gras/tests.mk - -# AUTOMAKE variable definition -noinst_PROGRAMS=synchro_philosopher synchro_simulator - -synchro_simulator_SOURCES= _synchro_simulator.c philosopher.c -synchro_simulator_LDADD= $(top_builddir)/src/libsimgrid.la - -synchro_philosopher_SOURCES= _synchro_philosopher.c philosopher.c -synchro_philosopher_LDADD= $(top_builddir)/src/libgras.la - -# Take care of generatated sources -# (manually since the child is not in the deployment file, so we need an extra argument to the stub generator) - -_synchro_simulator.c _synchro_philosopher.c: $(srcdir)/synchro.xml $(top_builddir)/tools/gras/gras_stub_generator@EXEEXT@ - [ x@EXEEXT@ = x ] || exenv=wine; $$exenv $(top_builddir)/tools/gras/gras_stub_generator@EXEEXT@ synchro $(srcdir)/synchro.xml - -$(top_builddir)/tools/gras/gras_stub_generator@EXEEXT@: - make -C $(top_builddir)/tools/gras/ gras_stub_generator@EXEEXT@ - -CLEANFILES = _synchro_simulator.c synchro.mk _synchro_philosopher.c -MOSTLYCLEANFILES = synchro.trace - -# Cruft -include $(top_srcdir)/acmacro/dist-files.mk