aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknarf <knarf@5c1b1641-b641-47ec-b3d9-0f93d4c445ee>2010-06-04 20:53:59 +0000
committerknarf <knarf@5c1b1641-b641-47ec-b3d9-0f93d4c445ee>2010-06-04 20:53:59 +0000
commitc0268c532b744bf5dabb8da9a6299b499e8f80f1 (patch)
tree035e6394c3f9e91280c8d81aa2bdece27db590cc
parentb8a8dd19a3019f6fe0536f5d7436fd2dbfb9c4ac (diff)
- use parallel build if specified
- update from CVS Lorene (removed one old local patch) git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/LORENE/trunk@11 5c1b1641-b641-47ec-b3d9-0f93d4c445ee
-rw-r--r--LORENE.sh10
-rw-r--r--dist/Lorene.tar.gzbin2283180 -> 2596569 bytes
-rw-r--r--dist/makesystem.patch3044
-rw-r--r--dist/pgplot.patch21
4 files changed, 3056 insertions, 19 deletions
diff --git a/LORENE.sh b/LORENE.sh
index 671f72e..eac2f94 100644
--- a/LORENE.sh
+++ b/LORENE.sh
@@ -16,7 +16,6 @@ LORENE_DIR=${INSTALL_DIR}/build-${NAME}/${NAME}
# Clean up environment
unset LIBS
-unset MAKEFLAGS
@@ -49,8 +48,8 @@ unset MAKEFLAGS
pushd build-${NAME}
${TAR} xzf ${SRCDIR}/dist/${NAME}.tar.gz
${PATCH} -p0 < ${SRCDIR}/dist/des.patch
+ ${PATCH} -p0 < ${SRCDIR}/dist/makesystem.patch
${PATCH} -p0 < ${SRCDIR}/dist/pgplot.patch
- ${PATCH} -p0 < ${SRCDIR}/dist/spheroid.patch
# Prevent overly long lines
for file in $(find ${NAME} -name '*.f'); do
# Remove CVS Header comments
@@ -62,12 +61,6 @@ unset MAKEFLAGS
# Break long lines
perl -pi -e 's{^([ 0-9].{71})(.+)}{$1\n \$$2}' $file
done
- # Do not build the debug version of the Lorene libraries
- for file in $(find ${NAME} -name Makefile); do
- perl -pi -e 's{\t\$\(MAKE\) -f Makefile_lib_g}{#\t\$(MAKE) -f Makefile_lib_g}' $file
- perl -pi -e 's{\tmv \*.o Objects_g}{#\tmv *.o Objects_g}' $file
- perl -pi -e 's{install: \$\(LIB\) \$\(LIB\)/liblorenef77_g.a \$\(LIB\)/liblorenef77.a}{install: \$(LIB) \$(LIB)/liblorenef77.a}' $file
- done
popd
echo "LORENE: Configuring..."
@@ -91,6 +84,7 @@ LIB_CXX = ${LIBS}
LIB_LAPACK = ${LAPACK_LIBS} ${BLAS_LIBS}
LIB_PGPLOT =
LIB_GSL = ${GSL_LIBS}
+DONTBUILDDEBUGLIB = yes
EOF
echo "LORENE: Building..."
diff --git a/dist/Lorene.tar.gz b/dist/Lorene.tar.gz
index 7de288f..3f7cb2f 100644
--- a/dist/Lorene.tar.gz
+++ b/dist/Lorene.tar.gz
Binary files differ
diff --git a/dist/makesystem.patch b/dist/makesystem.patch
new file mode 100644
index 0000000..6c8af36
--- /dev/null
+++ b/dist/makesystem.patch
@@ -0,0 +1,3044 @@
+diff -ru Lorene.orig/C++/Makefile Lorene/C++/Makefile
+--- Lorene.orig/C++/Makefile 2010-05-04 02:45:10.000000000 -0500
++++ Lorene/C++/Makefile 2010-05-31 22:52:26.000000000 -0500
+@@ -2,140 +2,88 @@
+
+ include $(HOME_LORENE)/local_settings
+
+-BIN_TOOLS = $(HOME_LORENE)/bin
+ LIB = $(HOME_LORENE)/Lib
+
+-install: $(LIB) $(BIN_TOOLS) $(BIN_TOOLS)/pointCpointo
+- cd Source/App_hor; $(MAKE)
+- cd Source/Base_val; $(MAKE)
+- cd Source/Base_vect; $(MAKE)
+- cd Source/Bhole; $(MAKE)
+- cd Source/Bhole_binaire; $(MAKE)
+- cd Source/Bin_bhns; $(MAKE)
+- cd Source/Bin_bhns_extr; $(MAKE)
+- cd Source/Bin_hor; $(MAKE)
+- cd Source/Bin_ns_bh; $(MAKE)
+- cd Source/Binaire; $(MAKE)
+- cd Source/Binary; $(MAKE)
+- cd Source/Binary_xcts; $(MAKE)
+- cd Source/Black_hole; $(MAKE)
+- cd Source/Change_var; $(MAKE)
+- cd Source/Cmp; $(MAKE)
+- cd Source/Connection; $(MAKE)
+- cd Source/Coord; $(MAKE)
+- cd Source/Diff; $(MAKE)
+- cd Source/Eos; $(MAKE)
+- cd Source/Etoile; $(MAKE)
+- cd Source/Grille3d; $(MAKE)
+- cd Source/Hole_bhns; $(MAKE)
+- cd Source/Isol_hor; $(MAKE)
+- cd Source/Isol_hole; $(MAKE)
+- cd Source/Itbl; $(MAKE)
+- cd Source/Map; $(MAKE)
+- cd Source/Matrice; $(MAKE)
+- cd Source/Metric; $(MAKE)
+- cd Source/Metrique; $(MAKE)
+- cd Source/Mg3d; $(MAKE)
+- cd Source/Mtbl; $(MAKE)
+- cd Source/Mtbl_cf; $(MAKE)
+- cd Source/Non_class_members/Coef; $(MAKE)
+- cd Source/Non_class_members/Coef/$(FFT_DIR); $(MAKE)
+- cd Source/Non_class_members/Graphics; $(MAKE)
+- cd Source/Non_class_members/Operators; $(MAKE)
+- cd Source/Non_class_members/PDE; $(MAKE)
+- cd Source/Non_class_members/Utilities; $(MAKE)
+- cd Source/Ope_elementary; $(MAKE)
+- cd Source/Ope_elementary/Ope_sec_order_r2; $(MAKE)
+- cd Source/Ope_elementary/Ope_sec_order; $(MAKE)
+- cd Source/Ope_elementary/Ope_pois_vect_r; $(MAKE)
+- cd Source/Ope_elementary/Ope_poisson_2d; $(MAKE)
+- cd Source/Ope_elementary/Ope_helmholtz_minus_2d; $(MAKE)
+- cd Source/Ope_elementary/Ope_poisson_pseudo_1d; $(MAKE)
+- cd Source/Ope_elementary/Ope_helmholtz_minus_pseudo_1d; $(MAKE)
+- cd Source/Ope_elementary/Ope_vorton; $(MAKE)
+- cd Source/Param; $(MAKE)
+- cd Source/Param_elliptic; $(MAKE)
+- cd Source/Star; $(MAKE)
+- cd Source/Star_bhns; $(MAKE)
+- cd Source/Tbl; $(MAKE)
+- cd Source/Tenseur; $(MAKE)
+- cd Source/Tensor; $(MAKE)
+- cd Source/Tensor/Scalar; $(MAKE)
+- cd Source/Time_slice; $(MAKE)
+- cd Source/Valencia; $(MAKE)
+- cd Source/Valeur; $(MAKE)
++SUBDIRS = \
++Source/App_hor\
++Source/Base_val\
++Source/Base_vect\
++Source/Bhole\
++Source/Bhole_binaire\
++Source/Bin_bhns\
++Source/Bin_bhns_extr\
++Source/Bin_hor\
++Source/Bin_ns_bh\
++Source/Binaire\
++Source/Binary\
++Source/Binary_xcts\
++Source/Black_hole\
++Source/Change_var\
++Source/Cmp\
++Source/Connection\
++Source/Coord\
++Source/Diff\
++Source/Eos\
++Source/Etoile\
++Source/Grille3d\
++Source/Hole_bhns\
++Source/Isol_hor\
++Source/Isol_hole\
++Source/Itbl\
++Source/Map\
++Source/Matrice\
++Source/Metric\
++Source/Metrique\
++Source/Mg3d\
++Source/Mtbl\
++Source/Mtbl_cf\
++Source/Non_class_members/Coef\
++Source/Non_class_members/Coef/$(FFT_DIR)\
++Source/Non_class_members/Graphics\
++Source/Non_class_members/Operators\
++Source/Non_class_members/PDE\
++Source/Non_class_members/Utilities\
++Source/Ope_elementary\
++Source/Ope_elementary/Ope_sec_order_r2\
++Source/Ope_elementary/Ope_sec_order\
++Source/Ope_elementary/Ope_pois_vect_r\
++Source/Ope_elementary/Ope_poisson_2d\
++Source/Ope_elementary/Ope_helmholtz_minus_2d\
++Source/Ope_elementary/Ope_poisson_pseudo_1d\
++Source/Ope_elementary/Ope_helmholtz_minus_pseudo_1d\
++Source/Ope_elementary/Ope_vorton\
++Source/Param\
++Source/Param_elliptic\
++Source/Star\
++Source/Star_bhns\
++Source/Tbl\
++Source/Tenseur\
++Source/Tensor\
++Source/Tensor/Scalar\
++Source/Time_slice\
++Source/Valencia\
++Source/Valeur
++
++SUBLIBS = $(patsubst %,%/Objects/*.o,$(SUBDIRS))
++SUBGLIBS = $(patsubst %,%/Objects_g/*.o,$(SUBDIRS))
++
++.PHONY: subdirs $(SUBDIRS)
++
++subdirs: $(LIB) $(SUBDIRS)
++ ar -rv $(LIB)/liblorene.a $(SUBLIBS)
++ $(RANLIB) $(LIB)/liblorene.a
++ ar -rv $(LIB)/liblorene_g.a $(SUBGLIBS)
++ $(RANLIB) $(LIB)/liblorene_g.a
++
++install: subdirs
+ touch $(LIB)/date_mark
+
++$(SUBDIRS):
++ $(MAKE) -C $@
++
+ uninstall:
+ rm -fr $(LIB)/liblorene.a
+ rm -fr $(LIB)/liblorene_g.a
+- rm -f $(BIN_TOOLS)/pointCpointo
+- cd Source/App_hor; $(MAKE) -i uninstall
+- cd Source/Base_val; $(MAKE) -i uninstall
+- cd Source/Base_vect; $(MAKE) -i uninstall
+- cd Source/Bhole; $(MAKE) -i uninstall
+- cd Source/Bhole_binaire; $(MAKE) -i uninstall
+- cd Source/Bin_bhns; $(MAKE) -i uninstall
+- cd Source/Bin_bhns_extr; $(MAKE) -i uninstall
+- cd Source/Bin_hor; $(MAKE) -i uninstall
+- cd Source/Bin_ns_bh; $(MAKE) -i uninstall
+- cd Source/Binaire; $(MAKE) -i uninstall
+- cd Source/Binary; $(MAKE) -i uninstall
+- cd Source/Binary_xcts; $(MAKE) -i uninstall
+- cd Source/Black_hole; $(MAKE) -i uninstall
+- cd Source/Change_var; $(MAKE) -i uninstall
+- cd Source/Cmp; $(MAKE) -i uninstall
+- cd Source/Connection; $(MAKE) -i uninstall
+- cd Source/Coord; $(MAKE) -i uninstall
+- cd Source/Diff; $(MAKE) -i uninstall
+- cd Source/Eos; $(MAKE) -i uninstall
+- cd Source/Etoile; $(MAKE) -i uninstall
+- cd Source/Grille3d; $(MAKE) -i uninstall
+- cd Source/Hole_bhns; $(MAKE) -i uninstall
+- cd Source/Isol_hor; $(MAKE) -i uninstall
+- cd Source/Isol_hole; $(MAKE) -i uninstall
+- cd Source/Itbl; $(MAKE) -i uninstall
+- cd Source/Map; $(MAKE) -i uninstall
+- cd Source/Matrice; $(MAKE) -i uninstall
+- cd Source/Metric; $(MAKE) -i uninstall
+- cd Source/Metrique; $(MAKE) -i uninstall
+- cd Source/Mg3d; $(MAKE) -i uninstall
+- cd Source/Mtbl; $(MAKE) -i uninstall
+- cd Source/Mtbl_cf; $(MAKE) -i uninstall
+- cd Source/Non_class_members/Coef; $(MAKE) -i uninstall
+- cd Source/Non_class_members/Coef/FFT991; $(MAKE) -i uninstall
+- cd Source/Non_class_members/Coef/FFTW3; $(MAKE) -i uninstall
+- cd Source/Non_class_members/Graphics; $(MAKE) -i uninstall
+- cd Source/Non_class_members/Operators; $(MAKE) -i uninstall
+- cd Source/Non_class_members/PDE; $(MAKE) -i uninstall
+- cd Source/Non_class_members/Utilities; $(MAKE) -i uninstall
+- cd Source/Ope_elementary; $(MAKE) -i uninstall
+- cd Source/Ope_elementary/Ope_sec_order_r2; $(MAKE) -i uninstall
+- cd Source/Ope_elementary/Ope_sec_order; $(MAKE) -i uninstall
+- cd Source/Ope_elementary/Ope_pois_vect_r; $(MAKE) -i uninstall
+- cd Source/Ope_elementary/Ope_poisson_2d; $(MAKE) -i uninstall
+- cd Source/Ope_elementary/Ope_poisson_pseudo_1d; $(MAKE) -i uninstall
+- cd Source/Ope_elementary/Ope_helmholtz_minus_2d; $(MAKE) -i uninstall
+- cd Source/Ope_elementary/Ope_helmholtz_minus_pseudo_1d; $(MAKE) -i uninstall
+- cd Source/Ope_elementary/Ope_vorton; $(MAKE) -i uninstall
+- cd Source/Param; $(MAKE) -i uninstall
+- cd Source/Param_elliptic; $(MAKE) -i uninstall
+- cd Source/Star; $(MAKE) -i uninstall
+- cd Source/Star_bhns; $(MAKE) -i uninstall
+- cd Source/Tbl; $(MAKE) -i uninstall
+- cd Source/Tenseur; $(MAKE) -i uninstall
+- cd Source/Tensor; $(MAKE) -i uninstall
+- cd Source/Tensor/Scalar; $(MAKE) -i uninstall
+- cd Source/Time_slice; $(MAKE) -i uninstall
+- cd Source/Valencia; $(MAKE) -i uninstall
+- cd Source/Valeur; $(MAKE) -i uninstall
+-
+-$(LIB):
+- mkdir $@
+-
+-$(BIN_TOOLS):
+- mkdir $@
+-
+-$(BIN_TOOLS)/pointCpointo:
+- $(CXX) $(CXXFLAGS) -o $@ $(HOME_LORENE)/Inst_tools/pointCpointo.C
+-
++ for subdir in $(SUBDIRS); do \
++ (cd "$$subdir"; $(MAKE) -i uninstall;) \
++ done;
+diff -ru Lorene.orig/C++/Source/App_hor/Makefile Lorene/C++/Source/App_hor/Makefile
+--- Lorene.orig/C++/Source/App_hor/Makefile 2006-09-11 06:28:18.000000000 -0500
++++ Lorene/C++/Source/App_hor/Makefile 2010-05-31 22:52:26.000000000 -0500
+@@ -9,10 +9,12 @@
+ install: $(SRC) Objects Objects_g
+ mkdir -p $(DEPDIR)
+ echo *C | $(BIN_TOOLS)/pointCpointo > List_obj # list of *.o files
++ifndef DONTBUILDDEBUGLIB
+ mv Objects_g/*.o .
+ mv _rien.o Objects_g
+ $(MAKE) -f Makefile_lib_g
+ mv *.o Objects_g
++endif
+ mv Objects/*.o .
+ mv _rien.o Objects
+ $(MAKE) -f Makefile_lib
+diff -ru Lorene.orig/C++/Source/App_hor/Makefile_lib Lorene/C++/Source/App_hor/Makefile_lib
+--- Lorene.orig/C++/Source/App_hor/Makefile_lib 2006-09-11 06:28:18.000000000 -0500
++++ Lorene/C++/Source/App_hor/Makefile_lib 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene.a $?
+- $(RANLIB) $(LIB)/liblorene.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/App_hor/Makefile_lib_g Lorene/C++/Source/App_hor/Makefile_lib_g
+--- Lorene.orig/C++/Source/App_hor/Makefile_lib_g 2006-09-11 06:28:18.000000000 -0500
++++ Lorene/C++/Source/App_hor/Makefile_lib_g 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene_g.a $?
+- $(RANLIB) $(LIB)/liblorene_g.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Base_val/Makefile Lorene/C++/Source/Base_val/Makefile
+--- Lorene.orig/C++/Source/Base_val/Makefile 2006-09-11 06:28:19.000000000 -0500
++++ Lorene/C++/Source/Base_val/Makefile 2010-05-31 22:52:26.000000000 -0500
+@@ -9,10 +9,12 @@
+ install: $(SRC) Objects Objects_g
+ mkdir -p $(DEPDIR)
+ echo *C | $(BIN_TOOLS)/pointCpointo > List_obj # list of *.o files
++ifndef DONTBUILDDEBUGLIB
+ mv Objects_g/*.o .
+ mv _rien.o Objects_g
+ $(MAKE) -f Makefile_lib_g
+ mv *.o Objects_g
++endif
+ mv Objects/*.o .
+ mv _rien.o Objects
+ $(MAKE) -f Makefile_lib
+diff -ru Lorene.orig/C++/Source/Base_val/Makefile_lib Lorene/C++/Source/Base_val/Makefile_lib
+--- Lorene.orig/C++/Source/Base_val/Makefile_lib 2006-09-11 06:28:19.000000000 -0500
++++ Lorene/C++/Source/Base_val/Makefile_lib 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene.a $?
+- $(RANLIB) $(LIB)/liblorene.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Base_val/Makefile_lib_g Lorene/C++/Source/Base_val/Makefile_lib_g
+--- Lorene.orig/C++/Source/Base_val/Makefile_lib_g 2006-09-11 06:28:19.000000000 -0500
++++ Lorene/C++/Source/Base_val/Makefile_lib_g 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene_g.a $?
+- $(RANLIB) $(LIB)/liblorene_g.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Base_vect/Makefile Lorene/C++/Source/Base_vect/Makefile
+--- Lorene.orig/C++/Source/Base_vect/Makefile 2006-09-11 06:28:20.000000000 -0500
++++ Lorene/C++/Source/Base_vect/Makefile 2010-05-31 22:52:26.000000000 -0500
+@@ -9,10 +9,12 @@
+ install: $(SRC) Objects Objects_g
+ mkdir -p $(DEPDIR)
+ echo *C | $(BIN_TOOLS)/pointCpointo > List_obj # list of *.o files
++ifndef DONTBUILDDEBUGLIB
+ mv Objects_g/*.o .
+ mv _rien.o Objects_g
+ $(MAKE) -f Makefile_lib_g
+ mv *.o Objects_g
++endif
+ mv Objects/*.o .
+ mv _rien.o Objects
+ $(MAKE) -f Makefile_lib
+diff -ru Lorene.orig/C++/Source/Base_vect/Makefile_lib Lorene/C++/Source/Base_vect/Makefile_lib
+--- Lorene.orig/C++/Source/Base_vect/Makefile_lib 2006-09-11 06:28:20.000000000 -0500
++++ Lorene/C++/Source/Base_vect/Makefile_lib 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene.a $?
+- $(RANLIB) $(LIB)/liblorene.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Base_vect/Makefile_lib_g Lorene/C++/Source/Base_vect/Makefile_lib_g
+--- Lorene.orig/C++/Source/Base_vect/Makefile_lib_g 2006-09-11 06:28:21.000000000 -0500
++++ Lorene/C++/Source/Base_vect/Makefile_lib_g 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene_g.a $?
+- $(RANLIB) $(LIB)/liblorene_g.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Bhole/Makefile Lorene/C++/Source/Bhole/Makefile
+--- Lorene.orig/C++/Source/Bhole/Makefile 2006-09-11 06:28:23.000000000 -0500
++++ Lorene/C++/Source/Bhole/Makefile 2010-05-31 22:52:26.000000000 -0500
+@@ -9,10 +9,12 @@
+ install: $(SRC) Objects Objects_g
+ mkdir -p $(DEPDIR)
+ echo *C | $(BIN_TOOLS)/pointCpointo > List_obj # list of *.o files
++ifndef DONTBUILDDEBUGLIB
+ mv Objects_g/*.o .
+ mv _rien.o Objects_g
+ $(MAKE) -f Makefile_lib_g
+ mv *.o Objects_g
++endif
+ mv Objects/*.o .
+ mv _rien.o Objects
+ $(MAKE) -f Makefile_lib
+diff -ru Lorene.orig/C++/Source/Bhole/Makefile_lib Lorene/C++/Source/Bhole/Makefile_lib
+--- Lorene.orig/C++/Source/Bhole/Makefile_lib 2006-09-11 06:28:23.000000000 -0500
++++ Lorene/C++/Source/Bhole/Makefile_lib 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene.a $?
+- $(RANLIB) $(LIB)/liblorene.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Bhole/Makefile_lib_g Lorene/C++/Source/Bhole/Makefile_lib_g
+--- Lorene.orig/C++/Source/Bhole/Makefile_lib_g 2006-09-11 06:28:23.000000000 -0500
++++ Lorene/C++/Source/Bhole/Makefile_lib_g 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene_g.a $?
+- $(RANLIB) $(LIB)/liblorene_g.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Bhole_binaire/Makefile Lorene/C++/Source/Bhole_binaire/Makefile
+--- Lorene.orig/C++/Source/Bhole_binaire/Makefile 2006-09-11 06:28:24.000000000 -0500
++++ Lorene/C++/Source/Bhole_binaire/Makefile 2010-05-31 22:52:26.000000000 -0500
+@@ -9,10 +9,12 @@
+ install: $(SRC) Objects Objects_g
+ mkdir -p $(DEPDIR)
+ echo *C | $(BIN_TOOLS)/pointCpointo > List_obj # list of *.o files
++ifndef DONTBUILDDEBUGLIB
+ mv Objects_g/*.o .
+ mv _rien.o Objects_g
+ $(MAKE) -f Makefile_lib_g
+ mv *.o Objects_g
++endif
+ mv Objects/*.o .
+ mv _rien.o Objects
+ $(MAKE) -f Makefile_lib
+diff -ru Lorene.orig/C++/Source/Bhole_binaire/Makefile_lib Lorene/C++/Source/Bhole_binaire/Makefile_lib
+--- Lorene.orig/C++/Source/Bhole_binaire/Makefile_lib 2006-09-11 06:28:24.000000000 -0500
++++ Lorene/C++/Source/Bhole_binaire/Makefile_lib 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene.a $?
+- $(RANLIB) $(LIB)/liblorene.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Bhole_binaire/Makefile_lib_g Lorene/C++/Source/Bhole_binaire/Makefile_lib_g
+--- Lorene.orig/C++/Source/Bhole_binaire/Makefile_lib_g 2006-09-11 06:28:24.000000000 -0500
++++ Lorene/C++/Source/Bhole_binaire/Makefile_lib_g 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene_g.a $?
+- $(RANLIB) $(LIB)/liblorene_g.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Binaire/Makefile Lorene/C++/Source/Binaire/Makefile
+--- Lorene.orig/C++/Source/Binaire/Makefile 2006-09-11 06:28:36.000000000 -0500
++++ Lorene/C++/Source/Binaire/Makefile 2010-05-31 22:52:26.000000000 -0500
+@@ -9,10 +9,12 @@
+ install: $(SRC) Objects Objects_g
+ mkdir -p $(DEPDIR)
+ echo *C | $(BIN_TOOLS)/pointCpointo > List_obj # list of *.o files
++ifndef DONTBUILDDEBUGLIB
+ mv Objects_g/*.o .
+ mv _rien.o Objects_g
+ $(MAKE) -f Makefile_lib_g
+ mv *.o Objects_g
++endif
+ mv Objects/*.o .
+ mv _rien.o Objects
+ $(MAKE) -f Makefile_lib
+diff -ru Lorene.orig/C++/Source/Binaire/Makefile_lib Lorene/C++/Source/Binaire/Makefile_lib
+--- Lorene.orig/C++/Source/Binaire/Makefile_lib 2006-09-11 06:28:36.000000000 -0500
++++ Lorene/C++/Source/Binaire/Makefile_lib 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene.a $?
+- $(RANLIB) $(LIB)/liblorene.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Binaire/Makefile_lib_g Lorene/C++/Source/Binaire/Makefile_lib_g
+--- Lorene.orig/C++/Source/Binaire/Makefile_lib_g 2006-09-11 06:28:36.000000000 -0500
++++ Lorene/C++/Source/Binaire/Makefile_lib_g 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene_g.a $?
+- $(RANLIB) $(LIB)/liblorene_g.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Binary/Makefile Lorene/C++/Source/Binary/Makefile
+--- Lorene.orig/C++/Source/Binary/Makefile 2006-09-11 06:28:37.000000000 -0500
++++ Lorene/C++/Source/Binary/Makefile 2010-05-31 22:52:26.000000000 -0500
+@@ -9,10 +9,12 @@
+ install: $(SRC) Objects Objects_g
+ mkdir -p $(DEPDIR)
+ echo *C | $(BIN_TOOLS)/pointCpointo > List_obj # list of *.o files
++ifndef DONTBUILDDEBUGLIB
+ mv Objects_g/*.o .
+ mv _rien.o Objects_g
+ $(MAKE) -f Makefile_lib_g
+ mv *.o Objects_g
++endif
+ mv Objects/*.o .
+ mv _rien.o Objects
+ $(MAKE) -f Makefile_lib
+diff -ru Lorene.orig/C++/Source/Binary/Makefile_lib Lorene/C++/Source/Binary/Makefile_lib
+--- Lorene.orig/C++/Source/Binary/Makefile_lib 2006-09-11 06:28:37.000000000 -0500
++++ Lorene/C++/Source/Binary/Makefile_lib 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene.a $?
+- $(RANLIB) $(LIB)/liblorene.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Binary/Makefile_lib_g Lorene/C++/Source/Binary/Makefile_lib_g
+--- Lorene.orig/C++/Source/Binary/Makefile_lib_g 2006-09-11 06:28:37.000000000 -0500
++++ Lorene/C++/Source/Binary/Makefile_lib_g 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene_g.a $?
+- $(RANLIB) $(LIB)/liblorene_g.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Binary_xcts/Makefile Lorene/C++/Source/Binary_xcts/Makefile
+--- Lorene.orig/C++/Source/Binary_xcts/Makefile 2010-05-04 02:36:33.000000000 -0500
++++ Lorene/C++/Source/Binary_xcts/Makefile 2010-05-31 22:52:26.000000000 -0500
+@@ -9,10 +9,12 @@
+ install: $(SRC) Objects Objects_g
+ mkdir -p $(DEPDIR)
+ echo *C | $(BIN_TOOLS)/pointCpointo > List_obj # list of *.o files
++ifndef DONTBUILDDEBUGLIB
+ mv Objects_g/*.o .
+ mv _rien.o Objects_g
+ $(MAKE) -f Makefile_lib_g
+ mv *.o Objects_g
++endif
+ mv Objects/*.o .
+ mv _rien.o Objects
+ $(MAKE) -f Makefile_lib
+diff -ru Lorene.orig/C++/Source/Binary_xcts/Makefile_lib Lorene/C++/Source/Binary_xcts/Makefile_lib
+--- Lorene.orig/C++/Source/Binary_xcts/Makefile_lib 2010-05-04 02:36:33.000000000 -0500
++++ Lorene/C++/Source/Binary_xcts/Makefile_lib 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene.a $?
+- $(RANLIB) $(LIB)/liblorene.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Binary_xcts/Makefile_lib_g Lorene/C++/Source/Binary_xcts/Makefile_lib_g
+--- Lorene.orig/C++/Source/Binary_xcts/Makefile_lib_g 2010-05-04 02:36:33.000000000 -0500
++++ Lorene/C++/Source/Binary_xcts/Makefile_lib_g 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene_g.a $?
+- $(RANLIB) $(LIB)/liblorene_g.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Bin_bhns/Makefile Lorene/C++/Source/Bin_bhns/Makefile
+--- Lorene.orig/C++/Source/Bin_bhns/Makefile 2007-06-21 20:11:44.000000000 -0500
++++ Lorene/C++/Source/Bin_bhns/Makefile 2010-05-31 22:52:26.000000000 -0500
+@@ -9,10 +9,12 @@
+ install: $(SRC) Objects Objects_g
+ mkdir -p $(DEPDIR)
+ echo *C | $(BIN_TOOLS)/pointCpointo > List_obj # list of *.o files
++ifndef DONTBUILDDEBUGLIB
+ mv Objects_g/*.o .
+ mv _rien.o Objects_g
+ $(MAKE) -f Makefile_lib_g
+ mv *.o Objects_g
++endif
+ mv Objects/*.o .
+ mv _rien.o Objects
+ $(MAKE) -f Makefile_lib
+diff -ru Lorene.orig/C++/Source/Bin_bhns/Makefile_lib Lorene/C++/Source/Bin_bhns/Makefile_lib
+--- Lorene.orig/C++/Source/Bin_bhns/Makefile_lib 2007-06-21 20:13:37.000000000 -0500
++++ Lorene/C++/Source/Bin_bhns/Makefile_lib 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene.a $?
+- $(RANLIB) $(LIB)/liblorene.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Bin_bhns/Makefile_lib_g Lorene/C++/Source/Bin_bhns/Makefile_lib_g
+--- Lorene.orig/C++/Source/Bin_bhns/Makefile_lib_g 2007-06-21 20:13:59.000000000 -0500
++++ Lorene/C++/Source/Bin_bhns/Makefile_lib_g 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene_g.a $?
+- $(RANLIB) $(LIB)/liblorene_g.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Bin_bhns_extr/Makefile Lorene/C++/Source/Bin_bhns_extr/Makefile
+--- Lorene.orig/C++/Source/Bin_bhns_extr/Makefile 2006-09-11 06:28:27.000000000 -0500
++++ Lorene/C++/Source/Bin_bhns_extr/Makefile 2010-05-31 22:52:26.000000000 -0500
+@@ -9,10 +9,12 @@
+ install: $(SRC) Objects Objects_g
+ mkdir -p $(DEPDIR)
+ echo *C | $(BIN_TOOLS)/pointCpointo > List_obj # list of *.o files
++ifndef DONTBUILDDEBUGLIB
+ mv Objects_g/*.o .
+ mv _rien.o Objects_g
+ $(MAKE) -f Makefile_lib_g
+ mv *.o Objects_g
++endif
+ mv Objects/*.o .
+ mv _rien.o Objects
+ $(MAKE) -f Makefile_lib
+diff -ru Lorene.orig/C++/Source/Bin_bhns_extr/Makefile_lib Lorene/C++/Source/Bin_bhns_extr/Makefile_lib
+--- Lorene.orig/C++/Source/Bin_bhns_extr/Makefile_lib 2006-09-11 06:28:27.000000000 -0500
++++ Lorene/C++/Source/Bin_bhns_extr/Makefile_lib 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene.a $?
+- $(RANLIB) $(LIB)/liblorene.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Bin_bhns_extr/Makefile_lib_g Lorene/C++/Source/Bin_bhns_extr/Makefile_lib_g
+--- Lorene.orig/C++/Source/Bin_bhns_extr/Makefile_lib_g 2006-09-11 06:28:27.000000000 -0500
++++ Lorene/C++/Source/Bin_bhns_extr/Makefile_lib_g 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene_g.a $?
+- $(RANLIB) $(LIB)/liblorene_g.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Bin_hor/binhor_hh.C Lorene/C++/Source/Bin_hor/binhor_hh.C
+--- Lorene.orig/C++/Source/Bin_hor/binhor_hh.C 2010-05-31 22:51:44.000000000 -0500
++++ Lorene/C++/Source/Bin_hor/binhor_hh.C 2010-05-31 22:52:26.000000000 -0500
+@@ -892,7 +892,7 @@
+ // des_profile(hh1(i,j), 0., 20., M_PI/2, M_PI) ;
+ //des_profile(hh1(i,j), 0., 20., M_PI/2, 0) ;
+ //des_profile(hh1(i,j), 0., 20., 0, M_PI) ;
+- //des_coupe_z (hh1(i,j), 0., 5) ;
++ des_coupe_z (hh1(i,j), 0., 5) ;
+ }
+
+ hh1.change_triad(hole1.mp.get_bvect_spher()) ;
+@@ -908,7 +908,7 @@
+ hole2.tgam = tgam_2 ;
+
+
+- //des_meridian(hh1, 0., 20., "hh1", 0) ;
++ des_meridian(hh1, 0., 20., "hh1", 0) ;
+
+
+ }
+diff -ru Lorene.orig/C++/Source/Bin_hor/Makefile Lorene/C++/Source/Bin_hor/Makefile
+--- Lorene.orig/C++/Source/Bin_hor/Makefile 2006-09-11 06:28:28.000000000 -0500
++++ Lorene/C++/Source/Bin_hor/Makefile 2010-05-31 22:52:26.000000000 -0500
+@@ -9,10 +9,12 @@
+ install: $(SRC) Objects Objects_g
+ mkdir -p $(DEPDIR)
+ echo *C | $(BIN_TOOLS)/pointCpointo > List_obj # list of *.o files
++ifndef DONTBUILDDEBUGLIB
+ mv Objects_g/*.o .
+ mv _rien.o Objects_g
+ $(MAKE) -f Makefile_lib_g
+ mv *.o Objects_g
++endif
+ mv Objects/*.o .
+ mv _rien.o Objects
+ $(MAKE) -f Makefile_lib
+diff -ru Lorene.orig/C++/Source/Bin_hor/Makefile_lib Lorene/C++/Source/Bin_hor/Makefile_lib
+--- Lorene.orig/C++/Source/Bin_hor/Makefile_lib 2006-09-11 06:28:28.000000000 -0500
++++ Lorene/C++/Source/Bin_hor/Makefile_lib 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene.a $?
+- $(RANLIB) $(LIB)/liblorene.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Bin_hor/Makefile_lib_g Lorene/C++/Source/Bin_hor/Makefile_lib_g
+--- Lorene.orig/C++/Source/Bin_hor/Makefile_lib_g 2006-09-11 06:28:29.000000000 -0500
++++ Lorene/C++/Source/Bin_hor/Makefile_lib_g 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene_g.a $?
+- $(RANLIB) $(LIB)/liblorene_g.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Bin_ns_bh/Makefile Lorene/C++/Source/Bin_ns_bh/Makefile
+--- Lorene.orig/C++/Source/Bin_ns_bh/Makefile 2006-09-11 06:28:31.000000000 -0500
++++ Lorene/C++/Source/Bin_ns_bh/Makefile 2010-05-31 22:52:26.000000000 -0500
+@@ -9,10 +9,12 @@
+ install: $(SRC) Objects Objects_g
+ mkdir -p $(DEPDIR)
+ echo *C | $(BIN_TOOLS)/pointCpointo > List_obj # list of *.o files
++ifndef DONTBUILDDEBUGLIB
+ mv Objects_g/*.o .
+ mv _rien.o Objects_g
+ $(MAKE) -f Makefile_lib_g
+ mv *.o Objects_g
++endif
+ mv Objects/*.o .
+ mv _rien.o Objects
+ $(MAKE) -f Makefile_lib
+diff -ru Lorene.orig/C++/Source/Bin_ns_bh/Makefile_lib Lorene/C++/Source/Bin_ns_bh/Makefile_lib
+--- Lorene.orig/C++/Source/Bin_ns_bh/Makefile_lib 2006-09-11 06:28:31.000000000 -0500
++++ Lorene/C++/Source/Bin_ns_bh/Makefile_lib 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene.a $?
+- $(RANLIB) $(LIB)/liblorene.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Bin_ns_bh/Makefile_lib_g Lorene/C++/Source/Bin_ns_bh/Makefile_lib_g
+--- Lorene.orig/C++/Source/Bin_ns_bh/Makefile_lib_g 2006-09-11 06:28:31.000000000 -0500
++++ Lorene/C++/Source/Bin_ns_bh/Makefile_lib_g 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene_g.a $?
+- $(RANLIB) $(LIB)/liblorene_g.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Bin_ns_ncp/Makefile Lorene/C++/Source/Bin_ns_ncp/Makefile
+--- Lorene.orig/C++/Source/Bin_ns_ncp/Makefile 2006-09-11 06:28:33.000000000 -0500
++++ Lorene/C++/Source/Bin_ns_ncp/Makefile 2010-05-31 22:52:26.000000000 -0500
+@@ -9,10 +9,12 @@
+ install: $(SRC) Objects Objects_g
+ mkdir -p $(DEPDIR)
+ echo *C | $(BIN_TOOLS)/pointCpointo > List_obj # list of *.o files
++ifndef DONTBUILDDEBUGLIB
+ mv Objects_g/*.o .
+ mv _rien.o Objects_g
+ $(MAKE) -f Makefile_lib_g
+ mv *.o Objects_g
++endif
+ mv Objects/*.o .
+ mv _rien.o Objects
+ $(MAKE) -f Makefile_lib
+diff -ru Lorene.orig/C++/Source/Bin_ns_ncp/Makefile_lib Lorene/C++/Source/Bin_ns_ncp/Makefile_lib
+--- Lorene.orig/C++/Source/Bin_ns_ncp/Makefile_lib 2006-09-11 06:28:34.000000000 -0500
++++ Lorene/C++/Source/Bin_ns_ncp/Makefile_lib 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene.a $?
+- $(RANLIB) $(LIB)/liblorene.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Bin_ns_ncp/Makefile_lib_g Lorene/C++/Source/Bin_ns_ncp/Makefile_lib_g
+--- Lorene.orig/C++/Source/Bin_ns_ncp/Makefile_lib_g 2006-09-11 06:28:35.000000000 -0500
++++ Lorene/C++/Source/Bin_ns_ncp/Makefile_lib_g 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene_g.a $?
+- $(RANLIB) $(LIB)/liblorene_g.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Black_hole/Makefile Lorene/C++/Source/Black_hole/Makefile
+--- Lorene.orig/C++/Source/Black_hole/Makefile 2007-06-21 20:21:27.000000000 -0500
++++ Lorene/C++/Source/Black_hole/Makefile 2010-05-31 22:52:26.000000000 -0500
+@@ -9,10 +9,12 @@
+ install: $(SRC) Objects Objects_g
+ mkdir -p $(DEPDIR)
+ echo *C | $(BIN_TOOLS)/pointCpointo > List_obj # list of *.o files
++ifndef DONTBUILDDEBUGLIB
+ mv Objects_g/*.o .
+ mv _rien.o Objects_g
+ $(MAKE) -f Makefile_lib_g
+ mv *.o Objects_g
++endif
+ mv Objects/*.o .
+ mv _rien.o Objects
+ $(MAKE) -f Makefile_lib
+diff -ru Lorene.orig/C++/Source/Black_hole/Makefile_lib Lorene/C++/Source/Black_hole/Makefile_lib
+--- Lorene.orig/C++/Source/Black_hole/Makefile_lib 2007-06-21 20:21:49.000000000 -0500
++++ Lorene/C++/Source/Black_hole/Makefile_lib 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene.a $?
+- $(RANLIB) $(LIB)/liblorene.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Black_hole/Makefile_lib_g Lorene/C++/Source/Black_hole/Makefile_lib_g
+--- Lorene.orig/C++/Source/Black_hole/Makefile_lib_g 2007-06-21 20:22:08.000000000 -0500
++++ Lorene/C++/Source/Black_hole/Makefile_lib_g 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene_g.a $?
+- $(RANLIB) $(LIB)/liblorene_g.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Champ_cart/Makefile Lorene/C++/Source/Champ_cart/Makefile
+--- Lorene.orig/C++/Source/Champ_cart/Makefile 2006-09-11 06:28:38.000000000 -0500
++++ Lorene/C++/Source/Champ_cart/Makefile 2010-05-31 22:52:26.000000000 -0500
+@@ -9,10 +9,12 @@
+ install: $(SRC) Objects Objects_g
+ mkdir -p $(DEPDIR)
+ echo *C | $(BIN_TOOLS)/pointCpointo > List_obj # list of *.o files
++ifndef DONTBUILDDEBUGLIB
+ mv Objects_g/*.o .
+ mv _rien.o Objects_g
+ $(MAKE) -f Makefile_lib_g
+ mv *.o Objects_g
++endif
+ mv Objects/*.o .
+ mv _rien.o Objects
+ $(MAKE) -f Makefile_lib
+diff -ru Lorene.orig/C++/Source/Champ_cart/Makefile_lib Lorene/C++/Source/Champ_cart/Makefile_lib
+--- Lorene.orig/C++/Source/Champ_cart/Makefile_lib 2006-09-11 06:28:38.000000000 -0500
++++ Lorene/C++/Source/Champ_cart/Makefile_lib 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene.a $?
+- $(RANLIB) $(LIB)/liblorene.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Champ_cart/Makefile_lib_g Lorene/C++/Source/Champ_cart/Makefile_lib_g
+--- Lorene.orig/C++/Source/Champ_cart/Makefile_lib_g 2006-09-11 06:28:38.000000000 -0500
++++ Lorene/C++/Source/Champ_cart/Makefile_lib_g 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene_g.a $?
+- $(RANLIB) $(LIB)/liblorene_g.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Change_var/Makefile Lorene/C++/Source/Change_var/Makefile
+--- Lorene.orig/C++/Source/Change_var/Makefile 2006-09-11 06:28:39.000000000 -0500
++++ Lorene/C++/Source/Change_var/Makefile 2010-05-31 22:52:26.000000000 -0500
+@@ -9,10 +9,12 @@
+ install: $(SRC) Objects Objects_g
+ mkdir -p $(DEPDIR)
+ echo *C | $(BIN_TOOLS)/pointCpointo > List_obj # list of *.o files
++ifndef DONTBUILDDEBUGLIB
+ mv Objects_g/*.o .
+ mv _rien.o Objects_g
+ $(MAKE) -f Makefile_lib_g
+ mv *.o Objects_g
++endif
+ mv Objects/*.o .
+ mv _rien.o Objects
+ $(MAKE) -f Makefile_lib
+diff -ru Lorene.orig/C++/Source/Change_var/Makefile_lib Lorene/C++/Source/Change_var/Makefile_lib
+--- Lorene.orig/C++/Source/Change_var/Makefile_lib 2006-09-11 06:28:39.000000000 -0500
++++ Lorene/C++/Source/Change_var/Makefile_lib 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene.a $?
+- $(RANLIB) $(LIB)/liblorene.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Change_var/Makefile_lib_g Lorene/C++/Source/Change_var/Makefile_lib_g
+--- Lorene.orig/C++/Source/Change_var/Makefile_lib_g 2006-09-11 06:28:39.000000000 -0500
++++ Lorene/C++/Source/Change_var/Makefile_lib_g 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene_g.a $?
+- $(RANLIB) $(LIB)/liblorene_g.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Cmp/Makefile Lorene/C++/Source/Cmp/Makefile
+--- Lorene.orig/C++/Source/Cmp/Makefile 2006-09-11 06:28:40.000000000 -0500
++++ Lorene/C++/Source/Cmp/Makefile 2010-05-31 22:52:26.000000000 -0500
+@@ -9,10 +9,12 @@
+ install: $(SRC) Objects Objects_g
+ mkdir -p $(DEPDIR)
+ echo *C | $(BIN_TOOLS)/pointCpointo > List_obj # list of *.o files
++ifndef DONTBUILDDEBUGLIB
+ mv Objects_g/*.o .
+ mv _rien.o Objects_g
+ $(MAKE) -f Makefile_lib_g
+ mv *.o Objects_g
++endif
+ mv Objects/*.o .
+ mv _rien.o Objects
+ $(MAKE) -f Makefile_lib
+diff -ru Lorene.orig/C++/Source/Cmp/Makefile_lib Lorene/C++/Source/Cmp/Makefile_lib
+--- Lorene.orig/C++/Source/Cmp/Makefile_lib 2006-09-11 06:28:40.000000000 -0500
++++ Lorene/C++/Source/Cmp/Makefile_lib 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene.a $?
+- $(RANLIB) $(LIB)/liblorene.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Cmp/Makefile_lib_g Lorene/C++/Source/Cmp/Makefile_lib_g
+--- Lorene.orig/C++/Source/Cmp/Makefile_lib_g 2006-09-11 06:28:41.000000000 -0500
++++ Lorene/C++/Source/Cmp/Makefile_lib_g 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene_g.a $?
+- $(RANLIB) $(LIB)/liblorene_g.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Connection/Makefile Lorene/C++/Source/Connection/Makefile
+--- Lorene.orig/C++/Source/Connection/Makefile 2006-09-11 06:28:42.000000000 -0500
++++ Lorene/C++/Source/Connection/Makefile 2010-05-31 22:52:26.000000000 -0500
+@@ -9,10 +9,12 @@
+ install: $(SRC) Objects Objects_g
+ mkdir -p $(DEPDIR)
+ echo *C | $(BIN_TOOLS)/pointCpointo > List_obj # list of *.o files
++ifndef DONTBUILDDEBUGLIB
+ mv Objects_g/*.o .
+ mv _rien.o Objects_g
+ $(MAKE) -f Makefile_lib_g
+ mv *.o Objects_g
++endif
+ mv Objects/*.o .
+ mv _rien.o Objects
+ $(MAKE) -f Makefile_lib
+diff -ru Lorene.orig/C++/Source/Connection/Makefile_lib Lorene/C++/Source/Connection/Makefile_lib
+--- Lorene.orig/C++/Source/Connection/Makefile_lib 2006-09-11 06:28:42.000000000 -0500
++++ Lorene/C++/Source/Connection/Makefile_lib 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene.a $?
+- $(RANLIB) $(LIB)/liblorene.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Connection/Makefile_lib_g Lorene/C++/Source/Connection/Makefile_lib_g
+--- Lorene.orig/C++/Source/Connection/Makefile_lib_g 2006-09-11 06:28:42.000000000 -0500
++++ Lorene/C++/Source/Connection/Makefile_lib_g 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene_g.a $?
+- $(RANLIB) $(LIB)/liblorene_g.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Coord/Makefile Lorene/C++/Source/Coord/Makefile
+--- Lorene.orig/C++/Source/Coord/Makefile 2006-09-11 06:28:43.000000000 -0500
++++ Lorene/C++/Source/Coord/Makefile 2010-05-31 22:52:26.000000000 -0500
+@@ -9,10 +9,12 @@
+ install: $(SRC) Objects Objects_g
+ mkdir -p $(DEPDIR)
+ echo *C | $(BIN_TOOLS)/pointCpointo > List_obj # list of *.o files
++ifndef DONTBUILDDEBUGLIB
+ mv Objects_g/*.o .
+ mv _rien.o Objects_g
+ $(MAKE) -f Makefile_lib_g
+ mv *.o Objects_g
++endif
+ mv Objects/*.o .
+ mv _rien.o Objects
+ $(MAKE) -f Makefile_lib
+diff -ru Lorene.orig/C++/Source/Coord/Makefile_lib Lorene/C++/Source/Coord/Makefile_lib
+--- Lorene.orig/C++/Source/Coord/Makefile_lib 2006-09-11 06:28:43.000000000 -0500
++++ Lorene/C++/Source/Coord/Makefile_lib 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene.a $?
+- $(RANLIB) $(LIB)/liblorene.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Coord/Makefile_lib_g Lorene/C++/Source/Coord/Makefile_lib_g
+--- Lorene.orig/C++/Source/Coord/Makefile_lib_g 2006-09-11 06:28:43.000000000 -0500
++++ Lorene/C++/Source/Coord/Makefile_lib_g 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene_g.a $?
+- $(RANLIB) $(LIB)/liblorene_g.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Diff/Makefile Lorene/C++/Source/Diff/Makefile
+--- Lorene.orig/C++/Source/Diff/Makefile 2006-09-11 06:28:44.000000000 -0500
++++ Lorene/C++/Source/Diff/Makefile 2010-05-31 22:52:26.000000000 -0500
+@@ -9,10 +9,12 @@
+ install: $(SRC) Objects Objects_g
+ mkdir -p $(DEPDIR)
+ echo *C | $(BIN_TOOLS)/pointCpointo > List_obj # list of *.o files
++ifndef DONTBUILDDEBUGLIB
+ mv Objects_g/*.o .
+ mv _rien.o Objects_g
+ $(MAKE) -f Makefile_lib_g
+ mv *.o Objects_g
++endif
+ mv Objects/*.o .
+ mv _rien.o Objects
+ $(MAKE) -f Makefile_lib
+diff -ru Lorene.orig/C++/Source/Diff/Makefile_lib Lorene/C++/Source/Diff/Makefile_lib
+--- Lorene.orig/C++/Source/Diff/Makefile_lib 2006-09-11 06:28:44.000000000 -0500
++++ Lorene/C++/Source/Diff/Makefile_lib 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene.a $?
+- $(RANLIB) $(LIB)/liblorene.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Diff/Makefile_lib_g Lorene/C++/Source/Diff/Makefile_lib_g
+--- Lorene.orig/C++/Source/Diff/Makefile_lib_g 2006-09-11 06:28:44.000000000 -0500
++++ Lorene/C++/Source/Diff/Makefile_lib_g 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene_g.a $?
+- $(RANLIB) $(LIB)/liblorene_g.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Eos/Makefile Lorene/C++/Source/Eos/Makefile
+--- Lorene.orig/C++/Source/Eos/Makefile 2006-09-11 06:28:45.000000000 -0500
++++ Lorene/C++/Source/Eos/Makefile 2010-05-31 22:52:26.000000000 -0500
+@@ -9,10 +9,12 @@
+ install: $(SRC) Objects Objects_g
+ mkdir -p $(DEPDIR)
+ echo *C | $(BIN_TOOLS)/pointCpointo > List_obj # list of *.o files
++ifndef DONTBUILDDEBUGLIB
+ mv Objects_g/*.o .
+ mv _rien.o Objects_g
+ $(MAKE) -f Makefile_lib_g
+ mv *.o Objects_g
++endif
+ mv Objects/*.o .
+ mv _rien.o Objects
+ $(MAKE) -f Makefile_lib
+diff -ru Lorene.orig/C++/Source/Eos/Makefile_lib Lorene/C++/Source/Eos/Makefile_lib
+--- Lorene.orig/C++/Source/Eos/Makefile_lib 2006-09-11 06:28:45.000000000 -0500
++++ Lorene/C++/Source/Eos/Makefile_lib 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene.a $?
+- $(RANLIB) $(LIB)/liblorene.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Eos/Makefile_lib_g Lorene/C++/Source/Eos/Makefile_lib_g
+--- Lorene.orig/C++/Source/Eos/Makefile_lib_g 2006-09-11 06:28:45.000000000 -0500
++++ Lorene/C++/Source/Eos/Makefile_lib_g 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene_g.a $?
+- $(RANLIB) $(LIB)/liblorene_g.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Etoile/Makefile Lorene/C++/Source/Etoile/Makefile
+--- Lorene.orig/C++/Source/Etoile/Makefile 2006-09-11 06:28:46.000000000 -0500
++++ Lorene/C++/Source/Etoile/Makefile 2010-05-31 22:52:26.000000000 -0500
+@@ -9,10 +9,12 @@
+ install: $(SRC) Objects Objects_g
+ mkdir -p $(DEPDIR)
+ echo *C | $(BIN_TOOLS)/pointCpointo > List_obj # list of *.o files
++ifndef DONTBUILDDEBUGLIB
+ mv Objects_g/*.o .
+ mv _rien.o Objects_g
+ $(MAKE) -f Makefile_lib_g
+ mv *.o Objects_g
++endif
+ mv Objects/*.o .
+ mv _rien.o Objects
+ $(MAKE) -f Makefile_lib
+diff -ru Lorene.orig/C++/Source/Etoile/Makefile_lib Lorene/C++/Source/Etoile/Makefile_lib
+--- Lorene.orig/C++/Source/Etoile/Makefile_lib 2006-09-11 06:28:47.000000000 -0500
++++ Lorene/C++/Source/Etoile/Makefile_lib 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene.a $?
+- $(RANLIB) $(LIB)/liblorene.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Etoile/Makefile_lib_g Lorene/C++/Source/Etoile/Makefile_lib_g
+--- Lorene.orig/C++/Source/Etoile/Makefile_lib_g 2006-09-11 06:28:47.000000000 -0500
++++ Lorene/C++/Source/Etoile/Makefile_lib_g 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene_g.a $?
+- $(RANLIB) $(LIB)/liblorene_g.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Excised_slice/Makefile Lorene/C++/Source/Excised_slice/Makefile
+--- Lorene.orig/C++/Source/Excised_slice/Makefile 2010-01-29 08:44:45.000000000 -0600
++++ Lorene/C++/Source/Excised_slice/Makefile 2010-05-31 22:52:26.000000000 -0500
+@@ -9,10 +9,12 @@
+ install: $(SRC) Objects Objects_g
+ mkdir -p $(DEPDIR)
+ echo *C | $(BIN_TOOLS)/pointCpointo > List_obj # list of *.o files
++ifndef DONTBUILDDEBUGLIB
+ mv Objects_g/*.o .
+ mv _rien.o Objects_g
+ $(MAKE) -f Makefile_lib_g
+ mv *.o Objects_g
++endif
+ mv Objects/*.o .
+ mv _rien.o Objects
+ $(MAKE) -f Makefile_lib
+diff -ru Lorene.orig/C++/Source/Excised_slice/Makefile_lib Lorene/C++/Source/Excised_slice/Makefile_lib
+--- Lorene.orig/C++/Source/Excised_slice/Makefile_lib 2010-01-30 15:54:47.000000000 -0600
++++ Lorene/C++/Source/Excised_slice/Makefile_lib 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene.a $?
+- $(RANLIB) $(LIB)/liblorene.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Excised_slice/Makefile_lib_g Lorene/C++/Source/Excised_slice/Makefile_lib_g
+--- Lorene.orig/C++/Source/Excised_slice/Makefile_lib_g 2010-01-30 15:55:00.000000000 -0600
++++ Lorene/C++/Source/Excised_slice/Makefile_lib_g 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene_g.a $?
+- $(RANLIB) $(LIB)/liblorene_g.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Grille3d/Makefile Lorene/C++/Source/Grille3d/Makefile
+--- Lorene.orig/C++/Source/Grille3d/Makefile 2006-09-11 06:28:48.000000000 -0500
++++ Lorene/C++/Source/Grille3d/Makefile 2010-05-31 22:52:26.000000000 -0500
+@@ -9,10 +9,12 @@
+ install: $(SRC) Objects Objects_g
+ mkdir -p $(DEPDIR)
+ echo *C | $(BIN_TOOLS)/pointCpointo > List_obj # list of *.o files
++ifndef DONTBUILDDEBUGLIB
+ mv Objects_g/*.o .
+ mv _rien.o Objects_g
+ $(MAKE) -f Makefile_lib_g
+ mv *.o Objects_g
++endif
+ mv Objects/*.o .
+ mv _rien.o Objects
+ $(MAKE) -f Makefile_lib
+diff -ru Lorene.orig/C++/Source/Grille3d/Makefile_lib Lorene/C++/Source/Grille3d/Makefile_lib
+--- Lorene.orig/C++/Source/Grille3d/Makefile_lib 2006-09-11 06:28:48.000000000 -0500
++++ Lorene/C++/Source/Grille3d/Makefile_lib 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene.a $?
+- $(RANLIB) $(LIB)/liblorene.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Grille3d/Makefile_lib_g Lorene/C++/Source/Grille3d/Makefile_lib_g
+--- Lorene.orig/C++/Source/Grille3d/Makefile_lib_g 2006-09-11 06:28:49.000000000 -0500
++++ Lorene/C++/Source/Grille3d/Makefile_lib_g 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene_g.a $?
+- $(RANLIB) $(LIB)/liblorene_g.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Grille_cart/Makefile Lorene/C++/Source/Grille_cart/Makefile
+--- Lorene.orig/C++/Source/Grille_cart/Makefile 2006-09-11 06:28:50.000000000 -0500
++++ Lorene/C++/Source/Grille_cart/Makefile 2010-05-31 22:52:26.000000000 -0500
+@@ -9,10 +9,12 @@
+ install: $(SRC) Objects Objects_g
+ mkdir -p $(DEPDIR)
+ echo *C | $(BIN_TOOLS)/pointCpointo > List_obj # list of *.o files
++ifndef DONTBUILDDEBUGLIB
+ mv Objects_g/*.o .
+ mv _rien.o Objects_g
+ $(MAKE) -f Makefile_lib_g
+ mv *.o Objects_g
++endif
+ mv Objects/*.o .
+ mv _rien.o Objects
+ $(MAKE) -f Makefile_lib
+diff -ru Lorene.orig/C++/Source/Grille_cart/Makefile_lib Lorene/C++/Source/Grille_cart/Makefile_lib
+--- Lorene.orig/C++/Source/Grille_cart/Makefile_lib 2006-09-11 06:28:50.000000000 -0500
++++ Lorene/C++/Source/Grille_cart/Makefile_lib 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene.a $?
+- $(RANLIB) $(LIB)/liblorene.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Grille_cart/Makefile_lib_g Lorene/C++/Source/Grille_cart/Makefile_lib_g
+--- Lorene.orig/C++/Source/Grille_cart/Makefile_lib_g 2006-09-11 06:28:50.000000000 -0500
++++ Lorene/C++/Source/Grille_cart/Makefile_lib_g 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene_g.a $?
+- $(RANLIB) $(LIB)/liblorene_g.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Hole_bhns/Makefile Lorene/C++/Source/Hole_bhns/Makefile
+--- Lorene.orig/C++/Source/Hole_bhns/Makefile 2007-06-21 20:26:10.000000000 -0500
++++ Lorene/C++/Source/Hole_bhns/Makefile 2010-05-31 22:52:26.000000000 -0500
+@@ -9,10 +9,12 @@
+ install: $(SRC) Objects Objects_g
+ mkdir -p $(DEPDIR)
+ echo *C | $(BIN_TOOLS)/pointCpointo > List_obj # list of *.o files
++ifndef DONTBUILDDEBUGLIB
+ mv Objects_g/*.o .
+ mv _rien.o Objects_g
+ $(MAKE) -f Makefile_lib_g
+ mv *.o Objects_g
++endif
+ mv Objects/*.o .
+ mv _rien.o Objects
+ $(MAKE) -f Makefile_lib
+diff -ru Lorene.orig/C++/Source/Hole_bhns/Makefile_lib Lorene/C++/Source/Hole_bhns/Makefile_lib
+--- Lorene.orig/C++/Source/Hole_bhns/Makefile_lib 2007-06-21 20:26:31.000000000 -0500
++++ Lorene/C++/Source/Hole_bhns/Makefile_lib 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene.a $?
+- $(RANLIB) $(LIB)/liblorene.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Hole_bhns/Makefile_lib_g Lorene/C++/Source/Hole_bhns/Makefile_lib_g
+--- Lorene.orig/C++/Source/Hole_bhns/Makefile_lib_g 2007-06-21 20:27:14.000000000 -0500
++++ Lorene/C++/Source/Hole_bhns/Makefile_lib_g 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene_g.a $?
+- $(RANLIB) $(LIB)/liblorene_g.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Isol_hole/Makefile Lorene/C++/Source/Isol_hole/Makefile
+--- Lorene.orig/C++/Source/Isol_hole/Makefile 2009-08-31 11:02:42.000000000 -0500
++++ Lorene/C++/Source/Isol_hole/Makefile 2010-05-31 22:52:26.000000000 -0500
+@@ -9,10 +9,12 @@
+ install: $(SRC) Objects Objects_g
+ mkdir -p $(DEPDIR)
+ echo *C | $(BIN_TOOLS)/pointCpointo > List_obj # list of *.o files
++ifndef DONTBUILDDEBUGLIB
+ mv Objects_g/*.o .
+ mv _rien.o Objects_g
+ $(MAKE) -f Makefile_lib_g
+ mv *.o Objects_g
++endif
+ mv Objects/*.o .
+ mv _rien.o Objects
+ $(MAKE) -f Makefile_lib
+diff -ru Lorene.orig/C++/Source/Isol_hole/Makefile_lib Lorene/C++/Source/Isol_hole/Makefile_lib
+--- Lorene.orig/C++/Source/Isol_hole/Makefile_lib 2009-08-31 11:02:42.000000000 -0500
++++ Lorene/C++/Source/Isol_hole/Makefile_lib 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene.a $?
+- $(RANLIB) $(LIB)/liblorene.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Isol_hole/Makefile_lib_g Lorene/C++/Source/Isol_hole/Makefile_lib_g
+--- Lorene.orig/C++/Source/Isol_hole/Makefile_lib_g 2009-08-31 11:02:42.000000000 -0500
++++ Lorene/C++/Source/Isol_hole/Makefile_lib_g 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene_g.a $?
+- $(RANLIB) $(LIB)/liblorene_g.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Isol_hor/init_data.C Lorene/C++/Source/Isol_hor/init_data.C
+--- Lorene.orig/C++/Source/Isol_hor/init_data.C 2010-05-31 22:51:44.000000000 -0500
++++ Lorene/C++/Source/Isol_hor/init_data.C 2010-05-31 22:52:26.000000000 -0500
+@@ -1262,10 +1262,10 @@
+ for (int mer=0; mer<niter; mer++) {
+
+
+- //des_meridian(psi_j, 1, 10., "psi", 0) ;
+- //des_meridian(nn_j, 1, 10., "nn", 1) ;
+- //des_meridian(theta_j, 1, 10., "Theta", 2) ;
+- //des_meridian(chi_j, 1, 10., "chi", 3) ;
++ des_meridian(psi_j, 1, 10., "psi", 0) ;
++ des_meridian(nn_j, 1, 10., "nn", 1) ;
++ des_meridian(theta_j, 1, 10., "Theta", 2) ;
++ des_meridian(chi_j, 1, 10., "chi", 3) ;
+ arrete() ;
+
+
+@@ -1409,8 +1409,8 @@
+ // Iteration in theta/chi
+ for (int i=0 ; i<niter ; i++) {
+
+- //des_meridian(theta_i, 1, 10., "Theta", 2) ;
+- //des_meridian(chi_i, 1, 10., "chi", 3) ;
++ des_meridian(theta_i, 1, 10., "Theta", 2) ;
++ des_meridian(chi_i, 1, 10., "chi", 3) ;
+ arrete() ;
+
+
+diff -ru Lorene.orig/C++/Source/Isol_hor/Makefile Lorene/C++/Source/Isol_hor/Makefile
+--- Lorene.orig/C++/Source/Isol_hor/Makefile 2006-09-11 06:28:51.000000000 -0500
++++ Lorene/C++/Source/Isol_hor/Makefile 2010-05-31 22:52:26.000000000 -0500
+@@ -9,10 +9,12 @@
+ install: $(SRC) Objects Objects_g
+ mkdir -p $(DEPDIR)
+ echo *C | $(BIN_TOOLS)/pointCpointo > List_obj # list of *.o files
++ifndef DONTBUILDDEBUGLIB
+ mv Objects_g/*.o .
+ mv _rien.o Objects_g
+ $(MAKE) -f Makefile_lib_g
+ mv *.o Objects_g
++endif
+ mv Objects/*.o .
+ mv _rien.o Objects
+ $(MAKE) -f Makefile_lib
+diff -ru Lorene.orig/C++/Source/Isol_hor/Makefile_lib Lorene/C++/Source/Isol_hor/Makefile_lib
+--- Lorene.orig/C++/Source/Isol_hor/Makefile_lib 2006-09-11 06:28:51.000000000 -0500
++++ Lorene/C++/Source/Isol_hor/Makefile_lib 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene.a $?
+- $(RANLIB) $(LIB)/liblorene.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Isol_hor/Makefile_lib_g Lorene/C++/Source/Isol_hor/Makefile_lib_g
+--- Lorene.orig/C++/Source/Isol_hor/Makefile_lib_g 2006-09-11 06:28:51.000000000 -0500
++++ Lorene/C++/Source/Isol_hor/Makefile_lib_g 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene_g.a $?
+- $(RANLIB) $(LIB)/liblorene_g.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Itbl/Makefile Lorene/C++/Source/Itbl/Makefile
+--- Lorene.orig/C++/Source/Itbl/Makefile 2006-09-11 06:28:52.000000000 -0500
++++ Lorene/C++/Source/Itbl/Makefile 2010-05-31 22:52:26.000000000 -0500
+@@ -9,10 +9,12 @@
+ install: $(SRC) Objects Objects_g
+ mkdir -p $(DEPDIR)
+ echo *C | $(BIN_TOOLS)/pointCpointo > List_obj # list of *.o files
++ifndef DONTBUILDDEBUGLIB
+ mv Objects_g/*.o .
+ mv _rien.o Objects_g
+ $(MAKE) -f Makefile_lib_g
+ mv *.o Objects_g
++endif
+ mv Objects/*.o .
+ mv _rien.o Objects
+ $(MAKE) -f Makefile_lib
+diff -ru Lorene.orig/C++/Source/Itbl/Makefile_lib Lorene/C++/Source/Itbl/Makefile_lib
+--- Lorene.orig/C++/Source/Itbl/Makefile_lib 2006-09-11 06:28:52.000000000 -0500
++++ Lorene/C++/Source/Itbl/Makefile_lib 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene.a $?
+- $(RANLIB) $(LIB)/liblorene.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Itbl/Makefile_lib_g Lorene/C++/Source/Itbl/Makefile_lib_g
+--- Lorene.orig/C++/Source/Itbl/Makefile_lib_g 2006-09-11 06:28:52.000000000 -0500
++++ Lorene/C++/Source/Itbl/Makefile_lib_g 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene_g.a $?
+- $(RANLIB) $(LIB)/liblorene_g.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Map/Makefile Lorene/C++/Source/Map/Makefile
+--- Lorene.orig/C++/Source/Map/Makefile 2006-09-11 06:28:53.000000000 -0500
++++ Lorene/C++/Source/Map/Makefile 2010-05-31 22:52:26.000000000 -0500
+@@ -9,10 +9,12 @@
+ install: $(SRC) Objects Objects_g
+ mkdir -p $(DEPDIR)
+ echo *C | $(BIN_TOOLS)/pointCpointo > List_obj # list of *.o files
++ifndef DONTBUILDDEBUGLIB
+ mv Objects_g/*.o .
+ mv _rien.o Objects_g
+ $(MAKE) -f Makefile_lib_g
+ mv *.o Objects_g
++endif
+ mv Objects/*.o .
+ mv _rien.o Objects
+ $(MAKE) -f Makefile_lib
+diff -ru Lorene.orig/C++/Source/Map/Makefile_lib Lorene/C++/Source/Map/Makefile_lib
+--- Lorene.orig/C++/Source/Map/Makefile_lib 2006-09-11 06:28:53.000000000 -0500
++++ Lorene/C++/Source/Map/Makefile_lib 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene.a $?
+- $(RANLIB) $(LIB)/liblorene.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Map/Makefile_lib_g Lorene/C++/Source/Map/Makefile_lib_g
+--- Lorene.orig/C++/Source/Map/Makefile_lib_g 2006-09-11 06:28:53.000000000 -0500
++++ Lorene/C++/Source/Map/Makefile_lib_g 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene_g.a $?
+- $(RANLIB) $(LIB)/liblorene_g.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Map_cart/Makefile Lorene/C++/Source/Map_cart/Makefile
+--- Lorene.orig/C++/Source/Map_cart/Makefile 2006-09-11 06:28:54.000000000 -0500
++++ Lorene/C++/Source/Map_cart/Makefile 2010-05-31 22:52:26.000000000 -0500
+@@ -9,10 +9,12 @@
+ install: $(SRC) Objects Objects_g
+ mkdir -p $(DEPDIR)
+ echo *C | $(BIN_TOOLS)/pointCpointo > List_obj # list of *.o files
++ifndef DONTBUILDDEBUGLIB
+ mv Objects_g/*.o .
+ mv _rien.o Objects_g
+ $(MAKE) -f Makefile_lib_g
+ mv *.o Objects_g
++endif
+ mv Objects/*.o .
+ mv _rien.o Objects
+ $(MAKE) -f Makefile_lib
+diff -ru Lorene.orig/C++/Source/Map_cart/Makefile_lib Lorene/C++/Source/Map_cart/Makefile_lib
+--- Lorene.orig/C++/Source/Map_cart/Makefile_lib 2006-09-11 06:28:54.000000000 -0500
++++ Lorene/C++/Source/Map_cart/Makefile_lib 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene.a $?
+- $(RANLIB) $(LIB)/liblorene.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Map_cart/Makefile_lib_g Lorene/C++/Source/Map_cart/Makefile_lib_g
+--- Lorene.orig/C++/Source/Map_cart/Makefile_lib_g 2006-09-11 06:28:55.000000000 -0500
++++ Lorene/C++/Source/Map_cart/Makefile_lib_g 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene_g.a $?
+- $(RANLIB) $(LIB)/liblorene_g.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Matrice/Makefile Lorene/C++/Source/Matrice/Makefile
+--- Lorene.orig/C++/Source/Matrice/Makefile 2006-09-11 06:28:56.000000000 -0500
++++ Lorene/C++/Source/Matrice/Makefile 2010-05-31 22:52:26.000000000 -0500
+@@ -9,10 +9,12 @@
+ install: $(SRC) Objects Objects_g
+ mkdir -p $(DEPDIR)
+ echo *C | $(BIN_TOOLS)/pointCpointo > List_obj # list of *.o files
++ifndef DONTBUILDDEBUGLIB
+ mv Objects_g/*.o .
+ mv _rien.o Objects_g
+ $(MAKE) -f Makefile_lib_g
+ mv *.o Objects_g
++endif
+ mv Objects/*.o .
+ mv _rien.o Objects
+ $(MAKE) -f Makefile_lib
+diff -ru Lorene.orig/C++/Source/Matrice/Makefile_lib Lorene/C++/Source/Matrice/Makefile_lib
+--- Lorene.orig/C++/Source/Matrice/Makefile_lib 2006-09-11 06:28:56.000000000 -0500
++++ Lorene/C++/Source/Matrice/Makefile_lib 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene.a $?
+- $(RANLIB) $(LIB)/liblorene.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Matrice/Makefile_lib_g Lorene/C++/Source/Matrice/Makefile_lib_g
+--- Lorene.orig/C++/Source/Matrice/Makefile_lib_g 2006-09-11 06:28:56.000000000 -0500
++++ Lorene/C++/Source/Matrice/Makefile_lib_g 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene_g.a $?
+- $(RANLIB) $(LIB)/liblorene_g.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Metric/Makefile Lorene/C++/Source/Metric/Makefile
+--- Lorene.orig/C++/Source/Metric/Makefile 2006-09-11 06:28:57.000000000 -0500
++++ Lorene/C++/Source/Metric/Makefile 2010-05-31 22:52:26.000000000 -0500
+@@ -9,10 +9,12 @@
+ install: $(SRC) Objects Objects_g
+ mkdir -p $(DEPDIR)
+ echo *C | $(BIN_TOOLS)/pointCpointo > List_obj # list of *.o files
++ifndef DONTBUILDDEBUGLIB
+ mv Objects_g/*.o .
+ mv _rien.o Objects_g
+ $(MAKE) -f Makefile_lib_g
+ mv *.o Objects_g
++endif
+ mv Objects/*.o .
+ mv _rien.o Objects
+ $(MAKE) -f Makefile_lib
+diff -ru Lorene.orig/C++/Source/Metric/Makefile_lib Lorene/C++/Source/Metric/Makefile_lib
+--- Lorene.orig/C++/Source/Metric/Makefile_lib 2006-09-11 06:28:57.000000000 -0500
++++ Lorene/C++/Source/Metric/Makefile_lib 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene.a $?
+- $(RANLIB) $(LIB)/liblorene.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Metric/Makefile_lib_g Lorene/C++/Source/Metric/Makefile_lib_g
+--- Lorene.orig/C++/Source/Metric/Makefile_lib_g 2006-09-11 06:28:57.000000000 -0500
++++ Lorene/C++/Source/Metric/Makefile_lib_g 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene_g.a $?
+- $(RANLIB) $(LIB)/liblorene_g.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Metrique/Makefile Lorene/C++/Source/Metrique/Makefile
+--- Lorene.orig/C++/Source/Metrique/Makefile 2006-09-11 06:28:58.000000000 -0500
++++ Lorene/C++/Source/Metrique/Makefile 2010-05-31 22:52:26.000000000 -0500
+@@ -9,10 +9,12 @@
+ install: $(SRC) Objects Objects_g
+ mkdir -p $(DEPDIR)
+ echo *C | $(BIN_TOOLS)/pointCpointo > List_obj # list of *.o files
++ifndef DONTBUILDDEBUGLIB
+ mv Objects_g/*.o .
+ mv _rien.o Objects_g
+ $(MAKE) -f Makefile_lib_g
+ mv *.o Objects_g
++endif
+ mv Objects/*.o .
+ mv _rien.o Objects
+ $(MAKE) -f Makefile_lib
+diff -ru Lorene.orig/C++/Source/Metrique/Makefile_lib Lorene/C++/Source/Metrique/Makefile_lib
+--- Lorene.orig/C++/Source/Metrique/Makefile_lib 2006-09-11 06:28:58.000000000 -0500
++++ Lorene/C++/Source/Metrique/Makefile_lib 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene.a $?
+- $(RANLIB) $(LIB)/liblorene.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Metrique/Makefile_lib_g Lorene/C++/Source/Metrique/Makefile_lib_g
+--- Lorene.orig/C++/Source/Metrique/Makefile_lib_g 2006-09-11 06:28:58.000000000 -0500
++++ Lorene/C++/Source/Metrique/Makefile_lib_g 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene_g.a $?
+- $(RANLIB) $(LIB)/liblorene_g.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Mg3d/Makefile Lorene/C++/Source/Mg3d/Makefile
+--- Lorene.orig/C++/Source/Mg3d/Makefile 2006-09-11 06:29:00.000000000 -0500
++++ Lorene/C++/Source/Mg3d/Makefile 2010-05-31 22:52:26.000000000 -0500
+@@ -9,10 +9,12 @@
+ install: $(SRC) Objects Objects_g
+ mkdir -p $(DEPDIR)
+ echo *C | $(BIN_TOOLS)/pointCpointo > List_obj # list of *.o files
++ifndef DONTBUILDDEBUGLIB
+ mv Objects_g/*.o .
+ mv _rien.o Objects_g
+ $(MAKE) -f Makefile_lib_g
+ mv *.o Objects_g
++endif
+ mv Objects/*.o .
+ mv _rien.o Objects
+ $(MAKE) -f Makefile_lib
+diff -ru Lorene.orig/C++/Source/Mg3d/Makefile_lib Lorene/C++/Source/Mg3d/Makefile_lib
+--- Lorene.orig/C++/Source/Mg3d/Makefile_lib 2006-09-11 06:29:00.000000000 -0500
++++ Lorene/C++/Source/Mg3d/Makefile_lib 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene.a $?
+- $(RANLIB) $(LIB)/liblorene.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Mg3d/Makefile_lib_g Lorene/C++/Source/Mg3d/Makefile_lib_g
+--- Lorene.orig/C++/Source/Mg3d/Makefile_lib_g 2006-09-11 06:29:00.000000000 -0500
++++ Lorene/C++/Source/Mg3d/Makefile_lib_g 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene_g.a $?
+- $(RANLIB) $(LIB)/liblorene_g.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Mtbl/Makefile Lorene/C++/Source/Mtbl/Makefile
+--- Lorene.orig/C++/Source/Mtbl/Makefile 2006-09-11 06:29:02.000000000 -0500
++++ Lorene/C++/Source/Mtbl/Makefile 2010-05-31 22:52:26.000000000 -0500
+@@ -9,10 +9,12 @@
+ install: $(SRC) Objects Objects_g
+ mkdir -p $(DEPDIR)
+ echo *C | $(BIN_TOOLS)/pointCpointo > List_obj # list of *.o files
++ifndef DONTBUILDDEBUGLIB
+ mv Objects_g/*.o .
+ mv _rien.o Objects_g
+ $(MAKE) -f Makefile_lib_g
+ mv *.o Objects_g
++endif
+ mv Objects/*.o .
+ mv _rien.o Objects
+ $(MAKE) -f Makefile_lib
+diff -ru Lorene.orig/C++/Source/Mtbl/Makefile_lib Lorene/C++/Source/Mtbl/Makefile_lib
+--- Lorene.orig/C++/Source/Mtbl/Makefile_lib 2006-09-11 06:29:02.000000000 -0500
++++ Lorene/C++/Source/Mtbl/Makefile_lib 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene.a $?
+- $(RANLIB) $(LIB)/liblorene.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Mtbl/Makefile_lib_g Lorene/C++/Source/Mtbl/Makefile_lib_g
+--- Lorene.orig/C++/Source/Mtbl/Makefile_lib_g 2006-09-11 06:29:03.000000000 -0500
++++ Lorene/C++/Source/Mtbl/Makefile_lib_g 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene_g.a $?
+- $(RANLIB) $(LIB)/liblorene_g.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Mtbl_cf/Makefile Lorene/C++/Source/Mtbl_cf/Makefile
+--- Lorene.orig/C++/Source/Mtbl_cf/Makefile 2006-09-11 06:29:04.000000000 -0500
++++ Lorene/C++/Source/Mtbl_cf/Makefile 2010-05-31 22:52:26.000000000 -0500
+@@ -9,10 +9,12 @@
+ install: $(SRC) Objects Objects_g
+ mkdir -p $(DEPDIR)
+ echo *C | $(BIN_TOOLS)/pointCpointo > List_obj # list of *.o files
++ifndef DONTBUILDDEBUGLIB
+ mv Objects_g/*.o .
+ mv _rien.o Objects_g
+ $(MAKE) -f Makefile_lib_g
+ mv *.o Objects_g
++endif
+ mv Objects/*.o .
+ mv _rien.o Objects
+ $(MAKE) -f Makefile_lib
+diff -ru Lorene.orig/C++/Source/Mtbl_cf/Makefile_lib Lorene/C++/Source/Mtbl_cf/Makefile_lib
+--- Lorene.orig/C++/Source/Mtbl_cf/Makefile_lib 2006-09-11 06:29:04.000000000 -0500
++++ Lorene/C++/Source/Mtbl_cf/Makefile_lib 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene.a $?
+- $(RANLIB) $(LIB)/liblorene.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Mtbl_cf/Makefile_lib_g Lorene/C++/Source/Mtbl_cf/Makefile_lib_g
+--- Lorene.orig/C++/Source/Mtbl_cf/Makefile_lib_g 2006-09-11 06:29:04.000000000 -0500
++++ Lorene/C++/Source/Mtbl_cf/Makefile_lib_g 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene_g.a $?
+- $(RANLIB) $(LIB)/liblorene_g.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Non_class_members/Coef/FFT991/Makefile Lorene/C++/Source/Non_class_members/Coef/FFT991/Makefile
+--- Lorene.orig/C++/Source/Non_class_members/Coef/FFT991/Makefile 2006-09-11 06:29:07.000000000 -0500
++++ Lorene/C++/Source/Non_class_members/Coef/FFT991/Makefile 2010-05-31 22:52:26.000000000 -0500
+@@ -9,10 +9,12 @@
+ install: $(SRC) Objects Objects_g
+ mkdir -p $(DEPDIR)
+ echo *C | $(BIN_TOOLS)/pointCpointo > List_obj # list of *.o files
++ifndef DONTBUILDDEBUGLIB
+ mv Objects_g/*.o .
+ mv _rien.o Objects_g
+ $(MAKE) -f Makefile_lib_g
+ mv *.o Objects_g
++endif
+ mv Objects/*.o .
+ mv _rien.o Objects
+ $(MAKE) -f Makefile_lib
+diff -ru Lorene.orig/C++/Source/Non_class_members/Coef/FFT991/Makefile_lib Lorene/C++/Source/Non_class_members/Coef/FFT991/Makefile_lib
+--- Lorene.orig/C++/Source/Non_class_members/Coef/FFT991/Makefile_lib 2006-09-11 06:29:07.000000000 -0500
++++ Lorene/C++/Source/Non_class_members/Coef/FFT991/Makefile_lib 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene.a $?
+- $(RANLIB) $(LIB)/liblorene.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Non_class_members/Coef/FFT991/Makefile_lib_g Lorene/C++/Source/Non_class_members/Coef/FFT991/Makefile_lib_g
+--- Lorene.orig/C++/Source/Non_class_members/Coef/FFT991/Makefile_lib_g 2006-09-11 06:29:07.000000000 -0500
++++ Lorene/C++/Source/Non_class_members/Coef/FFT991/Makefile_lib_g 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene_g.a $?
+- $(RANLIB) $(LIB)/liblorene_g.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Non_class_members/Coef/FFTW3/Makefile Lorene/C++/Source/Non_class_members/Coef/FFTW3/Makefile
+--- Lorene.orig/C++/Source/Non_class_members/Coef/FFTW3/Makefile 2006-09-11 06:29:08.000000000 -0500
++++ Lorene/C++/Source/Non_class_members/Coef/FFTW3/Makefile 2010-05-31 22:52:26.000000000 -0500
+@@ -9,10 +9,12 @@
+ install: $(SRC) Objects Objects_g
+ mkdir -p $(DEPDIR)
+ echo *C | $(BIN_TOOLS)/pointCpointo > List_obj # list of *.o files
++ifndef DONTBUILDDEBUGLIB
+ mv Objects_g/*.o .
+ mv _rien.o Objects_g
+ $(MAKE) -f Makefile_lib_g
+ mv *.o Objects_g
++endif
+ mv Objects/*.o .
+ mv _rien.o Objects
+ $(MAKE) -f Makefile_lib
+diff -ru Lorene.orig/C++/Source/Non_class_members/Coef/FFTW3/Makefile_lib Lorene/C++/Source/Non_class_members/Coef/FFTW3/Makefile_lib
+--- Lorene.orig/C++/Source/Non_class_members/Coef/FFTW3/Makefile_lib 2006-09-11 06:29:08.000000000 -0500
++++ Lorene/C++/Source/Non_class_members/Coef/FFTW3/Makefile_lib 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene.a $?
+- $(RANLIB) $(LIB)/liblorene.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Non_class_members/Coef/FFTW3/Makefile_lib_g Lorene/C++/Source/Non_class_members/Coef/FFTW3/Makefile_lib_g
+--- Lorene.orig/C++/Source/Non_class_members/Coef/FFTW3/Makefile_lib_g 2006-09-11 06:29:08.000000000 -0500
++++ Lorene/C++/Source/Non_class_members/Coef/FFTW3/Makefile_lib_g 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene_g.a $?
+- $(RANLIB) $(LIB)/liblorene_g.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Non_class_members/Coef/Makefile Lorene/C++/Source/Non_class_members/Coef/Makefile
+--- Lorene.orig/C++/Source/Non_class_members/Coef/Makefile 2006-09-11 06:29:06.000000000 -0500
++++ Lorene/C++/Source/Non_class_members/Coef/Makefile 2010-05-31 22:52:26.000000000 -0500
+@@ -9,10 +9,12 @@
+ install: $(SRC) Objects Objects_g
+ mkdir -p $(DEPDIR)
+ echo *C | $(BIN_TOOLS)/pointCpointo > List_obj # list of *.o files
++ifndef DONTBUILDDEBUGLIB
+ mv Objects_g/*.o .
+ mv _rien.o Objects_g
+ $(MAKE) -f Makefile_lib_g
+ mv *.o Objects_g
++endif
+ mv Objects/*.o .
+ mv _rien.o Objects
+ $(MAKE) -f Makefile_lib
+diff -ru Lorene.orig/C++/Source/Non_class_members/Coef/Makefile_lib Lorene/C++/Source/Non_class_members/Coef/Makefile_lib
+--- Lorene.orig/C++/Source/Non_class_members/Coef/Makefile_lib 2006-09-11 06:29:06.000000000 -0500
++++ Lorene/C++/Source/Non_class_members/Coef/Makefile_lib 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene.a $?
+- $(RANLIB) $(LIB)/liblorene.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Non_class_members/Coef/Makefile_lib_g Lorene/C++/Source/Non_class_members/Coef/Makefile_lib_g
+--- Lorene.orig/C++/Source/Non_class_members/Coef/Makefile_lib_g 2006-09-11 06:29:06.000000000 -0500
++++ Lorene/C++/Source/Non_class_members/Coef/Makefile_lib_g 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene_g.a $?
+- $(RANLIB) $(LIB)/liblorene_g.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Non_class_members/Graphics/Makefile Lorene/C++/Source/Non_class_members/Graphics/Makefile
+--- Lorene.orig/C++/Source/Non_class_members/Graphics/Makefile 2006-09-11 06:29:09.000000000 -0500
++++ Lorene/C++/Source/Non_class_members/Graphics/Makefile 2010-05-31 22:52:26.000000000 -0500
+@@ -9,10 +9,12 @@
+ install: $(SRC) Objects Objects_g
+ mkdir -p $(DEPDIR)
+ echo *C | $(BIN_TOOLS)/pointCpointo > List_obj # list of *.o files
++ifndef DONTBUILDDEBUGLIB
+ mv Objects_g/*.o .
+ mv _rien.o Objects_g
+ $(MAKE) -f Makefile_lib_g
+ mv *.o Objects_g
++endif
+ mv Objects/*.o .
+ mv _rien.o Objects
+ $(MAKE) -f Makefile_lib
+diff -ru Lorene.orig/C++/Source/Non_class_members/Graphics/Makefile_lib Lorene/C++/Source/Non_class_members/Graphics/Makefile_lib
+--- Lorene.orig/C++/Source/Non_class_members/Graphics/Makefile_lib 2006-09-11 06:29:09.000000000 -0500
++++ Lorene/C++/Source/Non_class_members/Graphics/Makefile_lib 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene.a $?
+- $(RANLIB) $(LIB)/liblorene.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Non_class_members/Graphics/Makefile_lib_g Lorene/C++/Source/Non_class_members/Graphics/Makefile_lib_g
+--- Lorene.orig/C++/Source/Non_class_members/Graphics/Makefile_lib_g 2006-09-11 06:29:09.000000000 -0500
++++ Lorene/C++/Source/Non_class_members/Graphics/Makefile_lib_g 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene_g.a $?
+- $(RANLIB) $(LIB)/liblorene_g.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Non_class_members/Operators/Makefile Lorene/C++/Source/Non_class_members/Operators/Makefile
+--- Lorene.orig/C++/Source/Non_class_members/Operators/Makefile 2006-09-11 06:29:11.000000000 -0500
++++ Lorene/C++/Source/Non_class_members/Operators/Makefile 2010-05-31 22:52:26.000000000 -0500
+@@ -9,10 +9,12 @@
+ install: $(SRC) Objects Objects_g
+ mkdir -p $(DEPDIR)
+ echo *C | $(BIN_TOOLS)/pointCpointo > List_obj # list of *.o files
++ifndef DONTBUILDDEBUGLIB
+ mv Objects_g/*.o .
+ mv _rien.o Objects_g
+ $(MAKE) -f Makefile_lib_g
+ mv *.o Objects_g
++endif
+ mv Objects/*.o .
+ mv _rien.o Objects
+ $(MAKE) -f Makefile_lib
+diff -ru Lorene.orig/C++/Source/Non_class_members/Operators/Makefile_lib Lorene/C++/Source/Non_class_members/Operators/Makefile_lib
+--- Lorene.orig/C++/Source/Non_class_members/Operators/Makefile_lib 2006-09-11 06:29:11.000000000 -0500
++++ Lorene/C++/Source/Non_class_members/Operators/Makefile_lib 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene.a $?
+- $(RANLIB) $(LIB)/liblorene.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Non_class_members/Operators/Makefile_lib_g Lorene/C++/Source/Non_class_members/Operators/Makefile_lib_g
+--- Lorene.orig/C++/Source/Non_class_members/Operators/Makefile_lib_g 2006-09-11 06:29:11.000000000 -0500
++++ Lorene/C++/Source/Non_class_members/Operators/Makefile_lib_g 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene_g.a $?
+- $(RANLIB) $(LIB)/liblorene_g.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Non_class_members/PDE/Makefile Lorene/C++/Source/Non_class_members/PDE/Makefile
+--- Lorene.orig/C++/Source/Non_class_members/PDE/Makefile 2006-09-11 06:29:12.000000000 -0500
++++ Lorene/C++/Source/Non_class_members/PDE/Makefile 2010-05-31 22:52:26.000000000 -0500
+@@ -9,10 +9,12 @@
+ install: $(SRC) Objects Objects_g
+ mkdir -p $(DEPDIR)
+ echo *C | $(BIN_TOOLS)/pointCpointo > List_obj # list of *.o files
++ifndef DONTBUILDDEBUGLIB
+ mv Objects_g/*.o .
+ mv _rien.o Objects_g
+ $(MAKE) -f Makefile_lib_g
+ mv *.o Objects_g
++endif
+ mv Objects/*.o .
+ mv _rien.o Objects
+ $(MAKE) -f Makefile_lib
+diff -ru Lorene.orig/C++/Source/Non_class_members/PDE/Makefile_lib Lorene/C++/Source/Non_class_members/PDE/Makefile_lib
+--- Lorene.orig/C++/Source/Non_class_members/PDE/Makefile_lib 2006-09-11 06:29:12.000000000 -0500
++++ Lorene/C++/Source/Non_class_members/PDE/Makefile_lib 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene.a $?
+- $(RANLIB) $(LIB)/liblorene.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Non_class_members/PDE/Makefile_lib_g Lorene/C++/Source/Non_class_members/PDE/Makefile_lib_g
+--- Lorene.orig/C++/Source/Non_class_members/PDE/Makefile_lib_g 2006-09-11 06:29:12.000000000 -0500
++++ Lorene/C++/Source/Non_class_members/PDE/Makefile_lib_g 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene_g.a $?
+- $(RANLIB) $(LIB)/liblorene_g.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Non_class_members/Utilities/Makefile Lorene/C++/Source/Non_class_members/Utilities/Makefile
+--- Lorene.orig/C++/Source/Non_class_members/Utilities/Makefile 2006-09-11 06:29:13.000000000 -0500
++++ Lorene/C++/Source/Non_class_members/Utilities/Makefile 2010-05-31 22:52:26.000000000 -0500
+@@ -9,10 +9,12 @@
+ install: $(SRC) Objects Objects_g
+ mkdir -p $(DEPDIR)
+ echo *C | $(BIN_TOOLS)/pointCpointo > List_obj # list of *.o files
++ifndef DONTBUILDDEBUGLIB
+ mv Objects_g/*.o .
+ mv _rien.o Objects_g
+ $(MAKE) -f Makefile_lib_g
+ mv *.o Objects_g
++endif
+ mv Objects/*.o .
+ mv _rien.o Objects
+ $(MAKE) -f Makefile_lib
+diff -ru Lorene.orig/C++/Source/Non_class_members/Utilities/Makefile_lib Lorene/C++/Source/Non_class_members/Utilities/Makefile_lib
+--- Lorene.orig/C++/Source/Non_class_members/Utilities/Makefile_lib 2006-09-11 06:29:13.000000000 -0500
++++ Lorene/C++/Source/Non_class_members/Utilities/Makefile_lib 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene.a $?
+- $(RANLIB) $(LIB)/liblorene.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Non_class_members/Utilities/Makefile_lib_g Lorene/C++/Source/Non_class_members/Utilities/Makefile_lib_g
+--- Lorene.orig/C++/Source/Non_class_members/Utilities/Makefile_lib_g 2006-09-11 06:29:15.000000000 -0500
++++ Lorene/C++/Source/Non_class_members/Utilities/Makefile_lib_g 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene_g.a $?
+- $(RANLIB) $(LIB)/liblorene_g.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Ope_elementary/Makefile Lorene/C++/Source/Ope_elementary/Makefile
+--- Lorene.orig/C++/Source/Ope_elementary/Makefile 2006-09-11 06:29:16.000000000 -0500
++++ Lorene/C++/Source/Ope_elementary/Makefile 2010-05-31 22:52:26.000000000 -0500
+@@ -9,10 +9,12 @@
+ install: $(SRC) Objects Objects_g
+ mkdir -p $(DEPDIR)
+ echo *C | $(BIN_TOOLS)/pointCpointo > List_obj # list of *.o files
++ifndef DONTBUILDDEBUGLIB
+ mv Objects_g/*.o .
+ mv _rien.o Objects_g
+ $(MAKE) -f Makefile_lib_g
+ mv *.o Objects_g
++endif
+ mv Objects/*.o .
+ mv _rien.o Objects
+ $(MAKE) -f Makefile_lib
+diff -ru Lorene.orig/C++/Source/Ope_elementary/Makefile_lib Lorene/C++/Source/Ope_elementary/Makefile_lib
+--- Lorene.orig/C++/Source/Ope_elementary/Makefile_lib 2006-09-11 06:29:16.000000000 -0500
++++ Lorene/C++/Source/Ope_elementary/Makefile_lib 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene.a $?
+- $(RANLIB) $(LIB)/liblorene.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Ope_elementary/Makefile_lib_g Lorene/C++/Source/Ope_elementary/Makefile_lib_g
+--- Lorene.orig/C++/Source/Ope_elementary/Makefile_lib_g 2006-09-11 06:29:16.000000000 -0500
++++ Lorene/C++/Source/Ope_elementary/Makefile_lib_g 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene_g.a $?
+- $(RANLIB) $(LIB)/liblorene_g.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Ope_elementary/Ope_helmholtz_minus_2d/Makefile Lorene/C++/Source/Ope_elementary/Ope_helmholtz_minus_2d/Makefile
+--- Lorene.orig/C++/Source/Ope_elementary/Ope_helmholtz_minus_2d/Makefile 2006-09-11 06:29:17.000000000 -0500
++++ Lorene/C++/Source/Ope_elementary/Ope_helmholtz_minus_2d/Makefile 2010-05-31 22:52:26.000000000 -0500
+@@ -9,10 +9,12 @@
+ install: $(SRC) Objects Objects_g
+ mkdir -p $(DEPDIR)
+ echo *C | $(BIN_TOOLS)/pointCpointo > List_obj # list of *.o files
++ifndef DONTBUILDDEBUGLIB
+ mv Objects_g/*.o .
+ mv _rien.o Objects_g
+ $(MAKE) -f Makefile_lib_g
+ mv *.o Objects_g
++endif
+ mv Objects/*.o .
+ mv _rien.o Objects
+ $(MAKE) -f Makefile_lib
+diff -ru Lorene.orig/C++/Source/Ope_elementary/Ope_helmholtz_minus_2d/Makefile_lib Lorene/C++/Source/Ope_elementary/Ope_helmholtz_minus_2d/Makefile_lib
+--- Lorene.orig/C++/Source/Ope_elementary/Ope_helmholtz_minus_2d/Makefile_lib 2006-09-11 06:29:18.000000000 -0500
++++ Lorene/C++/Source/Ope_elementary/Ope_helmholtz_minus_2d/Makefile_lib 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene.a $?
+- $(RANLIB) $(LIB)/liblorene.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Ope_elementary/Ope_helmholtz_minus_2d/Makefile_lib_g Lorene/C++/Source/Ope_elementary/Ope_helmholtz_minus_2d/Makefile_lib_g
+--- Lorene.orig/C++/Source/Ope_elementary/Ope_helmholtz_minus_2d/Makefile_lib_g 2006-09-11 06:29:18.000000000 -0500
++++ Lorene/C++/Source/Ope_elementary/Ope_helmholtz_minus_2d/Makefile_lib_g 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene_g.a $?
+- $(RANLIB) $(LIB)/liblorene_g.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Ope_elementary/Ope_helmholtz_minus_pseudo_1d/Makefile Lorene/C++/Source/Ope_elementary/Ope_helmholtz_minus_pseudo_1d/Makefile
+--- Lorene.orig/C++/Source/Ope_elementary/Ope_helmholtz_minus_pseudo_1d/Makefile 2006-09-11 06:29:19.000000000 -0500
++++ Lorene/C++/Source/Ope_elementary/Ope_helmholtz_minus_pseudo_1d/Makefile 2010-05-31 22:52:26.000000000 -0500
+@@ -9,10 +9,12 @@
+ install: $(SRC) Objects Objects_g
+ mkdir -p $(DEPDIR)
+ echo *C | $(BIN_TOOLS)/pointCpointo > List_obj # list of *.o files
++ifndef DONTBUILDDEBUGLIB
+ mv Objects_g/*.o .
+ mv _rien.o Objects_g
+ $(MAKE) -f Makefile_lib_g
+ mv *.o Objects_g
++endif
+ mv Objects/*.o .
+ mv _rien.o Objects
+ $(MAKE) -f Makefile_lib
+diff -ru Lorene.orig/C++/Source/Ope_elementary/Ope_helmholtz_minus_pseudo_1d/Makefile_lib Lorene/C++/Source/Ope_elementary/Ope_helmholtz_minus_pseudo_1d/Makefile_lib
+--- Lorene.orig/C++/Source/Ope_elementary/Ope_helmholtz_minus_pseudo_1d/Makefile_lib 2006-09-11 06:29:19.000000000 -0500
++++ Lorene/C++/Source/Ope_elementary/Ope_helmholtz_minus_pseudo_1d/Makefile_lib 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene.a $?
+- $(RANLIB) $(LIB)/liblorene.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Ope_elementary/Ope_helmholtz_minus_pseudo_1d/Makefile_lib_g Lorene/C++/Source/Ope_elementary/Ope_helmholtz_minus_pseudo_1d/Makefile_lib_g
+--- Lorene.orig/C++/Source/Ope_elementary/Ope_helmholtz_minus_pseudo_1d/Makefile_lib_g 2006-09-11 06:29:19.000000000 -0500
++++ Lorene/C++/Source/Ope_elementary/Ope_helmholtz_minus_pseudo_1d/Makefile_lib_g 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene_g.a $?
+- $(RANLIB) $(LIB)/liblorene_g.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Ope_elementary/Ope_poisson_2d/Makefile Lorene/C++/Source/Ope_elementary/Ope_poisson_2d/Makefile
+--- Lorene.orig/C++/Source/Ope_elementary/Ope_poisson_2d/Makefile 2006-09-11 06:29:21.000000000 -0500
++++ Lorene/C++/Source/Ope_elementary/Ope_poisson_2d/Makefile 2010-05-31 22:52:26.000000000 -0500
+@@ -9,10 +9,12 @@
+ install: $(SRC) Objects Objects_g
+ mkdir -p $(DEPDIR)
+ echo *C | $(BIN_TOOLS)/pointCpointo > List_obj # list of *.o files
++ifndef DONTBUILDDEBUGLIB
+ mv Objects_g/*.o .
+ mv _rien.o Objects_g
+ $(MAKE) -f Makefile_lib_g
+ mv *.o Objects_g
++endif
+ mv Objects/*.o .
+ mv _rien.o Objects
+ $(MAKE) -f Makefile_lib
+diff -ru Lorene.orig/C++/Source/Ope_elementary/Ope_poisson_2d/Makefile_lib Lorene/C++/Source/Ope_elementary/Ope_poisson_2d/Makefile_lib
+--- Lorene.orig/C++/Source/Ope_elementary/Ope_poisson_2d/Makefile_lib 2006-09-11 06:29:21.000000000 -0500
++++ Lorene/C++/Source/Ope_elementary/Ope_poisson_2d/Makefile_lib 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene.a $?
+- $(RANLIB) $(LIB)/liblorene.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Ope_elementary/Ope_poisson_2d/Makefile_lib_g Lorene/C++/Source/Ope_elementary/Ope_poisson_2d/Makefile_lib_g
+--- Lorene.orig/C++/Source/Ope_elementary/Ope_poisson_2d/Makefile_lib_g 2006-09-11 06:29:23.000000000 -0500
++++ Lorene/C++/Source/Ope_elementary/Ope_poisson_2d/Makefile_lib_g 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene_g.a $?
+- $(RANLIB) $(LIB)/liblorene_g.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Ope_elementary/Ope_poisson_pseudo_1d/Makefile Lorene/C++/Source/Ope_elementary/Ope_poisson_pseudo_1d/Makefile
+--- Lorene.orig/C++/Source/Ope_elementary/Ope_poisson_pseudo_1d/Makefile 2006-09-11 06:29:24.000000000 -0500
++++ Lorene/C++/Source/Ope_elementary/Ope_poisson_pseudo_1d/Makefile 2010-05-31 22:52:26.000000000 -0500
+@@ -9,10 +9,12 @@
+ install: $(SRC) Objects Objects_g
+ mkdir -p $(DEPDIR)
+ echo *C | $(BIN_TOOLS)/pointCpointo > List_obj # list of *.o files
++ifndef DONTBUILDDEBUGLIB
+ mv Objects_g/*.o .
+ mv _rien.o Objects_g
+ $(MAKE) -f Makefile_lib_g
+ mv *.o Objects_g
++endif
+ mv Objects/*.o .
+ mv _rien.o Objects
+ $(MAKE) -f Makefile_lib
+diff -ru Lorene.orig/C++/Source/Ope_elementary/Ope_poisson_pseudo_1d/Makefile_lib Lorene/C++/Source/Ope_elementary/Ope_poisson_pseudo_1d/Makefile_lib
+--- Lorene.orig/C++/Source/Ope_elementary/Ope_poisson_pseudo_1d/Makefile_lib 2006-09-11 06:29:24.000000000 -0500
++++ Lorene/C++/Source/Ope_elementary/Ope_poisson_pseudo_1d/Makefile_lib 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene.a $?
+- $(RANLIB) $(LIB)/liblorene.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Ope_elementary/Ope_poisson_pseudo_1d/Makefile_lib_g Lorene/C++/Source/Ope_elementary/Ope_poisson_pseudo_1d/Makefile_lib_g
+--- Lorene.orig/C++/Source/Ope_elementary/Ope_poisson_pseudo_1d/Makefile_lib_g 2006-09-11 06:29:24.000000000 -0500
++++ Lorene/C++/Source/Ope_elementary/Ope_poisson_pseudo_1d/Makefile_lib_g 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene_g.a $?
+- $(RANLIB) $(LIB)/liblorene_g.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Ope_elementary/Ope_pois_vect_r/Makefile Lorene/C++/Source/Ope_elementary/Ope_pois_vect_r/Makefile
+--- Lorene.orig/C++/Source/Ope_elementary/Ope_pois_vect_r/Makefile 2006-09-11 06:29:20.000000000 -0500
++++ Lorene/C++/Source/Ope_elementary/Ope_pois_vect_r/Makefile 2010-05-31 22:52:26.000000000 -0500
+@@ -9,10 +9,12 @@
+ install: $(SRC) Objects Objects_g
+ mkdir -p $(DEPDIR)
+ echo *C | $(BIN_TOOLS)/pointCpointo > List_obj # list of *.o files
++ifndef DONTBUILDDEBUGLIB
+ mv Objects_g/*.o .
+ mv _rien.o Objects_g
+ $(MAKE) -f Makefile_lib_g
+ mv *.o Objects_g
++endif
+ mv Objects/*.o .
+ mv _rien.o Objects
+ $(MAKE) -f Makefile_lib
+diff -ru Lorene.orig/C++/Source/Ope_elementary/Ope_pois_vect_r/Makefile_lib Lorene/C++/Source/Ope_elementary/Ope_pois_vect_r/Makefile_lib
+--- Lorene.orig/C++/Source/Ope_elementary/Ope_pois_vect_r/Makefile_lib 2006-09-11 06:29:20.000000000 -0500
++++ Lorene/C++/Source/Ope_elementary/Ope_pois_vect_r/Makefile_lib 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene.a $?
+- $(RANLIB) $(LIB)/liblorene.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Ope_elementary/Ope_pois_vect_r/Makefile_lib_g Lorene/C++/Source/Ope_elementary/Ope_pois_vect_r/Makefile_lib_g
+--- Lorene.orig/C++/Source/Ope_elementary/Ope_pois_vect_r/Makefile_lib_g 2006-09-11 06:29:20.000000000 -0500
++++ Lorene/C++/Source/Ope_elementary/Ope_pois_vect_r/Makefile_lib_g 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene_g.a $?
+- $(RANLIB) $(LIB)/liblorene_g.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Ope_elementary/Ope_sec_order/Makefile Lorene/C++/Source/Ope_elementary/Ope_sec_order/Makefile
+--- Lorene.orig/C++/Source/Ope_elementary/Ope_sec_order/Makefile 2006-09-11 06:29:25.000000000 -0500
++++ Lorene/C++/Source/Ope_elementary/Ope_sec_order/Makefile 2010-05-31 22:52:26.000000000 -0500
+@@ -9,10 +9,12 @@
+ install: $(SRC) Objects Objects_g
+ mkdir -p $(DEPDIR)
+ echo *C | $(BIN_TOOLS)/pointCpointo > List_obj # list of *.o files
++ifndef DONTBUILDDEBUGLIB
+ mv Objects_g/*.o .
+ mv _rien.o Objects_g
+ $(MAKE) -f Makefile_lib_g
+ mv *.o Objects_g
++endif
+ mv Objects/*.o .
+ mv _rien.o Objects
+ $(MAKE) -f Makefile_lib
+diff -ru Lorene.orig/C++/Source/Ope_elementary/Ope_sec_order/Makefile_lib Lorene/C++/Source/Ope_elementary/Ope_sec_order/Makefile_lib
+--- Lorene.orig/C++/Source/Ope_elementary/Ope_sec_order/Makefile_lib 2006-09-11 06:29:25.000000000 -0500
++++ Lorene/C++/Source/Ope_elementary/Ope_sec_order/Makefile_lib 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene.a $?
+- $(RANLIB) $(LIB)/liblorene.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Ope_elementary/Ope_sec_order/Makefile_lib_g Lorene/C++/Source/Ope_elementary/Ope_sec_order/Makefile_lib_g
+--- Lorene.orig/C++/Source/Ope_elementary/Ope_sec_order/Makefile_lib_g 2006-09-11 06:29:25.000000000 -0500
++++ Lorene/C++/Source/Ope_elementary/Ope_sec_order/Makefile_lib_g 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene_g.a $?
+- $(RANLIB) $(LIB)/liblorene_g.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Ope_elementary/Ope_sec_order_r2/Makefile Lorene/C++/Source/Ope_elementary/Ope_sec_order_r2/Makefile
+--- Lorene.orig/C++/Source/Ope_elementary/Ope_sec_order_r2/Makefile 2006-09-11 06:29:26.000000000 -0500
++++ Lorene/C++/Source/Ope_elementary/Ope_sec_order_r2/Makefile 2010-05-31 22:52:26.000000000 -0500
+@@ -9,10 +9,12 @@
+ install: $(SRC) Objects Objects_g
+ mkdir -p $(DEPDIR)
+ echo *C | $(BIN_TOOLS)/pointCpointo > List_obj # list of *.o files
++ifndef DONTBUILDDEBUGLIB
+ mv Objects_g/*.o .
+ mv _rien.o Objects_g
+ $(MAKE) -f Makefile_lib_g
+ mv *.o Objects_g
++endif
+ mv Objects/*.o .
+ mv _rien.o Objects
+ $(MAKE) -f Makefile_lib
+diff -ru Lorene.orig/C++/Source/Ope_elementary/Ope_sec_order_r2/Makefile_lib Lorene/C++/Source/Ope_elementary/Ope_sec_order_r2/Makefile_lib
+--- Lorene.orig/C++/Source/Ope_elementary/Ope_sec_order_r2/Makefile_lib 2006-09-11 06:29:26.000000000 -0500
++++ Lorene/C++/Source/Ope_elementary/Ope_sec_order_r2/Makefile_lib 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene.a $?
+- $(RANLIB) $(LIB)/liblorene.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Ope_elementary/Ope_sec_order_r2/Makefile_lib_g Lorene/C++/Source/Ope_elementary/Ope_sec_order_r2/Makefile_lib_g
+--- Lorene.orig/C++/Source/Ope_elementary/Ope_sec_order_r2/Makefile_lib_g 2006-09-11 06:29:26.000000000 -0500
++++ Lorene/C++/Source/Ope_elementary/Ope_sec_order_r2/Makefile_lib_g 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene_g.a $?
+- $(RANLIB) $(LIB)/liblorene_g.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Ope_elementary/Ope_vorton/Makefile Lorene/C++/Source/Ope_elementary/Ope_vorton/Makefile
+--- Lorene.orig/C++/Source/Ope_elementary/Ope_vorton/Makefile 2007-04-24 04:13:23.000000000 -0500
++++ Lorene/C++/Source/Ope_elementary/Ope_vorton/Makefile 2010-05-31 22:52:26.000000000 -0500
+@@ -9,10 +9,12 @@
+ install: $(SRC) Objects Objects_g
+ mkdir -p $(DEPDIR)
+ echo *C | $(BIN_TOOLS)/pointCpointo > List_obj # list of *.o files
++ifndef DONTBUILDDEBUGLIB
+ mv Objects_g/*.o .
+ mv _rien.o Objects_g
+ $(MAKE) -f Makefile_lib_g
+ mv *.o Objects_g
++endif
+ mv Objects/*.o .
+ mv _rien.o Objects
+ $(MAKE) -f Makefile_lib
+diff -ru Lorene.orig/C++/Source/Ope_elementary/Ope_vorton/Makefile_lib Lorene/C++/Source/Ope_elementary/Ope_vorton/Makefile_lib
+--- Lorene.orig/C++/Source/Ope_elementary/Ope_vorton/Makefile_lib 2007-04-24 04:13:23.000000000 -0500
++++ Lorene/C++/Source/Ope_elementary/Ope_vorton/Makefile_lib 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene.a $?
+- $(RANLIB) $(LIB)/liblorene.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Ope_elementary/Ope_vorton/Makefile_lib_g Lorene/C++/Source/Ope_elementary/Ope_vorton/Makefile_lib_g
+--- Lorene.orig/C++/Source/Ope_elementary/Ope_vorton/Makefile_lib_g 2007-04-24 04:13:23.000000000 -0500
++++ Lorene/C++/Source/Ope_elementary/Ope_vorton/Makefile_lib_g 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene_g.a $?
+- $(RANLIB) $(LIB)/liblorene_g.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Param/Makefile Lorene/C++/Source/Param/Makefile
+--- Lorene.orig/C++/Source/Param/Makefile 2006-09-11 06:29:27.000000000 -0500
++++ Lorene/C++/Source/Param/Makefile 2010-05-31 22:52:26.000000000 -0500
+@@ -9,10 +9,12 @@
+ install: $(SRC) Objects Objects_g
+ mkdir -p $(DEPDIR)
+ echo *C | $(BIN_TOOLS)/pointCpointo > List_obj # list of *.o files
++ifndef DONTBUILDDEBUGLIB
+ mv Objects_g/*.o .
+ mv _rien.o Objects_g
+ $(MAKE) -f Makefile_lib_g
+ mv *.o Objects_g
++endif
+ mv Objects/*.o .
+ mv _rien.o Objects
+ $(MAKE) -f Makefile_lib
+diff -ru Lorene.orig/C++/Source/Param/Makefile_lib Lorene/C++/Source/Param/Makefile_lib
+--- Lorene.orig/C++/Source/Param/Makefile_lib 2006-09-11 06:29:28.000000000 -0500
++++ Lorene/C++/Source/Param/Makefile_lib 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene.a $?
+- $(RANLIB) $(LIB)/liblorene.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Param/Makefile_lib_g Lorene/C++/Source/Param/Makefile_lib_g
+--- Lorene.orig/C++/Source/Param/Makefile_lib_g 2006-09-11 06:29:28.000000000 -0500
++++ Lorene/C++/Source/Param/Makefile_lib_g 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene_g.a $?
+- $(RANLIB) $(LIB)/liblorene_g.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Param_elliptic/Makefile Lorene/C++/Source/Param_elliptic/Makefile
+--- Lorene.orig/C++/Source/Param_elliptic/Makefile 2006-09-11 06:29:29.000000000 -0500
++++ Lorene/C++/Source/Param_elliptic/Makefile 2010-05-31 22:52:26.000000000 -0500
+@@ -9,10 +9,12 @@
+ install: $(SRC) Objects Objects_g
+ mkdir -p $(DEPDIR)
+ echo *C | $(BIN_TOOLS)/pointCpointo > List_obj # list of *.o files
++ifndef DONTBUILDDEBUGLIB
+ mv Objects_g/*.o .
+ mv _rien.o Objects_g
+ $(MAKE) -f Makefile_lib_g
+ mv *.o Objects_g
++endif
+ mv Objects/*.o .
+ mv _rien.o Objects
+ $(MAKE) -f Makefile_lib
+diff -ru Lorene.orig/C++/Source/Param_elliptic/Makefile_lib Lorene/C++/Source/Param_elliptic/Makefile_lib
+--- Lorene.orig/C++/Source/Param_elliptic/Makefile_lib 2006-09-11 06:29:29.000000000 -0500
++++ Lorene/C++/Source/Param_elliptic/Makefile_lib 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene.a $?
+- $(RANLIB) $(LIB)/liblorene.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Param_elliptic/Makefile_lib_g Lorene/C++/Source/Param_elliptic/Makefile_lib_g
+--- Lorene.orig/C++/Source/Param_elliptic/Makefile_lib_g 2006-09-11 06:29:29.000000000 -0500
++++ Lorene/C++/Source/Param_elliptic/Makefile_lib_g 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene_g.a $?
+- $(RANLIB) $(LIB)/liblorene_g.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/QuadriD/Makefile Lorene/C++/Source/QuadriD/Makefile
+--- Lorene.orig/C++/Source/QuadriD/Makefile 2006-09-11 06:29:30.000000000 -0500
++++ Lorene/C++/Source/QuadriD/Makefile 2010-05-31 22:52:26.000000000 -0500
+@@ -9,10 +9,12 @@
+ install: $(SRC) Objects Objects_g
+ mkdir -p $(DEPDIR)
+ echo *C | $(BIN_TOOLS)/pointCpointo > List_obj # list of *.o files
++ifndef DONTBUILDDEBUGLIB
+ mv Objects_g/*.o .
+ mv _rien.o Objects_g
+ $(MAKE) -f Makefile_lib_g
+ mv *.o Objects_g
++endif
+ mv Objects/*.o .
+ mv _rien.o Objects
+ $(MAKE) -f Makefile_lib
+diff -ru Lorene.orig/C++/Source/QuadriD/Makefile_lib Lorene/C++/Source/QuadriD/Makefile_lib
+--- Lorene.orig/C++/Source/QuadriD/Makefile_lib 2006-09-11 06:29:30.000000000 -0500
++++ Lorene/C++/Source/QuadriD/Makefile_lib 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene.a $?
+- $(RANLIB) $(LIB)/liblorene.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/QuadriD/Makefile_lib_g Lorene/C++/Source/QuadriD/Makefile_lib_g
+--- Lorene.orig/C++/Source/QuadriD/Makefile_lib_g 2006-09-11 06:29:30.000000000 -0500
++++ Lorene/C++/Source/QuadriD/Makefile_lib_g 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene_g.a $?
+- $(RANLIB) $(LIB)/liblorene_g.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Star/Makefile Lorene/C++/Source/Star/Makefile
+--- Lorene.orig/C++/Source/Star/Makefile 2006-09-11 06:29:31.000000000 -0500
++++ Lorene/C++/Source/Star/Makefile 2010-05-31 22:52:26.000000000 -0500
+@@ -9,10 +9,12 @@
+ install: $(SRC) Objects Objects_g
+ mkdir -p $(DEPDIR)
+ echo *C | $(BIN_TOOLS)/pointCpointo > List_obj # list of *.o files
++ifndef DONTBUILDDEBUGLIB
+ mv Objects_g/*.o .
+ mv _rien.o Objects_g
+ $(MAKE) -f Makefile_lib_g
+ mv *.o Objects_g
++endif
+ mv Objects/*.o .
+ mv _rien.o Objects
+ $(MAKE) -f Makefile_lib
+diff -ru Lorene.orig/C++/Source/Star/Makefile_lib Lorene/C++/Source/Star/Makefile_lib
+--- Lorene.orig/C++/Source/Star/Makefile_lib 2006-09-11 06:29:31.000000000 -0500
++++ Lorene/C++/Source/Star/Makefile_lib 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene.a $?
+- $(RANLIB) $(LIB)/liblorene.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Star/Makefile_lib_g Lorene/C++/Source/Star/Makefile_lib_g
+--- Lorene.orig/C++/Source/Star/Makefile_lib_g 2006-09-11 06:29:31.000000000 -0500
++++ Lorene/C++/Source/Star/Makefile_lib_g 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene_g.a $?
+- $(RANLIB) $(LIB)/liblorene_g.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Star_bhns/Makefile Lorene/C++/Source/Star_bhns/Makefile
+--- Lorene.orig/C++/Source/Star_bhns/Makefile 2007-06-21 20:28:41.000000000 -0500
++++ Lorene/C++/Source/Star_bhns/Makefile 2010-05-31 22:52:26.000000000 -0500
+@@ -9,10 +9,12 @@
+ install: $(SRC) Objects Objects_g
+ mkdir -p $(DEPDIR)
+ echo *C | $(BIN_TOOLS)/pointCpointo > List_obj # list of *.o files
++ifndef DONTBUILDDEBUGLIB
+ mv Objects_g/*.o .
+ mv _rien.o Objects_g
+ $(MAKE) -f Makefile_lib_g
+ mv *.o Objects_g
++endif
+ mv Objects/*.o .
+ mv _rien.o Objects
+ $(MAKE) -f Makefile_lib
+diff -ru Lorene.orig/C++/Source/Star_bhns/Makefile_lib Lorene/C++/Source/Star_bhns/Makefile_lib
+--- Lorene.orig/C++/Source/Star_bhns/Makefile_lib 2007-06-21 20:29:03.000000000 -0500
++++ Lorene/C++/Source/Star_bhns/Makefile_lib 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene.a $?
+- $(RANLIB) $(LIB)/liblorene.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Star_bhns/Makefile_lib_g Lorene/C++/Source/Star_bhns/Makefile_lib_g
+--- Lorene.orig/C++/Source/Star_bhns/Makefile_lib_g 2007-06-21 20:29:20.000000000 -0500
++++ Lorene/C++/Source/Star_bhns/Makefile_lib_g 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene_g.a $?
+- $(RANLIB) $(LIB)/liblorene_g.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Tbl/Makefile Lorene/C++/Source/Tbl/Makefile
+--- Lorene.orig/C++/Source/Tbl/Makefile 2006-09-11 06:29:32.000000000 -0500
++++ Lorene/C++/Source/Tbl/Makefile 2010-05-31 22:52:26.000000000 -0500
+@@ -9,10 +9,12 @@
+ install: $(SRC) Objects Objects_g
+ mkdir -p $(DEPDIR)
+ echo *C | $(BIN_TOOLS)/pointCpointo > List_obj # list of *.o files
++ifndef DONTBUILDDEBUGLIB
+ mv Objects_g/*.o .
+ mv _rien.o Objects_g
+ $(MAKE) -f Makefile_lib_g
+ mv *.o Objects_g
++endif
+ mv Objects/*.o .
+ mv _rien.o Objects
+ $(MAKE) -f Makefile_lib
+diff -ru Lorene.orig/C++/Source/Tbl/Makefile_lib Lorene/C++/Source/Tbl/Makefile_lib
+--- Lorene.orig/C++/Source/Tbl/Makefile_lib 2006-09-11 06:29:32.000000000 -0500
++++ Lorene/C++/Source/Tbl/Makefile_lib 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene.a $?
+- $(RANLIB) $(LIB)/liblorene.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Tbl/Makefile_lib_g Lorene/C++/Source/Tbl/Makefile_lib_g
+--- Lorene.orig/C++/Source/Tbl/Makefile_lib_g 2006-09-11 06:29:32.000000000 -0500
++++ Lorene/C++/Source/Tbl/Makefile_lib_g 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene_g.a $?
+- $(RANLIB) $(LIB)/liblorene_g.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Tenseur/Makefile Lorene/C++/Source/Tenseur/Makefile
+--- Lorene.orig/C++/Source/Tenseur/Makefile 2006-09-11 06:29:33.000000000 -0500
++++ Lorene/C++/Source/Tenseur/Makefile 2010-05-31 22:52:26.000000000 -0500
+@@ -9,10 +9,12 @@
+ install: $(SRC) Objects Objects_g
+ mkdir -p $(DEPDIR)
+ echo *C | $(BIN_TOOLS)/pointCpointo > List_obj # list of *.o files
++ifndef DONTBUILDDEBUGLIB
+ mv Objects_g/*.o .
+ mv _rien.o Objects_g
+ $(MAKE) -f Makefile_lib_g
+ mv *.o Objects_g
++endif
+ mv Objects/*.o .
+ mv _rien.o Objects
+ $(MAKE) -f Makefile_lib
+diff -ru Lorene.orig/C++/Source/Tenseur/Makefile_lib Lorene/C++/Source/Tenseur/Makefile_lib
+--- Lorene.orig/C++/Source/Tenseur/Makefile_lib 2006-09-11 06:29:33.000000000 -0500
++++ Lorene/C++/Source/Tenseur/Makefile_lib 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene.a $?
+- $(RANLIB) $(LIB)/liblorene.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Tenseur/Makefile_lib_g Lorene/C++/Source/Tenseur/Makefile_lib_g
+--- Lorene.orig/C++/Source/Tenseur/Makefile_lib_g 2006-09-11 06:29:34.000000000 -0500
++++ Lorene/C++/Source/Tenseur/Makefile_lib_g 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene_g.a $?
+- $(RANLIB) $(LIB)/liblorene_g.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Tensor/Makefile Lorene/C++/Source/Tensor/Makefile
+--- Lorene.orig/C++/Source/Tensor/Makefile 2006-09-11 06:29:35.000000000 -0500
++++ Lorene/C++/Source/Tensor/Makefile 2010-05-31 22:52:26.000000000 -0500
+@@ -9,10 +9,12 @@
+ install: $(SRC) Objects Objects_g
+ mkdir -p $(DEPDIR)
+ echo *C | $(BIN_TOOLS)/pointCpointo > List_obj # list of *.o files
++ifndef DONTBUILDDEBUGLIB
+ mv Objects_g/*.o .
+ mv _rien.o Objects_g
+ $(MAKE) -f Makefile_lib_g
+ mv *.o Objects_g
++endif
+ mv Objects/*.o .
+ mv _rien.o Objects
+ $(MAKE) -f Makefile_lib
+diff -ru Lorene.orig/C++/Source/Tensor/Makefile_lib Lorene/C++/Source/Tensor/Makefile_lib
+--- Lorene.orig/C++/Source/Tensor/Makefile_lib 2006-09-11 06:29:35.000000000 -0500
++++ Lorene/C++/Source/Tensor/Makefile_lib 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene.a $?
+- $(RANLIB) $(LIB)/liblorene.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Tensor/Makefile_lib_g Lorene/C++/Source/Tensor/Makefile_lib_g
+--- Lorene.orig/C++/Source/Tensor/Makefile_lib_g 2006-09-11 06:29:35.000000000 -0500
++++ Lorene/C++/Source/Tensor/Makefile_lib_g 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene_g.a $?
+- $(RANLIB) $(LIB)/liblorene_g.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Tensor/Scalar/Makefile Lorene/C++/Source/Tensor/Scalar/Makefile
+--- Lorene.orig/C++/Source/Tensor/Scalar/Makefile 2006-09-11 06:29:36.000000000 -0500
++++ Lorene/C++/Source/Tensor/Scalar/Makefile 2010-05-31 22:52:26.000000000 -0500
+@@ -9,10 +9,12 @@
+ install: $(SRC) Objects Objects_g
+ mkdir -p $(DEPDIR)
+ echo *C | $(BIN_TOOLS)/pointCpointo > List_obj # list of *.o files
++ifndef DONTBUILDDEBUGLIB
+ mv Objects_g/*.o .
+ mv _rien.o Objects_g
+ $(MAKE) -f Makefile_lib_g
+ mv *.o Objects_g
++endif
+ mv Objects/*.o .
+ mv _rien.o Objects
+ $(MAKE) -f Makefile_lib
+diff -ru Lorene.orig/C++/Source/Tensor/Scalar/Makefile_lib Lorene/C++/Source/Tensor/Scalar/Makefile_lib
+--- Lorene.orig/C++/Source/Tensor/Scalar/Makefile_lib 2006-09-11 06:29:36.000000000 -0500
++++ Lorene/C++/Source/Tensor/Scalar/Makefile_lib 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene.a $?
+- $(RANLIB) $(LIB)/liblorene.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Tensor/Scalar/Makefile_lib_g Lorene/C++/Source/Tensor/Scalar/Makefile_lib_g
+--- Lorene.orig/C++/Source/Tensor/Scalar/Makefile_lib_g 2006-09-11 06:29:36.000000000 -0500
++++ Lorene/C++/Source/Tensor/Scalar/Makefile_lib_g 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene_g.a $?
+- $(RANLIB) $(LIB)/liblorene_g.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Time_slice/Makefile Lorene/C++/Source/Time_slice/Makefile
+--- Lorene.orig/C++/Source/Time_slice/Makefile 2006-09-11 06:29:37.000000000 -0500
++++ Lorene/C++/Source/Time_slice/Makefile 2010-05-31 22:52:26.000000000 -0500
+@@ -9,10 +9,12 @@
+ install: $(SRC) Objects Objects_g
+ mkdir -p $(DEPDIR)
+ echo *C | $(BIN_TOOLS)/pointCpointo > List_obj # list of *.o files
++ifndef DONTBUILDDEBUGLIB
+ mv Objects_g/*.o .
+ mv _rien.o Objects_g
+ $(MAKE) -f Makefile_lib_g
+ mv *.o Objects_g
++endif
+ mv Objects/*.o .
+ mv _rien.o Objects
+ $(MAKE) -f Makefile_lib
+diff -ru Lorene.orig/C++/Source/Time_slice/Makefile_lib Lorene/C++/Source/Time_slice/Makefile_lib
+--- Lorene.orig/C++/Source/Time_slice/Makefile_lib 2006-09-11 06:29:37.000000000 -0500
++++ Lorene/C++/Source/Time_slice/Makefile_lib 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene.a $?
+- $(RANLIB) $(LIB)/liblorene.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Time_slice/Makefile_lib_g Lorene/C++/Source/Time_slice/Makefile_lib_g
+--- Lorene.orig/C++/Source/Time_slice/Makefile_lib_g 2006-09-11 06:29:37.000000000 -0500
++++ Lorene/C++/Source/Time_slice/Makefile_lib_g 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene_g.a $?
+- $(RANLIB) $(LIB)/liblorene_g.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Time_slice/tslice_conf_init.C Lorene/C++/Source/Time_slice/tslice_conf_init.C
+--- Lorene.orig/C++/Source/Time_slice/tslice_conf_init.C 2010-05-31 22:51:44.000000000 -0500
++++ Lorene/C++/Source/Time_slice/tslice_conf_init.C 2010-05-31 22:52:26.000000000 -0500
+@@ -223,7 +223,7 @@
+ maxabs(psi_jp1.laplacian() - source_psi,
+ "Absolute error in the resolution of the equation for Psi") ;
+
+- //des_meridian(psi_jp1, 0., ray_des, "Psi", ngraph0, graph_device) ;
++ des_meridian(psi_jp1, 0., ray_des, "Psi", ngraph0, graph_device) ;
+
+ // Resolution of the Poisson equation for the lapse
+ // ------------------------------------------------
+@@ -236,7 +236,7 @@
+ maxabs(nn_jp1.laplacian() - source_nn,
+ "Absolute error in the resolution of the equation for N") ;
+
+- //des_meridian(nn_jp1, 0., ray_des, "N", ngraph0+1, graph_device) ;
++ des_meridian(nn_jp1, 0., ray_des, "N", ngraph0+1, graph_device) ;
+
+ // Resolution of the vector Poisson equation for the shift
+ //---------------------------------------------------------
+@@ -244,14 +244,12 @@
+ Vector beta_jp1 = source_beta.poisson(0.3333333333333333, ff,
+ method_poisson_vect) ;
+
+- /*
+ des_meridian(beta_jp1(1), 0., ray_des, "\\gb\\ur\\d", ngraph0+2,
+ graph_device) ;
+ des_meridian(beta_jp1(2), 0., ray_des, "\\gb\\u\\gh\\d", ngraph0+3,
+ graph_device) ;
+ des_meridian(beta_jp1(3), 0., ray_des, "\\gb\\u\\gf\\d", ngraph0+4,
+ graph_device) ;
+- */
+
+ // Test:
+ Vector test_beta = (beta_jp1.derive_con(ff)).divergence(ff)
+diff -ru Lorene.orig/C++/Source/Time_slice/tslice_dirac_max_evolve.C Lorene/C++/Source/Time_slice/tslice_dirac_max_evolve.C
+--- Lorene.orig/C++/Source/Time_slice/tslice_dirac_max_evolve.C 2010-05-31 22:51:44.000000000 -0500
++++ Lorene/C++/Source/Time_slice/tslice_dirac_max_evolve.C 2010-05-31 22:52:26.000000000 -0500
+@@ -673,7 +673,6 @@
+ beta_evol.update(beta_new, jtime, ttime) ;
+ }
+
+- /*
+ des_meridian(beta()(1), 0., ray_des, "\\gb\\ur\\d", ngraph0+6,
+ graph_device) ;
+ des_meridian(beta()(2), 0., ray_des, "\\gb\\u\\gh\\d", ngraph0+7,
+@@ -696,7 +695,6 @@
+ graph_device) ;
+
+ arrete(nopause) ;
+- */
+
+ }
+
+diff -ru Lorene.orig/C++/Source/Valencia/Makefile Lorene/C++/Source/Valencia/Makefile
+--- Lorene.orig/C++/Source/Valencia/Makefile 2006-09-11 06:29:38.000000000 -0500
++++ Lorene/C++/Source/Valencia/Makefile 2010-05-31 22:52:26.000000000 -0500
+@@ -9,10 +9,12 @@
+ install: $(SRC) Objects Objects_g
+ mkdir -p $(DEPDIR)
+ echo *C | $(BIN_TOOLS)/pointCpointo > List_obj # list of *.o files
++ifndef DONTBUILDDEBUGLIB
+ mv Objects_g/*.o .
+ mv _rien.o Objects_g
+ $(MAKE) -f Makefile_lib_g
+ mv *.o Objects_g
++endif
+ mv Objects/*.o .
+ mv _rien.o Objects
+ $(MAKE) -f Makefile_lib
+diff -ru Lorene.orig/C++/Source/Valencia/Makefile_lib Lorene/C++/Source/Valencia/Makefile_lib
+--- Lorene.orig/C++/Source/Valencia/Makefile_lib 2006-09-11 06:29:38.000000000 -0500
++++ Lorene/C++/Source/Valencia/Makefile_lib 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene.a $?
+- $(RANLIB) $(LIB)/liblorene.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Valencia/Makefile_lib_g Lorene/C++/Source/Valencia/Makefile_lib_g
+--- Lorene.orig/C++/Source/Valencia/Makefile_lib_g 2006-09-11 06:29:38.000000000 -0500
++++ Lorene/C++/Source/Valencia/Makefile_lib_g 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene_g.a $?
+- $(RANLIB) $(LIB)/liblorene_g.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Valeur/Makefile Lorene/C++/Source/Valeur/Makefile
+--- Lorene.orig/C++/Source/Valeur/Makefile 2006-09-11 06:29:39.000000000 -0500
++++ Lorene/C++/Source/Valeur/Makefile 2010-05-31 22:52:26.000000000 -0500
+@@ -9,10 +9,12 @@
+ install: $(SRC) Objects Objects_g
+ mkdir -p $(DEPDIR)
+ echo *C | $(BIN_TOOLS)/pointCpointo > List_obj # list of *.o files
++ifndef DONTBUILDDEBUGLIB
+ mv Objects_g/*.o .
+ mv _rien.o Objects_g
+ $(MAKE) -f Makefile_lib_g
+ mv *.o Objects_g
++endif
+ mv Objects/*.o .
+ mv _rien.o Objects
+ $(MAKE) -f Makefile_lib
+diff -ru Lorene.orig/C++/Source/Valeur/Makefile_lib Lorene/C++/Source/Valeur/Makefile_lib
+--- Lorene.orig/C++/Source/Valeur/Makefile_lib 2006-09-11 06:29:39.000000000 -0500
++++ Lorene/C++/Source/Valeur/Makefile_lib 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene.a $?
+- $(RANLIB) $(LIB)/liblorene.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/C++/Source/Valeur/Makefile_lib_g Lorene/C++/Source/Valeur/Makefile_lib_g
+--- Lorene.orig/C++/Source/Valeur/Makefile_lib_g 2006-09-11 06:29:39.000000000 -0500
++++ Lorene/C++/Source/Valeur/Makefile_lib_g 2010-05-31 22:52:26.000000000 -0500
+@@ -8,8 +8,6 @@
+ LIB = $(HOME_LORENE)/Lib
+
+ $(LIB)/date_mark : $(OBJ)
+- ar -rv $(LIB)/liblorene_g.a $?
+- $(RANLIB) $(LIB)/liblorene_g.a
+
+ %.o: %.C
+ @$(MAKEDEPEND); \
+diff -ru Lorene.orig/Export/C++/Makefile Lorene/Export/C++/Makefile
+--- Lorene.orig/Export/C++/Makefile 2001-12-18 16:27:04.000000000 -0600
++++ Lorene/Export/C++/Makefile 2010-05-31 22:52:26.000000000 -0500
+@@ -2,24 +2,12 @@
+
+ include $(HOME_LORENE)/local_settings
+
+-BIN_TOOLS = $(HOME_LORENE)/bin
+ LIB = $(HOME_LORENE)/Lib
+
+-install: $(LIB) $(BIN_TOOLS) $(BIN_TOOLS)/pointCpointo
++install:
+ cd Source; $(MAKE)
+
+ uninstall:
+ rm -fr $(LIB)/liblorene_export.a
+ rm -fr $(LIB)/liblorene_export_g.a
+ cd Source; $(MAKE) -i uninstall
+-
+-$(LIB):
+- mkdir $@
+- touch date_mark
+-
+-$(BIN_TOOLS):
+- mkdir $@
+-
+-$(BIN_TOOLS)/pointCpointo:
+- $(CXX) $(CXXFLAGS) -o $@ $(HOME_LORENE)/Inst_tools/pointCpointo.C
+-
+diff -ru Lorene.orig/F77/Makefile Lorene/F77/Makefile
+--- Lorene.orig/F77/Makefile 2001-11-20 09:19:30.000000000 -0600
++++ Lorene/F77/Makefile 2010-05-31 22:56:17.000000000 -0500
+@@ -4,25 +4,18 @@
+
+ LIB = $(HOME_LORENE)/Lib
+
+-install: $(LIB) $(LIB)/liblorenef77_g.a $(LIB)/liblorenef77.a
+-
+-$(LIB)/liblorenef77_g.a: Source/*.f Source/Poisson2d/*.f
+- cd Source; $(MAKE) $@
+- cd Source/Poisson2d; $(MAKE) $@
+- ar -rv $@ $(?:.f=.o)
+- $(RANLIB) $@
++install: Source/*.f Source/Poisson2d/*.f
++ cd Source; $(MAKE) $(LIB)/liblorenef77.a
++ cd Source/Poisson2d; $(MAKE) $(LIB)/liblorenef77.a
++ ar -rv $(LIB)/liblorenef77.a $(?:.f=.o)
++ $(RANLIB) $(LIB)/liblorenef77.a
+ rm -f $(?:.f=.o)
+-
+-$(LIB)/liblorenef77.a: Source/*.f Source/Poisson2d/*.f
+- cd Source; $(MAKE) $@
+- cd Source/Poisson2d; $(MAKE) $@
+- ar -rv $@ $(?:.f=.o)
+- $(RANLIB) $@
++ cd Source; $(MAKE) $(LIB)/liblorenef77_g.a
++ cd Source/Poisson2d; $(MAKE) $(LIB)/liblorenef77_g.a
++ ar -rv $(LIB)/liblorenef77_g.a $(?:.f=.o)
++ $(RANLIB) $(LIB)/liblorenef77_g.a
+ rm -f $(?:.f=.o)
+
+ uninstall:
+ rm -f $(LIB)/liblorenef77.a
+ rm -f $(LIB)/liblorenef77_g.a
+-
+-$(LIB):
+- mkdir $@
+diff -ru Lorene.orig/Makefile Lorene/Makefile
+--- Lorene.orig/Makefile 2009-11-22 11:06:11.000000000 -0600
++++ Lorene/Makefile 2010-05-31 22:52:26.000000000 -0500
+@@ -1,5 +1,10 @@
+ SHELL=/bin/sh
+
++include $(HOME_LORENE)/local_settings
++
++BIN_TOOLS = $(HOME_LORENE)/bin
++LIB = $(HOME_LORENE)/Lib
++
+ all: doc cpp fortran export
+
+ install: all
+@@ -7,15 +12,24 @@
+ doc:
+ cd Doc; $(MAKE) -i
+
+-cpp:
++cpp: $(LIB) $(BIN_TOOLS)/pointCpointo
+ cd C++; $(MAKE)
+
+-fortran:
++fortran: $(LIB) $(BIN_TOOLS)/pointCpointo
+ cd F77; $(MAKE)
+
+-export:
++export: $(LIB) $(BIN_TOOLS)/pointCpointo
+ cd Export/C++; $(MAKE)
+
++$(LIB):
++ mkdir -p $@
++
++$(BIN_TOOLS):
++ mkdir -p $@
++
++$(BIN_TOOLS)/pointCpointo: $(BIN_TOOLS)
++ $(CXX) $(CXXFLAGS) -o $@ $(HOME_LORENE)/Inst_tools/pointCpointo.C
++
+ uninstall:
+ cd Doc; $(MAKE) -i uninstall
+ cd C++; $(MAKE) -i uninstall
+@@ -25,6 +39,7 @@
+ rm -fr Lib
+ rm -f Test/*.o
+ rm -f Test/test_fft Test/test_lapack Test/test_pgplot
++ rm -f $(BIN_TOOLS)/pointCpointo
+
+ test:
+ cd Test; $(MAKE)
diff --git a/dist/pgplot.patch b/dist/pgplot.patch
index d6ec096..580c686 100644
--- a/dist/pgplot.patch
+++ b/dist/pgplot.patch
@@ -1,12 +1,11 @@
diff -ru Lorene.orig/C++/Makefile Lorene/C++/Makefile
---- Lorene.orig/C++/Makefile 2009-09-02 12:44:52.000000000 -0500
-+++ Lorene/C++/Makefile 2009-11-30 19:50:04.000000000 -0600
-@@ -39,7 +39,7 @@
- cd Source/Mtbl_cf; $(MAKE)
- cd Source/Non_class_members/Coef; $(MAKE)
- cd Source/Non_class_members/Coef/$(FFT_DIR); $(MAKE)
-- cd Source/Non_class_members/Graphics; $(MAKE)
-+# cd Source/Non_class_members/Graphics; $(MAKE)
- cd Source/Non_class_members/Operators; $(MAKE)
- cd Source/Non_class_members/PDE; $(MAKE)
- cd Source/Non_class_members/Utilities; $(MAKE)
+--- Lorene.orig/C++/Makefile 2010-05-31 15:14:57.000000000 -0500
++++ Lorene/C++/Makefile 2010-05-31 15:15:42.000000000 -0500
+@@ -40,7 +40,6 @@
+ Source/Mtbl_cf\
+ Source/Non_class_members/Coef\
+ Source/Non_class_members/Coef/$(FFT_DIR)\
+-Source/Non_class_members/Graphics\
+ Source/Non_class_members/Operators\
+ Source/Non_class_members/PDE\
+ Source/Non_class_members/Utilities\