Skip to content
  • Roland Levillain's avatar
    Use AM_DEFAULT_SOURCE_EXT to simplify Milena's Makefiles. · 245453d3
    Roland Levillain authored
    	* common.mk: New.
    	Include it...
    	* tests/tests.mk,
    	* tools/tools.mk:
    	...here.
    	* tests/Makefile.am,
    	* tests/accu/Makefile.am,
    	* tests/accu/image/Makefile.am,
    	* tests/accu/math/Makefile.am,
    	* tests/accu/shape/Makefile.am,
    	* tests/accu/site_set/Makefile.am,
    	* tests/accu/stat/Makefile.am,
    	* tests/algebra/Makefile.am,
    	* tests/arith/Makefile.am,
    	* tests/binarization/Makefile.am,
    	* tests/border/Makefile.am,
    	* tests/canvas/Makefile.am,
    	* tests/canvas/browsing/Makefile.am,
    	* tests/canvas/morpho/Makefile.am,
    	* tests/convert/Makefile.am,
    	* tests/convert/impl/Makefile.am,
    	* tests/core/alias/Makefile.am,
    	* tests/core/image/Makefile.am,
    	* tests/core/image/dmorph/Makefile.am,
    	* tests/core/image/imorph/Makefile.am,
    	* tests/core/image/vmorph/Makefile.am,
    	* tests/core/other/Makefile.am,
    	* tests/core/routine/Makefile.am,
    	* tests/core/site_set/Makefile.am,
    	* tests/data/Makefile.am,
    	* tests/data/approx/Makefile.am,
    	* tests/data/naive/Makefile.am,
    	* tests/debug/Makefile.am,
    	* tests/draw/Makefile.am,
    	* tests/estim/Makefile.am,
    	* tests/extension/Makefile.am,
    	* tests/extract/Makefile.am,
    	* tests/fun/Makefile.am,
    	* tests/fun/i2v/Makefile.am,
    	* tests/fun/p2p/Makefile.am,
    	* tests/fun/stat/Makefile.am,
    	* tests/fun/v2i/Makefile.am,
    	* tests/fun/v2v/Makefile.am,
    	* tests/fun/vv2v/Makefile.am,
    	* tests/fun/x2x/Makefile.am,
    	* tests/geom/Makefile.am,
    	* tests/graph/Makefile.am,
    	* tests/graph/attribute/Makefile.am,
    	* tests/histo/Makefile.am,
    	* tests/io/dicom/Makefile.am,
    	* tests/io/dump/Makefile.am,
    	* tests/io/fits/Makefile.am,
    	* tests/io/fld/Makefile.am,
    	* tests/io/magick/Makefile.am,
    	* tests/io/off/Makefile.am,
    	* tests/io/pbm/Makefile.am,
    	* tests/io/pbms/Makefile.am,
    	* tests/io/pgm/Makefile.am,
    	* tests/io/pgms/Makefile.am,
    	* tests/io/ppm/Makefile.am,
    	* tests/io/ppms/Makefile.am,
    	* tests/io/tiff/Makefile.am,
    	* tests/labeling/Makefile.am,
    	* tests/linear/Makefile.am,
    	* tests/linear/gaussian/Makefile.am,
    	* tests/linear/local/Makefile.am,
    	* tests/literal/Makefile.am,
    	* tests/logical/Makefile.am,
    	* tests/make/Makefile.am,
    	* tests/metal/Makefile.am,
    	* tests/metal/math/Makefile.am,
    	* tests/morpho/Makefile.am,
    	* tests/morpho/approx/Makefile.am,
    	* tests/morpho/attribute/Makefile.am,
    	* tests/morpho/closing/Makefile.am,
    	* tests/morpho/closing/approx/Makefile.am,
    	* tests/morpho/elementary/Makefile.am,
    	* tests/morpho/opening/Makefile.am,
    	* tests/morpho/opening/approx/Makefile.am,
    	* tests/morpho/reconstruction/by_dilation/Makefile.am,
    	* tests/morpho/reconstruction/by_erosion/Makefile.am,
    	* tests/morpho/tree/Makefile.am,
    	* tests/morpho/tree/filter/Makefile.am,
    	* tests/morpho/watershed/Makefile.am,
    	* tests/opt/Makefile.am,
    	* tests/pw/Makefile.am,
    	* tests/registration/Makefile.am,
    	* tests/set/Makefile.am,
    	* tests/test/Makefile.am,
    	* tests/topo/Makefile.am,
    	* tests/topo/skeleton/Makefile.am,
    	* tests/trait/Makefile.am,
    	* tests/trait/image/Makefile.am,
    	* tests/trait/op/Makefile.am,
    	* tests/trait/value/Makefile.am,
    	* tests/transform/Makefile.am,
    	* tests/upscaling/art/Makefile.am,
    	* tests/util/Makefile.am,
    	* tests/value/Makefile.am,
    	* tests/value/builtin/Makefile.am,
    	* tests/win/Makefile.am,
    	* tests/world/binary_2d/Makefile.am,
    	* tests/world/inter_pixel/Makefile.am,
    	* tests/world/inter_pixel/dim2/Makefile.am:
    	Remove (now useless) `*_SOURCES' variables using
    	sed -ri '/^(\s|#)*\S+_SOURCES\s*=\s*\S+.cc\s*$/d'.
    	* apps/constrained-connectivity/Makefile.am,
    	* apps/graph-morpho/Makefile.am,
    	* apps/mesh-segm-skel/Makefile.am,
    	* apps/papers/levillain.09.ismm/Makefile.am
    	* tools/Makefile.am:
    	Likewise.
    	Include common.mk.
    245453d3