1 ## Process this file with automake to produce Makefile.in
3 icondir = $(datadir)/icons/hicolor/48x48/apps
5 svgicondir = $(datadir)/icons/hicolor/scalable/apps
6 svgicon_DATA = anjuta.svg
8 gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
10 install-data-hook: update-icon-cache
11 uninstall-hook: update-icon-cache
13 @-if test -z "$(DESTDIR)"; then \
14 echo "Updating Gtk icon cache."; \
15 $(gtk_update_icon_cache); \
17 echo "*** Icon cache not updated. After (un)install, run this:"; \
18 echo "*** $(gtk_update_icon_cache)"; \
21 anjuta_pixmapsdir = $(anjuta_image_dir)
23 anjuta_pixmaps_DATA = \
30 directory-accept.png \
34 anjuta_glade_pixmapsdir = $(anjuta_glade_dir)
35 anjuta_glade_pixmaps_DATA = \
36 start-with-wizard.png \
37 start-with-import.png \
40 EXTRA_DIST = $(anjuta_pixmaps_DATA) \
41 $(anjuta_glade_pixmaps_DATA) \