| 2 |
|
|
| 3 |
|
TestMain = $(Main) |
| 4 |
|
|
| 5 |
+ |
|
| 6 |
|
Source = MainTest.cpp \ |
| 7 |
|
RectMatrixTestCase.cpp \ |
| 8 |
|
SquareMatrixTestCase.cpp \ |
| 9 |
|
SquareMatrix3TestCase.cpp \ |
| 10 |
|
VectorTestCase.cpp \ |
| 11 |
|
Vector3TestCase.cpp \ |
| 12 |
< |
Quaternion.cpp |
| 12 |
> |
QuaternionTestCase.cpp |
| 13 |
|
|
| 14 |
+ |
#Source = MainTest.cpp \ |
| 15 |
+ |
RectMatrixTestCase.cpp \ |
| 16 |
+ |
SquareMatrixTestCase.cpp \ |
| 17 |
+ |
SquareMatrix3TestCase.cpp \ |
| 18 |
+ |
VectorTestCase.cpp \ |
| 19 |
+ |
Vector3TestCase.cpp \ |
| 20 |
+ |
QuaternionTestCase.cpp |
| 21 |
|
|
| 22 |
|
DEV_ROOT = ../.. |
| 23 |
|
UseMPI = no |
| 24 |
|
ParallelDeclare = -DIS_MPI |
| 25 |
< |
CppCompiler = icpc |
| 26 |
< |
Linker = icpc |
| 25 |
> |
CppCompiler = icpc -g |
| 26 |
> |
Linker = icpc -g |
| 27 |
|
Delete = /bin/rm -rf |
| 28 |
|
MakeDepend = makedepend |
| 29 |
|
|