2014-08-11 21:25:06 +02:00
|
|
|
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
|
|
|
#
|
|
|
|
# This file is part of the LibreOffice project.
|
|
|
|
#
|
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
#
|
|
|
|
|
|
|
|
$(eval $(call gb_Package_Package,slideshow_opengl_shader,$(SRCDIR)/slideshow/opengl))
|
|
|
|
|
2014-10-03 14:51:51 +03:00
|
|
|
$(eval $(call gb_Package_add_files,slideshow_opengl_shader,$(LIBO_ETC_FOLDER)/opengl,\
|
2014-08-13 02:01:52 +02:00
|
|
|
basicVertexShader.glsl \
|
2015-11-20 20:13:03 +00:00
|
|
|
basicFragmentShader.glsl \
|
2014-08-13 02:01:52 +02:00
|
|
|
dissolveFragmentShader.glsl \
|
2015-11-20 20:13:04 +00:00
|
|
|
fadeBlackFragmentShader.glsl \
|
|
|
|
fadeFragmentShader.glsl \
|
2015-12-09 21:39:35 +00:00
|
|
|
glitterVertexShader.glsl \
|
|
|
|
glitterFragmentShader.glsl \
|
2015-12-09 21:39:34 +00:00
|
|
|
honeycombVertexShader.glsl \
|
|
|
|
honeycombGeometryShader.glsl \
|
|
|
|
honeycombFragmentShader.glsl \
|
2015-11-20 20:13:05 +00:00
|
|
|
reflectionVertexShader.glsl \
|
|
|
|
reflectionFragmentShader.glsl \
|
2014-08-13 02:01:52 +02:00
|
|
|
staticFragmentShader.glsl \
|
2015-10-26 17:05:38 +02:00
|
|
|
vortexVertexShader.glsl \
|
2016-01-20 21:04:37 +00:00
|
|
|
vortexGeometryShader.glsl \
|
2016-02-09 09:27:47 +00:00
|
|
|
vortexFragmentShader.glsl \
|
2015-11-05 23:31:35 +02:00
|
|
|
rippleFragmentShader.glsl \
|
2014-08-11 21:25:06 +02:00
|
|
|
))
|
|
|
|
|
|
|
|
# vim: set noet sw=4 ts=4:
|