Przeglądaj źródła

Makefile.am: add rule for building starpu_top

Nathalie Furmento 13 lat temu
rodzic
commit
8a8be0755d
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      Makefile.am

+ 2 - 0
Makefile.am

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