blob: aa71173f38e1d413e33dff1c2254ff51a30cc320 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
examplesdir = $(pkgdatadir)/examples
examples_DATA = \
animation.scm \
coroutine.scm \
font.scm \
particles.scm \
shader.scm \
simple.scm \
tilemap.scm
imagedir = $(pkgdatadir)/examples/images
image_DATA = \
images/bullet.png \
images/p1_front.png \
images/princess.png \
images/stars.png \
images/tiles.png
shaderdir = $(pkgdatadir)/examples/shaders
shader_DATA = \
shaders/vertex-shader.glsl \
shaders/fragment-shader.glsl
|