~ubuntu-branches/ubuntu/precise/pingus/precise

« back to all changes in this revision

Viewing changes to data/images/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Cyril Brulebois
  • Date: 2008-02-28 19:44:25 UTC
  • mfrom: (4.1.4 hardy)
  • Revision ID: james.westby@ubuntu.com-20080228194425-e8ilohlijv02kgcf
Tags: 0.7.2-2
* Fix FTBFS with gcc-4.3 by adding the missing include in
  src/input/evdev_device.cpp (Closes: #462238):
   + debian/patches/20_fix_FTBFS_with_gcc-4.3.
* Rename former patch so that the filename reflects the order in which
  the patches are applied:
   - debian/patches/data_dir.patch
   + debian/patches/10_fix_data_directory.
* Bump Standards-Version from 3.7.2 to 3.7.3, no changes needed.
* Add a dh_desktop call in the arch-dep part of debian/rules.
* Adjust the “missing-dep-for-interpreter guile” override since lintian
  now lists an alternative for that dependency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Pingus - A free Lemmings clone
2
 
# Copyright (C) 1999 Ingo Ruhnke <grumbel@gmx.de>
3
 
#
4
 
# This program is free software; you can redistribute it and/or
5
 
# modify it under the terms of the GNU General Public License
6
 
# as published by the Free Software Foundation; either version 2
7
 
# of the License, or (at your option) any later version.
8
 
#
9
 
# This program is distributed in the hope that it will be useful,
10
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
11
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12
 
# GNU General Public License for more details.
13
 
#
14
 
# You should have received a copy of the GNU General Public License
15
 
# along with this program; if not, write to the Free Software
16
 
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
17
 
 
18
 
pkgdatadir = $(datadir)/games/@PACKAGE@/images
19
 
 
20
 
nobase_pkgdata_DATA = backgrounds/large_star.png \
21
 
backgrounds/middle_star.png \
22
 
backgrounds/small_star.png \
23
 
backgrounds/starfield_icon.png \
24
 
core/buttons/armageddon_anim.png \
25
 
core/buttons/buttonbackground.png \
26
 
core/buttons/buttonbackgroundhl.png \
27
 
core/buttons/fast_forward.png \
28
 
core/buttons/hbuttonbg.png \
29
 
core/buttons/hbuttonbgb.png \
30
 
core/buttons/info.png \
31
 
core/buttons/pause.png \
32
 
core/cursors/animcross.png \
33
 
core/cursors/arrow_left.png \
34
 
core/cursors/arrow_right.png \
35
 
core/cursors/cap.png \
36
 
core/cursors/capture.png \
37
 
core/cursors/capwrong.png \
38
 
core/cursors/cross.png \
39
 
core/cursors/cursor.png \
40
 
core/cursors/editor.png \
41
 
core/cursors/scroll.png \
42
 
core/editor/actions.png \
43
 
core/editor/button.png \
44
 
core/editor/button_pressed.png \
45
 
core/editor/home.png \
46
 
core/editor/logo.png \
47
 
core/editor/region-zoom.png \
48
 
core/editor/start_pos.png \
49
 
core/editor/tb_clock_run.png \
50
 
core/editor/tb_copy.png \
51
 
core/editor/tb_edit.png \
52
 
core/editor/tb_exit.png \
53
 
core/editor/tb_help.png \
54
 
core/editor/tb_index.png \
55
 
core/editor/tb_new.png \
56
 
core/editor/tb_open.png \
57
 
core/editor/tb_preferences.png \
58
 
core/editor/tb_save.png \
59
 
core/editor/tb_trash.png \
60
 
core/editor/weather_rain.png \
61
 
core/editor/weather_snow.png \
62
 
core/editor/zoom-in.png \
63
 
core/editor/zoom-out.png \
64
 
core/menu/create_on.png \
65
 
core/menu/credits_on.png \
66
 
core/menu/exit_button_hover.png \
67
 
core/menu/exit_button_normal.png \
68
 
core/menu/exit_button_pressed.png \
69
 
core/menu/exit_menu.png \
70
 
core/menu/exit_on.png \
71
 
core/menu/layer1.jpg \
72
 
core/menu/layer1.png \
73
 
core/menu/layer2.png \
74
 
core/menu/layer3.png \
75
 
core/menu/layer4.png \
76
 
core/menu/layer5.png \
77
 
core/menu/multi_on.png \
78
 
core/menu/options_on.png \
79
 
core/menu/play_on.png \
80
 
core/menu/startscreenbg.jpg \
81
 
core/menu/worldscreenbg.jpg \
82
 
core/misc/404.png \
83
 
core/misc/chalk_pingu1.png \
84
 
core/misc/chalk_pingu2.png \
85
 
core/misc/chalk_pingu3.png \
86
 
core/misc/chalk_pingu4.png \
87
 
core/misc/creditpingu.png \
88
 
core/misc/flag0.png \
89
 
core/misc/flag1.png \
90
 
core/misc/flag2.png \
91
 
core/misc/flag3.png \
92
 
core/misc/infinity.png \
93
 
core/misc/loading.png \
94
 
core/misc/logo.png \
95
 
core/misc/next.png \
96
 
core/misc/next_hover.png \
97
 
core/misc/pingubw.png \
98
 
core/misc/smallmap_entrance.png \
99
 
core/misc/smallmap_exit.png \
100
 
core/misc/start_back.png \
101
 
core/misc/start_back_clicked.png \
102
 
core/misc/start_back_hover.png \
103
 
core/misc/start_ok.png \
104
 
core/misc/start_ok_clicked.png \
105
 
core/misc/start_ok_hover.png \
106
 
core/misc/unplayable.png \
107
 
core/misc/unplayable2.png \
108
 
core/worldmap/arrow.png \
109
 
core/worldmap/credits_button_hover.png \
110
 
core/worldmap/credits_button_normal.png \
111
 
core/worldmap/credits_button_pressed.png \
112
 
core/worldmap/dot_green.png \
113
 
core/worldmap/dot_green_hl.png \
114
 
core/worldmap/dot_invalid.png \
115
 
core/worldmap/dot_red.png \
116
 
core/worldmap/dot_red_hl.png \
117
 
core/worldmap/enter_button_hover.png \
118
 
core/worldmap/enter_button_normal.png \
119
 
core/worldmap/enter_button_pressed.png \
120
 
core/worldmap/flaggreen.png \
121
 
core/worldmap/leave_button_hover.png \
122
 
core/worldmap/leave_button_normal.png \
123
 
core/worldmap/leave_button_pressed.png \
124
 
core/worldmap/levelname_bg.png \
125
 
core/worldmap/pingus.png \
126
 
core/worldmap/pingus_standing.png \
127
 
core/worldmap/story_button_hover.png \
128
 
core/worldmap/story_button_normal.png \
129
 
core/worldmap/story_button_pressed.png \
130
 
core/worldmap/tube.png \
131
 
entrances/cloudent.png \
132
 
entrances/entrance.png \
133
 
entrances/eyes_entrance.png \
134
 
entrances/eyes_entrance_anim.png \
135
 
entrances/eyes_underlay.png \
136
 
entrances/generic.png \
137
 
entrances/industrial.png \
138
 
entrances/industrial_top.png \
139
 
entrances/snow_back.png \
140
 
entrances/snow_front.png \
141
 
entrances/space.png \
142
 
entrances/wood_bottom.png \
143
 
entrances/wood_top.png \
144
 
entrances/woodthing_mov.png \
145
 
entrances/woodthing_nmov.png \
146
 
exits/crystal.png \
147
 
exits/desert_tut.png \
148
 
exits/desertexit.png \
149
 
exits/ice.png \
150
 
exits/ice2.png \
151
 
exits/industrial.png \
152
 
exits/mud.png \
153
 
exits/ordina.png \
154
 
exits/sortie.png \
155
 
exits/sortie_anim.png \
156
 
exits/space.png \
157
 
exits/stone.png \
158
 
exits/sweetexit.png \
159
 
fonts/chalk_large.png \
160
 
fonts/chalk_normal.png \
161
 
fonts/chalk_small.png \
162
 
fonts/courier_small2.png \
163
 
fonts/number_fnt.png \
164
 
fonts/pingus2.png \
165
 
fonts/pingus4.png \
166
 
fonts/pingus_small3.png \
167
 
fonts/pingus_small4.png \
168
 
fonts/pingus_small4_fix_num.png \
169
 
fonts/smallfont.png \
170
 
fonts/smallfont_h.png \
171
 
fonts/xterm.png \
172
 
groundpieces/bridge/misc/bridge_left.png \
173
 
groundpieces/bridge/misc/bridge_right.png \
174
 
groundpieces/bridge/space/grid1.png \
175
 
groundpieces/bridge/space/grid2.png \
176
 
groundpieces/bridge/space/grid3.png \
177
 
groundpieces/ground/crystal/block.png \
178
 
groundpieces/ground/crystal/column.png \
179
 
groundpieces/ground/crystal/diagcrystal.png \
180
 
groundpieces/ground/crystal/hexcrystal.png \
181
 
groundpieces/ground/crystal/horiz.png \
182
 
groundpieces/ground/crystal/horiz2.png \
183
 
groundpieces/ground/crystal/pipe.png \
184
 
groundpieces/ground/crystal/pipeend.png \
185
 
groundpieces/ground/crystal/platform.png \
186
 
groundpieces/ground/crystal/platform2.png \
187
 
groundpieces/ground/crystal/pointleft.png \
188
 
groundpieces/ground/crystal/pointright.png \
189
 
groundpieces/ground/crystal/skinnycrystal.png \
190
 
groundpieces/ground/crystal/smcrystal.png \
191
 
groundpieces/ground/crystal/tesselate.png \
192
 
groundpieces/ground/desert/bigblock-broken1.png \
193
 
groundpieces/ground/desert/bigblock-broken2.png \
194
 
groundpieces/ground/desert/bigblock-broken3.png \
195
 
groundpieces/ground/desert/bigdune1.png \
196
 
groundpieces/ground/desert/bigprickpiece.png \
197
 
groundpieces/ground/desert/bigsand.png \
198
 
groundpieces/ground/desert/blobdune.png \
199
 
groundpieces/ground/desert/column.png \
200
 
groundpieces/ground/desert/column_piece1.png \
201
 
groundpieces/ground/desert/column_piece2.png \
202
 
groundpieces/ground/desert/column_piece3.png \
203
 
groundpieces/ground/desert/domedune.png \
204
 
groundpieces/ground/desert/flat.png \
205
 
groundpieces/ground/desert/flatdune.png \
206
 
groundpieces/ground/desert/leftsmallbrick.png \
207
 
groundpieces/ground/desert/leftsmallsand.png \
208
 
groundpieces/ground/desert/mediumsand.png \
209
 
groundpieces/ground/desert/middleprickpiece.png \
210
 
groundpieces/ground/desert/peakdune.png \
211
 
groundpieces/ground/desert/pillar1.png \
212
 
groundpieces/ground/desert/pillar2.png \
213
 
groundpieces/ground/desert/pillar3.png \
214
 
groundpieces/ground/desert/platform.png \
215
 
groundpieces/ground/desert/platform_left.png \
216
 
groundpieces/ground/desert/platform_right.png \
217
 
groundpieces/ground/desert/rightsmallbrick.png \
218
 
groundpieces/ground/desert/rightsmallsand.png \
219
 
groundpieces/ground/desert/sluggydu.png \
220
 
groundpieces/ground/desert/smallbrickpiece.png \
221
 
groundpieces/ground/desert/smallsand.png \
222
 
groundpieces/ground/foliage/flax1.png \
223
 
groundpieces/ground/foliage/flax2.png \
224
 
groundpieces/ground/foliage/midtree1.png \
225
 
groundpieces/ground/foliage/midtree2.png \
226
 
groundpieces/ground/foliage/oak1.png \
227
 
groundpieces/ground/foliage/rock1.png \
228
 
groundpieces/ground/foliage/rock2.png \
229
 
groundpieces/ground/foliage/rock3.png \
230
 
groundpieces/ground/foliage/rock4.png \
231
 
groundpieces/ground/foliage/rock5.png \
232
 
groundpieces/ground/foliage/rock6.png \
233
 
groundpieces/ground/foliage/smallbush.png \
234
 
groundpieces/ground/foliage/smallbush2.png \
235
 
groundpieces/ground/foliage/smallbush3.png \
236
 
groundpieces/ground/foliage/talltree.png \
237
 
groundpieces/ground/green/piece1.png \
238
 
groundpieces/ground/green/piece2.png \
239
 
groundpieces/ground/green/piece3.png \
240
 
groundpieces/ground/industrial/pipe1.png \
241
 
groundpieces/ground/industrial/pipe2.png \
242
 
groundpieces/ground/industrial/pipe3.png \
243
 
groundpieces/ground/industrial/pipe4.png \
244
 
groundpieces/ground/industrial/pipe5.png \
245
 
groundpieces/ground/industrial/pipe6.png \
246
 
groundpieces/ground/industrial/pipe7.png \
247
 
groundpieces/ground/industrial/pipe8.png \
248
 
groundpieces/ground/industrial/pipe_bl.png \
249
 
groundpieces/ground/industrial/pipe_br.png \
250
 
groundpieces/ground/industrial/pipe_ul.png \
251
 
groundpieces/ground/industrial/pipe_ur.png \
252
 
groundpieces/ground/jungle/branch1.png \
253
 
groundpieces/ground/jungle/branch2.png \
254
 
groundpieces/ground/jungle/branch3.png \
255
 
groundpieces/ground/jungle/branch4.png \
256
 
groundpieces/ground/jungle/branch5.png \
257
 
groundpieces/ground/jungle/branch6.png \
258
 
groundpieces/ground/jungle/carabatree.png \
259
 
groundpieces/ground/jungle/carabatreemedium.png \
260
 
groundpieces/ground/jungle/carabatreesmall.png \
261
 
groundpieces/ground/jungle/stick1.png \
262
 
groundpieces/ground/jungle/stick2.png \
263
 
groundpieces/ground/jungle/stick3.png \
264
 
groundpieces/ground/jungle/stick4.png \
265
 
groundpieces/ground/jungle/stick5.png \
266
 
groundpieces/ground/jungle/twist.png \
267
 
groundpieces/ground/jungle/twistsmooth.png \
268
 
groundpieces/ground/misc/bpiece1.png \
269
 
groundpieces/ground/misc/bpiece2.png \
270
 
groundpieces/ground/misc/bpiece3.png \
271
 
groundpieces/ground/misc/bpiece4.png \
272
 
groundpieces/ground/misc/bpiece5.png \
273
 
groundpieces/ground/misc/bpiece6.png \
274
 
groundpieces/ground/misc/bpiece7.png \
275
 
groundpieces/ground/misc/bpiece8.png \
276
 
groundpieces/ground/misc/bpiece9.png \
277
 
groundpieces/ground/misc/brick1.png \
278
 
groundpieces/ground/misc/brick2.png \
279
 
groundpieces/ground/misc/brick3.png \
280
 
groundpieces/ground/misc/brick4.png \
281
 
groundpieces/ground/misc/brick5.png \
282
 
groundpieces/ground/misc/bridge1.png \
283
 
groundpieces/ground/misc/bridge2.png \
284
 
groundpieces/ground/misc/column.png \
285
 
groundpieces/ground/misc/column_down.png \
286
 
groundpieces/ground/misc/column_flat.png \
287
 
groundpieces/ground/misc/column_flat_left.png \
288
 
groundpieces/ground/misc/column_flat_right.png \
289
 
groundpieces/ground/misc/column_horz.png \
290
 
groundpieces/ground/misc/column_up.png \
291
 
groundpieces/ground/misc/column_vert.png \
292
 
groundpieces/ground/misc/dragon.png \
293
 
groundpieces/ground/misc/green1.png \
294
 
groundpieces/ground/misc/green2.png \
295
 
groundpieces/ground/misc/grey_stone1.png \
296
 
groundpieces/ground/misc/grey_stone2.png \
297
 
groundpieces/ground/misc/grey_stone3.png \
298
 
groundpieces/ground/misc/grey_stone4.png \
299
 
groundpieces/ground/misc/grey_stone5.png \
300
 
groundpieces/ground/misc/grey_stone6.png \
301
 
groundpieces/ground/misc/pfosten.png \
302
 
groundpieces/ground/misc/piece1.png \
303
 
groundpieces/ground/misc/piece2.png \
304
 
groundpieces/ground/misc/spike.png \
305
 
groundpieces/ground/misc/stone0.png \
306
 
groundpieces/ground/misc/stone1.png \
307
 
groundpieces/ground/misc/stone2.png \
308
 
groundpieces/ground/misc/stone3.png \
309
 
groundpieces/ground/misc/stone4.png \
310
 
groundpieces/ground/misc/stone5.png \
311
 
groundpieces/ground/misc/stone6.png \
312
 
groundpieces/ground/misc/stone7.png \
313
 
groundpieces/ground/misc/stoneblock1.png \
314
 
groundpieces/ground/misc/stoneblock2.png \
315
 
groundpieces/ground/misc/stoneblock3.png \
316
 
groundpieces/ground/misc/stoneblock5.png \
317
 
groundpieces/ground/misc/stoneblock6.png \
318
 
groundpieces/ground/misc/tree.png \
319
 
groundpieces/ground/misc/well.png \
320
 
groundpieces/ground/misc/wood1.png \
321
 
groundpieces/ground/misc/wood2.png \
322
 
groundpieces/ground/mud/mudpiece1.png \
323
 
groundpieces/ground/mud/mudpiece2.png \
324
 
groundpieces/ground/mud/mudpiece3.png \
325
 
groundpieces/ground/mushroom/toadstool1.png \
326
 
groundpieces/ground/mushroom/toadstool2.png \
327
 
groundpieces/ground/mushroom/toadstool3.png \
328
 
groundpieces/ground/mushroom/toadstool4.png \
329
 
groundpieces/ground/ordina/cable1.png \
330
 
groundpieces/ground/ordina/cable2.png \
331
 
groundpieces/ground/ordina/cdrom1.png \
332
 
groundpieces/ground/ordina/clavier1.png \
333
 
groundpieces/ground/ordina/cpu1.png \
334
 
groundpieces/ground/ordina/ecran.png \
335
 
groundpieces/ground/ordina/sol2.png \
336
 
groundpieces/ground/ordina/sol3.png \
337
 
groundpieces/ground/ordina/sol4.png \
338
 
groundpieces/ground/real/fish.png \
339
 
groundpieces/ground/real/green1.png \
340
 
groundpieces/ground/real/green2.png \
341
 
groundpieces/ground/real/real1.png \
342
 
groundpieces/ground/real/real10.png \
343
 
groundpieces/ground/real/real11.png \
344
 
groundpieces/ground/real/real12.png \
345
 
groundpieces/ground/real/real13.png \
346
 
groundpieces/ground/real/real14.png \
347
 
groundpieces/ground/real/real15.png \
348
 
groundpieces/ground/real/real16.png \
349
 
groundpieces/ground/real/real17.png \
350
 
groundpieces/ground/real/real18.png \
351
 
groundpieces/ground/real/real19.png \
352
 
groundpieces/ground/real/real2.png \
353
 
groundpieces/ground/real/real20.png \
354
 
groundpieces/ground/real/real21.png \
355
 
groundpieces/ground/real/real22.png \
356
 
groundpieces/ground/real/real23.png \
357
 
groundpieces/ground/real/real24.png \
358
 
groundpieces/ground/real/real25.png \
359
 
groundpieces/ground/real/real26.png \
360
 
groundpieces/ground/real/real27.png \
361
 
groundpieces/ground/real/real28.png \
362
 
groundpieces/ground/real/real29.png \
363
 
groundpieces/ground/real/real3.png \
364
 
groundpieces/ground/real/real30.png \
365
 
groundpieces/ground/real/real34.png \
366
 
groundpieces/ground/real/real35.png \
367
 
groundpieces/ground/real/real36.png \
368
 
groundpieces/ground/real/real37.png \
369
 
groundpieces/ground/real/real4.png \
370
 
groundpieces/ground/real/real5.png \
371
 
groundpieces/ground/real/real6.png \
372
 
groundpieces/ground/real/real7.png \
373
 
groundpieces/ground/real/real8.png \
374
 
groundpieces/ground/real/real9.png \
375
 
groundpieces/ground/rock/blackrock1.png \
376
 
groundpieces/ground/rock/blackrock2.png \
377
 
groundpieces/ground/rock/blackrock3.png \
378
 
groundpieces/ground/rock/blackrock4.png \
379
 
groundpieces/ground/rock/stone1.png \
380
 
groundpieces/ground/signposts/arrow_down.png \
381
 
groundpieces/ground/signposts/arrow_left.png \
382
 
groundpieces/ground/signposts/arrow_right.png \
383
 
groundpieces/ground/signposts/arrow_up.png \
384
 
groundpieces/ground/signposts/danger.png \
385
 
groundpieces/ground/snow/block1.png \
386
 
groundpieces/ground/snow/block2.png \
387
 
groundpieces/ground/snow/block3.png \
388
 
groundpieces/ground/snow/block4.png \
389
 
groundpieces/ground/snow/cabin.png \
390
 
groundpieces/ground/snow/cabin_winter.png \
391
 
groundpieces/ground/snow/diablock1.png \
392
 
groundpieces/ground/snow/diablock2.png \
393
 
groundpieces/ground/snow/diablock3.png \
394
 
groundpieces/ground/snow/gpiece1.png \
395
 
groundpieces/ground/snow/groundice.png \
396
 
groundpieces/ground/snow/ice1.png \
397
 
groundpieces/ground/snow/ice2.png \
398
 
groundpieces/ground/snow/ice3.png \
399
 
groundpieces/ground/snow/iceblock1.png \
400
 
groundpieces/ground/snow/icepiece1.png \
401
 
groundpieces/ground/snow/igloo.png \
402
 
groundpieces/ground/snow/piece1.png \
403
 
groundpieces/ground/snow/piece10.png \
404
 
groundpieces/ground/snow/piece2.png \
405
 
groundpieces/ground/snow/piece3.png \
406
 
groundpieces/ground/snow/piece7.png \
407
 
groundpieces/ground/snow/piece8.png \
408
 
groundpieces/ground/snow/piece9.png \
409
 
groundpieces/ground/snow/pillar1.png \
410
 
groundpieces/ground/snow/pillar2.png \
411
 
groundpieces/ground/snow/slopedr.png \
412
 
groundpieces/ground/snow/snowball1.png \
413
 
groundpieces/ground/snow/snowman.png \
414
 
groundpieces/ground/snow/way.png \
415
 
groundpieces/ground/snow/xmas-tree.png \
416
 
groundpieces/ground/sortie/ball1.png \
417
 
groundpieces/ground/sortie/ball2.png \
418
 
groundpieces/ground/sortie/ball3.png \
419
 
groundpieces/ground/sortie/ball4.png \
420
 
groundpieces/ground/sortie/column.png \
421
 
groundpieces/ground/sortie/column2.png \
422
 
groundpieces/ground/sortie/column3.png \
423
 
groundpieces/ground/sortie/plate_forme.png \
424
 
groundpieces/ground/sortie/plate_forme_left.png \
425
 
groundpieces/ground/sortie/plate_forme_right.png \
426
 
groundpieces/ground/sortie/tentacle1.png \
427
 
groundpieces/ground/space/block1.png \
428
 
groundpieces/ground/space/diagonal.png \
429
 
groundpieces/ground/space/diagonalr.png \
430
 
groundpieces/ground/space/smallblock1.png \
431
 
groundpieces/ground/space/smallblock2.png \
432
 
groundpieces/ground/space/smallblock3.png \
433
 
groundpieces/ground/space/smalltower.png \
434
 
groundpieces/ground/space/tower1.png \
435
 
groundpieces/ground/space/way.png \
436
 
groundpieces/ground/sweets/allsort1.png \
437
 
groundpieces/ground/sweets/allsort2.png \
438
 
groundpieces/ground/sweets/aquachoc.png \
439
 
groundpieces/ground/sweets/cake1.png \
440
 
groundpieces/ground/sweets/cake2.png \
441
 
groundpieces/ground/sweets/cake3.png \
442
 
groundpieces/ground/sweets/cake4.png \
443
 
groundpieces/ground/sweets/cake5.png \
444
 
groundpieces/ground/sweets/canestalk.png \
445
 
groundpieces/ground/sweets/canestub.png \
446
 
groundpieces/ground/sweets/canetop.png \
447
 
groundpieces/ground/sweets/chocbar.png \
448
 
groundpieces/ground/sweets/chocbloc-lowleft.png \
449
 
groundpieces/ground/sweets/chocbloc-lowright.png \
450
 
groundpieces/ground/sweets/chocbloc-topleft.png \
451
 
groundpieces/ground/sweets/chocbloc-topright.png \
452
 
groundpieces/ground/sweets/chocbloc.png \
453
 
groundpieces/ground/sweets/goldchoc.png \
454
 
groundpieces/ground/sweets/greenjellybaby.png \
455
 
groundpieces/ground/sweets/icecream.png \
456
 
groundpieces/ground/sweets/jube1.png \
457
 
groundpieces/ground/sweets/jube2.png \
458
 
groundpieces/ground/sweets/lollipop-purp.png \
459
 
groundpieces/ground/sweets/lollipop.png \
460
 
groundpieces/ground/sweets/mmblue.png \
461
 
groundpieces/ground/sweets/mmbrown.png \
462
 
groundpieces/ground/sweets/mmred.png \
463
 
groundpieces/ground/sweets/mmyellow.png \
464
 
groundpieces/ground/sweets/purpchoc.png \
465
 
groundpieces/ground/sweets/purplechoc.png \
466
 
groundpieces/ground/sweets/redjellybaby.png \
467
 
groundpieces/ground/test/test1.png \
468
 
groundpieces/ground/test/test10.png \
469
 
groundpieces/ground/test/test2.png \
470
 
groundpieces/ground/test/test3.png \
471
 
groundpieces/ground/test/test4.png \
472
 
groundpieces/ground/test/test5.png \
473
 
groundpieces/ground/test/test6.png \
474
 
groundpieces/ground/test/test7.png \
475
 
groundpieces/ground/test/test8.png \
476
 
groundpieces/ground/test/test9.png \
477
 
groundpieces/remove/misc/column1.png \
478
 
groundpieces/remove/misc/dia1.png \
479
 
groundpieces/remove/misc/rect1.png \
480
 
groundpieces/remove/misc/rect2.png \
481
 
groundpieces/solid/crystal/rectsolid.png \
482
 
groundpieces/solid/crystal/smallsolid.png \
483
 
groundpieces/solid/crystal/squaresolid.png \
484
 
groundpieces/solid/desert/bigbrickpiece.png \
485
 
groundpieces/solid/desert/leftsmallbrick.png \
486
 
groundpieces/solid/desert/middlebrickpiece.png \
487
 
groundpieces/solid/desert/smallbrickpiece.png \
488
 
groundpieces/solid/industrial/greybri1.png \
489
 
groundpieces/solid/industrial/greybri2.png \
490
 
groundpieces/solid/industrial/greybri3.png \
491
 
groundpieces/solid/industrial/greybri5.png \
492
 
groundpieces/solid/industrial/joint1.png \
493
 
groundpieces/solid/industrial/joint2.png \
494
 
groundpieces/solid/industrial/joint3.png \
495
 
groundpieces/solid/industrial/joint4.png \
496
 
groundpieces/solid/industrial/joint5.png \
497
 
groundpieces/solid/industrial/rivet.png \
498
 
groundpieces/solid/industrial/screw.png \
499
 
groundpieces/solid/industrial/steel1.png \
500
 
groundpieces/solid/industrial/steel2.png \
501
 
groundpieces/solid/industrial/steel3.png \
502
 
groundpieces/solid/industrial/steel4.png \
503
 
groundpieces/solid/industrial/steel5.png \
504
 
groundpieces/solid/industrial/weld1.png \
505
 
groundpieces/solid/industrial/weld2.png \
506
 
groundpieces/solid/industrial/weld3.png \
507
 
groundpieces/solid/industrial/weld4.png \
508
 
groundpieces/solid/industrial/weld5.png \
509
 
groundpieces/solid/industrial/weld6.png \
510
 
groundpieces/solid/industrial/weld7.png \
511
 
groundpieces/solid/misc/metalplate_horiz.png \
512
 
groundpieces/solid/misc/metalplate_large.png \
513
 
groundpieces/solid/misc/metalplate_small.png \
514
 
groundpieces/solid/misc/metalplate_vert.png \
515
 
groundpieces/solid/rock/granit1.png \
516
 
groundpieces/solid/rock/granit2.png \
517
 
groundpieces/solid/rock/granit3.png \
518
 
groundpieces/solid/rock/granit4.png \
519
 
groundpieces/solid/rock/granit5.png \
520
 
groundpieces/solid/rock/granit6.png \
521
 
groundpieces/transparent/foliage/grass1.png \
522
 
groundpieces/transparent/foliage/grass10.png \
523
 
groundpieces/transparent/foliage/grass11.png \
524
 
groundpieces/transparent/foliage/grass12.png \
525
 
groundpieces/transparent/foliage/grass13.png \
526
 
groundpieces/transparent/foliage/grass14.png \
527
 
groundpieces/transparent/foliage/grass15.png \
528
 
groundpieces/transparent/foliage/grass16.png \
529
 
groundpieces/transparent/foliage/grass2.png \
530
 
groundpieces/transparent/foliage/grass3.png \
531
 
groundpieces/transparent/foliage/grass4.png \
532
 
groundpieces/transparent/foliage/grass5.png \
533
 
groundpieces/transparent/foliage/grass6.png \
534
 
groundpieces/transparent/foliage/grass7.png \
535
 
groundpieces/transparent/foliage/grass8.png \
536
 
groundpieces/transparent/foliage/grass9.png \
537
 
groundpieces/transparent/foliage/turfconcave.png \
538
 
groundpieces/transparent/foliage/turfflat.png \
539
 
groundpieces/transparent/foliage/turfslopeleft.png \
540
 
groundpieces/transparent/foliage/turfslopeleft20.png \
541
 
groundpieces/transparent/foliage/turfsloperight.png \
542
 
groundpieces/transparent/foliage/turfsloperight20.png \
543
 
groundpieces/transparent/foliage/turfsmallbump.png \
544
 
groundpieces/transparent/foliage/turfsmallnook.png \
545
 
groundpieces/transparent/foliage/turftufty.png \
546
 
groundpieces/transparent/industrial/gunge1.png \
547
 
groundpieces/transparent/industrial/gunge10.png \
548
 
groundpieces/transparent/industrial/gunge11.png \
549
 
groundpieces/transparent/industrial/gunge12.png \
550
 
groundpieces/transparent/industrial/gunge13.png \
551
 
groundpieces/transparent/industrial/gunge14.png \
552
 
groundpieces/transparent/industrial/gunge15.png \
553
 
groundpieces/transparent/industrial/gunge2.png \
554
 
groundpieces/transparent/industrial/gunge3.png \
555
 
groundpieces/transparent/industrial/gunge4.png \
556
 
groundpieces/transparent/industrial/gunge5.png \
557
 
groundpieces/transparent/industrial/gunge6.png \
558
 
groundpieces/transparent/industrial/gunge7.png \
559
 
groundpieces/transparent/industrial/gunge8.png \
560
 
groundpieces/transparent/industrial/gunge9.png \
561
 
groundpieces/transparent/misc/flower.png \
562
 
groundpieces/transparent/misc/moos1.png \
563
 
groundpieces/transparent/misc/moos2.png \
564
 
groundpieces/transparent/misc/moos3.png \
565
 
groundpieces/transparent/misc/weed1.png \
566
 
groundpieces/transparent/misc/weed2.png \
567
 
groundpieces/transparent/snow/grass1.png \
568
 
groundpieces/transparent/snow/grass2.png \
569
 
groundpieces/transparent/snow/grass3.png \
570
 
groundpieces/transparent/snow/grass4.png \
571
 
groundpieces/transparent/snow/grass5.png \
572
 
groundpieces/transparent/snow/plant1.png \
573
 
groundpieces/transparent/snow/plant2.png \
574
 
gui/checkbox_checked.png \
575
 
gui/checkbox_checked_disabled.png \
576
 
gui/checkbox_unchecked.png \
577
 
gui/checkbox_unchecked_disabled.png \
578
 
gui/font_black.png \
579
 
gui/font_gray.png \
580
 
gui/radiobutton_checked.png \
581
 
gui/radiobutton_checked_disabled.png \
582
 
gui/radiobutton_unchecked.png \
583
 
gui/radiobutton_unchecked_disabled.png \
584
 
hotspots/desert/bigdimwall.png \
585
 
hotspots/desert/mediumdimwall.png \
586
 
hotspots/desert/mediumegyptpic.png \
587
 
hotspots/desert/mediummummy.png \
588
 
hotspots/desert/mediumsphinx.png \
589
 
hotspots/desert/smallD.png \
590
 
hotspots/desert/smallE.png \
591
 
hotspots/desert/smallG.png \
592
 
hotspots/desert/smallO.png \
593
 
hotspots/desert/smalldimwall.png \
594
 
hotspots/desert/smallegyptpic.png \
595
 
hotspots/desert/smallmummy.png \
596
 
hotspots/desert/smallsphinx.png \
597
 
hotspots/misc/bridge.png \
598
 
hotspots/misc/tree.png \
599
 
hotspots/signposts/arrow_east.png \
600
 
hotspots/signposts/arrow_north.png \
601
 
hotspots/signposts/arrow_northeast.png \
602
 
hotspots/signposts/arrow_northwest.png \
603
 
hotspots/signposts/arrow_south.png \
604
 
hotspots/signposts/arrow_southeast.png \
605
 
hotspots/signposts/arrow_southwest.png \
606
 
hotspots/signposts/arrow_west.png \
607
 
hotspots/signposts/basher.png \
608
 
hotspots/signposts/blocker.png \
609
 
hotspots/signposts/bomber.png \
610
 
hotspots/signposts/bridger.png \
611
 
hotspots/signposts/climber.png \
612
 
hotspots/signposts/danger.png \
613
 
hotspots/signposts/digger.png \
614
 
hotspots/signposts/floater.png \
615
 
hotspots/signposts/miner.png \
616
 
hotspots/signposts/nogo.png \
617
 
hotspots/space/engine.png \
618
 
liquids/lava.png \
619
 
liquids/slime.png \
620
 
liquids/swater.png \
621
 
liquids/water.png \
622
 
liquids/water2.png \
623
 
liquids/water3.png \
624
 
liquids/water4.png \
625
 
liquids/water5.png \
626
 
liquids/water_cmap.png \
627
 
particles/explosive.png \
628
 
particles/ground.png \
629
 
particles/ground_snow.png \
630
 
particles/particle.png \
631
 
particles/pingu_explo.png \
632
 
particles/rain1.png \
633
 
particles/rain2.png \
634
 
particles/rain_splash.png \
635
 
particles/smoke.png \
636
 
particles/smoke2.png \
637
 
particles/snow1.png \
638
 
particles/snow2.png \
639
 
particles/snow3.png \
640
 
particles/snow4.png \
641
 
particles/snow5.png \
642
 
pingus/angel.png \
643
 
pingus/bash_radius.png \
644
 
pingus/bash_radius_gfx.png \
645
 
pingus/basher.png \
646
 
pingus/basher1.png \
647
 
pingus/basher2.png \
648
 
pingus/basher3.png \
649
 
pingus/blocker.png \
650
 
pingus/blocker1.png \
651
 
pingus/blocker2.png \
652
 
pingus/blocker3.png \
653
 
pingus/boarder.png \
654
 
pingus/bomber.png \
655
 
pingus/bomber1.png \
656
 
pingus/bomber2.png \
657
 
pingus/bomber3.png \
658
 
pingus/bomber_radius.png \
659
 
pingus/bomber_radius_gfx.png \
660
 
pingus/brick.png \
661
 
pingus/brick_left.png \
662
 
pingus/brick_right.png \
663
 
pingus/bridger.png \
664
 
pingus/bridger1.png \
665
 
pingus/bridger2.png \
666
 
pingus/bridger3.png \
667
 
pingus/bridger_build.png \
668
 
pingus/bridger_start.png \
669
 
pingus/bridger_walk.png \
670
 
pingus/climber.png \
671
 
pingus/climber1.png \
672
 
pingus/climber2.png \
673
 
pingus/climber3.png \
674
 
pingus/digger.png \
675
 
pingus/digger1.png \
676
 
pingus/digger2.png \
677
 
pingus/digger3.png \
678
 
pingus/digger_radius.png \
679
 
pingus/digger_radius_gfx.png \
680
 
pingus/drownfall.png \
681
 
pingus/drownfall1.png \
682
 
pingus/drownfall2.png \
683
 
pingus/drownfall3.png \
684
 
pingus/drownwalk.png \
685
 
pingus/exit.png \
686
 
pingus/exit1.png \
687
 
pingus/exit2.png \
688
 
pingus/exit3.png \
689
 
pingus/explo0.png \
690
 
pingus/explo1.png \
691
 
pingus/explo2.png \
692
 
pingus/explo3.png \
693
 
pingus/faller.png \
694
 
pingus/faller1.png \
695
 
pingus/faller2.png \
696
 
pingus/faller3.png \
697
 
pingus/floater.png \
698
 
pingus/floater1.png \
699
 
pingus/floater2.png \
700
 
pingus/floater3.png \
701
 
pingus/floaterlayer.png \
702
 
pingus/laser_kill.png \
703
 
pingus/miner.png \
704
 
pingus/miner1.png \
705
 
pingus/miner2.png \
706
 
pingus/miner3.png \
707
 
pingus/rocketlauncher.png \
708
 
pingus/slider.png \
709
 
pingus/splash.png \
710
 
pingus/splash_debris.png \
711
 
pingus/splat.png \
712
 
pingus/splat1.png \
713
 
pingus/splat2.png \
714
 
pingus/splat3.png \
715
 
pingus/stopper.png \
716
 
pingus/stopper1.png \
717
 
pingus/stopper2.png \
718
 
pingus/stopper3.png \
719
 
pingus/superman.png \
720
 
pingus/tumble.png \
721
 
pingus/tumble1.png \
722
 
pingus/tumble2.png \
723
 
pingus/tumble3.png \
724
 
pingus/walker.png \
725
 
pingus/walker1.png \
726
 
pingus/walker2.png \
727
 
pingus/walker3.png \
728
 
pingus/xmas-walker.png \
729
 
special/pacman/blinky.png \
730
 
special/pacman/clyde.png \
731
 
special/pacman/inky.png \
732
 
special/pacman/pacman-bkg.png \
733
 
special/pacman/pacman-frame.png \
734
 
special/pacman/pacman-maze.png \
735
 
special/pacman/pacman.png \
736
 
special/pacman/pinky.png \
737
 
story/credits1.png \
738
 
story/credits2.png \
739
 
story/credits3.png \
740
 
story/credits4.png \
741
 
story/story0.png \
742
 
story/story1.png \
743
 
story/story2.png \
744
 
story/story3.png \
745
 
story/story4.png \
746
 
story/story5.png \
747
 
story/story6.png \
748
 
textures/anim_fire.jpg \
749
 
textures/blueflame.jpg \
750
 
textures/bluestars.jpg \
751
 
textures/bwsortiebg.jpg \
752
 
textures/clouds.jpg \
753
 
textures/clouds2.jpg \
754
 
textures/clouds3.png \
755
 
textures/crystal.jpg \
756
 
textures/cyanspace.jpg \
757
 
textures/darkjungle.jpg \
758
 
textures/default.png \
759
 
textures/desert.jpg \
760
 
textures/desert_room.jpg \
761
 
textures/enchantedjungle.jpg \
762
 
textures/flamebg.jpg \
763
 
textures/fruitcaketile.jpg \
764
 
textures/green_tendrils.png \
765
 
textures/greentex.jpg \
766
 
textures/happyclouds.jpg \
767
 
textures/icetile.jpg \
768
 
textures/industrial-anim.jpg \
769
 
textures/industrial.jpg \
770
 
textures/latejungle.jpg \
771
 
textures/lunartile.jpg \
772
 
textures/mountain.png \
773
 
textures/nightjungle.jpg \
774
 
textures/ordina.jpg \
775
 
textures/rock6.jpg \
776
 
textures/rockagglo.jpg \
777
 
textures/rocktile.jpg \
778
 
textures/rooftile.jpg \
779
 
textures/rooftile2.jpg \
780
 
textures/solartile.jpg \
781
 
textures/sortie.jpg \
782
 
textures/sortiebgred.jpg \
783
 
textures/stars.jpg \
784
 
textures/stone.jpg \
785
 
textures/stones.png \
786
 
textures/thunderstorm.png \
787
 
traps/bumper.png \
788
 
traps/bumper_cmap.png \
789
 
traps/fake_exit.png \
790
 
traps/gateway.png \
791
 
traps/guillotineidle.png \
792
 
traps/guillotinekill.png \
793
 
traps/hammer.png \
794
 
traps/laser_exit.png \
795
 
traps/quicksand.png \
796
 
traps/smasher.png \
797
 
traps/smasher_cmap.png \
798
 
traps/spike.png \
799
 
traps/tut.png \
800
 
worldmaps/pacman.jpg \
801
 
worldmaps/tutorial_layer0.jpg \
802
 
worldmaps/tutorial_layer1.png \
803
 
worldmaps/tutorial_layer2.png \
804
 
worldmaps/tutorial_layer3.png \
805
 
worldmaps/volcano.jpg \
806
 
worldobjs/conveyorbelt_cmap.png \
807
 
worldobjs/conveyorbelt_left.png \
808
 
worldobjs/conveyorbelt_middle.png \
809
 
worldobjs/conveyorbelt_right.png \
810
 
worldobjs/iceblock.png \
811
 
worldobjs/iceblock_cmap.png \
812
 
worldobjs/infobox.png \
813
 
worldobjs/switchdoor_box.png \
814
 
worldobjs/switchdoor_switch.png \
815
 
worldobjs/switchdoor_tile.png \
816
 
worldobjs/switchdoor_tile_cmap.png \
817
 
worldobjs/teleporter.png \
818
 
worldobjs/teleporter2.png \
819
 
worldobjs/teleportertarget.png \
820
 
gui/font_black.tga gui/font_white.tga gui/font_gray.tga
821
 
 
822
 
EXTRA_DIST = $(nobase_pkgdata_DATA)
823
 
 
824
 
# EOF #