1INCLUDES=-I..
2
3lib_LTLIBRARIES = librsMath.la
4
5librsMath_la_SOURCES = rsMatrix.cpp rsQuat.cpp rsTrigonometry.c rsVec.cpp
6
7