X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3d5a550c9ac944a71ea5f8e87ecef9e310fe497d..ae8deb0b01e3d865e2ace3403dd0a6e9946d36b8:/testsuite/Makefile.am diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am index b588e71a77..e446bf64cc 100644 --- a/testsuite/Makefile.am +++ b/testsuite/Makefile.am @@ -2,9 +2,8 @@ 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 -DISTCLEANFILES = gras/.libs/* xbt/.libs/* surf/.libs/* msg/.libs/*  -MAINTAINERCLEANFILES=Makefile.in + testgraph.xml testgraph.dot + EXTRA_DIST=run_tests.in \ gras/datadesc.little32 gras/datadesc.little32_4 \ gras/datadesc.little64\ @@ -71,6 +70,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