Browse Source

starpupy: add makefile targets

Nathalie Furmento 4 years ago
parent
commit
8d66061886
2 changed files with 5 additions and 0 deletions
  1. 3 0
      starpupy/examples/Makefile.am
  2. 2 0
      starpupy/src/Makefile.am

+ 3 - 0
starpupy/examples/Makefile.am

@@ -13,6 +13,9 @@
 #
 # See the GNU Lesser General Public License in COPYING.LGPL for more details.
 #
+
+include $(top_srcdir)/starpu.mk
+
 SUBDIRS =
 
 CLEANFILES = *.gcno *.gcda *.linkinfo

+ 2 - 0
starpupy/src/Makefile.am

@@ -14,6 +14,8 @@
 # See the GNU Lesser General Public License in COPYING.LGPL for more details.
 #
 
+include $(top_srcdir)/starpu-notests.mk
+
 SUBDIRS =
 
 PYTHON_PY_SRC	=	$(wildcard $(top_srcdir)/starpupy/src/*py)