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