* apps/statues/Makefile.am (CLEANFILES): Add
teapot-max-curv-skel.off, teapot-complex-max-curv.off,
socket-max-curv-segm.off, teapot-max-curv-segm.off,
socket-complex-max-curv-segm.off,
teapot-complex-max-curv-segm.off, socket-max-curv-skel.off,
teapot-max-curv.off and three-triangles-skel.off.
---
milena/ChangeLog | 11 +++++++++++
milena/apps/statues/Makefile.am | 14 ++++++++++++++
2 files changed, 25 insertions(+), 0 deletions(-)
diff --git a/milena/ChangeLog b/milena/ChangeLog
index 5a7dda9..faac29e 100644
--- a/milena/ChangeLog
+++ b/milena/ChangeLog
@@ -1,3 +1,14 @@
+2009-07-13 Roland Levillain <roland(a)lrde.epita.fr>
+
+ Polish clean rules.
+
+ * apps/statues/Makefile.am (CLEANFILES): Add
+ teapot-max-curv-skel.off, teapot-complex-max-curv.off,
+ socket-max-curv-segm.off, teapot-max-curv-segm.off,
+ socket-complex-max-curv-segm.off,
+ teapot-complex-max-curv-segm.off, socket-max-curv-skel.off,
+ teapot-max-curv.off and three-triangles-skel.off.
+
2009-07-08 Guillaume Lazzara <guillaume.lazzara(a)lrde.epita.fr>
Make sure the documentation license is GPL v2.
diff --git a/milena/apps/statues/Makefile.am b/milena/apps/statues/Makefile.am
index 0baf887..0185535 100644
--- a/milena/apps/statues/Makefile.am
+++ b/milena/apps/statues/Makefile.am
@@ -39,6 +39,7 @@ LDADD_trimesh = -L$(top_builddir)/external/trimesh/libsrc -ltrimesh
$(GLLIBS)
bin_PROGRAMS =
TESTS =
+CLEANFILES =
# FIXME: Have program names embed the type of structure used (either
# graph or complex).
@@ -59,6 +60,7 @@ if ENABLE_TRIMESH
# mesh_segm_LDADD = $(LDADD_trimesh)
#
# TESTS += test-mesh-segm
+# CLEANFILES += socket-segm.off teapot-segm.off
# FIXME: mesh_skel is unfinished. Anyway, it should be superseded by
# another program, using no Trimesh code.
@@ -86,6 +88,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
endif ENABLE_TRIMESH
## ---------------------------------------------------- ##
@@ -106,6 +109,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
# FIXME: Write a program showing the local minima (and maxima) of
# scalar-valued complex-based mesh (to see the curvature extrema).
@@ -115,6 +119,9 @@ TESTS += test-mesh-complex-max-curv
bin_PROGRAMS += mesh-complex-segm
mesh_complex_segm_SOURCES = mesh-complex-segm.cc
TESTS += test-mesh-complex-segm
+CLEANFILES += \
+ socket-max-curv-segm.off \
+ teapot-max-curv-segm.off
# Program computing the max curvature from a mesh, then segmenting it.
# The advantage of this program over `mesh-complex-segm' is that the
@@ -125,6 +132,9 @@ TESTS += test-mesh-complex-segm
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 += \
+ socket-complex-max-curv-segm.off \
+ teapot-complex-max-curv-segm.off
# FIXME: Implement `mesh-complex-pinv-curv-segm' (factor as much
# code as possible with `mesh-complex-max-curv-segm'.
@@ -137,3 +147,7 @@ TESTS += test-mesh-complex-max-curv-segm
bin_PROGRAMS += mesh-complex-skel
mesh_complex_skel_SOURCES = mesh-complex-skel.cc save_bin_alt.hh
TESTS += test-mesh-complex-skel
+CLEANFILES += \
+ socket-max-curv-skel.off \
+ teapot-max-curv.off \
+ three-triangles-skel.off
--
1.6.1.2
Show replies by date