source: git/lib/icons/Makefile.am @ 57c4012

RELEASE/1.2debug-cidebug-ci-sanitisersfaster-cavernloglog-selectstereostereo-2025walls-datawalls-data-hanging-as-warningwarn-only-for-hanging-survey
Last change on this file since 57c4012 was e499239, checked in by Olly Betts <olly@…>, 10 years ago

lib/icons/Makefile.am: Whitespace fix.

  • Property mode set to 100644
File size: 1.4 KB
RevLine 
[620b2b7]1## Process this file with automake to produce Makefile.in
2
[d0339a4]3icondir = $(pkgdatadir)/icons
[95fa391]4# aven.png doesn't need to be installed on win32, but it's only 527 bytes.
[e72b854]5dist_icon_DATA = elevation.png open.png crosses.png entrances.png plan.png\
[b462168]6        rotation.png defaults.png surface-legs.png ug-legs.png fixed-pts.png\
[be891ea]7        exported-pts.png names.png aven-about.png\
[e499239]8        texture.png solid-surface.png osterei.jpg\
[203d2a7]9        tubes.png find.png hideresults.png survey-tree.png pres-tree.png \
[be891ea]10        open-pres.png\
11        pres-frew.png pres-rew.png pres-go-back.png pres-pause.png\
[e499239]12        pres-go.png pres-ff.png pres-fff.png pres-stop.png\
[be891ea]13        3d.png err.png plt.png pos.png svx.png aven.png
[27b8b59]14
[edb6576]15#       tubesprefs.png stationsprefs.png indicatorprefs.png\
16#       windowprefs.png gridprefs.png unitsprefs.png \
[be891ea]17#       legsprefs.png ctlprefs.png pres-restart.png pres-create.png\
[1690fa9]18#       pres-record.png pres-finish.png
[27b8b59]19
[e72b854]20pixmapsdir = $(datadir)/pixmaps
[f9b8a6b]21dist_pixmaps_DATA = aven.png aven.svg svxedit.png
[e72b854]22
[b8271f8f]23Aven.iconset.zip: aven.svg
[87900bb]24        $(SHELL) $(srcdir)/svg2iconsetzip aven.svg Aven.iconset.zip
[b8271f8f]25
[87900bb]26SUFFIXES = .ico .png .svg .iconset.zip
[f8576fb]27
[87900bb]28.png.iconset.zip:
29        $(SHELL) $(srcdir)/png2iconsetzip $< $@
[27b8b59]30
31.png.ico:
[95fa391]32        $(SHELL) $(srcdir)/png2winicon $< $@
[b462168]33
[4cc264e]34iconsets = Aven.iconset.zip svxedit.iconset.zip\
35        3d.iconset.zip err.iconset.zip plt.iconset.zip pos.iconset.zip\
36        svx.iconset.zip
[f8576fb]37
38MAINTAINERCLEANFILES = $(iconsets)
[0c2c415]39
[4cc264e]40EXTRA_DIST = png2winicon png2iconsetzip svg2iconsetzip\
41        aven.ico svxedit.ico\
42        3d.ico err.ico plt.ico pos.ico svx.ico\
43        $(iconsets)
Note: See TracBrowser for help on using the repository browser.