Explorar el Código

Makefile.am: add rule for building starpu_top

Nathalie Furmento hace 14 años
padre
commit
8a8be0755d
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      Makefile.am

+ 2 - 0
Makefile.am

@@ -68,6 +68,8 @@ nodist_versinclude_HEADERS = 			\
 	include/starpu_config.h
 	include/starpu_config.h
 
 
 if BUILD_STARPU_TOP
 if BUILD_STARPU_TOP
+starpu-top/starpu_top$(EXEEXT):
+	cd starpu-top ; $(QMAKE) ; $(MAKE)
 all-local:
 all-local:
 	cd starpu-top ; $(QMAKE) ; $(MAKE)
 	cd starpu-top ; $(QMAKE) ; $(MAKE)
 clean-local:
 clean-local: