Remove $Id$.
[kdbg.git] / kdbg / pics / Makefile.am
blob4b0a3eb76d6c1f09173aee65135f1e1e7112292f
1 # toolbar icons
3 kdbgiconsdir = $(kde_datadir)/kdbg/icons
4 kdbgicons_ICON = \
5         pulse \
6         brkpt \
7         pgmfinish \
8         pgmnext \
9         pgmnexti \
10         pgmrun \
11         pgmstep \
12         pgmstepi \
13         execopen
15 # line items and other pictograms
16 PICTOGRAMS = \
17         brkena.xpm \
18         brkdis.xpm \
19         brktmp.xpm \
20         brkcond.xpm \
21         brkorph.xpm \
22         pcinner.xpm \
23         pcup.xpm \
24         regs.xpm \
25         watch.xpm \
26         watchcoded.xpm \
27         watchena.xpm \
28         watchdis.xpm \
29         pointer.xpm
32 pics_DATA = $(PICTOGRAMS)
33 picsdir = $(kde_datadir)/kdbg/pics
35 # application icon
36 KDE_ICON = kdbg
38 animation = hi22-action-pulse0000*.png
40 # this requires ImageMagick
41 hi22-action-pulse.png: hi22-action-pulse.pngseq
42         list="`echo $(animation)`" ; \
43         montage +frame +shadow +label -background black \
44                 -geometry 22x22 \
45                 -tile 1x`echo $$list | wc -w` \
46                 $$list hi22-action-pulse.png
48 hi22-action-pulse.pngseq: hi22-action-pulse.xml
49         @echo "Using cinelerra render $< into a PNG sequence $@"
50         @echo "If you do not have cinelerra, just touch $@"
51         exit 1
53 # This file can be rendered by cinelerra into a "PNG sequence".
54 # This produces the PNG sequence $(animation), which is pasted together
55 # by `make hi22-action-pulse.png'.
56 EXTRA_DIST = hi22-action-pulse.xml $(animation)