X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3d5a550c9ac944a71ea5f8e87ecef9e310fe497d..a31ac7fe0ed227050cba13b9ca30f590759dfa8e:/testsuite/Makefile.am diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am index b588e71a77..eb0b028d1b 100644 --- a/testsuite/Makefile.am +++ b/testsuite/Makefile.am @@ -2,9 +2,9 @@ INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src -I$(top_srcdir)/src/inclu AM_CFLAGS=-g CLEANFILES = *~ test a.out *.o gras/datadesc_usage.out datadesc_usage.out\ - testgraph.xml graph.dot + testgraph.xml testgraph.dot DISTCLEANFILES = gras/.libs/* xbt/.libs/* surf/.libs/* msg/.libs/*  -MAINTAINERCLEANFILES=Makefile.in + EXTRA_DIST=run_tests.in \ gras/datadesc.little32 gras/datadesc.little32_4 \ gras/datadesc.little64\ @@ -71,6 +71,6 @@ gras_datadesc_usage_SOURCES= gras/datadesc_usage.c gras/datadesc_structs.c gras_datadesc_usage_LDADD= $(LDADD_RL) gras/datadesc_structs.c: gras/mk_datadesc_structs.pl - cd gras ; perl mk_datadesc_structs.pl > datadesc_structs.c + cd gras ; perl ../$(top_srcdir)/testsuite/gras/mk_datadesc_structs.pl > datadesc_structs.c include $(top_srcdir)/acmacro/dist-files.mk