X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=icon%2FMakefile.am;fp=icon%2FMakefile.am;h=05a4956a0cbe3dceb0480b3a05623f998cc59c05;hp=b36f6f7bbd6f3020a9d4be274a007ffaeb7d1b2c;hb=33da986161c38936cff82fe43046f0bcd5e24d8e;hpb=66c4a091bb6a294f9d406e75f3634492c886d139 diff --git a/icon/Makefile.am b/icon/Makefile.am index b36f6f7b..05a4956a 100644 --- a/icon/Makefile.am +++ b/icon/Makefile.am @@ -1,6 +1,7 @@ +JAVA_RES=16 32 48 64 128 256 MAC_RES=16 32 128 256 512 WIN_RES=16 24 32 48 64 72 96 128 180 256 -RES=$(shell echo $(MAC_RES) $(WIN_RES) | awk '{ for (i = 1; i <= NF; i++) printf("%s\n", $$i); }' | sort -n -u) +RES=$(shell echo $(JAVA_RES) $(MAC_RES) $(WIN_RES) | awk '{ for (i = 1; i <= NF; i++) printf("%s\n", $$i); }' | sort -n -u) AM_FILES=$(shell for i in $(RES); do echo altus-metrum-$$i.png; done) MP_FILES=$(shell for i in $(RES); do echo micropeak-$$i.png; done)