~ubuntu-branches/ubuntu/trusty/enigma/trusty

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
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
# Makefile.in generated by automake 1.11.5 from Makefile.am.
# @configure_input@

# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
# Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.

# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.

@SET_MAKE@

VPATH = @srcdir@
am__make_dryrun = \
  { \
    am__dry=no; \
    case $$MAKEFLAGS in \
      *\\[\ \	]*) \
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
      *) \
        for am__flg in $$MAKEFLAGS; do \
          case $$am__flg in \
            *=*|--*) ;; \
            *n*) am__dry=yes; break;; \
          esac; \
        done;; \
    esac; \
    test $$am__dry = yes; \
  }
pkgdatadir = $(datadir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
install_sh_SCRIPT = $(install_sh) -c
INSTALL_HEADER = $(INSTALL_DATA)
transform = $(program_transform_name)
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
target_triplet = @target@
subdir = doc/reference/images
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/codeset.m4 \
	$(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc21.m4 \
	$(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intdiv0.m4 \
	$(top_srcdir)/m4/intmax.m4 $(top_srcdir)/m4/inttypes-pri.m4 \
	$(top_srcdir)/m4/inttypes.m4 $(top_srcdir)/m4/inttypes_h.m4 \
	$(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/lcmessage.m4 \
	$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
	$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/longdouble.m4 \
	$(top_srcdir)/m4/longlong.m4 $(top_srcdir)/m4/nls.m4 \
	$(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/printf-posix.m4 \
	$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/signed.m4 \
	$(top_srcdir)/m4/size_max.m4 $(top_srcdir)/m4/stdint_h.m4 \
	$(top_srcdir)/m4/uintmax_t.m4 $(top_srcdir)/m4/ulonglong.m4 \
	$(top_srcdir)/m4/wchar_t.m4 $(top_srcdir)/m4/wint_t.m4 \
	$(top_srcdir)/m4/xsize.m4 $(top_srcdir)/acinclude.m4 \
	$(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
	$(ACLOCAL_M4)
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/src/config.h
CONFIG_CLEAN_FILES =
CONFIG_CLEAN_VPATH_FILES =
SOURCES =
DIST_SOURCES =
am__can_run_installinfo = \
  case $$AM_UPDATE_INFO_DIR in \
    n|no|NO) false;; \
    *) (install-info --version) >/dev/null 2>&1;; \
  esac
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
am__vpath_adj = case $$p in \
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
    *) f=$$p;; \
  esac;
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
am__install_max = 40
am__nobase_strip_setup = \
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
am__nobase_strip = \
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
am__nobase_list = $(am__nobase_strip_setup); \
  for p in $$list; do echo "$$p $$p"; done | \
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
    if (++n[$$2] == $(am__install_max)) \
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
    END { for (dir in files) print dir, files[dir] }'
am__base_list = \
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
am__uninstall_files_from_dir = { \
  test -z "$$files" \
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
         $(am__cd) "$$dir" && rm -f $$files; }; \
  }
am__installdirs = "$(DESTDIR)$(pngdir)"
DATA = $(png_DATA)
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
ALLOCA = @ALLOCA@
ALL_LINGUAS = @ALL_LINGUAS@
AMTAR = @AMTAR@
AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@
AUTOMAKE = @AUTOMAKE@
AWK = @AWK@
BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
CATOBJEXT = @CATOBJEXT@
CC = @CC@
CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
CONVERT = @CONVERT@
CPP = @CPP@
CPPFLAGS = @CPPFLAGS@
CXX = @CXX@
CXXDEPMODE = @CXXDEPMODE@
CXXFLAGS = @CXXFLAGS@
CYGPATH_W = @CYGPATH_W@
DATADIRNAME = @DATADIRNAME@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
EGREP = @EGREP@
EXEEXT = @EXEEXT@
GENCAT = @GENCAT@
GLIBC21 = @GLIBC21@
GMSGFMT = @GMSGFMT@
GREP = @GREP@
HAVE_ASPRINTF = @HAVE_ASPRINTF@
HAVE_POSIX_PRINTF = @HAVE_POSIX_PRINTF@
HAVE_SNPRINTF = @HAVE_SNPRINTF@
HAVE_WPRINTF = @HAVE_WPRINTF@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
INSTOBJEXT = @INSTOBJEXT@
INTLBISON = @INTLBISON@
INTLLIBS = @INTLLIBS@
INTLOBJS = @INTLOBJS@
INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
LDFLAGS = @LDFLAGS@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LTLIBICONV = @LTLIBICONV@
LTLIBINTL = @LTLIBINTL@
LTLIBOBJS = @LTLIBOBJS@
MAKEINFO = @MAKEINFO@
MKDIR_P = @MKDIR_P@
MKINSTALLDIRS = @MKINSTALLDIRS@
MSGFMT = @MSGFMT@
MSGMERGE = @MSGMERGE@
OBJEXT = @OBJEXT@
PACKAGE = @PACKAGE@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_STRING = @PACKAGE_STRING@
PACKAGE_TARNAME = @PACKAGE_TARNAME@
PACKAGE_URL = @PACKAGE_URL@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
PDFLATEX = @PDFLATEX@
POSUB = @POSUB@
RANLIB = @RANLIB@
SDL_CFLAGS = @SDL_CFLAGS@
SDL_CONFIG = @SDL_CONFIG@
SDL_LIBS = @SDL_LIBS@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
STRIP = @STRIP@
TEXI2HTML = @TEXI2HTML@
TOLUA = @TOLUA@
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
USE_NLS = @USE_NLS@
VERSION = @VERSION@
WINDRES = @WINDRES@
XGETTEXT = @XGETTEXT@
abs_builddir = @abs_builddir@
abs_srcdir = @abs_srcdir@
abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_CC = @ac_ct_CC@
ac_ct_CXX = @ac_ct_CXX@
am__include = @am__include@
am__leading_dot = @am__leading_dot@
am__quote = @am__quote@
am__tar = @am__tar@
am__untar = @am__untar@
bindir = @bindir@
build = @build@
build_alias = @build_alias@
build_cpu = @build_cpu@
build_os = @build_os@
build_vendor = @build_vendor@
builddir = @builddir@
datadir = @datadir@
datarootdir = @datarootdir@
docdir = @docdir@
dvidir = @dvidir@
exec_prefix = @exec_prefix@
host = @host@
host_alias = @host_alias@
host_cpu = @host_cpu@
host_os = @host_os@
host_vendor = @host_vendor@
htmldir = @htmldir@
includedir = @includedir@
infodir = @infodir@
install_sh = @install_sh@
libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
subdirs = @subdirs@
sysconfdir = @sysconfdir@
target = @target@
target_alias = @target_alias@
target_cpu = @target_cpu@
target_os = @target_os@
target_vendor = @target_vendor@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
PNG = first_level.png construction.png ralD006_1.png
CONVERTOPT = -density 112x112 -units PixelsPerCentimeter

# Enable out of source build
GFXDIR = $(abs_srcdir)/../../../data/gfx48

# List of files to copy from GFXDIR
SIMPLEPNG = \
	ac_bug.png \
	ac_horse.png \
	ac_marble_black.png \
	ac_marble_white.png \
	ac_pearl_black.png \
	ac_pearl_white.png \
	ac_rotor.png \
	ac_top.png \
        fl_abyss.png \
	fl_adhesionless.png \
	fl_bridge_bw_closed.png \
	fl_bridge_gc_closed.png \
	fl_ice.png \
	fl_inverse_gray.png \
	fl_inverse_white.png \
	fl_lawn.png  fl_lawn_c.png \
	fl_lawn_e.png fl_lawn_e2.png fl_lawn_f.png fl_lawn_f2.png \
	fl_lawn_g.png fl_lawn_g2.png fl_lawn_h.png fl_lawn_h2.png \
	fl_lawn_i.png fl_lawn_i2.png fl_lawn_j.png fl_lawn_j2.png \
	fl_metal_2.png fl_metal_3.png fl_metal_4.png fl_metal_5.png \
	fl_metal_6.png fl_metal_7.png \
	fl_samba_2.png \
	fl_scales_bridge_bw_closed.png fl_scales_brick.png fl_scales_concrete.png \
	fl_scales_darkgray.png fl_scales_gray.png fl_scales_platinum.png \
	fl_slope.png fl_slope_2.png fl_slope_3.png fl_slope_4.png \
	fl_slope_b.png fl_slope_b2.png fl_slope_b3.png fl_slope_b4.png \
	fl_slope_c.png fl_slope_c2.png fl_slope_c3.png fl_slope_c4.png \
	fl_slope_f.png\
	fl_space.png \
	fl_swamp.png \
	fl_water.png \
	fl_wood.png fl_wood_3.png \
	fl_wood_framed.png fl_wood_framed_2.png \
	fl_yinyang_yang.png \
	fl_yinyang_yin.png \
	it_bag.png \
	it_banana.png \
	it_bomb.png it_bomb_b.png \
	it_bottle_idle.png \
	it_bottle_broken.png \
	it_brush.png \
	it_burnable_ash.png \
	it_burnable_burning.png \
	it_burnable_fireproof.png \
	it_burnable_oil.png \
	it_cherry.png \
	it_coffee.png \
	it_coin_s.png \
	it_coin_m.png \
	it_coin_l.png \
	it_crack_abyss.png it_crack_abyss_2.png it_crack_abyss_3.png \
	it_crack_water.png it_crack_water_2.png it_crack_water_3.png \
	it_cross.png \
	it_death.png \
	it_document.png \
	it_drop.png \
	it_dynamite.png it_dynamite_burning.png \
	it_explosion.png \
	it_extinguisher.png it_extinguisher_2.png it_extinguisher_3.png \
	it_extralife.png \
	it_flag_black.png \
	it_flag_white.png \
	it_floppy.png \
	it_glasses.png \
	it_glasses_broken.png \
	it_hammer.png \
	it_key.png \
	it_landmine.png \
	it_laser.png \
	it_magicwand.png \
	it_magnet_off.png \
	it_magnet_on.png \
	it_meditation_bump.png \
	it_meditation_caldera.png \
	it_meditation_dent.png \
	it_meditation_hill.png \
	it_meditation_hollow.png \
	it_meditation_volcano.png \
	it_pencil.png \
	it_pin.png \
	it_pipe.png it_pipe_b.png it_pipe_c.png it_pipe_d.png it_pipe_e.png \
	it_pipe_f.png it_pipe_g.png it_pipe_h.png it_pipe_i.png it_pipe_j.png \
	it_puller.png it_puller_2.png it_puller_3.png it_puller_4.png \
	it_ring.png \
	it_rubberband.png \
	it_seed.png \
	it_sensor.png \
	it_sensor_exit.png \
	it_shogun_m.png \
	it_shogun_l.png \
	it_shogun_s.png \
	it_spade.png \
	it_spoon.png \
	it_springboard.png \
	it_spring.png it_spring_2.png \
	it_squashed.png \
	it_strip.png it_strip_2.png it_strip_3.png it_strip_4.png \
	it_strip_b.png it_strip_b2.png it_strip_b3.png it_strip_b4.png \
	it_strip_c.png it_strip_c2.png it_strip_c3.png it_strip_c4.png \
	it_strip_d.png it_strip_d2.png it_strip_d3.png it_strip_d4.png \
	it_surprise.png \
	it_sword.png \
	it_trap.png \
	it_trigger.png \
	it_umbrella.png \
	it_vortex.png it_vortex_4.png \
	it_weight.png \
	it_wormhole.png \
	it_wrench.png \
	it_yinyang.png \
	st_actorimpulse.png \
	st_ancient.png \
	st_barrier.png \
	st_beads.png \
	st_blocker.png st_blocker_4.png\
	st_bluegray.png \
	st_bluesand.png st_bluesand_2.png st_bluesand_3.png st_bluesand_4.png \
	st_bluesand_b.png st_bluesand_b2.png st_bluesand_b3.png st_bluesand_b4.png \
	st_bluesand_c.png st_bluesand_c2.png st_bluesand_c3.png st_bluesand_c4.png \
	st_bluesand_d.png st_bluesand_d2.png st_bluesand_d3.png st_bluesand_d4.png \
	st_blur_cross.png \
	st_blur_straight.png \
	st_boulder.png st_boulder_b.png st_boulder_c.png st_boulder_d.png \
	st_box_hay.png st_box_hay_4.png \
	st_box_rock.png \
	st_box_wood.png st_box_wood_2.png st_box_wood_growing.png \
	st_brake.png \
	st_break_black.png \
	st_break_boulder.png \
	st_break_bug.png \
	st_break_oxydc.png \
	st_break_plain.png \
	st_break_white.png \
	st_brick.png st_brick_2.png st_brick_3.png st_brick_4.png \
	st_brick_b.png st_brick_b2.png st_brick_b3.png st_brick_b4.png \
	st_brick_c.png st_brick_c2.png st_brick_c3.png st_brick_c4.png \
	st_brick_d.png st_brick_d2.png st_brick_d3.png st_brick_d4.png \
	st_brownie.png \
	st_brownmarble.png \
	st_brownpyramid.png \
	st_camouflage.png \
	st_charge_minus.png \
	st_charge_plus.png \
	st_charge_zero.png \
	st_chess_black.png \
	st_chess_white.png \
	st_coinslot.png \
	st_concrete.png \
	st_darkglass.png \
	st_darkgray.png \
	st_death.png \
	st_death_light.png \
	st_disco.png st_disco_2.png st_disco_3.png \
	st_dispenser_bombblack.png \
	st_dispenser_bombwhite.png \
	st_dispenser_dynamite.png \
	st_dispenser_extralife.png \
	st_door_d_ew.png st_door_d_ew_g.png \
	st_door_d_ns.png st_door_d_ns_7.png \
	st_flash.png \
	st_flat.png \
	st_flat_break.png \
	st_flat_cracked.png \
	st_flat_fire.png \
	st_floppy_off.png \
	st_floppy_on.png \
	st_fourswitch.png \
	st_granite.png \
	st_grate_cross.png \
	st_grate_framed.png \
	st_greenbrown.png st_greenbrown_4.png \
	st_greengray.png \
	st_ice.png \
	st_jamb_black.png \
	st_jamb_white.png \
	st_key_off.png \
	st_key_on.png \
	st_knight.png \
	st_laser.png st_laser_b.png st_laser_c.png st_laser_d.png \
	st_laser_6.png st_laser_b6.png st_laser_c6.png st_laser_d6.png \
	st_lightglass.png \
	st_lightpassenger.png \
	st_mail.png st_mail_2.png st_mail_3.png st_mail_4.png \
	st_metal.png \
	st_mirror_static.png st_mirror_static_2.png st_mirror_static_3.png \
	st_mirror_static_4.png st_mirror_static_b.png st_mirror_static_b2.png \
	st_mirror_static_b3.png st_mirror_static_b4.png st_mirror_static_c.png \
	st_mirror_static_c2.png st_mirror_static_c3.png st_mirror_static_c4.png \
	st_mirror_static_d.png st_mirror_static_d2.png st_mirror_static_d3.png \
	st_mirror_static_d4.png st_mirror_static_e.png st_mirror_static_e2.png \
	st_mirror_static_e3.png st_mirror_static_e4.png \
	st_mirror_movable.png st_mirror_movable_2.png st_mirror_movable_3.png \
	st_mirror_movable_4.png st_mirror_movable_b.png st_mirror_movable_b2.png \
	st_mirror_movable_b3.png st_mirror_movable_b4.png st_mirror_movable_c.png \
	st_mirror_movable_c2.png st_mirror_movable_c3.png st_mirror_movable_c4.png \
	st_mirror_movable_d.png st_mirror_movable_d2.png st_mirror_movable_d3.png \
	st_mirror_movable_d4.png st_mirror_movable_e.png st_mirror_movable_e2.png \
	st_mirror_movable_e3.png st_mirror_movable_e4.png \
	st_monoflop.png st_monoflop_2.png \
	st_oneway.png st_oneway_2.png st_oneway_3.png st_oneway_4.png \
	st_oneway_b.png st_oneway_b2.png st_oneway_b3.png st_oneway_b4.png \
	st_oneway_c.png st_oneway_c2.png st_oneway_c3.png st_oneway_c4.png \
	st_oxyda.png st_oxyda_open.png  \
	st_oxydb.png st_oxydb_open.png  \
	st_oxydc.png st_oxydc_open.png \
	st_oxydd.png \
	st_oxyde.png \
	st_oxyd_colordots.png st_oxyd_colordots_b.png st_oxyd_colordots_c.png \
	st_oxyd_colordots_2.png st_oxyd_colordots_b2.png st_oxyd_colordots_c2.png \
	st_oxyd_colordots_3.png st_oxyd_colordots_b3.png st_oxyd_colordots_c3.png \
	st_oxyd_colordots_4.png st_oxyd_colordots_b4.png st_oxyd_colordots_c4.png \
	st_oxyd_colordots_d3.png st_oxyd_colordots_d4.png \
	st_panel.png st_panel_2.png st_panel_3.png st_panel_4.png \
	st_panel_b.png st_panel_b2.png st_panel_b3.png st_panel_b4.png \
	st_panel_c.png st_panel_c2.png st_panel_c3.png st_panel_c4.png \
	st_panel_d.png st_panel_d2.png st_panel_d3.png st_panel_d4.png \
	st_passage_black_cross.png \
	st_passage_black_frame.png \
	st_passage_black_slash.png \
	st_passage_black_square.png \
	st_passage_white_cross.png \
	st_passage_white_frame.png \
	st_passage_white_slash.png \
	st_passage_white_square.png \
	st_pinkbumps.png \
	st_plaster.png \
	st_plop_slate.png \
	st_pull.png \
	st_portal_horse.png \
	st_purplegray.png \
	st_purplemarble.png \
	st_puzzle_blue.png st_puzzle_blue_2.png st_puzzle_blue_3.png st_puzzle_blue_4.png \
	st_puzzle_blue_b.png st_puzzle_blue_b2.png st_puzzle_blue_b3.png st_puzzle_blue_b4.png \
	st_puzzle_blue_c.png st_puzzle_blue_c2.png st_puzzle_blue_c3.png st_puzzle_blue_c4.png \
	st_puzzle_blue_d.png st_puzzle_blue_d2.png st_puzzle_blue_d3.png st_puzzle_blue_d4.png \
	st_puzzle_blue_hollow.png st_puzzle_blue_hollow_2.png st_puzzle_blue_hollow_3.png st_puzzle_blue_hollow_4.png \
	st_puzzle_blue_hollow_b.png st_puzzle_blue_hollow_b2.png st_puzzle_blue_hollow_b3.png st_puzzle_blue_hollow_b4.png \
	st_puzzle_blue_hollow_c.png st_puzzle_blue_hollow_c2.png st_puzzle_blue_hollow_c3.png st_puzzle_blue_hollow_c4.png \
	st_puzzle_blue_hollow_d.png st_puzzle_blue_hollow_d2.png st_puzzle_blue_hollow_d3.png st_puzzle_blue_hollow_d4.png \
	st_puzzle_yellow.png st_puzzle_yellow_2.png st_puzzle_yellow_3.png st_puzzle_yellow_4.png \
	st_puzzle_yellow_b.png st_puzzle_yellow_b2.png st_puzzle_yellow_b3.png st_puzzle_yellow_b4.png \
	st_puzzle_yellow_c.png st_puzzle_yellow_c2.png st_puzzle_yellow_c3.png st_puzzle_yellow_c4.png \
	st_puzzle_yellow_d.png st_puzzle_yellow_d2.png st_puzzle_yellow_d3.png st_puzzle_yellow_d4.png \
	st_puzzle_yellow_hollow.png st_puzzle_yellow_hollow_2.png st_puzzle_yellow_hollow_3.png st_puzzle_yellow_hollow_4.png \
	st_puzzle_yellow_hollow_b.png st_puzzle_yellow_hollow_b2.png st_puzzle_yellow_hollow_b3.png st_puzzle_yellow_hollow_b4.png \
	st_puzzle_yellow_hollow_c.png st_puzzle_yellow_hollow_c2.png st_puzzle_yellow_hollow_c3.png st_puzzle_yellow_hollow_c4.png \
	st_puzzle_yellow_hollow_d.png st_puzzle_yellow_hollow_d2.png st_puzzle_yellow_hollow_d3.png st_puzzle_yellow_hollow_d4.png \
	st_quake_3.png \
	st_quake_break.png \
	st_rawglass.png \
	st_rawglass_quad.png \
	st_redbrown.png \
	st_redfiber.png \
	st_redmarble.png \
	st_redrock.png \
	st_rotator_ccw.png \
	st_rotator_cw.png \
	st_rubberband.png \
	st_spitter_idle.png \
	st_scissors.png \
	st_shogun.png st_shogun_2.png st_shogun_3.png st_shogun_4.png \
	st_shogun_5.png st_shogun_6.png st_shogun_7.png \
	st_stoneimpulse.png st_stoneimpulse_6.png \
	st_stoneimpulse_hollow.png \
	st_surprise.png \
	st_swap.png \
	st_switch.png \
	st_switch_black.png \
	st_switch_white.png \
	st_tigris.png \
	st_timer.png st_timer_3.png \
	st_turnstile.png \
	st_turnstile_green.png \
	st_volcano_growing.png \
	st_window_blue_2.png st_window_blue_3.png st_window_blue_4.png \
	st_window_blue_b.png st_window_blue_b2.png st_window_blue_b3.png st_window_blue_b4.png \
	st_window_blue_c.png st_window_blue_c2.png st_window_blue_c3.png st_window_blue_c4.png \
	st_window_blue_d.png st_window_blue_d2.png st_window_blue_d3.png st_window_blue_d4.png \
	st_window_green_2.png st_window_green_3.png st_window_green_4.png \
	st_window_green_b.png st_window_green_b2.png st_window_green_b3.png st_window_green_b4.png \
	st_window_green_c.png st_window_green_c2.png st_window_green_c3.png st_window_green_c4.png \
	st_window_green_d.png st_window_green_d2.png st_window_green_d3.png st_window_green_d4.png \
	st_woven.png \
	st_yellow.png \
	st_yinyang.png \
	st_yinyang_inactive.png

FRAMABLEFLOORS = \
	fl_aquamarine.png \
	fl_bast.png \
	fl_bluegray.png \
	fl_bluegreen.png \
	fl_blueslab.png \
	fl_brick.png \
	fl_bright.png \
	fl_concrete.png \
	fl_dark.png \
	fl_darkgray.png \
	fl_dunes.png \
	fl_fake_trigger.png \
	fl_gravel.png \
	fl_gray.png \
	fl_hay.png \
	fl_himalaya.png \
	fl_ivory.png \
	fl_marble.png \
	fl_metal.png \
	fl_mortar.png \
	fl_pinkbumps.png \
	fl_plank.png \
	fl_platinum.png \
	fl_red.png \
	fl_redslab.png \
	fl_rock.png \
	fl_rough.png \
	fl_sahara.png \
	fl_samba.png \
	fl_sand.png \
	fl_stone.png \
	fl_tigris.png \
	fl_white.png \
	fl_woven.png

FRAMEDFLOORS = $(addsuffix _framed.png, $(basename $(FRAMABLEFLOORS)))
THIEVES = st_thief.png st_thief_capture.png st_thief_drunken.png \
	fl_thief.png fl_thief_capture.png fl_thief_drunken.png

PNGLIST = $(SIMPLEPNG) $(FRAMABLEFLOORS) $(FRAMEDFLOORS) $(THIEVES)
pngdir = @docdir@/reference/images
png_DATA = $(PNG) $(PNGLIST)
CLEANFILES = $(PNGLIST)
EXTRA_DIST = $(PNG)
all: all-am

.SUFFIXES:
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
	@for dep in $?; do \
	  case '$(am__configure_deps)' in \
	    *$$dep*) \
	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
	        && { if test -f $@; then exit 0; else break; fi; }; \
	      exit 1;; \
	  esac; \
	done; \
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/reference/images/Makefile'; \
	$(am__cd) $(top_srcdir) && \
	  $(AUTOMAKE) --foreign doc/reference/images/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
	@case '$?' in \
	  *config.status*) \
	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
	  *) \
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
	esac;

$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh

$(top_srcdir)/configure:  $(am__configure_deps)
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(am__aclocal_m4_deps):
install-pngDATA: $(png_DATA)
	@$(NORMAL_INSTALL)
	@list='$(png_DATA)'; test -n "$(pngdir)" || list=; \
	if test -n "$$list"; then \
	  echo " $(MKDIR_P) '$(DESTDIR)$(pngdir)'"; \
	  $(MKDIR_P) "$(DESTDIR)$(pngdir)" || exit 1; \
	fi; \
	for p in $$list; do \
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
	  echo "$$d$$p"; \
	done | $(am__base_list) | \
	while read files; do \
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pngdir)'"; \
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pngdir)" || exit $$?; \
	done

uninstall-pngDATA:
	@$(NORMAL_UNINSTALL)
	@list='$(png_DATA)'; test -n "$(pngdir)" || list=; \
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
	dir='$(DESTDIR)$(pngdir)'; $(am__uninstall_files_from_dir)
tags: TAGS
TAGS:

ctags: CTAGS
CTAGS:


distdir: $(DISTFILES)
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
	list='$(DISTFILES)'; \
	  dist_files=`for file in $$list; do echo $$file; done | \
	  sed -e "s|^$$srcdirstrip/||;t" \
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
	case $$dist_files in \
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
			   sort -u` ;; \
	esac; \
	for file in $$dist_files; do \
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
	  if test -d $$d/$$file; then \
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
	    if test -d "$(distdir)/$$file"; then \
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
	    fi; \
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
	    fi; \
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
	  else \
	    test -f "$(distdir)/$$file" \
	    || cp -p $$d/$$file "$(distdir)/$$file" \
	    || exit 1; \
	  fi; \
	done
