浏览代码

Makefile.am: add rule for building starpu_top

Nathalie Furmento 13 年之前
父节点
当前提交
8a8be0755d
共有 1 个文件被更改,包括 2 次插入0 次删除
  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: