RELEASE/1.2debug-cidebug-ci-sanitisersfaster-cavernloglog-selectstereostereo-2025walls-datawalls-data-hanging-as-warningwarn-only-for-hanging-survey
Last change
on this file since 26ae6a9 was
1b207f0,
checked in by Olly Betts <olly@…>, 10 years ago
|
lib/icons/3d.svg,lib/icons/Makefile.am: Add SVG version of 3d file
icon, and use it to generate icon for OS X.
|
-
Property mode set to
100644
|
File size:
1.9 KB
|
Line | |
---|
1 | ## Process this file with automake to produce Makefile.in |
---|
2 | |
---|
3 | xpm_files = \ |
---|
4 | open.xpm \ |
---|
5 | open_pres.xpm \ |
---|
6 | rotation.xpm \ |
---|
7 | plan.xpm \ |
---|
8 | elevation.xpm \ |
---|
9 | defaults.xpm \ |
---|
10 | names.xpm \ |
---|
11 | crosses.xpm \ |
---|
12 | entrances.xpm \ |
---|
13 | fixed_pts.xpm \ |
---|
14 | exported_pts.xpm \ |
---|
15 | ug_legs.xpm \ |
---|
16 | surface_legs.xpm \ |
---|
17 | tubes.xpm \ |
---|
18 | pres_frew.xpm \ |
---|
19 | pres_rew.xpm \ |
---|
20 | pres_go_back.xpm \ |
---|
21 | pres_pause.xpm \ |
---|
22 | pres_go.xpm \ |
---|
23 | pres_ff.xpm \ |
---|
24 | pres_fff.xpm \ |
---|
25 | pres_stop.xpm \ |
---|
26 | find.xpm \ |
---|
27 | hideresults.xpm \ |
---|
28 | survey_tree.xpm \ |
---|
29 | pres_tree.xpm |
---|
30 | |
---|
31 | ico_files = $(xpm_files:.xpm=.ico) |
---|
32 | |
---|
33 | aven-icons.rc: Makefile.am |
---|
34 | perl -e 'for (@ARGV) { /(.*)\.ico$$/ and print "$$1 ICON $$_\n" }' \ |
---|
35 | $(ico_files) > aven-icons.rc |
---|
36 | |
---|
37 | icondir = $(pkgdatadir)/icons |
---|
38 | # aven.png doesn't need to be installed on win32, but it's only 527 bytes. |
---|
39 | dist_icon_DATA = \ |
---|
40 | aven-about.png\ |
---|
41 | texture.png solid-surface.png osterei.jpg\ |
---|
42 | 3d.png err.png plt.png pos.png svx.png aven.png |
---|
43 | |
---|
44 | # tubesprefs.png stationsprefs.png indicatorprefs.png\ |
---|
45 | # windowprefs.png gridprefs.png unitsprefs.png \ |
---|
46 | # legsprefs.png ctlprefs.png pres-restart.png pres-create.png\ |
---|
47 | # pres-record.png pres-finish.png |
---|
48 | |
---|
49 | pixmapsdir = $(datadir)/pixmaps |
---|
50 | dist_pixmaps_DATA = aven.png aven.svg svxedit.png |
---|
51 | |
---|
52 | Aven.iconset.zip: aven.svg |
---|
53 | $(SHELL) $(srcdir)/svg2iconsetzip aven.svg Aven.iconset.zip |
---|
54 | |
---|
55 | 3d.iconset.zip: 3d.svg |
---|
56 | $(SHELL) $(srcdir)/svg2iconsetzip 3d.svg 3d.iconset.zip |
---|
57 | |
---|
58 | SUFFIXES = .ico .png .svg .iconset.zip .xpm |
---|
59 | |
---|
60 | .png.iconset.zip: |
---|
61 | $(SHELL) $(srcdir)/png2iconsetzip $< $@ |
---|
62 | |
---|
63 | .png.ico: |
---|
64 | $(SHELL) $(srcdir)/png2winicon $< $@ |
---|
65 | |
---|
66 | .xpm.ico: |
---|
67 | $(SHELL) $(srcdir)/xpm2winicon $< $@ |
---|
68 | |
---|
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 |
---|
72 | |
---|
73 | MAINTAINERCLEANFILES = $(iconsets) |
---|
74 | |
---|
75 | BUILT_SOURCES = aven-icons.rc $(ico_files) |
---|
76 | |
---|
77 | EXTRA_DIST = png2winicon png2iconsetzip svg2iconsetzip\ |
---|
78 | aven-icons.rc\ |
---|
79 | $(xpm_files)\ |
---|
80 | $(ico_files)\ |
---|
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.