check-am: all-am
check: check-am
all-am: Makefile $(DATA)
installdirs:
	for dir in "$(DESTDIR)$(pngdir)"; do \
	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
	done
install: install-am
install-exec: install-exec-am
install-data: install-data-am
uninstall: uninstall-am

install-am: all-am
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am

installcheck: installcheck-am
install-strip:
	if test -z '$(STRIP)'; then \
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
	      install; \
	else \
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
	fi
mostlyclean-generic:

clean-generic:
	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)

distclean-generic:
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)

maintainer-clean-generic:
	@echo "This command is intended for maintainers to use"
	@echo "it deletes files that may require special tools to rebuild."
clean: clean-am

clean-am: clean-generic mostlyclean-am

distclean: distclean-am
	-rm -f Makefile
distclean-am: clean-am distclean-generic

dvi: dvi-am

dvi-am:

html: html-am

html-am:

info: info-am

info-am:

install-data-am: install-pngDATA

install-dvi: install-dvi-am

install-dvi-am:

install-exec-am:

install-html: install-html-am

install-html-am:

install-info: install-info-am

install-info-am:

install-man:

install-pdf: install-pdf-am

install-pdf-am:

install-ps: install-ps-am

install-ps-am:

installcheck-am:

maintainer-clean: maintainer-clean-am
	-rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic

