[PATCH 01/19] Rename graph morphology application complex1d to samples-complex1d.

* apps/graph-morpho/complex1d.cc: Rename as... * apps/graph-morpho/samples-complex1d.cc: ...this. * apps/graph-morpho/Makefile.am (noinst_PROGRAMS): Adjust. --- milena/ChangeLog | 8 ++++++++ milena/apps/graph-morpho/Makefile.am | 6 +++--- .../{complex1d.cc => samples-complex1d.cc} | 0 3 files changed, 11 insertions(+), 3 deletions(-) rename milena/apps/graph-morpho/{complex1d.cc => samples-complex1d.cc} (100%) diff --git a/milena/ChangeLog b/milena/ChangeLog index 7e852dc..715b86b 100644 --- a/milena/ChangeLog +++ b/milena/ChangeLog @@ -1,3 +1,11 @@ +2009-09-16 Roland Levillain <roland@lrde.epita.fr> + + Rename graph morphology application complex1d to samples-complex1d. + + * apps/graph-morpho/complex1d.cc: Rename as... + * apps/graph-morpho/samples-complex1d.cc: ...this. + * apps/graph-morpho/Makefile.am (noinst_PROGRAMS): Adjust. + 2009-09-21 Guillaume Lazzara <lazzara@lrde.epita.fr> Small changes. diff --git a/milena/apps/graph-morpho/Makefile.am b/milena/apps/graph-morpho/Makefile.am index f3440c4..b1668b2 100644 --- a/milena/apps/graph-morpho/Makefile.am +++ b/milena/apps/graph-morpho/Makefile.am @@ -20,9 +20,9 @@ AM_CPPFLAGS = -I$(top_srcdir)/milena -I$(top_builddir)/milena APPS_CXXFLAGS = @APPS_CXXFLAGS@ AM_CXXFLAGS = $(APPS_CXXFLAGS) -noinst_PROGRAMS = complex1d -complex1d_SOURCES = complex1d.cc io.hh morpho.hh +noinst_PROGRAMS = samples-complex1d +samples_complex1d_SOURCES = samples-complex1d.cc io.hh morpho.hh -TESTS = complex1d +TESTS = samples-complex1d EXTRA_DIST = x.pbm y.pbm z.pbm diff --git a/milena/apps/graph-morpho/complex1d.cc b/milena/apps/graph-morpho/samples-complex1d.cc similarity index 100% rename from milena/apps/graph-morpho/complex1d.cc rename to milena/apps/graph-morpho/samples-complex1d.cc -- 1.6.4.2
participants (1)
-
Roland Levillain