Codebase list virt-viewer / c791b8db-f665-4e46-addd-ec8271b6b12e/main icons / Makefile.am
c791b8db-f665-4e46-addd-ec8271b6b12e/main

Tree @c791b8db-f665-4e46-addd-ec8271b6b12e/main (Download .tar.gz)

Makefile.am @c791b8db-f665-4e46-addd-ec8271b6b12e/main

e2a8e17
7ef218a
 
 
e3fbded
7ef218a
 
 
 
 
 
 
 
SUBDIRS = 16x16 22x22 24x24 32x32 48x48 256x256

if OS_WIN32
noinst_DATA = virt-viewer.ico
CLEANFILES = $(noinst_DATA)
endif

# http://stackoverflow.com/questions/3236115/which-icon-sizes-should-my-windows-applications-icon-include
ico_sizes = 16 32 48 256
%.ico: $(foreach s,$(ico_sizes),$(s)x$(s)/%.png)
	$(AM_V_GEN)$(ICOTOOL) -c -o $@ $^

-include $(top_srcdir)/git.mk