mostlyclean: mostlyclean-am

mostlyclean-am: mostlyclean-generic

pdf: pdf-am

pdf-am:

ps: ps-am

ps-am:

uninstall-am: uninstall-pngDATA

.MAKE: install-am install-strip

.PHONY: all all-am check check-am clean clean-generic distclean \
	distclean-generic distdir dvi dvi-am html html-am info info-am \
	install install-am install-data install-data-am install-dvi \
	install-dvi-am install-exec install-exec-am install-html \
	install-html-am install-info install-info-am install-man \
	install-pdf install-pdf-am install-pngDATA install-ps \
	install-ps-am install-strip installcheck installcheck-am \
	installdirs maintainer-clean maintainer-clean-generic \
	mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \
	uninstall-am uninstall-pngDATA


all: $(PNGLIST)

%_framed.png: $(GFXDIR)/%.png $(GFXDIR)/floor_frame.png
	$(CONVERT) $(CONVERTOPT) -crop 48x48+0+0 -composite $< $(GFXDIR)/floor_frame.png $@

fl_scales_%.png: $(GFXDIR)/fl_%.png $(GFXDIR)/fl_scales.png
	$(CONVERT) $(CONVERTOPT) -crop 48x48+0+0 -composite $< $(GFXDIR)/fl_scales.png  $@

