Parcourir la source

starpupy: add makefile targets

Nathalie Furmento il y a 4 ans
Parent
commit
8d66061886
2 fichiers modifiés avec 5 ajouts et 0 suppressions
  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)