# TODO get rid of this. Bullet headers are horribly coded for Linux:
# the toplevel include all btBulletDynamicsCommon.h uses #include "subdir"
# instead of the better #include "bullet/subdir".
#
# So we are forced to add it to the search path.
#
# Maybe some cmake magic would prevent that?
#
I := -I/usr/local/include/bullet -I/usr/include/bullet
LIBS := \
	-lBullet2FileLoader \
	-lBullet3Collision \
	-lBullet3Common \
	-lBullet3Dynamics \
	-lBullet3Geometry \
	-lBullet3OpenCL_clew \
	-lBulletCollision \
	-lBulletDynamics \
	-lBulletSoftBody \
	-lLinearMath
