Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
These stupid autotools are not even able to remove the files they created
[simgrid.git] / testsuite / Makefile.am
index b588e71..eb0b028 100644 (file)
@@ -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