%_thief.png: $(GFXDIR)/%_bluegray.png $(GFXDIR)/thief_template.png
	$(CONVERT) $(CONVERTOPT) -crop 48x48+0+288 $(GFXDIR)/thief_template.png template_$@
	$(CONVERT) $(CONVERTOPT) -crop 48x48+0+0 $< base_$@
	$(CONVERT) $(CONVERTOPT) -composite base_$@ template_$@ $@
	rm base_$@ template_$@

%_thief_capture.png: $(GFXDIR)/%_bluegray.png $(GFXDIR)/thief_capture_template.png
	$(CONVERT) $(CONVERTOPT) -crop 48x48+0+288 $(GFXDIR)/thief_capture_template.png template_$@
	$(CONVERT) $(CONVERTOPT) -crop 48x48+0+0 $< base_$@
	$(CONVERT) $(CONVERTOPT) -composite base_$@ template_$@ $@
	rm base_$@ template_$@

%_thief_drunken.png: $(GFXDIR)/%_bluegray.png $(GFXDIR)/thief_drunken_template.png
	$(CONVERT) $(CONVERTOPT) -crop 48x48+0+0 $(GFXDIR)/thief_drunken_template.png template_$@
	$(CONVERT) $(CONVERTOPT) -crop 48x48+0+0 $< base_$@
	$(CONVERT) $(CONVERTOPT) -composite base_$@ template_$@ $@
	rm base_$@ template_$@

