aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbmundim <bmundim@5c1b1641-b641-47ec-b3d9-0f93d4c445ee>2014-04-18 07:43:21 +0000
committerbmundim <bmundim@5c1b1641-b641-47ec-b3d9-0f93d4c445ee>2014-04-18 07:43:21 +0000
commit851435b9226ff7004c5606bddf491ae8b0d9aa08 (patch)
tree51ee4ead8e6a55b5f4429b0d9db8b14b6cd2fd60
parent14b667f5f86425edbdaec5a324a92b78368bf0fc (diff)
Update Lorene and its patches.
git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/LORENE/trunk@51 5c1b1641-b641-47ec-b3d9-0f93d4c445ee
-rw-r--r--dist/Lorene.tar.gzbin2596569 -> 2719898 bytes
-rw-r--r--dist/README58
-rw-r--r--dist/des.patch109
-rw-r--r--dist/makesystem.patch830
4 files changed, 539 insertions, 458 deletions
diff --git a/dist/Lorene.tar.gz b/dist/Lorene.tar.gz
index 3f7cb2f..95644a2 100644
--- a/dist/Lorene.tar.gz
+++ b/dist/Lorene.tar.gz
Binary files differ
diff --git a/dist/README b/dist/README
index ce9eff9..0a210d6 100644
--- a/dist/README
+++ b/dist/README
@@ -19,3 +19,61 @@ This tarball LORENE.tar.gz is created in the following way:
5. Remove the cvs source tree again:
rm -rf Lorene
+
+
+Note: In case the patches do not apply cleanly do the following:
+
+1. backup the original patches so that you have them close by as a reference.
+
+2. des.patch is supposed to comment out any call to the graphics
+device. Search for des_meridian, des_coupe* to identify the pieces
+of code to comment out. Comment them out and create the patch with:
+
+ cvs diff -u > ../des.patch
+
+Fix Lorene paths in the des.patch so you can apply the patch
+from the parent directory. For example replace C++/Source/...
+for Lorene/C++/Source/... (Any cvs command that would do this for
+you on one go?)
+
+2. Erase the previously edited Lorene directory. Have now two original
+copies of Lorene: Lorene and Lorene.orig. Apply the makesystem.patch patch
+to Lorene. Fix what went wrong and create the new patch:
+
+ diff --new-file -ru Lorene.orig Lorene > makesystem.patch
+
+Remove Lorene and Lorene.orig directories. Untar Lorene.tar.gz again
+and apply the newly created patch:
+
+ patch -p0 < makesystem.patch
+
+If applied cleanly then create a copy of Lorene with this patch:
+
+ cp -r Lorene Lorene.orig
+
+3. Apply pgplot.patch. If you need to fix it follow the procedure in
+step 2. above. Copy the patched Lorene to Lorene.orig.
+
+4. Apply openmp.patch and if everything went cleanly copy it to Lorene.orig.
+Otherwise follow step 2 to fix the issues.
+
+5. Apply check_fopen_error.patch. If succeded then copy Lorene to Lorene.orig
+if failed, fix it as in 2.
+
+6. Once satisfied with all fixes in these patches test them if they apply
+cleanly to Lorene:
+
+ tar -xzf Lorene.tar.gz
+ patch -p0 < des.patch
+ patch -p0 < makesystem.patch
+ patch -p0 < pgplot.patch
+ patch -p0 < openmp.patch
+ patch -p0 < check_fopen_error.patch
+ patch -p0 < patchtest.patch
+
+If applied cleanly get rid of the original ones, propose the patch to the
+ET Trac system for reviewing and erase lorene source tree:
+
+ rm -rf Lorene
+
+
diff --git a/dist/des.patch b/dist/des.patch
index 2434daa..e967ee1 100644
--- a/dist/des.patch
+++ b/dist/des.patch
@@ -4,16 +4,25 @@ RCS file: /cvsroot/Lorene/C++/Source/Bin_hor/binhor_hh.C,v
retrieving revision 1.3
diff -u -r1.3 binhor_hh.C
--- Lorene/C++/Source/Bin_hor/binhor_hh.C 9 Jan 2008 14:28:58 -0000 1.3
-+++ Lorene/C++/Source/Bin_hor/binhor_hh.C 30 Nov 2009 03:47:22 -0000
-@@ -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) ;
++++ Lorene/C++/Source/Bin_hor/binhor_hh.C 27 Mar 2014 13:38:39 -0000
+@@ -885,7 +885,7 @@
+ cout << hole1.mp.phi << endl ;
+ cout << hole1.mp.tet << endl ;
+
+-
++ /*
+ //des_meridian(hh1, 0., 20., "hh1 cart", 20) ;
+ for (int i=1 ; i<= 3 ; i++)
+ for (int j=i ; j<= 3 ; j++){
+@@ -894,7 +894,7 @@
//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) ;
+ des_coupe_z (hh1(i,j), 0., 5) ;
}
-
+-
++ */
hh1.change_triad(hole1.mp.get_bvect_spher()) ;
+ hh2.change_triad(hole2.mp.get_bvect_spher()) ;
+
@@ -908,7 +908,7 @@
hole2.tgam = tgam_2 ;
@@ -29,41 +38,45 @@ RCS file: /cvsroot/Lorene/C++/Source/Isol_hor/init_data.C,v
retrieving revision 1.28
diff -u -r1.28 init_data.C
--- Lorene/C++/Source/Isol_hor/init_data.C 19 Aug 2008 06:42:00 -0000 1.28
-+++ Lorene/C++/Source/Isol_hor/init_data.C 30 Nov 2009 03:47:22 -0000
-@@ -1262,10 +1262,10 @@
++++ Lorene/C++/Source/Isol_hor/init_data.C 27 Mar 2014 13:38:39 -0000
+@@ -1261,13 +1261,13 @@
+
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) ;
+-
++ /*
+ 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 @@
+ //========
+ // Sources
+@@ -1408,11 +1408,11 @@
+
// 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) ;
+-
++ /*
+ des_meridian(theta_i, 1, 10., "Theta", 2) ;
+ des_meridian(chi_i, 1, 10., "chi", 3) ;
arrete() ;
+-
++ */
+ //Sources
Index: Lorene/C++/Source/Time_slice/tslice_conf_init.C
===================================================================
RCS file: /cvsroot/Lorene/C++/Source/Time_slice/tslice_conf_init.C,v
-retrieving revision 1.10
-diff -u -r1.10 tslice_conf_init.C
---- Lorene/C++/Source/Time_slice/tslice_conf_init.C 4 Dec 2008 18:22:49 -0000 1.10
-+++ Lorene/C++/Source/Time_slice/tslice_conf_init.C 30 Nov 2009 03:47:23 -0000
-@@ -223,7 +223,7 @@
+retrieving revision 1.11
+diff -u -r1.11 tslice_conf_init.C
+--- Lorene/C++/Source/Time_slice/tslice_conf_init.C 20 Oct 2010 07:58:09 -0000 1.11
++++ Lorene/C++/Source/Time_slice/tslice_conf_init.C 27 Mar 2014 13:38:39 -0000
+@@ -225,7 +225,7 @@
maxabs(psi_jp1.laplacian() - source_psi,
"Absolute error in the resolution of the equation for Psi") ;
@@ -72,7 +85,7 @@ diff -u -r1.10 tslice_conf_init.C
// Resolution of the Poisson equation for the lapse
// ------------------------------------------------
-@@ -236,7 +236,7 @@
+@@ -238,21 +238,21 @@
maxabs(nn_jp1.laplacian() - source_nn,
"Absolute error in the resolution of the equation for N") ;
@@ -81,10 +94,10 @@ diff -u -r1.10 tslice_conf_init.C
// Resolution of the vector Poisson equation for the shift
//---------------------------------------------------------
-@@ -244,12 +244,14 @@
+
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) ;
@@ -92,30 +105,32 @@ diff -u -r1.10 tslice_conf_init.C
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)
+ + 0.3333333333333333 * (beta_jp1.divergence(ff)).derive_con(ff) ;
Index: Lorene/C++/Source/Time_slice/tslice_dirac_max_evolve.C
===================================================================
RCS file: /cvsroot/Lorene/C++/Source/Time_slice/tslice_dirac_max_evolve.C,v
-retrieving revision 1.16
-diff -u -r1.16 tslice_dirac_max_evolve.C
---- Lorene/C++/Source/Time_slice/tslice_dirac_max_evolve.C 4 Dec 2008 18:22:49 -0000 1.16
-+++ Lorene/C++/Source/Time_slice/tslice_dirac_max_evolve.C 30 Nov 2009 03:47:23 -0000
-@@ -673,6 +673,7 @@
+retrieving revision 1.20
+diff -u -r1.20 tslice_dirac_max_evolve.C
+--- Lorene/C++/Source/Time_slice/tslice_dirac_max_evolve.C 24 Jan 2013 12:55:18 -0000 1.20
++++ Lorene/C++/Source/Time_slice/tslice_dirac_max_evolve.C 27 Mar 2014 13:38:39 -0000
+@@ -688,7 +688,7 @@
+ beta_new = relax * beta_new + (1.-relax) * beta() ;
beta_evol.update(beta_new, jtime, ttime) ;
}
-
-+ /*
- des_meridian(beta()(1), 0., ray_des, "\\gb\\ur\\d", ngraph0+6,
+-
++ /*
+ des_meridian(vec_X()(1), 0., ray_des, "\\gb\\ur\\d", ngraph0+6,
graph_device) ;
- des_meridian(beta()(2), 0., ray_des, "\\gb\\u\\gh\\d", ngraph0+7,
-@@ -695,6 +696,7 @@
+ des_meridian(vec_X()(2), 0., ray_des, "\\gb\\u\\gh\\d", ngraph0+7,
+@@ -713,6 +713,7 @@
graph_device) ;
arrete(nopause) ;
-+ */
-
++ */
}
+ par_A.clean_all() ;
diff --git a/dist/makesystem.patch b/dist/makesystem.patch
index 40f8ec8..982dd3f 100644
--- a/dist/makesystem.patch
+++ b/dist/makesystem.patch
@@ -1,7 +1,7 @@
diff --new-file -ru Lorene.orig/C++/Makefile Lorene/C++/Makefile
---- Lorene.orig/C++/Makefile 2010-05-04 02:45:10.000000000 -0500
-+++ Lorene/C++/Makefile 2010-06-25 21:48:02.000000000 -0500
-@@ -1,141 +1,89 @@
+--- Lorene.orig/C++/Makefile 2012-11-15 21:18:23.000000000 +0100
++++ Lorene/C++/Makefile 2014-03-27 15:36:06.336321461 +0100
+@@ -1,146 +1,92 @@
SHELL=/bin/sh
-include $(HOME_LORENE)/local_settings
@@ -25,11 +25,14 @@ diff --new-file -ru Lorene.orig/C++/Makefile Lorene/C++/Makefile
+Source/Black_hole\
+Source/Change_var\
+Source/Cmp\
++Source/Compobj\
+Source/Connection\
+Source/Coord\
+Source/Diff\
+Source/Eos\
+Source/Etoile\
++Source/Excised_slice\
++Source/Gravastar\
+Source/Grille3d\
+Source/Hole_bhns\
+Source/Isol_hor\
@@ -98,11 +101,14 @@ diff --new-file -ru Lorene.orig/C++/Makefile Lorene/C++/Makefile
- cd Source/Black_hole; $(MAKE)
- cd Source/Change_var; $(MAKE)
- cd Source/Cmp; $(MAKE)
+- cd Source/Compobj; $(MAKE)
- cd Source/Connection; $(MAKE)
- cd Source/Coord; $(MAKE)
- cd Source/Diff; $(MAKE)
- cd Source/Eos; $(MAKE)
- cd Source/Etoile; $(MAKE)
+- cd Source/Excised_slice; $(MAKE)
+- cd Source/Gravastar; $(MAKE)
- cd Source/Grille3d; $(MAKE)
- cd Source/Hole_bhns; $(MAKE)
- cd Source/Isol_hor; $(MAKE)
@@ -171,6 +177,8 @@ diff --new-file -ru Lorene.orig/C++/Makefile Lorene/C++/Makefile
- cd Source/Diff; $(MAKE) -i uninstall
- cd Source/Eos; $(MAKE) -i uninstall
- cd Source/Etoile; $(MAKE) -i uninstall
+- cd Source/Excised_slice; $(MAKE) -i uninstall
+- cd Source/Gravastar; $(MAKE) -i uninstall
- cd Source/Grille3d; $(MAKE) -i uninstall
- cd Source/Hole_bhns; $(MAKE) -i uninstall
- cd Source/Isol_hor; $(MAKE) -i uninstall
@@ -224,8 +232,8 @@ diff --new-file -ru Lorene.orig/C++/Makefile Lorene/C++/Makefile
+ (cd "$$subdir"; $(MAKE) -i uninstall;) \
+ done;
diff --new-file -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-06-25 21:48:26.000000000 -0500
+--- Lorene.orig/C++/Source/App_hor/Makefile 2006-09-11 13:28:18.000000000 +0200
++++ Lorene/C++/Source/App_hor/Makefile 2014-03-27 15:35:51.524744171 +0100
@@ -1,22 +1,24 @@
SHELL=/bin/sh
@@ -267,8 +275,8 @@ diff --new-file -ru Lorene.orig/C++/Source/App_hor/Makefile Lorene/C++/Source/Ap
mkdir Objects_g
- touch Objects_g/_rien.o
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/App_hor/Makefile_lib 2006-09-11 13:28:18.000000000 +0200
++++ Lorene/C++/Source/App_hor/Makefile_lib 2014-03-27 15:35:51.527744085 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -279,8 +287,8 @@ diff --new-file -ru Lorene.orig/C++/Source/App_hor/Makefile_lib Lorene/C++/Sourc
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/App_hor/Makefile_lib_g 2006-09-11 13:28:18.000000000 +0200
++++ Lorene/C++/Source/App_hor/Makefile_lib_g 2014-03-27 15:35:51.530744000 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -291,8 +299,8 @@ diff --new-file -ru Lorene.orig/C++/Source/App_hor/Makefile_lib_g Lorene/C++/Sou
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:26.000000000 -0500
+--- Lorene.orig/C++/Source/Base_val/Makefile 2006-09-11 13:28:19.000000000 +0200
++++ Lorene/C++/Source/Base_val/Makefile 2014-03-27 15:35:51.534743885 +0100
@@ -1,22 +1,24 @@
SHELL=/bin/sh
@@ -334,8 +342,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Base_val/Makefile Lorene/C++/Source/B
mkdir Objects_g
- touch Objects_g/_rien.o
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Base_val/Makefile_lib 2006-09-11 13:28:19.000000000 +0200
++++ Lorene/C++/Source/Base_val/Makefile_lib 2014-03-27 15:35:51.536743828 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -346,8 +354,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Base_val/Makefile_lib Lorene/C++/Sour
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Base_val/Makefile_lib_g 2006-09-11 13:28:19.000000000 +0200
++++ Lorene/C++/Source/Base_val/Makefile_lib_g 2014-03-27 15:35:51.539743743 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -358,8 +366,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Base_val/Makefile_lib_g Lorene/C++/So
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:26.000000000 -0500
+--- Lorene.orig/C++/Source/Base_vect/Makefile 2006-09-11 13:28:20.000000000 +0200
++++ Lorene/C++/Source/Base_vect/Makefile 2014-03-27 15:35:51.542743657 +0100
@@ -1,22 +1,24 @@
SHELL=/bin/sh
@@ -401,8 +409,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Base_vect/Makefile Lorene/C++/Source/
mkdir Objects_g
- touch Objects_g/_rien.o
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Base_vect/Makefile_lib 2006-09-11 13:28:20.000000000 +0200
++++ Lorene/C++/Source/Base_vect/Makefile_lib 2014-03-27 15:35:51.545743571 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -413,8 +421,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Base_vect/Makefile_lib Lorene/C++/Sou
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Base_vect/Makefile_lib_g 2006-09-11 13:28:21.000000000 +0200
++++ Lorene/C++/Source/Base_vect/Makefile_lib_g 2014-03-27 15:35:51.548743486 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -425,8 +433,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Base_vect/Makefile_lib_g Lorene/C++/S
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:26.000000000 -0500
+--- Lorene.orig/C++/Source/Bhole/Makefile 2006-09-11 13:28:23.000000000 +0200
++++ Lorene/C++/Source/Bhole/Makefile 2014-03-27 15:35:51.552743372 +0100
@@ -1,22 +1,24 @@
SHELL=/bin/sh
@@ -468,8 +476,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Bhole/Makefile Lorene/C++/Source/Bhol
mkdir Objects_g
- touch Objects_g/_rien.o
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Bhole/Makefile_lib 2006-09-11 13:28:23.000000000 +0200
++++ Lorene/C++/Source/Bhole/Makefile_lib 2014-03-27 15:35:51.554743315 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -480,8 +488,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Bhole/Makefile_lib Lorene/C++/Source/
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Bhole/Makefile_lib_g 2006-09-11 13:28:23.000000000 +0200
++++ Lorene/C++/Source/Bhole/Makefile_lib_g 2014-03-27 15:35:51.557743229 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -492,8 +500,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Bhole/Makefile_lib_g Lorene/C++/Sourc
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:26.000000000 -0500
+--- Lorene.orig/C++/Source/Bhole_binaire/Makefile 2006-09-11 13:28:24.000000000 +0200
++++ Lorene/C++/Source/Bhole_binaire/Makefile 2014-03-27 15:35:51.561743115 +0100
@@ -1,22 +1,24 @@
SHELL=/bin/sh
@@ -535,8 +543,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Bhole_binaire/Makefile Lorene/C++/Sou
mkdir Objects_g
- touch Objects_g/_rien.o
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Bhole_binaire/Makefile_lib 2006-09-11 13:28:24.000000000 +0200
++++ Lorene/C++/Source/Bhole_binaire/Makefile_lib 2014-03-27 15:35:51.564743029 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -547,8 +555,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Bhole_binaire/Makefile_lib Lorene/C++
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Bhole_binaire/Makefile_lib_g 2006-09-11 13:28:24.000000000 +0200
++++ Lorene/C++/Source/Bhole_binaire/Makefile_lib_g 2014-03-27 15:35:51.567742944 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -559,8 +567,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Bhole_binaire/Makefile_lib_g Lorene/C
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:26.000000000 -0500
+--- Lorene.orig/C++/Source/Binaire/Makefile 2006-09-11 13:28:36.000000000 +0200
++++ Lorene/C++/Source/Binaire/Makefile 2014-03-27 15:35:51.570742858 +0100
@@ -1,22 +1,24 @@
SHELL=/bin/sh
@@ -602,8 +610,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Binaire/Makefile Lorene/C++/Source/Bi
mkdir Objects_g
- touch Objects_g/_rien.o
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Binaire/Makefile_lib 2006-09-11 13:28:36.000000000 +0200
++++ Lorene/C++/Source/Binaire/Makefile_lib 2014-03-27 15:35:51.573742772 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -614,8 +622,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Binaire/Makefile_lib Lorene/C++/Sourc
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Binaire/Makefile_lib_g 2006-09-11 13:28:36.000000000 +0200
++++ Lorene/C++/Source/Binaire/Makefile_lib_g 2014-03-27 15:35:51.576742687 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -626,8 +634,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Binaire/Makefile_lib_g Lorene/C++/Sou
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:26.000000000 -0500
+--- Lorene.orig/C++/Source/Binary/Makefile 2006-09-11 13:28:37.000000000 +0200
++++ Lorene/C++/Source/Binary/Makefile 2014-03-27 15:35:51.580742573 +0100
@@ -1,22 +1,24 @@
SHELL=/bin/sh
@@ -669,8 +677,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Binary/Makefile Lorene/C++/Source/Bin
mkdir Objects_g
- touch Objects_g/_rien.o
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Binary/Makefile_lib 2006-09-11 13:28:37.000000000 +0200
++++ Lorene/C++/Source/Binary/Makefile_lib 2014-03-27 15:35:51.582742516 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -681,8 +689,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Binary/Makefile_lib Lorene/C++/Source
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Binary/Makefile_lib_g 2006-09-11 13:28:37.000000000 +0200
++++ Lorene/C++/Source/Binary/Makefile_lib_g 2014-03-27 15:35:51.585742430 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -693,8 +701,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Binary/Makefile_lib_g Lorene/C++/Sour
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:26.000000000 -0500
+--- Lorene.orig/C++/Source/Binary_xcts/Makefile 2010-05-04 09:36:33.000000000 +0200
++++ Lorene/C++/Source/Binary_xcts/Makefile 2014-03-27 15:35:51.589742316 +0100
@@ -1,22 +1,24 @@
SHELL=/bin/sh
@@ -736,8 +744,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Binary_xcts/Makefile Lorene/C++/Sourc
mkdir Objects_g
- touch Objects_g/_rien.o
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Binary_xcts/Makefile_lib 2010-05-04 09:36:33.000000000 +0200
++++ Lorene/C++/Source/Binary_xcts/Makefile_lib 2014-03-27 15:35:51.591742259 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -748,8 +756,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Binary_xcts/Makefile_lib Lorene/C++/S
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Binary_xcts/Makefile_lib_g 2010-05-04 09:36:33.000000000 +0200
++++ Lorene/C++/Source/Binary_xcts/Makefile_lib_g 2014-03-27 15:35:51.594742173 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -760,8 +768,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Binary_xcts/Makefile_lib_g Lorene/C++
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:26.000000000 -0500
+--- Lorene.orig/C++/Source/Bin_bhns/Makefile 2007-06-22 03:11:44.000000000 +0200
++++ Lorene/C++/Source/Bin_bhns/Makefile 2014-03-27 15:35:51.598742059 +0100
@@ -1,22 +1,24 @@
SHELL=/bin/sh
@@ -803,8 +811,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Bin_bhns/Makefile Lorene/C++/Source/B
mkdir Objects_g
- touch Objects_g/_rien.o
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Bin_bhns/Makefile_lib 2007-06-22 03:13:37.000000000 +0200
++++ Lorene/C++/Source/Bin_bhns/Makefile_lib 2014-03-27 15:35:51.601741973 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -815,8 +823,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Bin_bhns/Makefile_lib Lorene/C++/Sour
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Bin_bhns/Makefile_lib_g 2007-06-22 03:13:59.000000000 +0200
++++ Lorene/C++/Source/Bin_bhns/Makefile_lib_g 2014-03-27 15:35:51.603741916 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -827,8 +835,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Bin_bhns/Makefile_lib_g Lorene/C++/So
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:26.000000000 -0500
+--- Lorene.orig/C++/Source/Bin_bhns_extr/Makefile 2006-09-11 13:28:27.000000000 +0200
++++ Lorene/C++/Source/Bin_bhns_extr/Makefile 2014-03-27 15:35:51.607741802 +0100
@@ -1,22 +1,24 @@
SHELL=/bin/sh
@@ -870,8 +878,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Bin_bhns_extr/Makefile Lorene/C++/Sou
mkdir Objects_g
- touch Objects_g/_rien.o
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Bin_bhns_extr/Makefile_lib 2006-09-11 13:28:27.000000000 +0200
++++ Lorene/C++/Source/Bin_bhns_extr/Makefile_lib 2014-03-27 15:35:51.610741716 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -882,8 +890,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Bin_bhns_extr/Makefile_lib Lorene/C++
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Bin_bhns_extr/Makefile_lib_g 2006-09-11 13:28:27.000000000 +0200
++++ Lorene/C++/Source/Bin_bhns_extr/Makefile_lib_g 2014-03-27 15:35:51.613741631 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -894,8 +902,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Bin_bhns_extr/Makefile_lib_g Lorene/C
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:26.000000000 -0500
+--- Lorene.orig/C++/Source/Bin_hor/Makefile 2006-09-11 13:28:28.000000000 +0200
++++ Lorene/C++/Source/Bin_hor/Makefile 2014-03-27 15:35:51.616741545 +0100
@@ -1,22 +1,24 @@
SHELL=/bin/sh
@@ -937,8 +945,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Bin_hor/Makefile Lorene/C++/Source/Bi
mkdir Objects_g
- touch Objects_g/_rien.o
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Bin_hor/Makefile_lib 2006-09-11 13:28:28.000000000 +0200
++++ Lorene/C++/Source/Bin_hor/Makefile_lib 2014-03-27 15:35:51.619741460 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -949,8 +957,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Bin_hor/Makefile_lib Lorene/C++/Sourc
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Bin_hor/Makefile_lib_g 2006-09-11 13:28:29.000000000 +0200
++++ Lorene/C++/Source/Bin_hor/Makefile_lib_g 2014-03-27 15:35:51.622741374 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -961,8 +969,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Bin_hor/Makefile_lib_g Lorene/C++/Sou
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:26.000000000 -0500
+--- Lorene.orig/C++/Source/Bin_ns_bh/Makefile 2006-09-11 13:28:31.000000000 +0200
++++ Lorene/C++/Source/Bin_ns_bh/Makefile 2014-03-27 15:35:51.626741260 +0100
@@ -1,22 +1,24 @@
SHELL=/bin/sh
@@ -1004,8 +1012,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Bin_ns_bh/Makefile Lorene/C++/Source/
mkdir Objects_g
- touch Objects_g/_rien.o
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Bin_ns_bh/Makefile_lib 2006-09-11 13:28:31.000000000 +0200
++++ Lorene/C++/Source/Bin_ns_bh/Makefile_lib 2014-03-27 15:35:51.629741174 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -1016,8 +1024,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Bin_ns_bh/Makefile_lib Lorene/C++/Sou
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Bin_ns_bh/Makefile_lib_g 2006-09-11 13:28:31.000000000 +0200
++++ Lorene/C++/Source/Bin_ns_bh/Makefile_lib_g 2014-03-27 15:35:51.632741089 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -1028,8 +1036,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Bin_ns_bh/Makefile_lib_g Lorene/C++/S
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:26.000000000 -0500
+--- Lorene.orig/C++/Source/Bin_ns_ncp/Makefile 2006-09-11 13:28:33.000000000 +0200
++++ Lorene/C++/Source/Bin_ns_ncp/Makefile 2014-03-27 15:35:51.635741003 +0100
@@ -1,22 +1,24 @@
SHELL=/bin/sh
@@ -1071,8 +1079,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Bin_ns_ncp/Makefile Lorene/C++/Source
mkdir Objects_g
- touch Objects_g/_rien.o
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Bin_ns_ncp/Makefile_lib 2006-09-11 13:28:34.000000000 +0200
++++ Lorene/C++/Source/Bin_ns_ncp/Makefile_lib 2014-03-27 15:35:51.638740917 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -1083,8 +1091,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Bin_ns_ncp/Makefile_lib Lorene/C++/So
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Bin_ns_ncp/Makefile_lib_g 2006-09-11 13:28:35.000000000 +0200
++++ Lorene/C++/Source/Bin_ns_ncp/Makefile_lib_g 2014-03-27 15:35:51.641740832 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -1095,8 +1103,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Bin_ns_ncp/Makefile_lib_g Lorene/C++/
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:26.000000000 -0500
+--- Lorene.orig/C++/Source/Black_hole/Makefile 2007-06-22 03:21:27.000000000 +0200
++++ Lorene/C++/Source/Black_hole/Makefile 2014-03-27 15:35:51.644740746 +0100
@@ -1,22 +1,24 @@
SHELL=/bin/sh
@@ -1138,8 +1146,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Black_hole/Makefile Lorene/C++/Source
mkdir Objects_g
- touch Objects_g/_rien.o
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Black_hole/Makefile_lib 2007-06-22 03:21:49.000000000 +0200
++++ Lorene/C++/Source/Black_hole/Makefile_lib 2014-03-27 15:35:51.647740661 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -1150,8 +1158,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Black_hole/Makefile_lib Lorene/C++/So
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Black_hole/Makefile_lib_g 2007-06-22 03:22:08.000000000 +0200
++++ Lorene/C++/Source/Black_hole/Makefile_lib_g 2014-03-27 15:35:51.650740575 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -1162,8 +1170,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Black_hole/Makefile_lib_g Lorene/C++/
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:26.000000000 -0500
+--- Lorene.orig/C++/Source/Champ_cart/Makefile 2006-09-11 13:28:38.000000000 +0200
++++ Lorene/C++/Source/Champ_cart/Makefile 2014-03-27 15:35:51.653740489 +0100
@@ -1,22 +1,24 @@
SHELL=/bin/sh
@@ -1205,8 +1213,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Champ_cart/Makefile Lorene/C++/Source
mkdir Objects_g
- touch Objects_g/_rien.o
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Champ_cart/Makefile_lib 2006-09-11 13:28:38.000000000 +0200
++++ Lorene/C++/Source/Champ_cart/Makefile_lib 2014-03-27 15:35:51.656740404 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -1217,8 +1225,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Champ_cart/Makefile_lib Lorene/C++/So
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Champ_cart/Makefile_lib_g 2006-09-11 13:28:38.000000000 +0200
++++ Lorene/C++/Source/Champ_cart/Makefile_lib_g 2014-03-27 15:35:51.659740318 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -1229,8 +1237,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Champ_cart/Makefile_lib_g Lorene/C++/
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:26.000000000 -0500
+--- Lorene.orig/C++/Source/Change_var/Makefile 2006-09-11 13:28:39.000000000 +0200
++++ Lorene/C++/Source/Change_var/Makefile 2014-03-27 15:35:51.662740232 +0100
@@ -1,22 +1,24 @@
SHELL=/bin/sh
@@ -1272,8 +1280,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Change_var/Makefile Lorene/C++/Source
mkdir Objects_g
- touch Objects_g/_rien.o
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Change_var/Makefile_lib 2006-09-11 13:28:39.000000000 +0200
++++ Lorene/C++/Source/Change_var/Makefile_lib 2014-03-27 15:35:51.665740147 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -1284,8 +1292,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Change_var/Makefile_lib Lorene/C++/So
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Change_var/Makefile_lib_g 2006-09-11 13:28:39.000000000 +0200
++++ Lorene/C++/Source/Change_var/Makefile_lib_g 2014-03-27 15:35:51.668740061 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -1296,8 +1304,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Change_var/Makefile_lib_g Lorene/C++/
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:26.000000000 -0500
+--- Lorene.orig/C++/Source/Cmp/Makefile 2006-09-11 13:28:40.000000000 +0200
++++ Lorene/C++/Source/Cmp/Makefile 2014-03-27 15:35:51.672739947 +0100
@@ -1,22 +1,24 @@
SHELL=/bin/sh
@@ -1339,8 +1347,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Cmp/Makefile Lorene/C++/Source/Cmp/Ma
mkdir Objects_g
- touch Objects_g/_rien.o
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Cmp/Makefile_lib 2006-09-11 13:28:40.000000000 +0200
++++ Lorene/C++/Source/Cmp/Makefile_lib 2014-03-27 15:35:51.674739890 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -1351,8 +1359,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Cmp/Makefile_lib Lorene/C++/Source/Cm
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Cmp/Makefile_lib_g 2006-09-11 13:28:41.000000000 +0200
++++ Lorene/C++/Source/Cmp/Makefile_lib_g 2014-03-27 15:35:51.677739804 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -1363,8 +1371,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Cmp/Makefile_lib_g Lorene/C++/Source/
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:26.000000000 -0500
+--- Lorene.orig/C++/Source/Connection/Makefile 2006-09-11 13:28:42.000000000 +0200
++++ Lorene/C++/Source/Connection/Makefile 2014-03-27 15:35:51.681739690 +0100
@@ -1,22 +1,24 @@
SHELL=/bin/sh
@@ -1406,8 +1414,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Connection/Makefile Lorene/C++/Source
mkdir Objects_g
- touch Objects_g/_rien.o
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Connection/Makefile_lib 2006-09-11 13:28:42.000000000 +0200
++++ Lorene/C++/Source/Connection/Makefile_lib 2014-03-27 15:35:51.683739633 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -1418,8 +1426,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Connection/Makefile_lib Lorene/C++/So
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Connection/Makefile_lib_g 2006-09-11 13:28:42.000000000 +0200
++++ Lorene/C++/Source/Connection/Makefile_lib_g 2014-03-27 15:35:51.686739548 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -1430,8 +1438,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Connection/Makefile_lib_g Lorene/C++/
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:26.000000000 -0500
+--- Lorene.orig/C++/Source/Coord/Makefile 2006-09-11 13:28:43.000000000 +0200
++++ Lorene/C++/Source/Coord/Makefile 2014-03-27 15:35:51.690739433 +0100
@@ -1,22 +1,24 @@
SHELL=/bin/sh
@@ -1473,8 +1481,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Coord/Makefile Lorene/C++/Source/Coor
mkdir Objects_g
- touch Objects_g/_rien.o
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Coord/Makefile_lib 2006-09-11 13:28:43.000000000 +0200
++++ Lorene/C++/Source/Coord/Makefile_lib 2014-03-27 15:35:51.693739348 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -1485,8 +1493,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Coord/Makefile_lib Lorene/C++/Source/
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Coord/Makefile_lib_g 2006-09-11 13:28:43.000000000 +0200
++++ Lorene/C++/Source/Coord/Makefile_lib_g 2014-03-27 15:35:51.695739291 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -1497,8 +1505,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Coord/Makefile_lib_g Lorene/C++/Sourc
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -ru Lorene.orig/C++/Source/CVS/Makefile Lorene/C++/Source/CVS/Makefile
---- Lorene.orig/C++/Source/CVS/Makefile 1969-12-31 18:00:00.000000000 -0600
-+++ Lorene/C++/Source/CVS/Makefile 2010-06-25 21:48:26.000000000 -0500
+--- Lorene.orig/C++/Source/CVS/Makefile 1970-01-01 01:00:00.000000000 +0100
++++ Lorene/C++/Source/CVS/Makefile 2014-03-27 15:35:51.698739205 +0100
@@ -0,0 +1,35 @@
+SHELL=/bin/sh
+
@@ -1536,8 +1544,8 @@ diff --new-file -ru Lorene.orig/C++/Source/CVS/Makefile Lorene/C++/Source/CVS/Ma
+Objects_g:
+ mkdir Objects_g
diff --new-file -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-06-25 21:48:26.000000000 -0500
+--- Lorene.orig/C++/Source/Diff/Makefile 2006-09-11 13:28:44.000000000 +0200
++++ Lorene/C++/Source/Diff/Makefile 2014-03-27 15:35:51.701739119 +0100
@@ -1,22 +1,24 @@
SHELL=/bin/sh
@@ -1579,8 +1587,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Diff/Makefile Lorene/C++/Source/Diff/
mkdir Objects_g
- touch Objects_g/_rien.o
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Diff/Makefile_lib 2006-09-11 13:28:44.000000000 +0200
++++ Lorene/C++/Source/Diff/Makefile_lib 2014-03-27 15:35:51.704739034 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -1591,8 +1599,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Diff/Makefile_lib Lorene/C++/Source/D
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Diff/Makefile_lib_g 2006-09-11 13:28:44.000000000 +0200
++++ Lorene/C++/Source/Diff/Makefile_lib_g 2014-03-27 15:35:51.706738977 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -1603,8 +1611,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Diff/Makefile_lib_g Lorene/C++/Source
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -ru Lorene.orig/C++/Source/Dim_tbl/Makefile Lorene/C++/Source/Dim_tbl/Makefile
---- Lorene.orig/C++/Source/Dim_tbl/Makefile 1969-12-31 18:00:00.000000000 -0600
-+++ Lorene/C++/Source/Dim_tbl/Makefile 2010-06-25 21:48:26.000000000 -0500
+--- Lorene.orig/C++/Source/Dim_tbl/Makefile 1970-01-01 01:00:00.000000000 +0100
++++ Lorene/C++/Source/Dim_tbl/Makefile 2014-03-27 15:35:51.709738891 +0100
@@ -0,0 +1,34 @@
+SHELL=/bin/sh
+
@@ -1641,8 +1649,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Dim_tbl/Makefile Lorene/C++/Source/Di
+Objects_g:
+ mkdir Objects_g
diff --new-file -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-06-25 21:48:26.000000000 -0500
+--- Lorene.orig/C++/Source/Eos/Makefile 2006-09-11 13:28:45.000000000 +0200
++++ Lorene/C++/Source/Eos/Makefile 2014-03-27 15:35:51.712738806 +0100
@@ -1,22 +1,24 @@
SHELL=/bin/sh
@@ -1684,8 +1692,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Eos/Makefile Lorene/C++/Source/Eos/Ma
mkdir Objects_g
- touch Objects_g/_rien.o
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Eos/Makefile_lib 2006-09-11 13:28:45.000000000 +0200
++++ Lorene/C++/Source/Eos/Makefile_lib 2014-03-27 15:35:51.714738748 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -1696,8 +1704,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Eos/Makefile_lib Lorene/C++/Source/Eo
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Eos/Makefile_lib_g 2006-09-11 13:28:45.000000000 +0200
++++ Lorene/C++/Source/Eos/Makefile_lib_g 2014-03-27 15:35:51.717738663 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -1708,8 +1716,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Eos/Makefile_lib_g Lorene/C++/Source/
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:26.000000000 -0500
+--- Lorene.orig/C++/Source/Etoile/Makefile 2006-09-11 13:28:46.000000000 +0200
++++ Lorene/C++/Source/Etoile/Makefile 2014-03-27 15:35:51.721738549 +0100
@@ -1,22 +1,24 @@
SHELL=/bin/sh
@@ -1751,8 +1759,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Etoile/Makefile Lorene/C++/Source/Eto
mkdir Objects_g
- touch Objects_g/_rien.o
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Etoile/Makefile_lib 2006-09-11 13:28:47.000000000 +0200
++++ Lorene/C++/Source/Etoile/Makefile_lib 2014-03-27 15:35:51.723738492 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -1763,8 +1771,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Etoile/Makefile_lib Lorene/C++/Source
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Etoile/Makefile_lib_g 2006-09-11 13:28:47.000000000 +0200
++++ Lorene/C++/Source/Etoile/Makefile_lib_g 2014-03-27 15:35:51.726738406 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -1775,8 +1783,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Etoile/Makefile_lib_g Lorene/C++/Sour
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:26.000000000 -0500
+--- Lorene.orig/C++/Source/Excised_slice/Makefile 2010-01-29 15:44:45.000000000 +0100
++++ Lorene/C++/Source/Excised_slice/Makefile 2014-03-27 15:35:51.730738292 +0100
@@ -1,22 +1,24 @@
SHELL=/bin/sh
@@ -1818,8 +1826,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Excised_slice/Makefile Lorene/C++/Sou
mkdir Objects_g
- touch Objects_g/_rien.o
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Excised_slice/Makefile_lib 2010-01-30 22:54:47.000000000 +0100
++++ Lorene/C++/Source/Excised_slice/Makefile_lib 2014-03-27 15:35:51.733738206 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -1830,8 +1838,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Excised_slice/Makefile_lib Lorene/C++
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Excised_slice/Makefile_lib_g 2010-01-30 22:55:00.000000000 +0100
++++ Lorene/C++/Source/Excised_slice/Makefile_lib_g 2014-03-27 15:35:51.735738149 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -1842,8 +1850,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Excised_slice/Makefile_lib_g Lorene/C
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:26.000000000 -0500
+--- Lorene.orig/C++/Source/Grille3d/Makefile 2006-09-11 13:28:48.000000000 +0200
++++ Lorene/C++/Source/Grille3d/Makefile 2014-03-27 15:35:51.739738035 +0100
@@ -1,22 +1,24 @@
SHELL=/bin/sh
@@ -1885,8 +1893,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Grille3d/Makefile Lorene/C++/Source/G
mkdir Objects_g
- touch Objects_g/_rien.o
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Grille3d/Makefile_lib 2006-09-11 13:28:48.000000000 +0200
++++ Lorene/C++/Source/Grille3d/Makefile_lib 2014-03-27 15:35:51.742737949 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -1897,8 +1905,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Grille3d/Makefile_lib Lorene/C++/Sour
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Grille3d/Makefile_lib_g 2006-09-11 13:28:49.000000000 +0200
++++ Lorene/C++/Source/Grille3d/Makefile_lib_g 2014-03-27 15:35:51.745737864 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -1909,8 +1917,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Grille3d/Makefile_lib_g Lorene/C++/So
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:26.000000000 -0500
+--- Lorene.orig/C++/Source/Grille_cart/Makefile 2006-09-11 13:28:50.000000000 +0200
++++ Lorene/C++/Source/Grille_cart/Makefile 2014-03-27 15:35:51.748737778 +0100
@@ -1,22 +1,24 @@
SHELL=/bin/sh
@@ -1952,8 +1960,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Grille_cart/Makefile Lorene/C++/Sourc
mkdir Objects_g
- touch Objects_g/_rien.o
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Grille_cart/Makefile_lib 2006-09-11 13:28:50.000000000 +0200
++++ Lorene/C++/Source/Grille_cart/Makefile_lib 2014-03-27 15:35:51.751737693 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -1964,8 +1972,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Grille_cart/Makefile_lib Lorene/C++/S
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Grille_cart/Makefile_lib_g 2006-09-11 13:28:50.000000000 +0200
++++ Lorene/C++/Source/Grille_cart/Makefile_lib_g 2014-03-27 15:35:51.754737607 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -1976,8 +1984,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Grille_cart/Makefile_lib_g Lorene/C++
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:26.000000000 -0500
+--- Lorene.orig/C++/Source/Hole_bhns/Makefile 2007-06-22 03:26:10.000000000 +0200
++++ Lorene/C++/Source/Hole_bhns/Makefile 2014-03-27 15:35:51.758737493 +0100
@@ -1,22 +1,24 @@
SHELL=/bin/sh
@@ -2019,8 +2027,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Hole_bhns/Makefile Lorene/C++/Source/
mkdir Objects_g
- touch Objects_g/_rien.o
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Hole_bhns/Makefile_lib 2007-06-22 03:26:31.000000000 +0200
++++ Lorene/C++/Source/Hole_bhns/Makefile_lib 2014-03-27 15:35:51.761737407 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -2031,8 +2039,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Hole_bhns/Makefile_lib Lorene/C++/Sou
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Hole_bhns/Makefile_lib_g 2007-06-22 03:27:14.000000000 +0200
++++ Lorene/C++/Source/Hole_bhns/Makefile_lib_g 2014-03-27 15:35:51.764737322 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -2043,8 +2051,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Hole_bhns/Makefile_lib_g Lorene/C++/S
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:26.000000000 -0500
+--- Lorene.orig/C++/Source/Isol_hole/Makefile 2009-08-31 18:02:42.000000000 +0200
++++ Lorene/C++/Source/Isol_hole/Makefile 2014-03-27 15:35:51.767737236 +0100
@@ -1,22 +1,24 @@
SHELL=/bin/sh
@@ -2086,8 +2094,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Isol_hole/Makefile Lorene/C++/Source/
mkdir Objects_g
- touch Objects_g/_rien.o
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Isol_hole/Makefile_lib 2009-08-31 18:02:42.000000000 +0200
++++ Lorene/C++/Source/Isol_hole/Makefile_lib 2014-03-27 15:35:51.770737150 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -2098,8 +2106,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Isol_hole/Makefile_lib Lorene/C++/Sou
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Isol_hole/Makefile_lib_g 2009-08-31 18:02:42.000000000 +0200
++++ Lorene/C++/Source/Isol_hole/Makefile_lib_g 2014-03-27 15:35:51.773737065 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -2110,8 +2118,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Isol_hole/Makefile_lib_g Lorene/C++/S
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:26.000000000 -0500
+--- Lorene.orig/C++/Source/Isol_hor/Makefile 2006-09-11 13:28:51.000000000 +0200
++++ Lorene/C++/Source/Isol_hor/Makefile 2014-03-27 15:35:51.776736979 +0100
@@ -1,22 +1,24 @@
SHELL=/bin/sh
@@ -2153,8 +2161,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Isol_hor/Makefile Lorene/C++/Source/I
mkdir Objects_g
- touch Objects_g/_rien.o
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Isol_hor/Makefile_lib 2006-09-11 13:28:51.000000000 +0200
++++ Lorene/C++/Source/Isol_hor/Makefile_lib 2014-03-27 15:35:51.779736893 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -2165,8 +2173,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Isol_hor/Makefile_lib Lorene/C++/Sour
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Isol_hor/Makefile_lib_g 2006-09-11 13:28:51.000000000 +0200
++++ Lorene/C++/Source/Isol_hor/Makefile_lib_g 2014-03-27 15:35:51.782736808 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -2177,8 +2185,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Isol_hor/Makefile_lib_g Lorene/C++/So
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:26.000000000 -0500
+--- Lorene.orig/C++/Source/Itbl/Makefile 2006-09-11 13:28:52.000000000 +0200
++++ Lorene/C++/Source/Itbl/Makefile 2014-03-27 15:35:51.786736694 +0100
@@ -1,22 +1,24 @@
SHELL=/bin/sh
@@ -2220,8 +2228,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Itbl/Makefile Lorene/C++/Source/Itbl/
mkdir Objects_g
- touch Objects_g/_rien.o
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Itbl/Makefile_lib 2006-09-11 13:28:52.000000000 +0200
++++ Lorene/C++/Source/Itbl/Makefile_lib 2014-03-27 15:35:51.789736608 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -2232,8 +2240,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Itbl/Makefile_lib Lorene/C++/Source/I
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Itbl/Makefile_lib_g 2006-09-11 13:28:52.000000000 +0200
++++ Lorene/C++/Source/Itbl/Makefile_lib_g 2014-03-27 15:35:51.792736522 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -2244,8 +2252,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Itbl/Makefile_lib_g Lorene/C++/Source
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:26.000000000 -0500
+--- Lorene.orig/C++/Source/Map/Makefile 2006-09-11 13:28:53.000000000 +0200
++++ Lorene/C++/Source/Map/Makefile 2014-03-27 15:35:51.795736437 +0100
@@ -1,22 +1,24 @@
SHELL=/bin/sh
@@ -2287,8 +2295,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Map/Makefile Lorene/C++/Source/Map/Ma
mkdir Objects_g
- touch Objects_g/_rien.o
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Map/Makefile_lib 2006-09-11 13:28:53.000000000 +0200
++++ Lorene/C++/Source/Map/Makefile_lib 2014-03-27 15:35:51.798736351 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -2299,8 +2307,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Map/Makefile_lib Lorene/C++/Source/Ma
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Map/Makefile_lib_g 2006-09-11 13:28:53.000000000 +0200
++++ Lorene/C++/Source/Map/Makefile_lib_g 2014-03-27 15:35:51.801736266 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -2311,8 +2319,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Map/Makefile_lib_g Lorene/C++/Source/
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:26.000000000 -0500
+--- Lorene.orig/C++/Source/Map_cart/Makefile 2006-09-11 13:28:54.000000000 +0200
++++ Lorene/C++/Source/Map_cart/Makefile 2014-03-27 15:35:51.805736151 +0100
@@ -1,22 +1,24 @@
SHELL=/bin/sh
@@ -2354,8 +2362,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Map_cart/Makefile Lorene/C++/Source/M
mkdir Objects_g
- touch Objects_g/_rien.o
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Map_cart/Makefile_lib 2006-09-11 13:28:54.000000000 +0200
++++ Lorene/C++/Source/Map_cart/Makefile_lib 2014-03-27 15:35:51.808736066 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -2366,8 +2374,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Map_cart/Makefile_lib Lorene/C++/Sour
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Map_cart/Makefile_lib_g 2006-09-11 13:28:55.000000000 +0200
++++ Lorene/C++/Source/Map_cart/Makefile_lib_g 2014-03-27 15:35:51.810736009 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -2378,8 +2386,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Map_cart/Makefile_lib_g Lorene/C++/So
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:26.000000000 -0500
+--- Lorene.orig/C++/Source/Matrice/Makefile 2006-09-11 13:28:56.000000000 +0200
++++ Lorene/C++/Source/Matrice/Makefile 2014-03-27 15:35:51.814735895 +0100
@@ -1,22 +1,24 @@
SHELL=/bin/sh
@@ -2421,8 +2429,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Matrice/Makefile Lorene/C++/Source/Ma
mkdir Objects_g
- touch Objects_g/_rien.o
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Matrice/Makefile_lib 2006-09-11 13:28:56.000000000 +0200
++++ Lorene/C++/Source/Matrice/Makefile_lib 2014-03-27 15:35:51.817735809 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -2433,8 +2441,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Matrice/Makefile_lib Lorene/C++/Sourc
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Matrice/Makefile_lib_g 2006-09-11 13:28:56.000000000 +0200
++++ Lorene/C++/Source/Matrice/Makefile_lib_g 2014-03-27 15:35:51.820735723 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -2445,8 +2453,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Matrice/Makefile_lib_g Lorene/C++/Sou
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:26.000000000 -0500
+--- Lorene.orig/C++/Source/Metric/Makefile 2006-09-11 13:28:57.000000000 +0200
++++ Lorene/C++/Source/Metric/Makefile 2014-03-27 15:35:51.822735666 +0100
@@ -1,22 +1,24 @@
SHELL=/bin/sh
@@ -2488,8 +2496,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Metric/Makefile Lorene/C++/Source/Met
mkdir Objects_g
- touch Objects_g/_rien.o
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Metric/Makefile_lib 2006-09-11 13:28:57.000000000 +0200
++++ Lorene/C++/Source/Metric/Makefile_lib 2014-03-27 15:35:51.824735609 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -2500,8 +2508,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Metric/Makefile_lib Lorene/C++/Source
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Metric/Makefile_lib_g 2006-09-11 13:28:57.000000000 +0200
++++ Lorene/C++/Source/Metric/Makefile_lib_g 2014-03-27 15:35:51.825735581 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -2512,8 +2520,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Metric/Makefile_lib_g Lorene/C++/Sour
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:26.000000000 -0500
+--- Lorene.orig/C++/Source/Metrique/Makefile 2006-09-11 13:28:58.000000000 +0200
++++ Lorene/C++/Source/Metrique/Makefile 2014-03-27 15:35:51.826735552 +0100
@@ -1,22 +1,24 @@
SHELL=/bin/sh
@@ -2555,8 +2563,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Metrique/Makefile Lorene/C++/Source/M
mkdir Objects_g
- touch Objects_g/_rien.o
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Metrique/Makefile_lib 2006-09-11 13:28:58.000000000 +0200
++++ Lorene/C++/Source/Metrique/Makefile_lib 2014-03-27 15:35:51.828735495 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -2567,8 +2575,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Metrique/Makefile_lib Lorene/C++/Sour
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Metrique/Makefile_lib_g 2006-09-11 13:28:58.000000000 +0200
++++ Lorene/C++/Source/Metrique/Makefile_lib_g 2014-03-27 15:35:51.829735467 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -2579,8 +2587,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Metrique/Makefile_lib_g Lorene/C++/So
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:26.000000000 -0500
+--- Lorene.orig/C++/Source/Mg3d/Makefile 2006-09-11 13:29:00.000000000 +0200
++++ Lorene/C++/Source/Mg3d/Makefile 2014-03-27 15:35:51.831735409 +0100
@@ -1,22 +1,24 @@
SHELL=/bin/sh
@@ -2622,8 +2630,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Mg3d/Makefile Lorene/C++/Source/Mg3d/
mkdir Objects_g
- touch Objects_g/_rien.o
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Mg3d/Makefile_lib 2006-09-11 13:29:00.000000000 +0200
++++ Lorene/C++/Source/Mg3d/Makefile_lib 2014-03-27 15:35:51.832735381 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -2634,8 +2642,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Mg3d/Makefile_lib Lorene/C++/Source/M
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Mg3d/Makefile_lib_g 2006-09-11 13:29:00.000000000 +0200
++++ Lorene/C++/Source/Mg3d/Makefile_lib_g 2014-03-27 15:35:51.833735352 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -2646,8 +2654,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Mg3d/Makefile_lib_g Lorene/C++/Source
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:26.000000000 -0500
+--- Lorene.orig/C++/Source/Mtbl/Makefile 2006-09-11 13:29:02.000000000 +0200
++++ Lorene/C++/Source/Mtbl/Makefile 2014-03-27 15:35:51.835735295 +0100
@@ -1,22 +1,24 @@
SHELL=/bin/sh
@@ -2689,8 +2697,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Mtbl/Makefile Lorene/C++/Source/Mtbl/
mkdir Objects_g
- touch Objects_g/_rien.o
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Mtbl/Makefile_lib 2006-09-11 13:29:02.000000000 +0200
++++ Lorene/C++/Source/Mtbl/Makefile_lib 2014-03-27 15:35:51.836735267 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -2701,8 +2709,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Mtbl/Makefile_lib Lorene/C++/Source/M
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Mtbl/Makefile_lib_g 2006-09-11 13:29:03.000000000 +0200
++++ Lorene/C++/Source/Mtbl/Makefile_lib_g 2014-03-27 15:35:51.838735210 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -2713,8 +2721,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Mtbl/Makefile_lib_g Lorene/C++/Source
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:26.000000000 -0500
+--- Lorene.orig/C++/Source/Mtbl_cf/Makefile 2006-09-11 13:29:04.000000000 +0200
++++ Lorene/C++/Source/Mtbl_cf/Makefile 2014-03-27 15:35:51.840735153 +0100
@@ -1,22 +1,24 @@
SHELL=/bin/sh
@@ -2756,8 +2764,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Mtbl_cf/Makefile Lorene/C++/Source/Mt
mkdir Objects_g
- touch Objects_g/_rien.o
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Mtbl_cf/Makefile_lib 2006-09-11 13:29:04.000000000 +0200
++++ Lorene/C++/Source/Mtbl_cf/Makefile_lib 2014-03-27 15:35:51.841735124 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -2768,8 +2776,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Mtbl_cf/Makefile_lib Lorene/C++/Sourc
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Mtbl_cf/Makefile_lib_g 2006-09-11 13:29:04.000000000 +0200
++++ Lorene/C++/Source/Mtbl_cf/Makefile_lib_g 2014-03-27 15:35:51.843735067 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -2780,8 +2788,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Mtbl_cf/Makefile_lib_g Lorene/C++/Sou
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:26.000000000 -0500
+--- Lorene.orig/C++/Source/Non_class_members/Coef/FFT991/Makefile 2006-09-11 13:29:07.000000000 +0200
++++ Lorene/C++/Source/Non_class_members/Coef/FFT991/Makefile 2014-03-27 15:35:51.845735010 +0100
@@ -1,22 +1,24 @@
SHELL=/bin/sh
@@ -2823,8 +2831,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Non_class_members/Coef/FFT991/Makefil
mkdir Objects_g
- touch Objects_g/_rien.o
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Non_class_members/Coef/FFT991/Makefile_lib 2006-09-11 13:29:07.000000000 +0200
++++ Lorene/C++/Source/Non_class_members/Coef/FFT991/Makefile_lib 2014-03-27 15:35:51.847734953 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -2835,8 +2843,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Non_class_members/Coef/FFT991/Makefil
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Non_class_members/Coef/FFT991/Makefile_lib_g 2006-09-11 13:29:07.000000000 +0200
++++ Lorene/C++/Source/Non_class_members/Coef/FFT991/Makefile_lib_g 2014-03-27 15:35:51.848734924 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -2847,8 +2855,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Non_class_members/Coef/FFT991/Makefil
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:26.000000000 -0500
+--- Lorene.orig/C++/Source/Non_class_members/Coef/FFTW3/Makefile 2006-09-11 13:29:08.000000000 +0200
++++ Lorene/C++/Source/Non_class_members/Coef/FFTW3/Makefile 2014-03-27 15:35:51.850734867 +0100
@@ -1,22 +1,24 @@
SHELL=/bin/sh
@@ -2890,8 +2898,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Non_class_members/Coef/FFTW3/Makefile
mkdir Objects_g
- touch Objects_g/_rien.o
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Non_class_members/Coef/FFTW3/Makefile_lib 2006-09-11 13:29:08.000000000 +0200
++++ Lorene/C++/Source/Non_class_members/Coef/FFTW3/Makefile_lib 2014-03-27 15:35:51.851734839 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -2902,8 +2910,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Non_class_members/Coef/FFTW3/Makefile
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Non_class_members/Coef/FFTW3/Makefile_lib_g 2006-09-11 13:29:08.000000000 +0200
++++ Lorene/C++/Source/Non_class_members/Coef/FFTW3/Makefile_lib_g 2014-03-27 15:35:51.852734810 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -2914,8 +2922,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Non_class_members/Coef/FFTW3/Makefile
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:26.000000000 -0500
+--- Lorene.orig/C++/Source/Non_class_members/Coef/Makefile 2006-09-11 13:29:06.000000000 +0200
++++ Lorene/C++/Source/Non_class_members/Coef/Makefile 2014-03-27 15:35:51.854734753 +0100
@@ -1,22 +1,24 @@
SHELL=/bin/sh
@@ -2957,8 +2965,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Non_class_members/Coef/Makefile Loren
mkdir Objects_g
- touch Objects_g/_rien.o
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Non_class_members/Coef/Makefile_lib 2006-09-11 13:29:06.000000000 +0200
++++ Lorene/C++/Source/Non_class_members/Coef/Makefile_lib 2014-03-27 15:35:51.855734725 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -2969,8 +2977,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Non_class_members/Coef/Makefile_lib L
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Non_class_members/Coef/Makefile_lib_g 2006-09-11 13:29:06.000000000 +0200
++++ Lorene/C++/Source/Non_class_members/Coef/Makefile_lib_g 2014-03-27 15:35:51.857734667 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -2981,8 +2989,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Non_class_members/Coef/Makefile_lib_g
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:26.000000000 -0500
+--- Lorene.orig/C++/Source/Non_class_members/Graphics/Makefile 2006-09-11 13:29:09.000000000 +0200
++++ Lorene/C++/Source/Non_class_members/Graphics/Makefile 2014-03-27 15:35:51.859734610 +0100
@@ -1,22 +1,24 @@
SHELL=/bin/sh
@@ -3024,8 +3032,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Non_class_members/Graphics/Makefile L
mkdir Objects_g
- touch Objects_g/_rien.o
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Non_class_members/Graphics/Makefile_lib 2006-09-11 13:29:09.000000000 +0200
++++ Lorene/C++/Source/Non_class_members/Graphics/Makefile_lib 2014-03-27 15:35:51.860734582 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -3036,8 +3044,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Non_class_members/Graphics/Makefile_l
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Non_class_members/Graphics/Makefile_lib_g 2006-09-11 13:29:09.000000000 +0200
++++ Lorene/C++/Source/Non_class_members/Graphics/Makefile_lib_g 2014-03-27 15:35:51.862734525 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -3048,8 +3056,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Non_class_members/Graphics/Makefile_l
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -ru Lorene.orig/C++/Source/Non_class_members/Makefile Lorene/C++/Source/Non_class_members/Makefile
---- Lorene.orig/C++/Source/Non_class_members/Makefile 1969-12-31 18:00:00.000000000 -0600
-+++ Lorene/C++/Source/Non_class_members/Makefile 2010-06-25 21:48:26.000000000 -0500
+--- Lorene.orig/C++/Source/Non_class_members/Makefile 1970-01-01 01:00:00.000000000 +0100
++++ Lorene/C++/Source/Non_class_members/Makefile 2014-03-27 15:35:51.863734496 +0100
@@ -0,0 +1,34 @@
+SHELL=/bin/sh
+
@@ -3086,8 +3094,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Non_class_members/Makefile Lorene/C++
+Objects_g:
+ mkdir Objects_g
diff --new-file -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-06-25 21:48:26.000000000 -0500
+--- Lorene.orig/C++/Source/Non_class_members/Operators/Makefile 2006-09-11 13:29:11.000000000 +0200
++++ Lorene/C++/Source/Non_class_members/Operators/Makefile 2014-03-27 15:35:51.864734468 +0100
@@ -1,22 +1,24 @@
SHELL=/bin/sh
@@ -3129,8 +3137,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Non_class_members/Operators/Makefile
mkdir Objects_g
- touch Objects_g/_rien.o
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Non_class_members/Operators/Makefile_lib 2006-09-11 13:29:11.000000000 +0200
++++ Lorene/C++/Source/Non_class_members/Operators/Makefile_lib 2014-03-27 15:35:51.866734411 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -3141,8 +3149,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Non_class_members/Operators/Makefile_
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Non_class_members/Operators/Makefile_lib_g 2006-09-11 13:29:11.000000000 +0200
++++ Lorene/C++/Source/Non_class_members/Operators/Makefile_lib_g 2014-03-27 15:35:51.867734382 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -3153,8 +3161,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Non_class_members/Operators/Makefile_
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:26.000000000 -0500
+--- Lorene.orig/C++/Source/Non_class_members/PDE/Makefile 2006-09-11 13:29:12.000000000 +0200
++++ Lorene/C++/Source/Non_class_members/PDE/Makefile 2014-03-27 15:35:51.869734325 +0100
@@ -1,22 +1,24 @@
SHELL=/bin/sh
@@ -3196,8 +3204,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Non_class_members/PDE/Makefile Lorene
mkdir Objects_g
- touch Objects_g/_rien.o
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Non_class_members/PDE/Makefile_lib 2006-09-11 13:29:12.000000000 +0200
++++ Lorene/C++/Source/Non_class_members/PDE/Makefile_lib 2014-03-27 15:35:51.870734296 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -3208,8 +3216,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Non_class_members/PDE/Makefile_lib Lo
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Non_class_members/PDE/Makefile_lib_g 2006-09-11 13:29:12.000000000 +0200
++++ Lorene/C++/Source/Non_class_members/PDE/Makefile_lib_g 2014-03-27 15:35:51.871734268 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -3220,8 +3228,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Non_class_members/PDE/Makefile_lib_g
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:26.000000000 -0500
+--- Lorene.orig/C++/Source/Non_class_members/Utilities/Makefile 2006-09-11 13:29:13.000000000 +0200
++++ Lorene/C++/Source/Non_class_members/Utilities/Makefile 2014-03-27 15:35:51.873734211 +0100
@@ -1,22 +1,24 @@
SHELL=/bin/sh
@@ -3263,8 +3271,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Non_class_members/Utilities/Makefile
mkdir Objects_g
- touch Objects_g/_rien.o
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Non_class_members/Utilities/Makefile_lib 2006-09-11 13:29:13.000000000 +0200
++++ Lorene/C++/Source/Non_class_members/Utilities/Makefile_lib 2014-03-27 15:35:51.874734182 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -3275,8 +3283,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Non_class_members/Utilities/Makefile_
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Non_class_members/Utilities/Makefile_lib_g 2006-09-11 13:29:15.000000000 +0200
++++ Lorene/C++/Source/Non_class_members/Utilities/Makefile_lib_g 2014-03-27 15:35:51.876734125 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -3287,8 +3295,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Non_class_members/Utilities/Makefile_
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:26.000000000 -0500
+--- Lorene.orig/C++/Source/Ope_elementary/Makefile 2006-09-11 13:29:16.000000000 +0200
++++ Lorene/C++/Source/Ope_elementary/Makefile 2014-03-27 15:35:51.877734097 +0100
@@ -1,22 +1,24 @@
SHELL=/bin/sh
@@ -3330,8 +3338,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Ope_elementary/Makefile Lorene/C++/So
mkdir Objects_g
- touch Objects_g/_rien.o
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Ope_elementary/Makefile_lib 2006-09-11 13:29:16.000000000 +0200
++++ Lorene/C++/Source/Ope_elementary/Makefile_lib 2014-03-27 15:35:51.878734068 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -3342,8 +3350,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Ope_elementary/Makefile_lib Lorene/C+
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Ope_elementary/Makefile_lib_g 2006-09-11 13:29:16.000000000 +0200
++++ Lorene/C++/Source/Ope_elementary/Makefile_lib_g 2014-03-27 15:35:51.880734011 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -3354,8 +3362,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Ope_elementary/Makefile_lib_g Lorene/
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:26.000000000 -0500
+--- Lorene.orig/C++/Source/Ope_elementary/Ope_helmholtz_minus_2d/Makefile 2006-09-11 13:29:17.000000000 +0200
++++ Lorene/C++/Source/Ope_elementary/Ope_helmholtz_minus_2d/Makefile 2014-03-27 15:35:51.881733983 +0100
@@ -1,22 +1,24 @@
SHELL=/bin/sh
@@ -3397,8 +3405,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Ope_elementary/Ope_helmholtz_minus_2d
mkdir Objects_g
- touch Objects_g/_rien.o
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Ope_elementary/Ope_helmholtz_minus_2d/Makefile_lib 2006-09-11 13:29:18.000000000 +0200
++++ Lorene/C++/Source/Ope_elementary/Ope_helmholtz_minus_2d/Makefile_lib 2014-03-27 15:35:51.883733925 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -3409,8 +3417,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Ope_elementary/Ope_helmholtz_minus_2d
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Ope_elementary/Ope_helmholtz_minus_2d/Makefile_lib_g 2006-09-11 13:29:18.000000000 +0200
++++ Lorene/C++/Source/Ope_elementary/Ope_helmholtz_minus_2d/Makefile_lib_g 2014-03-27 15:35:51.884733897 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -3421,8 +3429,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Ope_elementary/Ope_helmholtz_minus_2d
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:26.000000000 -0500
+--- Lorene.orig/C++/Source/Ope_elementary/Ope_helmholtz_minus_pseudo_1d/Makefile 2006-09-11 13:29:19.000000000 +0200
++++ Lorene/C++/Source/Ope_elementary/Ope_helmholtz_minus_pseudo_1d/Makefile 2014-03-27 15:35:51.886733840 +0100
@@ -1,22 +1,24 @@
SHELL=/bin/sh
@@ -3464,8 +3472,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Ope_elementary/Ope_helmholtz_minus_ps
mkdir Objects_g
- touch Objects_g/_rien.o
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Ope_elementary/Ope_helmholtz_minus_pseudo_1d/Makefile_lib 2006-09-11 13:29:19.000000000 +0200
++++ Lorene/C++/Source/Ope_elementary/Ope_helmholtz_minus_pseudo_1d/Makefile_lib 2014-03-27 15:35:51.887733811 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -3476,8 +3484,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Ope_elementary/Ope_helmholtz_minus_ps
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Ope_elementary/Ope_helmholtz_minus_pseudo_1d/Makefile_lib_g 2006-09-11 13:29:19.000000000 +0200
++++ Lorene/C++/Source/Ope_elementary/Ope_helmholtz_minus_pseudo_1d/Makefile_lib_g 2014-03-27 15:35:51.888733783 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -3488,8 +3496,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Ope_elementary/Ope_helmholtz_minus_ps
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:26.000000000 -0500
+--- Lorene.orig/C++/Source/Ope_elementary/Ope_poisson_2d/Makefile 2006-09-11 13:29:21.000000000 +0200
++++ Lorene/C++/Source/Ope_elementary/Ope_poisson_2d/Makefile 2014-03-27 15:35:51.890733726 +0100
@@ -1,22 +1,24 @@
SHELL=/bin/sh
@@ -3531,8 +3539,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Ope_elementary/Ope_poisson_2d/Makefil
mkdir Objects_g
- touch Objects_g/_rien.o
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Ope_elementary/Ope_poisson_2d/Makefile_lib 2006-09-11 13:29:21.000000000 +0200
++++ Lorene/C++/Source/Ope_elementary/Ope_poisson_2d/Makefile_lib 2014-03-27 15:35:51.891733697 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -3543,8 +3551,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Ope_elementary/Ope_poisson_2d/Makefil
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Ope_elementary/Ope_poisson_2d/Makefile_lib_g 2006-09-11 13:29:23.000000000 +0200
++++ Lorene/C++/Source/Ope_elementary/Ope_poisson_2d/Makefile_lib_g 2014-03-27 15:35:51.893733640 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -3555,8 +3563,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Ope_elementary/Ope_poisson_2d/Makefil
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:26.000000000 -0500
+--- Lorene.orig/C++/Source/Ope_elementary/Ope_poisson_pseudo_1d/Makefile 2006-09-11 13:29:24.000000000 +0200
++++ Lorene/C++/Source/Ope_elementary/Ope_poisson_pseudo_1d/Makefile 2014-03-27 15:35:51.894733612 +0100
@@ -1,22 +1,24 @@
SHELL=/bin/sh
@@ -3598,8 +3606,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Ope_elementary/Ope_poisson_pseudo_1d/
mkdir Objects_g
- touch Objects_g/_rien.o
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Ope_elementary/Ope_poisson_pseudo_1d/Makefile_lib 2006-09-11 13:29:24.000000000 +0200
++++ Lorene/C++/Source/Ope_elementary/Ope_poisson_pseudo_1d/Makefile_lib 2014-03-27 15:35:51.896733554 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -3610,8 +3618,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Ope_elementary/Ope_poisson_pseudo_1d/
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Ope_elementary/Ope_poisson_pseudo_1d/Makefile_lib_g 2006-09-11 13:29:24.000000000 +0200
++++ Lorene/C++/Source/Ope_elementary/Ope_poisson_pseudo_1d/Makefile_lib_g 2014-03-27 15:35:51.897733526 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -3622,8 +3630,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Ope_elementary/Ope_poisson_pseudo_1d/
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:26.000000000 -0500
+--- Lorene.orig/C++/Source/Ope_elementary/Ope_pois_vect_r/Makefile 2006-09-11 13:29:20.000000000 +0200
++++ Lorene/C++/Source/Ope_elementary/Ope_pois_vect_r/Makefile 2014-03-27 15:35:51.899733469 +0100
@@ -1,22 +1,24 @@
SHELL=/bin/sh
@@ -3665,8 +3673,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Ope_elementary/Ope_pois_vect_r/Makefi
mkdir Objects_g
- touch Objects_g/_rien.o
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Ope_elementary/Ope_pois_vect_r/Makefile_lib 2006-09-11 13:29:20.000000000 +0200
++++ Lorene/C++/Source/Ope_elementary/Ope_pois_vect_r/Makefile_lib 2014-03-27 15:35:51.900733440 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -3677,8 +3685,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Ope_elementary/Ope_pois_vect_r/Makefi
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Ope_elementary/Ope_pois_vect_r/Makefile_lib_g 2006-09-11 13:29:20.000000000 +0200
++++ Lorene/C++/Source/Ope_elementary/Ope_pois_vect_r/Makefile_lib_g 2014-03-27 15:35:51.902733383 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -3689,8 +3697,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Ope_elementary/Ope_pois_vect_r/Makefi
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:26.000000000 -0500
+--- Lorene.orig/C++/Source/Ope_elementary/Ope_sec_order/Makefile 2006-09-11 13:29:25.000000000 +0200
++++ Lorene/C++/Source/Ope_elementary/Ope_sec_order/Makefile 2014-03-27 15:35:51.904733326 +0100
@@ -1,22 +1,24 @@
SHELL=/bin/sh
@@ -3732,8 +3740,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Ope_elementary/Ope_sec_order/Makefile
mkdir Objects_g
- touch Objects_g/_rien.o
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Ope_elementary/Ope_sec_order/Makefile_lib 2006-09-11 13:29:25.000000000 +0200
++++ Lorene/C++/Source/Ope_elementary/Ope_sec_order/Makefile_lib 2014-03-27 15:35:51.905733298 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -3744,8 +3752,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Ope_elementary/Ope_sec_order/Makefile
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Ope_elementary/Ope_sec_order/Makefile_lib_g 2006-09-11 13:29:25.000000000 +0200
++++ Lorene/C++/Source/Ope_elementary/Ope_sec_order/Makefile_lib_g 2014-03-27 15:35:51.906733269 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -3756,8 +3764,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Ope_elementary/Ope_sec_order/Makefile
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:26.000000000 -0500
+--- Lorene.orig/C++/Source/Ope_elementary/Ope_sec_order_r2/Makefile 2006-09-11 13:29:26.000000000 +0200
++++ Lorene/C++/Source/Ope_elementary/Ope_sec_order_r2/Makefile 2014-03-27 15:35:51.908733212 +0100
@@ -1,22 +1,24 @@
SHELL=/bin/sh
@@ -3799,8 +3807,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Ope_elementary/Ope_sec_order_r2/Makef
mkdir Objects_g
- touch Objects_g/_rien.o
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Ope_elementary/Ope_sec_order_r2/Makefile_lib 2006-09-11 13:29:26.000000000 +0200
++++ Lorene/C++/Source/Ope_elementary/Ope_sec_order_r2/Makefile_lib 2014-03-27 15:35:51.909733183 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -3811,8 +3819,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Ope_elementary/Ope_sec_order_r2/Makef
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Ope_elementary/Ope_sec_order_r2/Makefile_lib_g 2006-09-11 13:29:26.000000000 +0200
++++ Lorene/C++/Source/Ope_elementary/Ope_sec_order_r2/Makefile_lib_g 2014-03-27 15:35:51.911733126 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -3823,8 +3831,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Ope_elementary/Ope_sec_order_r2/Makef
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:26.000000000 -0500
+--- Lorene.orig/C++/Source/Ope_elementary/Ope_vorton/Makefile 2007-04-24 11:13:23.000000000 +0200
++++ Lorene/C++/Source/Ope_elementary/Ope_vorton/Makefile 2014-03-27 15:35:51.912733098 +0100
@@ -1,22 +1,24 @@
SHELL=/bin/sh
@@ -3866,8 +3874,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Ope_elementary/Ope_vorton/Makefile Lo
mkdir Objects_g
- touch Objects_g/_rien.o
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Ope_elementary/Ope_vorton/Makefile_lib 2007-04-24 11:13:23.000000000 +0200
++++ Lorene/C++/Source/Ope_elementary/Ope_vorton/Makefile_lib 2014-03-27 15:35:51.914733041 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -3878,8 +3886,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Ope_elementary/Ope_vorton/Makefile_li
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Ope_elementary/Ope_vorton/Makefile_lib_g 2007-04-24 11:13:23.000000000 +0200
++++ Lorene/C++/Source/Ope_elementary/Ope_vorton/Makefile_lib_g 2014-03-27 15:35:51.915733012 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -3890,8 +3898,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Ope_elementary/Ope_vorton/Makefile_li
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:26.000000000 -0500
+--- Lorene.orig/C++/Source/Param/Makefile 2006-09-11 13:29:27.000000000 +0200
++++ Lorene/C++/Source/Param/Makefile 2014-03-27 15:35:51.917732955 +0100
@@ -1,22 +1,24 @@
SHELL=/bin/sh
@@ -3933,8 +3941,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Param/Makefile Lorene/C++/Source/Para
mkdir Objects_g
- touch Objects_g/_rien.o
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Param/Makefile_lib 2006-09-11 13:29:28.000000000 +0200
++++ Lorene/C++/Source/Param/Makefile_lib 2014-03-27 15:35:51.918732927 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -3945,8 +3953,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Param/Makefile_lib Lorene/C++/Source/
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Param/Makefile_lib_g 2006-09-11 13:29:28.000000000 +0200
++++ Lorene/C++/Source/Param/Makefile_lib_g 2014-03-27 15:35:51.920732870 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -3957,8 +3965,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Param/Makefile_lib_g Lorene/C++/Sourc
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:26.000000000 -0500
+--- Lorene.orig/C++/Source/Param_elliptic/Makefile 2006-09-11 13:29:29.000000000 +0200
++++ Lorene/C++/Source/Param_elliptic/Makefile 2014-03-27 15:35:51.922732812 +0100
@@ -1,22 +1,24 @@
SHELL=/bin/sh
@@ -4000,8 +4008,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Param_elliptic/Makefile Lorene/C++/So
mkdir Objects_g
- touch Objects_g/_rien.o
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Param_elliptic/Makefile_lib 2006-09-11 13:29:29.000000000 +0200
++++ Lorene/C++/Source/Param_elliptic/Makefile_lib 2014-03-27 15:35:51.923732784 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -4012,8 +4020,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Param_elliptic/Makefile_lib Lorene/C+
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Param_elliptic/Makefile_lib_g 2006-09-11 13:29:29.000000000 +0200
++++ Lorene/C++/Source/Param_elliptic/Makefile_lib_g 2014-03-27 15:35:51.925732727 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -4024,8 +4032,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Param_elliptic/Makefile_lib_g Lorene/
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:26.000000000 -0500
+--- Lorene.orig/C++/Source/QuadriD/Makefile 2006-09-11 13:29:30.000000000 +0200
++++ Lorene/C++/Source/QuadriD/Makefile 2014-03-27 15:35:51.926732698 +0100
@@ -1,22 +1,24 @@
SHELL=/bin/sh
@@ -4067,8 +4075,8 @@ diff --new-file -ru Lorene.orig/C++/Source/QuadriD/Makefile Lorene/C++/Source/Qu
mkdir Objects_g
- touch Objects_g/_rien.o
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/QuadriD/Makefile_lib 2006-09-11 13:29:30.000000000 +0200
++++ Lorene/C++/Source/QuadriD/Makefile_lib 2014-03-27 15:35:51.928732641 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -4079,8 +4087,8 @@ diff --new-file -ru Lorene.orig/C++/Source/QuadriD/Makefile_lib Lorene/C++/Sourc
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/QuadriD/Makefile_lib_g 2006-09-11 13:29:30.000000000 +0200
++++ Lorene/C++/Source/QuadriD/Makefile_lib_g 2014-03-27 15:35:51.929732613 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -4091,8 +4099,8 @@ diff --new-file -ru Lorene.orig/C++/Source/QuadriD/Makefile_lib_g Lorene/C++/Sou
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:26.000000000 -0500
+--- Lorene.orig/C++/Source/Star/Makefile 2006-09-11 13:29:31.000000000 +0200
++++ Lorene/C++/Source/Star/Makefile 2014-03-27 15:35:51.930732584 +0100
@@ -1,22 +1,24 @@
SHELL=/bin/sh
@@ -4134,8 +4142,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Star/Makefile Lorene/C++/Source/Star/
mkdir Objects_g
- touch Objects_g/_rien.o
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Star/Makefile_lib 2006-09-11 13:29:31.000000000 +0200
++++ Lorene/C++/Source/Star/Makefile_lib 2014-03-27 15:35:51.932732527 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -4146,8 +4154,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Star/Makefile_lib Lorene/C++/Source/S
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Star/Makefile_lib_g 2006-09-11 13:29:31.000000000 +0200
++++ Lorene/C++/Source/Star/Makefile_lib_g 2014-03-27 15:35:51.933732499 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -4158,8 +4166,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Star/Makefile_lib_g Lorene/C++/Source
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:26.000000000 -0500
+--- Lorene.orig/C++/Source/Star_bhns/Makefile 2007-06-22 03:28:41.000000000 +0200
++++ Lorene/C++/Source/Star_bhns/Makefile 2014-03-27 15:35:51.935732441 +0100
@@ -1,22 +1,24 @@
SHELL=/bin/sh
@@ -4201,8 +4209,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Star_bhns/Makefile Lorene/C++/Source/
mkdir Objects_g
- touch Objects_g/_rien.o
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Star_bhns/Makefile_lib 2007-06-22 03:29:03.000000000 +0200
++++ Lorene/C++/Source/Star_bhns/Makefile_lib 2014-03-27 15:35:51.936732413 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -4213,8 +4221,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Star_bhns/Makefile_lib Lorene/C++/Sou
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Star_bhns/Makefile_lib_g 2007-06-22 03:29:20.000000000 +0200
++++ Lorene/C++/Source/Star_bhns/Makefile_lib_g 2014-03-27 15:35:51.937732384 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -4225,8 +4233,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Star_bhns/Makefile_lib_g Lorene/C++/S
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:26.000000000 -0500
+--- Lorene.orig/C++/Source/Tbl/Makefile 2006-09-11 13:29:32.000000000 +0200
++++ Lorene/C++/Source/Tbl/Makefile 2014-03-27 15:35:51.939732327 +0100
@@ -1,22 +1,24 @@
SHELL=/bin/sh
@@ -4268,8 +4276,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Tbl/Makefile Lorene/C++/Source/Tbl/Ma
mkdir Objects_g
- touch Objects_g/_rien.o
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Tbl/Makefile_lib 2006-09-11 13:29:32.000000000 +0200
++++ Lorene/C++/Source/Tbl/Makefile_lib 2014-03-27 15:35:51.940732299 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -4280,8 +4288,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Tbl/Makefile_lib Lorene/C++/Source/Tb
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Tbl/Makefile_lib_g 2006-09-11 13:29:32.000000000 +0200
++++ Lorene/C++/Source/Tbl/Makefile_lib_g 2014-03-27 15:35:51.941732270 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -4292,8 +4300,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Tbl/Makefile_lib_g Lorene/C++/Source/
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:26.000000000 -0500
+--- Lorene.orig/C++/Source/Tenseur/Makefile 2006-09-11 13:29:33.000000000 +0200
++++ Lorene/C++/Source/Tenseur/Makefile 2014-03-27 15:35:51.943732213 +0100
@@ -1,22 +1,24 @@
SHELL=/bin/sh
@@ -4335,8 +4343,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Tenseur/Makefile Lorene/C++/Source/Te
mkdir Objects_g
- touch Objects_g/_rien.o
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Tenseur/Makefile_lib 2006-09-11 13:29:33.000000000 +0200
++++ Lorene/C++/Source/Tenseur/Makefile_lib 2014-03-27 15:35:51.944732185 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -4347,8 +4355,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Tenseur/Makefile_lib Lorene/C++/Sourc
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Tenseur/Makefile_lib_g 2006-09-11 13:29:34.000000000 +0200
++++ Lorene/C++/Source/Tenseur/Makefile_lib_g 2014-03-27 15:35:51.945732156 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -4359,8 +4367,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Tenseur/Makefile_lib_g Lorene/C++/Sou
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:26.000000000 -0500
+--- Lorene.orig/C++/Source/Tensor/Makefile 2006-09-11 13:29:35.000000000 +0200
++++ Lorene/C++/Source/Tensor/Makefile 2014-03-27 15:35:51.947732099 +0100
@@ -1,22 +1,24 @@
SHELL=/bin/sh
@@ -4402,8 +4410,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Tensor/Makefile Lorene/C++/Source/Ten
mkdir Objects_g
- touch Objects_g/_rien.o
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Tensor/Makefile_lib 2006-09-11 13:29:35.000000000 +0200
++++ Lorene/C++/Source/Tensor/Makefile_lib 2014-03-27 15:35:51.948732070 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -4414,8 +4422,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Tensor/Makefile_lib Lorene/C++/Source
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Tensor/Makefile_lib_g 2006-09-11 13:29:35.000000000 +0200
++++ Lorene/C++/Source/Tensor/Makefile_lib_g 2014-03-27 15:35:51.950732013 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -4426,8 +4434,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Tensor/Makefile_lib_g Lorene/C++/Sour
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:26.000000000 -0500
+--- Lorene.orig/C++/Source/Tensor/Scalar/Makefile 2006-09-11 13:29:36.000000000 +0200
++++ Lorene/C++/Source/Tensor/Scalar/Makefile 2014-03-27 15:35:51.951731985 +0100
@@ -1,22 +1,24 @@
SHELL=/bin/sh
@@ -4469,8 +4477,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Tensor/Scalar/Makefile Lorene/C++/Sou
mkdir Objects_g
- touch Objects_g/_rien.o
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Tensor/Scalar/Makefile_lib 2006-09-11 13:29:36.000000000 +0200
++++ Lorene/C++/Source/Tensor/Scalar/Makefile_lib 2014-03-27 15:35:51.953731928 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -4481,8 +4489,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Tensor/Scalar/Makefile_lib Lorene/C++
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Tensor/Scalar/Makefile_lib_g 2006-09-11 13:29:36.000000000 +0200
++++ Lorene/C++/Source/Tensor/Scalar/Makefile_lib_g 2014-03-27 15:35:51.954731899 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -4493,8 +4501,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Tensor/Scalar/Makefile_lib_g Lorene/C
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:26.000000000 -0500
+--- Lorene.orig/C++/Source/Time_slice/Makefile 2006-09-11 13:29:37.000000000 +0200
++++ Lorene/C++/Source/Time_slice/Makefile 2014-03-27 15:35:51.955731871 +0100
@@ -1,22 +1,24 @@
SHELL=/bin/sh
@@ -4536,8 +4544,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Time_slice/Makefile Lorene/C++/Source
mkdir Objects_g
- touch Objects_g/_rien.o
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Time_slice/Makefile_lib 2006-09-11 13:29:37.000000000 +0200
++++ Lorene/C++/Source/Time_slice/Makefile_lib 2014-03-27 15:35:51.957731814 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -4548,8 +4556,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Time_slice/Makefile_lib Lorene/C++/So
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Time_slice/Makefile_lib_g 2006-09-11 13:29:37.000000000 +0200
++++ Lorene/C++/Source/Time_slice/Makefile_lib_g 2014-03-27 15:35:51.958731785 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -4560,8 +4568,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Time_slice/Makefile_lib_g Lorene/C++/
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:26.000000000 -0500
+--- Lorene.orig/C++/Source/Valencia/Makefile 2006-09-11 13:29:38.000000000 +0200
++++ Lorene/C++/Source/Valencia/Makefile 2014-03-27 15:35:51.959731757 +0100
@@ -1,22 +1,24 @@
SHELL=/bin/sh
@@ -4603,8 +4611,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Valencia/Makefile Lorene/C++/Source/V
mkdir Objects_g
- touch Objects_g/_rien.o
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Valencia/Makefile_lib 2006-09-11 13:29:38.000000000 +0200
++++ Lorene/C++/Source/Valencia/Makefile_lib 2014-03-27 15:35:51.961731699 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -4615,8 +4623,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Valencia/Makefile_lib Lorene/C++/Sour
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Valencia/Makefile_lib_g 2006-09-11 13:29:38.000000000 +0200
++++ Lorene/C++/Source/Valencia/Makefile_lib_g 2014-03-27 15:35:51.962731671 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -4627,8 +4635,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Valencia/Makefile_lib_g Lorene/C++/So
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:26.000000000 -0500
+--- Lorene.orig/C++/Source/Valeur/Makefile 2006-09-11 13:29:39.000000000 +0200
++++ Lorene/C++/Source/Valeur/Makefile 2014-03-27 15:35:51.964731614 +0100
@@ -1,22 +1,24 @@
SHELL=/bin/sh
@@ -4670,8 +4678,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Valeur/Makefile Lorene/C++/Source/Val
mkdir Objects_g
- touch Objects_g/_rien.o
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Valeur/Makefile_lib 2006-09-11 13:29:39.000000000 +0200
++++ Lorene/C++/Source/Valeur/Makefile_lib 2014-03-27 15:35:51.965731585 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -4682,8 +4690,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Valeur/Makefile_lib Lorene/C++/Source
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/C++/Source/Valeur/Makefile_lib_g 2006-09-11 13:29:39.000000000 +0200
++++ Lorene/C++/Source/Valeur/Makefile_lib_g 2014-03-27 15:35:51.966731557 +0100
@@ -8,8 +8,6 @@
LIB = $(HOME_LORENE)/Lib
@@ -4694,8 +4702,8 @@ diff --new-file -ru Lorene.orig/C++/Source/Valeur/Makefile_lib_g Lorene/C++/Sour
%.o: %.C
@$(MAKEDEPEND); \
diff --new-file -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-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/Export/C++/Makefile 2001-12-18 23:27:04.000000000 +0100
++++ Lorene/Export/C++/Makefile 2014-03-27 15:35:51.968731500 +0100
@@ -2,24 +2,12 @@
include $(HOME_LORENE)/local_settings
@@ -4723,8 +4731,8 @@ diff --new-file -ru Lorene.orig/Export/C++/Makefile Lorene/Export/C++/Makefile
- $(CXX) $(CXXFLAGS) -o $@ $(HOME_LORENE)/Inst_tools/pointCpointo.C
-
diff --new-file -ru Lorene.orig/Export/C++/Source/Makefile Lorene/Export/C++/Source/Makefile
---- Lorene.orig/Export/C++/Source/Makefile 2009-11-19 10:15:21.000000000 -0600
-+++ Lorene/Export/C++/Source/Makefile 2010-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/Export/C++/Source/Makefile 2009-11-19 17:15:21.000000000 +0100
++++ Lorene/Export/C++/Source/Makefile 2014-03-27 15:35:51.970731443 +0100
@@ -1,22 +1,24 @@
SHELL=/bin/sh
@@ -4768,8 +4776,8 @@ diff --new-file -ru Lorene.orig/Export/C++/Source/Makefile Lorene/Export/C++/Sou
- touch Objects_g/_rien.o
+endif
diff --new-file -ru Lorene.orig/F77/Makefile Lorene/F77/Makefile
---- Lorene.orig/F77/Makefile 2001-11-20 09:19:30.000000000 -0600
-+++ Lorene/F77/Makefile 2010-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/F77/Makefile 2001-11-20 16:19:30.000000000 +0100
++++ Lorene/F77/Makefile 2014-03-27 15:35:51.971731414 +0100
@@ -1,28 +1,21 @@
SHELL=/bin/sh
@@ -4812,8 +4820,8 @@ diff --new-file -ru Lorene.orig/F77/Makefile Lorene/F77/Makefile
-$(LIB):
- mkdir $@
diff --new-file -ru Lorene.orig/F77/Source/Makefile Lorene/F77/Source/Makefile
---- Lorene.orig/F77/Source/Makefile 2006-09-11 06:29:43.000000000 -0500
-+++ Lorene/F77/Source/Makefile 2010-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/F77/Source/Makefile 2006-09-11 13:29:43.000000000 +0200
++++ Lorene/F77/Source/Makefile 2014-03-27 15:35:51.973731357 +0100
@@ -1,8 +1,7 @@
SHELL=/bin/sh
@@ -4825,8 +4833,8 @@ diff --new-file -ru Lorene.orig/F77/Source/Makefile Lorene/F77/Source/Makefile
install: $(LIB)/liblorenef77_g.a $(LIB)/liblorenef77.a
diff --new-file -ru Lorene.orig/global_settings Lorene/global_settings
---- Lorene.orig/global_settings 1969-12-31 18:00:00.000000000 -0600
-+++ Lorene/global_settings 2010-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/global_settings 1970-01-01 01:00:00.000000000 +0100
++++ Lorene/global_settings 2014-03-27 15:35:51.974731328 +0100
@@ -0,0 +1,11 @@
+include $(HOME_LORENE)/local_settings
+
@@ -4840,8 +4848,8 @@ diff --new-file -ru Lorene.orig/global_settings Lorene/global_settings
+ XARGS=xargs
+endif
diff --new-file -ru Lorene.orig/Makefile Lorene/Makefile
---- Lorene.orig/Makefile 2009-11-22 11:06:11.000000000 -0600
-+++ Lorene/Makefile 2010-06-25 21:48:02.000000000 -0500
+--- Lorene.orig/Makefile 2009-11-22 18:06:11.000000000 +0100
++++ Lorene/Makefile 2014-03-27 15:35:51.975731300 +0100
@@ -1,5 +1,10 @@
SHELL=/bin/sh