* m4/cfitsio.m4: s/FreeImage/CFITSIO/g.
---
ChangeLog | 6 ++++++
m4/cfitsio.m4 | 6 +++---
2 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 5448079..272b419 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2009-04-16 Roland Levillain <roland(a)lrde.epita.fr>
+ Fix messages in m4/cfitsio.m4.
+
+ * m4/cfitsio.m4: s/FreeImage/CFITSIO/g.
+
+2009-04-16 Roland Levillain <roland(a)lrde.epita.fr>
+
Do not impose Emacs' Makefile major mode in Makefile.am's.
* Makefile.am,
diff --git a/m4/cfitsio.m4 b/m4/cfitsio.m4
index 32fd89d..0660968 100644
--- a/m4/cfitsio.m4
+++ b/m4/cfitsio.m4
@@ -2,7 +2,7 @@
# OLN_WITH_CFITSIO
# ----------------------
-# Checks whether the Cfitsio library is available from C++
+# Checks whether the CFITSIO library is available from C++
# programs.
#
# This macro sets CFITSIO_CXXFLAGS and CFITSIO_LDFLAGS if
@@ -14,7 +14,7 @@ AC_DEFUN([OLN_WITH_CFITSIO],
AC_ARG_WITH([cfitsio],
[AC_HELP_STRING([--with-cfitsio@<:@=DIR@:>@],
- [using FreeImage (DIR = prefix for FreeImage installation)])])
+ [using CFITSIO (DIR = prefix for CFITSIO installation)])])
CFITSIO_CXXFLAGS=''
CFITSIO_LDFLAGS=''
if test "x$with_cfitsio" != xno; then
@@ -33,7 +33,7 @@ AC_DEFUN([OLN_WITH_CFITSIO],
[oln_have_cfitsio=yes
CFITSIO_LDFLAGS="$CFITSIO_LDFLAGS -lcfitsio"
AC_DEFINE([HAVE_CFITSIO], 1,
- [Define to 1 if we can use FreeImage])
+ [Define to 1 if we can use CFITSIO])
]
)]
)
--
1.6.1.2
* Makefile.am,
* build-aux/Makefile.am,
* external/Makefile.am,
* external/trimesh/Makefile.am,
* external/trimesh/gluit/Makefile.am,
* external/trimesh/include/Makefile.am,
* external/trimesh/libsrc/Makefile.am,
* external/trimesh/utilsrc/Makefile.am,
* milena/Makefile.am,
* milena/apps/Makefile.am,
* milena/apps/statues/Makefile.am,
* milena/doc/examples/Makefile.am,
* milena/mesh/Makefile.am,
* milena/sandbox/scribo/src/Makefile.am,
* milena/sandbox/scribo/src/binarization/Makefile.am,
* milena/sandbox/scribo/tests/Makefile.am,
* milena/sandbox/scribo/tests/filter/Makefile.am,
* milena/sandbox/scribo/tests/table/Makefile.am,
* milena/sandbox/scribo/tests/text/Makefile.am,
* milena/tests/Makefile.am,
* milena/tests/accu/Makefile.am,
* milena/tests/accu/image/Makefile.am,
* milena/tests/accu/site_set/Makefile.am,
* milena/tests/algebra/Makefile.am,
* milena/tests/arith/Makefile.am,
* milena/tests/binarization/Makefile.am,
* milena/tests/border/Makefile.am,
* milena/tests/canvas/Makefile.am,
* milena/tests/canvas/browsing/Makefile.am,
* milena/tests/canvas/morpho/Makefile.am,
* milena/tests/convert/Makefile.am,
* milena/tests/convert/impl/Makefile.am,
* milena/tests/core/Makefile.am,
* milena/tests/core/alias/Makefile.am,
* milena/tests/core/image/Makefile.am,
* milena/tests/core/other/Makefile.am,
* milena/tests/core/routine/Makefile.am,
* milena/tests/core/site_set/Makefile.am,
* milena/tests/data/Makefile.am,
* milena/tests/debug/Makefile.am,
* milena/tests/display/Makefile.am,
* milena/tests/draw/Makefile.am,
* milena/tests/estim/Makefile.am,
* milena/tests/extension/Makefile.am,
* milena/tests/extract/Makefile.am,
* milena/tests/fun/Makefile.am,
* milena/tests/fun/i2v/Makefile.am,
* milena/tests/fun/l2l/Makefile.am,
* milena/tests/fun/p2b/Makefile.am,
* milena/tests/fun/p2p/Makefile.am,
* milena/tests/fun/p2v/Makefile.am,
* milena/tests/fun/v2v/Makefile.am,
* milena/tests/fun/vv2v/Makefile.am,
* milena/tests/fun/x2x/Makefile.am,
* milena/tests/geom/Makefile.am,
* milena/tests/graph/Makefile.am,
* milena/tests/graph/attribute/Makefile.am,
* milena/tests/histo/Makefile.am,
* milena/tests/io/Makefile.am,
* milena/tests/io/dump/Makefile.am,
* milena/tests/io/fits/Makefile.am,
* milena/tests/io/off/Makefile.am,
* milena/tests/io/pbm/Makefile.am,
* milena/tests/io/pfm/Makefile.am,
* milena/tests/io/pgm/Makefile.am,
* milena/tests/io/pnm/Makefile.am,
* milena/tests/io/ppm/Makefile.am,
* milena/tests/io/tiff/Makefile.am,
* milena/tests/labeling/Makefile.am,
* milena/tests/level/Makefile.am,
* milena/tests/level/approx/Makefile.am,
* milena/tests/level/naive/Makefile.am,
* milena/tests/linear/Makefile.am,
* milena/tests/linear/local/Makefile.am,
* milena/tests/literal/Makefile.am,
* milena/tests/logical/Makefile.am,
* milena/tests/make/Makefile.am,
* milena/tests/math/Makefile.am,
* milena/tests/metal/Makefile.am,
* milena/tests/metal/make/Makefile.am,
* milena/tests/metal/math/Makefile.am,
* milena/tests/morpho/Makefile.am,
* milena/tests/morpho/approx/Makefile.am,
* milena/tests/morpho/attribute/Makefile.am,
* milena/tests/morpho/closing/Makefile.am,
* milena/tests/morpho/closing/approx/Makefile.am,
* milena/tests/morpho/elementary/Makefile.am,
* milena/tests/morpho/opening/Makefile.am,
* milena/tests/morpho/opening/approx/Makefile.am,
* milena/tests/morpho/tree/Makefile.am,
* milena/tests/morpho/watershed/Makefile.am,
* milena/tests/norm/Makefile.am,
* milena/tests/opt/Makefile.am,
* milena/tests/pw/Makefile.am,
* milena/tests/registration/Makefile.am,
* milena/tests/set/Makefile.am,
* milena/tests/subsampling/Makefile.am,
* milena/tests/tag/Makefile.am,
* milena/tests/test/Makefile.am,
* milena/tests/topo/Makefile.am,
* milena/tests/trace/Makefile.am,
* milena/tests/trait/Makefile.am,
* milena/tests/trait/image/Makefile.am,
* milena/tests/trait/op/Makefile.am,
* milena/tests/trait/value/Makefile.am,
* milena/tests/transform/Makefile.am,
* milena/tests/unit_test/Makefile.am,
* milena/tests/util/Makefile.am,
* milena/tests/value/Makefile.am,
* milena/tests/value/builtin/Makefile.am,
* milena/tests/value/concept/Makefile.am,
* milena/tests/win/Makefile.am,
* milena/tools/Makefile.am,
* swilena/Makefile.am,
* swilena/python/Makefile.am:
Here.
---
ChangeLog | 121 ++++++++++++++++++++
Makefile.am | 2 +-
build-aux/Makefile.am | 2 +-
external/Makefile.am | 2 +-
external/trimesh/Makefile.am | 2 +-
external/trimesh/gluit/Makefile.am | 2 +-
external/trimesh/include/Makefile.am | 2 +-
external/trimesh/libsrc/Makefile.am | 2 +-
external/trimesh/utilsrc/Makefile.am | 2 +-
milena/Makefile.am | 2 +-
milena/apps/Makefile.am | 2 +-
milena/apps/statues/Makefile.am | 2 +-
milena/doc/examples/Makefile.am | 2 +-
milena/mesh/Makefile.am | 2 +-
milena/sandbox/scribo/src/Makefile.am | 2 +-
milena/sandbox/scribo/src/binarization/Makefile.am | 2 +-
milena/sandbox/scribo/tests/Makefile.am | 2 +-
milena/sandbox/scribo/tests/filter/Makefile.am | 2 +-
milena/sandbox/scribo/tests/table/Makefile.am | 2 +-
milena/sandbox/scribo/tests/text/Makefile.am | 2 +-
milena/tests/Makefile.am | 2 +-
milena/tests/accu/Makefile.am | 2 +-
milena/tests/accu/image/Makefile.am | 2 +-
milena/tests/accu/site_set/Makefile.am | 2 +-
milena/tests/algebra/Makefile.am | 2 +-
milena/tests/arith/Makefile.am | 2 +-
milena/tests/binarization/Makefile.am | 2 +-
milena/tests/border/Makefile.am | 2 +-
milena/tests/canvas/Makefile.am | 2 +-
milena/tests/canvas/browsing/Makefile.am | 2 +-
milena/tests/canvas/morpho/Makefile.am | 2 +-
milena/tests/convert/Makefile.am | 2 +-
milena/tests/convert/impl/Makefile.am | 2 +-
milena/tests/core/Makefile.am | 2 +-
milena/tests/core/alias/Makefile.am | 2 +-
milena/tests/core/image/Makefile.am | 2 +-
milena/tests/core/other/Makefile.am | 2 +-
milena/tests/core/routine/Makefile.am | 2 +-
milena/tests/core/site_set/Makefile.am | 2 +-
milena/tests/data/Makefile.am | 2 +-
milena/tests/debug/Makefile.am | 2 +-
milena/tests/display/Makefile.am | 2 +-
milena/tests/draw/Makefile.am | 2 +-
milena/tests/estim/Makefile.am | 2 +-
milena/tests/extension/Makefile.am | 2 +-
milena/tests/extract/Makefile.am | 2 +-
milena/tests/fun/Makefile.am | 2 +-
milena/tests/fun/i2v/Makefile.am | 2 +-
milena/tests/fun/p2b/Makefile.am | 2 +-
milena/tests/fun/p2p/Makefile.am | 2 +-
milena/tests/fun/p2v/Makefile.am | 2 +-
milena/tests/fun/v2v/Makefile.am | 2 +-
milena/tests/fun/vv2v/Makefile.am | 2 +-
milena/tests/fun/x2x/Makefile.am | 2 +-
milena/tests/geom/Makefile.am | 2 +-
milena/tests/graph/Makefile.am | 2 +-
milena/tests/graph/attribute/Makefile.am | 2 +-
milena/tests/histo/Makefile.am | 2 +-
milena/tests/io/Makefile.am | 2 +-
milena/tests/io/dump/Makefile.am | 2 +-
milena/tests/io/fits/Makefile.am | 2 +-
milena/tests/io/off/Makefile.am | 2 +-
milena/tests/io/pbm/Makefile.am | 2 +-
milena/tests/io/pfm/Makefile.am | 2 +-
milena/tests/io/pgm/Makefile.am | 2 +-
milena/tests/io/pnm/Makefile.am | 2 +-
milena/tests/io/ppm/Makefile.am | 2 +-
milena/tests/io/tiff/Makefile.am | 2 +-
milena/tests/labeling/Makefile.am | 2 +-
milena/tests/level/Makefile.am | 2 +-
milena/tests/level/approx/Makefile.am | 2 +-
milena/tests/level/naive/Makefile.am | 2 +-
milena/tests/linear/Makefile.am | 2 +-
milena/tests/linear/local/Makefile.am | 2 +-
milena/tests/literal/Makefile.am | 2 +-
milena/tests/logical/Makefile.am | 2 +-
milena/tests/make/Makefile.am | 2 +-
milena/tests/math/Makefile.am | 2 +-
milena/tests/metal/Makefile.am | 2 +-
milena/tests/metal/make/Makefile.am | 2 +-
milena/tests/metal/math/Makefile.am | 2 +-
milena/tests/morpho/Makefile.am | 2 +-
milena/tests/morpho/approx/Makefile.am | 2 +-
milena/tests/morpho/attribute/Makefile.am | 2 +-
milena/tests/morpho/closing/Makefile.am | 2 +-
milena/tests/morpho/closing/approx/Makefile.am | 2 +-
milena/tests/morpho/elementary/Makefile.am | 2 +-
milena/tests/morpho/opening/Makefile.am | 2 +-
milena/tests/morpho/opening/approx/Makefile.am | 2 +-
milena/tests/morpho/tree/Makefile.am | 2 +-
milena/tests/morpho/watershed/Makefile.am | 2 +-
milena/tests/norm/Makefile.am | 2 +-
milena/tests/opt/Makefile.am | 2 +-
milena/tests/pw/Makefile.am | 2 +-
milena/tests/registration/Makefile.am | 2 +-
milena/tests/set/Makefile.am | 2 +-
milena/tests/subsampling/Makefile.am | 2 +-
milena/tests/tag/Makefile.am | 2 +-
milena/tests/test/Makefile.am | 2 +-
milena/tests/topo/Makefile.am | 2 +-
milena/tests/trace/Makefile.am | 2 +-
milena/tests/trait/Makefile.am | 2 +-
milena/tests/trait/image/Makefile.am | 2 +-
milena/tests/trait/op/Makefile.am | 2 +-
milena/tests/trait/value/Makefile.am | 2 +-
milena/tests/transform/Makefile.am | 2 +-
milena/tests/unit_test/Makefile.am | 2 +-
milena/tests/util/Makefile.am | 2 +-
milena/tests/value/Makefile.am | 2 +-
milena/tests/value/builtin/Makefile.am | 2 +-
milena/tests/value/concept/Makefile.am | 2 +-
milena/tests/win/Makefile.am | 2 +-
milena/tests/world/inter_pixel/dim2/Makefile.am | 2 +-
milena/tools/Makefile.am | 2 +-
swilena/Makefile.am | 2 +-
swilena/python/Makefile.am | 2 +-
116 files changed, 236 insertions(+), 115 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 9c5162d..5448079 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,124 @@
+2009-04-16 Roland Levillain <roland(a)lrde.epita.fr>
+
+ Do not impose Emacs' Makefile major mode in Makefile.am's.
+
+ * Makefile.am,
+ * build-aux/Makefile.am,
+ * external/Makefile.am,
+ * external/trimesh/Makefile.am,
+ * external/trimesh/gluit/Makefile.am,
+ * external/trimesh/include/Makefile.am,
+ * external/trimesh/libsrc/Makefile.am,
+ * external/trimesh/utilsrc/Makefile.am,
+ * milena/Makefile.am,
+ * milena/apps/Makefile.am,
+ * milena/apps/statues/Makefile.am,
+ * milena/doc/examples/Makefile.am,
+ * milena/mesh/Makefile.am,
+ * milena/sandbox/scribo/src/Makefile.am,
+ * milena/sandbox/scribo/src/binarization/Makefile.am,
+ * milena/sandbox/scribo/tests/Makefile.am,
+ * milena/sandbox/scribo/tests/filter/Makefile.am,
+ * milena/sandbox/scribo/tests/table/Makefile.am,
+ * milena/sandbox/scribo/tests/text/Makefile.am,
+ * milena/tests/Makefile.am,
+ * milena/tests/accu/Makefile.am,
+ * milena/tests/accu/image/Makefile.am,
+ * milena/tests/accu/site_set/Makefile.am,
+ * milena/tests/algebra/Makefile.am,
+ * milena/tests/arith/Makefile.am,
+ * milena/tests/binarization/Makefile.am,
+ * milena/tests/border/Makefile.am,
+ * milena/tests/canvas/Makefile.am,
+ * milena/tests/canvas/browsing/Makefile.am,
+ * milena/tests/canvas/morpho/Makefile.am,
+ * milena/tests/convert/Makefile.am,
+ * milena/tests/convert/impl/Makefile.am,
+ * milena/tests/core/Makefile.am,
+ * milena/tests/core/alias/Makefile.am,
+ * milena/tests/core/image/Makefile.am,
+ * milena/tests/core/other/Makefile.am,
+ * milena/tests/core/routine/Makefile.am,
+ * milena/tests/core/site_set/Makefile.am,
+ * milena/tests/data/Makefile.am,
+ * milena/tests/debug/Makefile.am,
+ * milena/tests/display/Makefile.am,
+ * milena/tests/draw/Makefile.am,
+ * milena/tests/estim/Makefile.am,
+ * milena/tests/extension/Makefile.am,
+ * milena/tests/extract/Makefile.am,
+ * milena/tests/fun/Makefile.am,
+ * milena/tests/fun/i2v/Makefile.am,
+ * milena/tests/fun/l2l/Makefile.am,
+ * milena/tests/fun/p2b/Makefile.am,
+ * milena/tests/fun/p2p/Makefile.am,
+ * milena/tests/fun/p2v/Makefile.am,
+ * milena/tests/fun/v2v/Makefile.am,
+ * milena/tests/fun/vv2v/Makefile.am,
+ * milena/tests/fun/x2x/Makefile.am,
+ * milena/tests/geom/Makefile.am,
+ * milena/tests/graph/Makefile.am,
+ * milena/tests/graph/attribute/Makefile.am,
+ * milena/tests/histo/Makefile.am,
+ * milena/tests/io/Makefile.am,
+ * milena/tests/io/dump/Makefile.am,
+ * milena/tests/io/fits/Makefile.am,
+ * milena/tests/io/off/Makefile.am,
+ * milena/tests/io/pbm/Makefile.am,
+ * milena/tests/io/pfm/Makefile.am,
+ * milena/tests/io/pgm/Makefile.am,
+ * milena/tests/io/pnm/Makefile.am,
+ * milena/tests/io/ppm/Makefile.am,
+ * milena/tests/io/tiff/Makefile.am,
+ * milena/tests/labeling/Makefile.am,
+ * milena/tests/level/Makefile.am,
+ * milena/tests/level/approx/Makefile.am,
+ * milena/tests/level/naive/Makefile.am,
+ * milena/tests/linear/Makefile.am,
+ * milena/tests/linear/local/Makefile.am,
+ * milena/tests/literal/Makefile.am,
+ * milena/tests/logical/Makefile.am,
+ * milena/tests/make/Makefile.am,
+ * milena/tests/math/Makefile.am,
+ * milena/tests/metal/Makefile.am,
+ * milena/tests/metal/make/Makefile.am,
+ * milena/tests/metal/math/Makefile.am,
+ * milena/tests/morpho/Makefile.am,
+ * milena/tests/morpho/approx/Makefile.am,
+ * milena/tests/morpho/attribute/Makefile.am,
+ * milena/tests/morpho/closing/Makefile.am,
+ * milena/tests/morpho/closing/approx/Makefile.am,
+ * milena/tests/morpho/elementary/Makefile.am,
+ * milena/tests/morpho/opening/Makefile.am,
+ * milena/tests/morpho/opening/approx/Makefile.am,
+ * milena/tests/morpho/tree/Makefile.am,
+ * milena/tests/morpho/watershed/Makefile.am,
+ * milena/tests/norm/Makefile.am,
+ * milena/tests/opt/Makefile.am,
+ * milena/tests/pw/Makefile.am,
+ * milena/tests/registration/Makefile.am,
+ * milena/tests/set/Makefile.am,
+ * milena/tests/subsampling/Makefile.am,
+ * milena/tests/tag/Makefile.am,
+ * milena/tests/test/Makefile.am,
+ * milena/tests/topo/Makefile.am,
+ * milena/tests/trace/Makefile.am,
+ * milena/tests/trait/Makefile.am,
+ * milena/tests/trait/image/Makefile.am,
+ * milena/tests/trait/op/Makefile.am,
+ * milena/tests/trait/value/Makefile.am,
+ * milena/tests/transform/Makefile.am,
+ * milena/tests/unit_test/Makefile.am,
+ * milena/tests/util/Makefile.am,
+ * milena/tests/value/Makefile.am,
+ * milena/tests/value/builtin/Makefile.am,
+ * milena/tests/value/concept/Makefile.am,
+ * milena/tests/win/Makefile.am,
+ * milena/tools/Makefile.am,
+ * swilena/Makefile.am,
+ * swilena/python/Makefile.am:
+ Here.
+
2009-05-11 Guillaume Lazzara <lazzara(a)lrde.epita.fr>
* configure.ac: configure new directories in milena/tests/.
diff --git a/Makefile.am b/Makefile.am
index 814551a..ef05249 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to produce Makefile.in -*- Makefile -*-
+## Process this file through Automake to produce Makefile.in.
ACLOCAL_AMFLAGS = -I m4
diff --git a/build-aux/Makefile.am b/build-aux/Makefile.am
index c5812a4..81adc78 100644
--- a/build-aux/Makefile.am
+++ b/build-aux/Makefile.am
@@ -1 +1 @@
-## Process this file through Automake to produce Makefile.in -*- Makefile -*-
+## Process this file through Automake to produce Makefile.in.
diff --git a/external/Makefile.am b/external/Makefile.am
index e01abab..e288aa7 100644
--- a/external/Makefile.am
+++ b/external/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to produce Makefile.in -*- Makefile -*-
+## Process this file through Automake to produce Makefile.in.
SUBDIRS =
diff --git a/external/trimesh/Makefile.am b/external/trimesh/Makefile.am
index 0d3d7d7..5ec6bd7 100644
--- a/external/trimesh/Makefile.am
+++ b/external/trimesh/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to produce Makefile.in -*- Makefile -*-
+## Process this file through Automake to produce Makefile.in.
SUBDIRS = include libsrc gluit utilsrc
diff --git a/external/trimesh/gluit/Makefile.am b/external/trimesh/gluit/Makefile.am
index e1de369..ac1db13 100644
--- a/external/trimesh/gluit/Makefile.am
+++ b/external/trimesh/gluit/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to produce Makefile.in -*- Makefile -*-
+## Process this file through Automake to produce Makefile.in.
# Find config.h.
AM_CPPFLAGS = -I$(top_builddir)
diff --git a/external/trimesh/include/Makefile.am b/external/trimesh/include/Makefile.am
index 1baedf6..415f4b4 100644
--- a/external/trimesh/include/Makefile.am
+++ b/external/trimesh/include/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to produce Makefile.in -*- Makefile -*-
+## Process this file through Automake to produce Makefile.in.
trimeshdir = $(includedir)/trimesh
nobase_trimesh_HEADERS = \
diff --git a/external/trimesh/libsrc/Makefile.am b/external/trimesh/libsrc/Makefile.am
index c253204..b25c030 100644
--- a/external/trimesh/libsrc/Makefile.am
+++ b/external/trimesh/libsrc/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to produce Makefile.in -*- Makefile -*-
+## Process this file through Automake to produce Makefile.in.
AM_CPPFLAGS = -I$(top_srcdir)/include
diff --git a/external/trimesh/utilsrc/Makefile.am b/external/trimesh/utilsrc/Makefile.am
index 34972ff..0ede26a 100644
--- a/external/trimesh/utilsrc/Makefile.am
+++ b/external/trimesh/utilsrc/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to produce Makefile.in -*- Makefile -*-
+## Process this file through Automake to produce Makefile.in.
# Linking with gluit and GLUT/OpenGL.
gluit_builddir = $(top_builddir)/gluit
diff --git a/milena/Makefile.am b/milena/Makefile.am
index ffb87cc..8ff2f4f 100644
--- a/milena/Makefile.am
+++ b/milena/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
##FIXME
SUBDIRS = \
diff --git a/milena/apps/Makefile.am b/milena/apps/Makefile.am
index 8b1e9cf..78125c4 100644
--- a/milena/apps/Makefile.am
+++ b/milena/apps/Makefile.am
@@ -1,3 +1,3 @@
-## Process this file through Automake to produce Makefile.in -*- Makefile -*-
+## Process this file through Automake to produce Makefile.in.
SUBDIRS = statues
diff --git a/milena/apps/statues/Makefile.am b/milena/apps/statues/Makefile.am
index 1407fbe..3c04596 100644
--- a/milena/apps/statues/Makefile.am
+++ b/milena/apps/statues/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to produce Makefile.in -*- Makefile -*-
+## Process this file through Automake to produce Makefile.in.
# Linking with gluit and GLUT/OpenGL.
gluit_builddir = $(top_builddir)/external/trimesh/gluit
diff --git a/milena/doc/examples/Makefile.am b/milena/doc/examples/Makefile.am
index 88e7639..10b460b 100644
--- a/milena/doc/examples/Makefile.am
+++ b/milena/doc/examples/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/doc/doc.mk
diff --git a/milena/mesh/Makefile.am b/milena/mesh/Makefile.am
index b342a6a..4ea4a0a 100644
--- a/milena/mesh/Makefile.am
+++ b/milena/mesh/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
## This Makefile makes use of GNU Make extensions (%-patterns,
## patsubst). We might want to turn it into something more portable
diff --git a/milena/sandbox/scribo/src/Makefile.am b/milena/sandbox/scribo/src/Makefile.am
index 2ac673a..8511787 100644
--- a/milena/sandbox/scribo/src/Makefile.am
+++ b/milena/sandbox/scribo/src/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/sandbox/scribo/scribo.mk
diff --git a/milena/sandbox/scribo/src/binarization/Makefile.am b/milena/sandbox/scribo/src/binarization/Makefile.am
index aeb103a..9f149c7 100644
--- a/milena/sandbox/scribo/src/binarization/Makefile.am
+++ b/milena/sandbox/scribo/src/binarization/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/sandbox/scribo/scribo.mk
diff --git a/milena/sandbox/scribo/tests/Makefile.am b/milena/sandbox/scribo/tests/Makefile.am
index 2436042..4f6e663 100644
--- a/milena/sandbox/scribo/tests/Makefile.am
+++ b/milena/sandbox/scribo/tests/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
SUBDIRS = \
filter \
diff --git a/milena/sandbox/scribo/tests/filter/Makefile.am b/milena/sandbox/scribo/tests/filter/Makefile.am
index c2a02ef..0f01eea 100644
--- a/milena/sandbox/scribo/tests/filter/Makefile.am
+++ b/milena/sandbox/scribo/tests/filter/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/sandbox/scribo/scribo.mk
diff --git a/milena/sandbox/scribo/tests/table/Makefile.am b/milena/sandbox/scribo/tests/table/Makefile.am
index 1a4c5c3..0e008bc 100644
--- a/milena/sandbox/scribo/tests/table/Makefile.am
+++ b/milena/sandbox/scribo/tests/table/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/sandbox/scribo/scribo.mk
diff --git a/milena/sandbox/scribo/tests/text/Makefile.am b/milena/sandbox/scribo/tests/text/Makefile.am
index d9df32a..70e77bf 100644
--- a/milena/sandbox/scribo/tests/text/Makefile.am
+++ b/milena/sandbox/scribo/tests/text/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/sandbox/scribo/scribo.mk
diff --git a/milena/tests/Makefile.am b/milena/tests/Makefile.am
index 23cb39e..cf419b8 100644
--- a/milena/tests/Makefile.am
+++ b/milena/tests/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/accu/Makefile.am b/milena/tests/accu/Makefile.am
index f7b9927..9e0f437 100644
--- a/milena/tests/accu/Makefile.am
+++ b/milena/tests/accu/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/accu/image/Makefile.am b/milena/tests/accu/image/Makefile.am
index c1d1a2d..4376cba 100644
--- a/milena/tests/accu/image/Makefile.am
+++ b/milena/tests/accu/image/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/accu/site_set/Makefile.am b/milena/tests/accu/site_set/Makefile.am
index 042cf00..929c56a 100644
--- a/milena/tests/accu/site_set/Makefile.am
+++ b/milena/tests/accu/site_set/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/algebra/Makefile.am b/milena/tests/algebra/Makefile.am
index 28731b0..ec9bc36 100644
--- a/milena/tests/algebra/Makefile.am
+++ b/milena/tests/algebra/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/arith/Makefile.am b/milena/tests/arith/Makefile.am
index 1cd2aeb..bdca808 100644
--- a/milena/tests/arith/Makefile.am
+++ b/milena/tests/arith/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/binarization/Makefile.am b/milena/tests/binarization/Makefile.am
index de02ee8..0a1e55a 100644
--- a/milena/tests/binarization/Makefile.am
+++ b/milena/tests/binarization/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/border/Makefile.am b/milena/tests/border/Makefile.am
index 34c67b2..4075b11 100644
--- a/milena/tests/border/Makefile.am
+++ b/milena/tests/border/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/canvas/Makefile.am b/milena/tests/canvas/Makefile.am
index 5a4973f..e09f93c 100644
--- a/milena/tests/canvas/Makefile.am
+++ b/milena/tests/canvas/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/canvas/browsing/Makefile.am b/milena/tests/canvas/browsing/Makefile.am
index 5d28778..b8de4c2 100644
--- a/milena/tests/canvas/browsing/Makefile.am
+++ b/milena/tests/canvas/browsing/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/canvas/morpho/Makefile.am b/milena/tests/canvas/morpho/Makefile.am
index c8d0261..0c2c9c5 100644
--- a/milena/tests/canvas/morpho/Makefile.am
+++ b/milena/tests/canvas/morpho/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/convert/Makefile.am b/milena/tests/convert/Makefile.am
index e2f84b0..ffab9fa 100644
--- a/milena/tests/convert/Makefile.am
+++ b/milena/tests/convert/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/convert/impl/Makefile.am b/milena/tests/convert/impl/Makefile.am
index 343def8..d17a569 100644
--- a/milena/tests/convert/impl/Makefile.am
+++ b/milena/tests/convert/impl/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/core/Makefile.am b/milena/tests/core/Makefile.am
index c1733bf..27e499f 100644
--- a/milena/tests/core/Makefile.am
+++ b/milena/tests/core/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/core/alias/Makefile.am b/milena/tests/core/alias/Makefile.am
index 1d212a5..3d44ff9 100644
--- a/milena/tests/core/alias/Makefile.am
+++ b/milena/tests/core/alias/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/core/image/Makefile.am b/milena/tests/core/image/Makefile.am
index cdd52f6..f628181 100644
--- a/milena/tests/core/image/Makefile.am
+++ b/milena/tests/core/image/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/core/other/Makefile.am b/milena/tests/core/other/Makefile.am
index 703c248..512f81b 100644
--- a/milena/tests/core/other/Makefile.am
+++ b/milena/tests/core/other/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/core/routine/Makefile.am b/milena/tests/core/routine/Makefile.am
index 9457ec9..532d8f4 100644
--- a/milena/tests/core/routine/Makefile.am
+++ b/milena/tests/core/routine/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/core/site_set/Makefile.am b/milena/tests/core/site_set/Makefile.am
index b22ffc8..b44be2c 100644
--- a/milena/tests/core/site_set/Makefile.am
+++ b/milena/tests/core/site_set/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/data/Makefile.am b/milena/tests/data/Makefile.am
index b8660d1..3f57c9b 100644
--- a/milena/tests/data/Makefile.am
+++ b/milena/tests/data/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/debug/Makefile.am b/milena/tests/debug/Makefile.am
index 08e9162..07735d5 100644
--- a/milena/tests/debug/Makefile.am
+++ b/milena/tests/debug/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/display/Makefile.am b/milena/tests/display/Makefile.am
index e6e27fe..7f20fd2 100644
--- a/milena/tests/display/Makefile.am
+++ b/milena/tests/display/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/draw/Makefile.am b/milena/tests/draw/Makefile.am
index 7b3fed1..33a4d77 100644
--- a/milena/tests/draw/Makefile.am
+++ b/milena/tests/draw/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/estim/Makefile.am b/milena/tests/estim/Makefile.am
index 4985a46..bbda76c 100644
--- a/milena/tests/estim/Makefile.am
+++ b/milena/tests/estim/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/extension/Makefile.am b/milena/tests/extension/Makefile.am
index ccf2925..e7fe49c 100644
--- a/milena/tests/extension/Makefile.am
+++ b/milena/tests/extension/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/extract/Makefile.am b/milena/tests/extract/Makefile.am
index d39a20f..62bbd0c 100644
--- a/milena/tests/extract/Makefile.am
+++ b/milena/tests/extract/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/fun/Makefile.am b/milena/tests/fun/Makefile.am
index 7cea3a5..603b8e5 100644
--- a/milena/tests/fun/Makefile.am
+++ b/milena/tests/fun/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/fun/i2v/Makefile.am b/milena/tests/fun/i2v/Makefile.am
index 99c64d4..068db4d 100644
--- a/milena/tests/fun/i2v/Makefile.am
+++ b/milena/tests/fun/i2v/Makefile.am
@@ -1,3 +1,3 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/fun/p2b/Makefile.am b/milena/tests/fun/p2b/Makefile.am
index 99c64d4..068db4d 100644
--- a/milena/tests/fun/p2b/Makefile.am
+++ b/milena/tests/fun/p2b/Makefile.am
@@ -1,3 +1,3 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/fun/p2p/Makefile.am b/milena/tests/fun/p2p/Makefile.am
index 82031c8..73b3409 100644
--- a/milena/tests/fun/p2p/Makefile.am
+++ b/milena/tests/fun/p2p/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/fun/p2v/Makefile.am b/milena/tests/fun/p2v/Makefile.am
index 99c64d4..068db4d 100644
--- a/milena/tests/fun/p2v/Makefile.am
+++ b/milena/tests/fun/p2v/Makefile.am
@@ -1,3 +1,3 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/fun/v2v/Makefile.am b/milena/tests/fun/v2v/Makefile.am
index 7e236f0..9627a2d 100644
--- a/milena/tests/fun/v2v/Makefile.am
+++ b/milena/tests/fun/v2v/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/fun/vv2v/Makefile.am b/milena/tests/fun/vv2v/Makefile.am
index 5eb985e..f08236c 100644
--- a/milena/tests/fun/vv2v/Makefile.am
+++ b/milena/tests/fun/vv2v/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/fun/x2x/Makefile.am b/milena/tests/fun/x2x/Makefile.am
index a56a762..97b9608 100644
--- a/milena/tests/fun/x2x/Makefile.am
+++ b/milena/tests/fun/x2x/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/geom/Makefile.am b/milena/tests/geom/Makefile.am
index c162770..ca7d761 100644
--- a/milena/tests/geom/Makefile.am
+++ b/milena/tests/geom/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/graph/Makefile.am b/milena/tests/graph/Makefile.am
index cca4bcd..aa21697 100644
--- a/milena/tests/graph/Makefile.am
+++ b/milena/tests/graph/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/graph/attribute/Makefile.am b/milena/tests/graph/attribute/Makefile.am
index 520371f..42d38db 100644
--- a/milena/tests/graph/attribute/Makefile.am
+++ b/milena/tests/graph/attribute/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/histo/Makefile.am b/milena/tests/histo/Makefile.am
index aa3ead6..6906fb9 100644
--- a/milena/tests/histo/Makefile.am
+++ b/milena/tests/histo/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/io/Makefile.am b/milena/tests/io/Makefile.am
index 760d591..52b6750 100644
--- a/milena/tests/io/Makefile.am
+++ b/milena/tests/io/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/io/dump/Makefile.am b/milena/tests/io/dump/Makefile.am
index 36be121..ecab041 100644
--- a/milena/tests/io/dump/Makefile.am
+++ b/milena/tests/io/dump/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/io/fits/Makefile.am b/milena/tests/io/fits/Makefile.am
index 72f9bff..0468616 100644
--- a/milena/tests/io/fits/Makefile.am
+++ b/milena/tests/io/fits/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/io/off/Makefile.am b/milena/tests/io/off/Makefile.am
index aa750d8..c85f5b0 100644
--- a/milena/tests/io/off/Makefile.am
+++ b/milena/tests/io/off/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/io/pbm/Makefile.am b/milena/tests/io/pbm/Makefile.am
index b44b737..91d23f0 100644
--- a/milena/tests/io/pbm/Makefile.am
+++ b/milena/tests/io/pbm/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/io/pfm/Makefile.am b/milena/tests/io/pfm/Makefile.am
index 99c64d4..068db4d 100644
--- a/milena/tests/io/pfm/Makefile.am
+++ b/milena/tests/io/pfm/Makefile.am
@@ -1,3 +1,3 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/io/pgm/Makefile.am b/milena/tests/io/pgm/Makefile.am
index 4f46d4d..929b163 100644
--- a/milena/tests/io/pgm/Makefile.am
+++ b/milena/tests/io/pgm/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/io/pnm/Makefile.am b/milena/tests/io/pnm/Makefile.am
index 99c64d4..068db4d 100644
--- a/milena/tests/io/pnm/Makefile.am
+++ b/milena/tests/io/pnm/Makefile.am
@@ -1,3 +1,3 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/io/ppm/Makefile.am b/milena/tests/io/ppm/Makefile.am
index 7bb87f8..763ec0c 100644
--- a/milena/tests/io/ppm/Makefile.am
+++ b/milena/tests/io/ppm/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/io/tiff/Makefile.am b/milena/tests/io/tiff/Makefile.am
index 92fc55c..c94eeb1 100644
--- a/milena/tests/io/tiff/Makefile.am
+++ b/milena/tests/io/tiff/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/labeling/Makefile.am b/milena/tests/labeling/Makefile.am
index 0dfb121..a599f52 100644
--- a/milena/tests/labeling/Makefile.am
+++ b/milena/tests/labeling/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/level/Makefile.am b/milena/tests/level/Makefile.am
index 39f3a63..f6a4cfc 100644
--- a/milena/tests/level/Makefile.am
+++ b/milena/tests/level/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/level/approx/Makefile.am b/milena/tests/level/approx/Makefile.am
index 4f7d9cc..9e0483a 100644
--- a/milena/tests/level/approx/Makefile.am
+++ b/milena/tests/level/approx/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/level/naive/Makefile.am b/milena/tests/level/naive/Makefile.am
index c0fe35d..27eb128 100644
--- a/milena/tests/level/naive/Makefile.am
+++ b/milena/tests/level/naive/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/linear/Makefile.am b/milena/tests/linear/Makefile.am
index cc5758d..1d6e969 100644
--- a/milena/tests/linear/Makefile.am
+++ b/milena/tests/linear/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/linear/local/Makefile.am b/milena/tests/linear/local/Makefile.am
index 7e1c82b..f36f8dc 100644
--- a/milena/tests/linear/local/Makefile.am
+++ b/milena/tests/linear/local/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/literal/Makefile.am b/milena/tests/literal/Makefile.am
index 2a70c5b..a443dcd 100644
--- a/milena/tests/literal/Makefile.am
+++ b/milena/tests/literal/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/logical/Makefile.am b/milena/tests/logical/Makefile.am
index 70ed785..c11d57e 100644
--- a/milena/tests/logical/Makefile.am
+++ b/milena/tests/logical/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/make/Makefile.am b/milena/tests/make/Makefile.am
index d9e391c..fc32c0d 100644
--- a/milena/tests/make/Makefile.am
+++ b/milena/tests/make/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/math/Makefile.am b/milena/tests/math/Makefile.am
index 99c64d4..068db4d 100644
--- a/milena/tests/math/Makefile.am
+++ b/milena/tests/math/Makefile.am
@@ -1,3 +1,3 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/metal/Makefile.am b/milena/tests/metal/Makefile.am
index f609377..2b0469d 100644
--- a/milena/tests/metal/Makefile.am
+++ b/milena/tests/metal/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/metal/make/Makefile.am b/milena/tests/metal/make/Makefile.am
index 99c64d4..068db4d 100644
--- a/milena/tests/metal/make/Makefile.am
+++ b/milena/tests/metal/make/Makefile.am
@@ -1,3 +1,3 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/metal/math/Makefile.am b/milena/tests/metal/math/Makefile.am
index 490ff5c..dd37727 100644
--- a/milena/tests/metal/math/Makefile.am
+++ b/milena/tests/metal/math/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/morpho/Makefile.am b/milena/tests/morpho/Makefile.am
index f66924d..c53bb70 100644
--- a/milena/tests/morpho/Makefile.am
+++ b/milena/tests/morpho/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/morpho/approx/Makefile.am b/milena/tests/morpho/approx/Makefile.am
index 31c56d7..28723a7 100644
--- a/milena/tests/morpho/approx/Makefile.am
+++ b/milena/tests/morpho/approx/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/morpho/attribute/Makefile.am b/milena/tests/morpho/attribute/Makefile.am
index 082c763..618715f 100644
--- a/milena/tests/morpho/attribute/Makefile.am
+++ b/milena/tests/morpho/attribute/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/morpho/closing/Makefile.am b/milena/tests/morpho/closing/Makefile.am
index 696cd14..6b3f26d 100644
--- a/milena/tests/morpho/closing/Makefile.am
+++ b/milena/tests/morpho/closing/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/morpho/closing/approx/Makefile.am b/milena/tests/morpho/closing/approx/Makefile.am
index 357c059..466f86d 100644
--- a/milena/tests/morpho/closing/approx/Makefile.am
+++ b/milena/tests/morpho/closing/approx/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/morpho/elementary/Makefile.am b/milena/tests/morpho/elementary/Makefile.am
index 970996a..261c191 100644
--- a/milena/tests/morpho/elementary/Makefile.am
+++ b/milena/tests/morpho/elementary/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/morpho/opening/Makefile.am b/milena/tests/morpho/opening/Makefile.am
index 5f7e44a..9c59ef7 100644
--- a/milena/tests/morpho/opening/Makefile.am
+++ b/milena/tests/morpho/opening/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/morpho/opening/approx/Makefile.am b/milena/tests/morpho/opening/approx/Makefile.am
index 357c059..466f86d 100644
--- a/milena/tests/morpho/opening/approx/Makefile.am
+++ b/milena/tests/morpho/opening/approx/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/morpho/tree/Makefile.am b/milena/tests/morpho/tree/Makefile.am
index 7a51686..59bcbe3 100644
--- a/milena/tests/morpho/tree/Makefile.am
+++ b/milena/tests/morpho/tree/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/morpho/watershed/Makefile.am b/milena/tests/morpho/watershed/Makefile.am
index 63dc2a7..0068b43 100644
--- a/milena/tests/morpho/watershed/Makefile.am
+++ b/milena/tests/morpho/watershed/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/norm/Makefile.am b/milena/tests/norm/Makefile.am
index ff74b8d..fbc9b0b 100644
--- a/milena/tests/norm/Makefile.am
+++ b/milena/tests/norm/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/opt/Makefile.am b/milena/tests/opt/Makefile.am
index b9e1924..c56bb1f 100644
--- a/milena/tests/opt/Makefile.am
+++ b/milena/tests/opt/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/pw/Makefile.am b/milena/tests/pw/Makefile.am
index a07e38a..50e3b80 100644
--- a/milena/tests/pw/Makefile.am
+++ b/milena/tests/pw/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/registration/Makefile.am b/milena/tests/registration/Makefile.am
index 2dc70ed..229af48 100644
--- a/milena/tests/registration/Makefile.am
+++ b/milena/tests/registration/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/set/Makefile.am b/milena/tests/set/Makefile.am
index fc936de..71f81d1 100644
--- a/milena/tests/set/Makefile.am
+++ b/milena/tests/set/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/subsampling/Makefile.am b/milena/tests/subsampling/Makefile.am
index 99c64d4..068db4d 100644
--- a/milena/tests/subsampling/Makefile.am
+++ b/milena/tests/subsampling/Makefile.am
@@ -1,3 +1,3 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/tag/Makefile.am b/milena/tests/tag/Makefile.am
index 99c64d4..068db4d 100644
--- a/milena/tests/tag/Makefile.am
+++ b/milena/tests/tag/Makefile.am
@@ -1,3 +1,3 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/test/Makefile.am b/milena/tests/test/Makefile.am
index 91c3a68..04d1954 100644
--- a/milena/tests/test/Makefile.am
+++ b/milena/tests/test/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/topo/Makefile.am b/milena/tests/topo/Makefile.am
index d6258d8..b955229 100644
--- a/milena/tests/topo/Makefile.am
+++ b/milena/tests/topo/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/trace/Makefile.am b/milena/tests/trace/Makefile.am
index 99c64d4..068db4d 100644
--- a/milena/tests/trace/Makefile.am
+++ b/milena/tests/trace/Makefile.am
@@ -1,3 +1,3 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/trait/Makefile.am b/milena/tests/trait/Makefile.am
index 801682c..2658a7d 100644
--- a/milena/tests/trait/Makefile.am
+++ b/milena/tests/trait/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/trait/image/Makefile.am b/milena/tests/trait/image/Makefile.am
index ef4a560..eeff845 100644
--- a/milena/tests/trait/image/Makefile.am
+++ b/milena/tests/trait/image/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/trait/op/Makefile.am b/milena/tests/trait/op/Makefile.am
index 7437ffc..41bd1df 100644
--- a/milena/tests/trait/op/Makefile.am
+++ b/milena/tests/trait/op/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/trait/value/Makefile.am b/milena/tests/trait/value/Makefile.am
index 3aa35ca..f13c31a 100644
--- a/milena/tests/trait/value/Makefile.am
+++ b/milena/tests/trait/value/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/transform/Makefile.am b/milena/tests/transform/Makefile.am
index 04087f7..a1a9788 100644
--- a/milena/tests/transform/Makefile.am
+++ b/milena/tests/transform/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/unit_test/Makefile.am b/milena/tests/unit_test/Makefile.am
index 658b4f6..efdd5b3 100644
--- a/milena/tests/unit_test/Makefile.am
+++ b/milena/tests/unit_test/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/util/Makefile.am b/milena/tests/util/Makefile.am
index a808683..1e49416 100644
--- a/milena/tests/util/Makefile.am
+++ b/milena/tests/util/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/value/Makefile.am b/milena/tests/value/Makefile.am
index eb97a3a..ac4fdc5 100644
--- a/milena/tests/value/Makefile.am
+++ b/milena/tests/value/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/value/builtin/Makefile.am b/milena/tests/value/builtin/Makefile.am
index 45c3d0c..e81ab23 100644
--- a/milena/tests/value/builtin/Makefile.am
+++ b/milena/tests/value/builtin/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/value/concept/Makefile.am b/milena/tests/value/concept/Makefile.am
index 99c64d4..068db4d 100644
--- a/milena/tests/value/concept/Makefile.am
+++ b/milena/tests/value/concept/Makefile.am
@@ -1,3 +1,3 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/win/Makefile.am b/milena/tests/win/Makefile.am
index e6bf84d..55bdcd1 100644
--- a/milena/tests/win/Makefile.am
+++ b/milena/tests/win/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tests/world/inter_pixel/dim2/Makefile.am b/milena/tests/world/inter_pixel/dim2/Makefile.am
index 51fef42..882968d 100644
--- a/milena/tests/world/inter_pixel/dim2/Makefile.am
+++ b/milena/tests/world/inter_pixel/dim2/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tests/tests.mk
diff --git a/milena/tools/Makefile.am b/milena/tools/Makefile.am
index 335f622..dbcf956 100644
--- a/milena/tools/Makefile.am
+++ b/milena/tools/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to create Makefile.in -*- Makefile -*-
+## Process this file through Automake to create Makefile.in.
include $(top_srcdir)/milena/tools/tools.mk
diff --git a/swilena/Makefile.am b/swilena/Makefile.am
index f796795..ef711d8 100644
--- a/swilena/Makefile.am
+++ b/swilena/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to produce Makefile.in -*- Makefile -*-
+## Process this file through Automake to produce Makefile.in.
SUBDIRS = python
diff --git a/swilena/python/Makefile.am b/swilena/python/Makefile.am
index 568526b..6dce7a3 100644
--- a/swilena/python/Makefile.am
+++ b/swilena/python/Makefile.am
@@ -1,4 +1,4 @@
-## Process this file through Automake to produce Makefile.in -*- Makefile -*-
+## Process this file through Automake to produce Makefile.in.
## ------------------ ##
## Generic material. ##
--
1.6.1.2