ac_%.png: $(GFXDIR)/ac_%.png
	$(CONVERT) $(CONVERTOPT) -crop 60x60+0+0 $< $@

%_2.png: $(GFXDIR)/%.png
	$(CONVERT) $(CONVERTOPT) -crop 48x48+0+48 $< $@

%_3.png: $(GFXDIR)/%.png
	$(CONVERT) $(CONVERTOPT) -crop 48x48+0+96 $< $@

%_4.png: $(GFXDIR)/%.png
	$(CONVERT) $(CONVERTOPT) -crop 48x48+0+144 $< $@

%_5.png: $(GFXDIR)/%.png
	$(CONVERT) $(CONVERTOPT) -crop 48x48+0+192 $< $@

%_6.png: $(GFXDIR)/%.png
	$(CONVERT) $(CONVERTOPT) -crop 48x48+0+240 $< $@

%_7.png: $(GFXDIR)/%.png
	$(CONVERT) $(CONVERTOPT) -crop 48x48+0+288 $< $@

%_b.png: $(GFXDIR)/%.png
	$(CONVERT) $(CONVERTOPT) -crop 48x48+48+0 $< $@

%_b2.png: $(GFXDIR)/%.png
	$(CONVERT) $(CONVERTOPT) -crop 48x48+48+48 $< $@

