Explorar o código

starpupy: add makefile targets

Nathalie Furmento %!s(int64=4) %!d(string=hai) anos
pai
achega
8d66061886
Modificáronse 2 ficheiros con 5 adicións e 0 borrados
  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)