|
@@ -1,6 +1,6 @@
|
|
|
# StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
# StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
|
#
|
|
#
|
|
|
-# Copyright (C) 2009, 2010 Université de Bordeaux 1
|
|
|
|
|
|
|
+# Copyright (C) 2009-2011 Université de Bordeaux 1
|
|
|
# Copyright (C) 2010, 2011 Centre National de la Recherche Scientifique
|
|
# Copyright (C) 2010, 2011 Centre National de la Recherche Scientifique
|
|
|
#
|
|
#
|
|
|
# StarPU is free software; you can redistribute it and/or modify
|
|
# StarPU is free software; you can redistribute it and/or modify
|
|
@@ -51,6 +51,10 @@ include_HEADERS = \
|
|
|
include/starpu_bound.h \
|
|
include/starpu_bound.h \
|
|
|
include/starpu_scheduler.h
|
|
include/starpu_scheduler.h
|
|
|
|
|
|
|
|
|
|
+if STARPU_HAVE_WINDOWS
|
|
|
txtdir = ${prefix}
|
|
txtdir = ${prefix}
|
|
|
|
|
+else
|
|
|
|
|
+txtdir = ${docdir}
|
|
|
|
|
+endif
|
|
|
txt_DATA = AUTHORS COPYING.LGPL README
|
|
txt_DATA = AUTHORS COPYING.LGPL README
|
|
|
EXTRA_DIST = AUTHORS COPYING.LGPL README
|
|
EXTRA_DIST = AUTHORS COPYING.LGPL README
|