%_b3.png: $(GFXDIR)/%.png
	$(CONVERT) $(CONVERTOPT) -crop 48x48+48+96 $< $@

%_b4.png: $(GFXDIR)/%.png
	$(CONVERT) $(CONVERTOPT) -crop 48x48+48+144 $< $@

%_b6.png: $(GFXDIR)/%.png
	$(CONVERT) $(CONVERTOPT) -crop 48x48+48+240 $< $@

%_c.png: $(GFXDIR)/%.png
	$(CONVERT) $(CONVERTOPT) -crop 48x48+96+0 $< $@

%_c2.png: $(GFXDIR)/%.png
	$(CONVERT) $(CONVERTOPT) -crop 48x48+96+48 $< $@

%_c3.png: $(GFXDIR)/%.png
	$(CONVERT) $(CONVERTOPT) -crop 48x48+96+96 $< $@

%_c4.png: $(GFXDIR)/%.png
	$(CONVERT) $(CONVERTOPT) -crop 48x48+96+144 $< $@

%_c6.png: $(GFXDIR)/%.png
	$(CONVERT) $(CONVERTOPT) -crop 48x48+96+240 $< $@

%_d.png: $(GFXDIR)/%.png
	$(CONVERT) $(CONVERTOPT) -crop 48x48+144+0 $< $@

