last-svn-commit-177-g0d502d0 Clean Milena's tests' outputs during `make mostlyclean'.

* apps/mesh-segm-skel/Makefile.am, * apps/papers/levillain.09.ismm/Makefile.am (CLEANFILES): Rename as... (MOSTLYCLEANFILES): ...this. --- milena/ChangeLog | 9 +++++++++ milena/apps/mesh-segm-skel/Makefile.am | 14 +++++++------- milena/apps/papers/levillain.09.ismm/Makefile.am | 2 +- 3 files changed, 17 insertions(+), 8 deletions(-) diff --git a/milena/ChangeLog b/milena/ChangeLog index f4a438c..214b7e6 100644 --- a/milena/ChangeLog +++ b/milena/ChangeLog @@ -1,5 +1,14 @@ 2010-04-26 Roland Levillain <roland@lrde.epita.fr> + Clean Milena's tests' outputs during `make mostlyclean'. + + * apps/mesh-segm-skel/Makefile.am, + * apps/papers/levillain.09.ismm/Makefile.am + (CLEANFILES): Rename as... + (MOSTLYCLEANFILES): ...this. + +2010-04-26 Roland Levillain <roland@lrde.epita.fr> + Canonize Milena's tests' output file names. * tests/binarization/threshold.cc, diff --git a/milena/apps/mesh-segm-skel/Makefile.am b/milena/apps/mesh-segm-skel/Makefile.am index 5852011..9768f25 100644 --- a/milena/apps/mesh-segm-skel/Makefile.am +++ b/milena/apps/mesh-segm-skel/Makefile.am @@ -36,7 +36,7 @@ LDADD_trimesh = -L$(top_builddir)/external/trimesh/libsrc -ltrimesh $(GLLIBS) bin_PROGRAMS = TESTS = -CLEANFILES = +MOSTLYCLEANFILES = # FIXME: Have program names embed the type of structure used (either # graph or complex). @@ -57,7 +57,7 @@ if ENABLE_TRIMESH # mesh_segm_LDADD = $(LDADD_trimesh) # # TESTS += test-mesh-segm -# CLEANFILES += socket-segm.off teapot-segm.off +# MOSTLYCLEANFILES += socket-segm.off teapot-segm.off # FIXME: mesh_skel is unfinished. Anyway, it should be superseded by # another program, using no Trimesh code. @@ -85,7 +85,7 @@ if ENABLE_TRIMESH mesh_max_curv_LDFLAGS = $(LDFLAGS_trimesh) mesh_max_curv_LDADD = $(LDADD_trimesh) TESTS += test-mesh-max-curv - CLEANFILES += teapot-max-curv-skel.off + MOSTLYCLEANFILES += teapot-max-curv-skel.off endif ENABLE_TRIMESH ## ---------------------------------------------------- ## @@ -106,7 +106,7 @@ EXTRA_DIST = trimesh/README bin_PROGRAMS += mesh-complex-max-curv mesh_complex_max_curv_SOURCES = mesh-complex-max-curv.cc TESTS += test-mesh-complex-max-curv -CLEANFILES += teapot-complex-max-curv.off +MOSTLYCLEANFILES += teapot-complex-max-curv.off # FIXME: Write a program showing the local minima (and maxima) of # scalar-valued complex-based mesh (to see the curvature extrema). @@ -116,7 +116,7 @@ CLEANFILES += teapot-complex-max-curv.off bin_PROGRAMS += mesh-complex-segm mesh_complex_segm_SOURCES = mesh-complex-segm.cc TESTS += test-mesh-complex-segm -CLEANFILES += \ +MOSTLYCLEANFILES += \ socket-max-curv-segm.off \ teapot-max-curv-segm.off @@ -129,7 +129,7 @@ CLEANFILES += \ bin_PROGRAMS += mesh-complex-max-curv-segm mesh_complex_max_curv_segm_SOURCES = mesh-complex-max-curv-segm.cc TESTS += test-mesh-complex-max-curv-segm -CLEANFILES += \ +MOSTLYCLEANFILES += \ socket-complex-max-curv-segm.off \ teapot-complex-max-curv-segm.off @@ -144,7 +144,7 @@ CLEANFILES += \ bin_PROGRAMS += mesh-complex-skel mesh_complex_skel_SOURCES = mesh-complex-skel.cc save_bin_alt.hh TESTS += test-mesh-complex-skel -CLEANFILES += \ +MOSTLYCLEANFILES += \ socket-max-curv-skel.off \ teapot-max-curv.off \ three-triangles-skel.off diff --git a/milena/apps/papers/levillain.09.ismm/Makefile.am b/milena/apps/papers/levillain.09.ismm/Makefile.am index f397567..ec5d328 100644 --- a/milena/apps/papers/levillain.09.ismm/Makefile.am +++ b/milena/apps/papers/levillain.09.ismm/Makefile.am @@ -35,7 +35,7 @@ dist_noinst_DATA = seeds.pgm m283-c.off # Output images. noinst_DATA = lena-s.ppm graph-s.png m283-s.off -CLEANFILES = $(noinst_DATA) graph-s.neato +MOSTLYCLEANFILES = $(noinst_DATA) graph-s.neato lena-s.ppm: $(top_srcdir)/milena/img/lena.pgm image2d$(EXEEXT) ./image2d$(EXEEXT) $< 1000 $@ -- 1.5.6.5
participants (1)
-
Roland Levillain