1pkgdatadir = $(datadir)/games/@PACKAGE@/Parts/Bpeck
2
3pkgdata_src = Bpeck-Larm.affine Bpeck-Larm01.dat \
4		Bpeck-Lelbow.affine Bpeck-Lelbow01.dat \
5		Bpeck-Lfoot.affine Bpeck-Lfoot01.dat \
6		Bpeck-Lforearm.affine Bpeck-Lforearm01.dat \
7		Bpeck-Lhand.affine Bpeck-Lhand01.dat \
8		Bpeck-Lknee.affine Bpeck-Lknee01.dat \
9		Bpeck-Lshin.affine Bpeck-Lshin01.dat \
10		Bpeck-Lshoulder.affine Bpeck-Lshoulder01.dat \
11		Bpeck-Lthigh.affine Bpeck-Lthigh01.dat \
12		Bpeck-Rankle.affine Bpeck-Rankle01.dat \
13		Bpeck-Rarm.affine Bpeck-Rarm01.dat \
14		Bpeck-Relbow.affine Bpeck-Relbow01.dat \
15		Bpeck-Rfoot.affine Bpeck-Rfoot01.dat \
16		Bpeck-Rforearm.affine Bpeck-Rforearm01.dat \
17		Bpeck-Rhand.affine Bpeck-Rhand01.dat \
18		Bpeck-Rknee.affine Bpeck-Rknee01.dat \
19		Bpeck-Rshin.affine Bpeck-Rshin01.dat \
20		Bpeck-Rshoulder.affine Bpeck-Rshoulder01.dat \
21		Bpeck-Rthigh.affine Bpeck-Rthigh01.dat \
22		Bpeck-chest.affine Bpeck-chest01.dat \
23		Bpeck-head.affine Bpeck-head01.dat \
24		Bpeck-hip.affine Bpeck-hip01.dat \
25		Bpeck-racket.affine Bpeck-racket01.dat \
26		Bpeck-center.affine Bpeck-center01.dat \
27		Bpeck-chest.quaternion Bpeck-head.quaternion \
28		Bpeck-Lshoulder.quaternion Bpeck-Lelbow.quaternion \
29		Bpeck-Rshoulder.quaternion Bpeck-Relbow.quaternion \
30		Bpeck-Rhand.quaternion Bpeck-hip.quaternion
31
32pkgdata_DATA = $(pkgdata_src)
33
34EXTRA_DIST = $(wildcard *.affine) $(wildcard *.dat) $(wildcard *.quaternion)
35