%_d2.png: $(GFXDIR)/%.png
	$(CONVERT) $(CONVERTOPT) -crop 48x48+144+48 $< $@

%_d3.png: $(GFXDIR)/%.png
	$(CONVERT) $(CONVERTOPT) -crop 48x48+144+96 $< $@

%_d4.png: $(GFXDIR)/%.png
	$(CONVERT) $(CONVERTOPT) -crop 48x48+144+144 $< $@

%_d6.png: $(GFXDIR)/%.png
	$(CONVERT) $(CONVERTOPT) -crop 48x48+144+240 $< $@

%_e.png: $(GFXDIR)/%.png
	$(CONVERT) $(CONVERTOPT) -crop 48x48+192+0 $< $@

%_e2.png: $(GFXDIR)/%.png
	$(CONVERT) $(CONVERTOPT) -crop 48x48+192+48 $< $@

%_e3.png: $(GFXDIR)/%.png
	$(CONVERT) $(CONVERTOPT) -crop 48x48+192+96 $< $@

%_e4.png: $(GFXDIR)/%.png
	$(CONVERT) $(CONVERTOPT) -crop 48x48+191+144 $< $@

%_f.png: $(GFXDIR)/%.png
	$(CONVERT) $(CONVERTOPT) -crop 48x48+240+0 $< $@

%_f2.png: $(GFXDIR)/%.png
	$(CONVERT) $(CONVERTOPT) -crop 48x48+240+48 $< $@

%_g.png: $(GFXDIR)/%.png
	$(CONVERT) $(CONVERTOPT) -crop 48x48+288+0 $< $@

%_g2.png: $(GFXDIR)/%.png
	$(CONVERT) $(CONVERTOPT) -crop 48x48+288+48 $< $@

%_h.png: $(GFXDIR)/%.png
	$(CONVERT) $(CONVERTOPT) -crop 48x48+336+0 $< $@

%_h2.png: $(GFXDIR)/%.png
	$(CONVERT) $(CONVERTOPT) -crop 48x48+336+48 $< $@

%_i.png: $(GFXDIR)/%.png
	$(CONVERT) $(CONVERTOPT) -crop 48x48+384+0 $< $@

%_i2.png: $(GFXDIR)/%.png
	$(CONVERT) $(CONVERTOPT) -crop 48x48+384+48 $< $@

%_j.png: $(GFXDIR)/%.png
	$(CONVERT) $(CONVERTOPT) -crop 48x48+432+0 $< $@

%_j2.png: $(GFXDIR)/%.png
	$(CONVERT) $(CONVERTOPT) -crop 48x48+432+48 $< $@

%.png: $(GFXDIR)/%.png
	$(CONVERT) $(CONVERTOPT) -crop 48x48+0+0 $< $@

# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT: