Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/Makefile.am
blob: f7d300d7e8a0b16b697d392415f46ea55070c349 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
SUBDIRS = gcompris read_colors advanced_colors babymatch babyshapes imageid imagename missing_letter paintings doubleentry geography geography_country chronos

xmldir = $(pkgdatadir)/@PACKAGE_DATA_DIR@

xml_in_files = \
	administration.xml.in \
	advanced_colors.xml.in \
	algebra_by.xml.in \
	algebra_group.xml.in \
	algebra_guesscount.xml.in \
	algebramenu.xml.in \
	algebra_minus.xml.in \
	algebra_plus.xml.in \
	algorithm.xml.in \
	anim.xml.in \
	awele.xml.in \
	babymatch.xml.in \
	babyshapes.xml.in \
	ballcatch.xml.in \
	bargame.xml.in \
	billard.xml.in \
	canal_lock.xml.in \
	chat.xml.in \
	chess_computer.xml.in \
	chess_movelearn.xml.in \
	chess_partyend.xml.in \
	chess.xml.in \
	chronos.xml.in \
	clickanddraw.xml.in \
	clickgame.xml.in \
	click_on_letter.xml.in \
	clockgame.xml.in \
	colors_group.xml.in \
	colors.xml.in \
	computer.xml.in \
	connect4.xml.in \
	connect4-2players.xml.in \
	crane.xml.in \
	discovery.xml.in \
	doubleclick.xml.in \
	doubleentry.xml.in \
	draw.xml.in \
	drawnumber.xml.in \
	electric.xml.in \
	enumerate.xml.in \
	erase_clic.xml.in \
	erase_doubleclick.xml.in \
	erase.xml.in \
	experience.xml.in \
	experimental.xml.in \
	fifteen.xml.in \
	followline.xml.in \
	fun.xml.in \
	geography.xml.in \
	geography_country.xml.in \
	geometry.xml.in \
	gletters.xml.in \
	gnumch-equality.xml.in \
	gnumch-factors.xml.in \
	gnumch-inequality.xml.in \
	gnumchmenu.xml.in \
	gnumch-multiples.xml.in \
	gnumch-primes.xml.in \
	guessnumber.xml.in \
	hanoi_real.xml.in \
	hanoi.xml.in \
	hexagon.xml.in \
	imageid.xml.in \
	imagename.xml.in \
	keyboard.xml.in \
	leftright.xml.in \
	login.xml.in \
	magic_hat_plus.xml.in \
	magic_hat_minus.xml.in \
	math.xml.in \
	maze2DRelative.xml.in \
	maze3D.xml.in \
	mazeInvisible.xml.in \
	mazeMenu.xml.in \
	maze.xml.in \
	melody.xml.in \
	memory_group.xml.in \
	memory_sound_tux.xml.in \
	memory_sound.xml.in \
	memory_op_group.xml.in \
	memory_op_group_tux.xml.in \
	memory_add.xml.in \
	memory_add_tux.xml.in \
	memory_minus.xml.in \
	memory_minus_tux.xml.in \
	memory_mult.xml.in \
	memory_mult_tux.xml.in \
	memory_div.xml.in \
	memory_div_tux.xml.in \
	memory_add_minus.xml.in \
	memory_add_minus_tux.xml.in \
	memory_mult_div.xml.in \
	memory_mult_div_tux.xml.in \
	memory_add_minus_mult_div.xml.in \
	memory_add_minus_mult_div_tux.xml.in \
	memory_tux.xml.in \
	memory.xml.in \
	menu.xml.in \
	miscelaneous.xml.in \
	missing_letter.xml.in \
	money_cents.xml.in \
	money.xml.in \
	mosaic.xml.in \
	mouse.xml.in \
	numeration.xml.in \
	paintings.xml.in \
	paratrooper.xml.in \
	planegame.xml.in \
	puzzle.xml.in \
	pythontemplate.xml.in \
	pythontest.xml.in \
	railroad.xml.in \
	read_colors.xml.in \
	readingh.xml.in \
	readingv.xml.in \
	reading.xml.in \
	redraw_symmetrical.xml.in \
	redraw.xml.in \
	reversecount.xml.in \
	scalesboard.xml.in \
	searace1player.xml.in \
	searace.xml.in \
	smallnumbers2.xml.in \
	smallnumbers.xml.in \
	sound_group.xml.in \
	strategy.xml.in \
	submarine.xml.in \
	sudoku.xml.in \
	superbrain.xml.in \
	tangram.xml.in \
	target.xml.in \
	traffic.xml.in \
	tuxpaint.xml.in \
	watercycle.xml.in \
	wordprocessor.xml.in \
	wordsgame.xml.in


xml_DATA = $(xml_in_files:.xml.in=.xml)

# Do not use the INTLTOOL_XML_RULE, we don't need to embed the translations
# in the file themselves. GCompris pick the translations from the po file at
# runtime.
#
$(xml_DATA): %.xml: %.xml.in
	sed -e "s/\(<\{1\}\/*\)_/\1/g" $< > $@

# Use this directive and instead of the one above to embed the translations
# in the xml files directly, this is needed for the tool gcompris2spip
#@INTLTOOL_XML_RULE@

CLEANFILES = $(xml_DATA)