source:
git/lib/icons/Makefile.am
@
ea1ea51
Last change on this file since ea1ea51 was ea1ea51, checked in by , 10 years ago | |
---|---|
|
|
File size: 1.8 KB |
Rev | Line | |
---|---|---|
[620b2b7] | 1 | ## Process this file with automake to produce Makefile.in |
2 | ||
[63c2fe8] | 3 | xpm_files = \ |
[ea1ea51] | 4 | aven.xpm \ |
[63c2fe8] | 5 | open.xpm \ |
6 | open_pres.xpm \ | |
7 | rotation.xpm \ | |
8 | plan.xpm \ | |
9 | elevation.xpm \ | |
10 | defaults.xpm \ | |
11 | names.xpm \ | |
12 | crosses.xpm \ | |
13 | entrances.xpm \ | |
14 | fixed_pts.xpm \ | |
15 | exported_pts.xpm \ | |
16 | ug_legs.xpm \ | |
17 | surface_legs.xpm \ | |
18 | tubes.xpm \ | |
19 | pres_frew.xpm \ | |
20 | pres_rew.xpm \ | |
21 | pres_go_back.xpm \ | |
22 | pres_pause.xpm \ | |
23 | pres_go.xpm \ | |
24 | pres_ff.xpm \ | |
25 | pres_fff.xpm \ | |
26 | pres_stop.xpm \ | |
27 | find.xpm \ | |
28 | hideresults.xpm \ | |
29 | survey_tree.xpm \ | |
30 | pres_tree.xpm | |
31 | ||
32 | ico_files = $(xpm_files:.xpm=.ico) | |
33 | ||
34 | aven-icons.rc: Makefile.am | |
35 | perl -e 'for (@ARGV) { /(.*)\.ico$$/ and print "$$1 ICON $$_\n" }' \ | |
36 | $(ico_files) > aven-icons.rc | |
37 | ||
[d0339a4] | 38 | icondir = $(pkgdatadir)/icons |
[63c2fe8] | 39 | dist_icon_DATA = \ |
40 | aven-about.png\ | |
[e499239] | 41 | texture.png solid-surface.png osterei.jpg\ |
[ea1ea51] | 42 | 3d.png err.png plt.png pos.png svx.png |
[27b8b59] | 43 | |
[edb6576] | 44 | # tubesprefs.png stationsprefs.png indicatorprefs.png\ |
45 | # windowprefs.png gridprefs.png unitsprefs.png \ | |
[be891ea] | 46 | # legsprefs.png ctlprefs.png pres-restart.png pres-create.png\ |
[1690fa9] | 47 | # pres-record.png pres-finish.png |
[27b8b59] | 48 | |
[e72b854] | 49 | pixmapsdir = $(datadir)/pixmaps |
[ea1ea51] | 50 | dist_pixmaps_DATA = aven.svg svxedit.png |
[e72b854] | 51 | |
[b8271f8f] | 52 | Aven.iconset.zip: aven.svg |
[87900bb] | 53 | $(SHELL) $(srcdir)/svg2iconsetzip aven.svg Aven.iconset.zip |
[b8271f8f] | 54 | |
[1b207f0] | 55 | 3d.iconset.zip: 3d.svg |
56 | $(SHELL) $(srcdir)/svg2iconsetzip 3d.svg 3d.iconset.zip | |
57 | ||
[63c2fe8] | 58 | SUFFIXES = .ico .png .svg .iconset.zip .xpm |
[f8576fb] | 59 | |
[87900bb] | 60 | .png.iconset.zip: |
61 | $(SHELL) $(srcdir)/png2iconsetzip $< $@ | |
[27b8b59] | 62 | |
63 | .png.ico: | |
[95fa391] | 64 | $(SHELL) $(srcdir)/png2winicon $< $@ |
[b462168] | 65 | |
[63c2fe8] | 66 | .xpm.ico: |
67 | $(SHELL) $(srcdir)/xpm2winicon $< $@ | |
68 | ||
[4cc264e] | 69 | iconsets = Aven.iconset.zip svxedit.iconset.zip\ |
70 | 3d.iconset.zip err.iconset.zip plt.iconset.zip pos.iconset.zip\ | |
71 | svx.iconset.zip | |
[f8576fb] | 72 | |
73 | MAINTAINERCLEANFILES = $(iconsets) | |
[0c2c415] | 74 | |
[63c2fe8] | 75 | BUILT_SOURCES = aven-icons.rc $(ico_files) |
76 | ||
[4cc264e] | 77 | EXTRA_DIST = png2winicon png2iconsetzip svg2iconsetzip\ |
[63c2fe8] | 78 | aven-icons.rc\ |
79 | $(xpm_files)\ | |
80 | $(ico_files)\ | |
[4cc264e] | 81 | aven.ico svxedit.ico\ |
82 | 3d.ico err.ico plt.ico pos.ico svx.ico\ | |
83 | $(iconsets) |
Note: See TracBrowser
for help on using the repository browser.