Nouvelle arborescence pour l'ensemble du projet. Création de Makefile-s extensibles...
commit8d451caef2a1cbf1a444c4635f614426a462c54e
authorEtienne Wodey <etienne.wodey@epfl.ch>
Sun, 7 Mar 2010 16:09:29 +0000 (7 17:09 +0100)
committerEtienne Wodey <etienne.wodey@epfl.ch>
Sun, 7 Mar 2010 16:09:29 +0000 (7 17:09 +0100)
treeaaf05ebb248d630bcf7c59cbf10f2ce06a89efd2
parent4be7cf79fe891656a188363f80f9736c34e63862
Nouvelle arborescence pour l'ensemble du projet. Création de Makefile-s extensibles. Pour le développement, la partie 'math' est compilée comme une bibliothèque dynamique. Il faut ajouter repo/math dans LD_LIBRARY_PATH pour pouvoir utiliser les dérivés de libmath.
12 files changed:
Makefile
math/Makefile [new file with mode: 0644]
math/inc/sqmatrix3.h [moved from sqmatrix3.h with 100% similarity]
math/inc/vector.h [moved from vector.h with 100% similarity]
math/inc/vector3.h [moved from vector3.h with 100% similarity]
math/src/sqmatrix3.cc [moved from sqmatrix3.cc with 97% similarity]
math/src/vector.cc [moved from vector.cc with 100% similarity]
math/src/vector3.cc [moved from vector3.cc with 98% similarity]
testing/Makefile [new file with mode: 0644]
testing/math/testSqMatrix3.cc [moved from testSqMatrix3.cc with 100% similarity]
testing/math/testVector.cc [moved from testVector.cc with 100% similarity]
testing/math/testVector3.cc [moved from testvector3.cc with 100% similarity]