bld.install_files('${GLMARK_DATA_PATH}/models',
	bld.path.ant_glob('models/*'))

bld.install_files('${GLMARK_DATA_PATH}/shaders',
	bld.path.ant_glob('shaders/*'))

bld.install_files('${GLMARK_DATA_PATH}/textures',
	bld.path.ant_glob('textures/*'))
