Explorar el Código

Tools: fix rules for building fxt tools. There is no need to have specific rules, the global ones can be used

Nathalie Furmento hace 15 años
padre
commit
e009156e28
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  1. 0 3
      tools/Makefile.am

+ 0 - 3
tools/Makefile.am

@@ -31,15 +31,12 @@ bin_PROGRAMS += starpu_calibrate_bus
 starpu_calibrate_bus_SOURCES = starpu_calibrate_bus.c
 starpu_calibrate_bus_SOURCES = starpu_calibrate_bus.c
 
 
 if STARPU_USE_FXT
 if STARPU_USE_FXT
-# TODO: prefix with starpu_
 bin_PROGRAMS += starpu_fxt_tool starpu_fxt_stats
 bin_PROGRAMS += starpu_fxt_tool starpu_fxt_stats
 
 
 starpu_fxt_tool_SOURCES = starpu_fxt_tool.c
 starpu_fxt_tool_SOURCES = starpu_fxt_tool.c
-starpu_fxt_tool_CFLAGS = -I$(top_srcdir)/src/
 starpu_fxt_tool_LDADD =
 starpu_fxt_tool_LDADD =
 
 
 starpu_fxt_stats_SOURCES = starpu_fxt_stats.c
 starpu_fxt_stats_SOURCES = starpu_fxt_stats.c
-starpu_fxt_stats_CFLAGS = -I$(top_srcdir)/src/
 endif
 endif
 
 
 bin_PROGRAMS +=	starpu_perfmodel_display
 bin_PROGRAMS +=	starpu_perfmodel_display