X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=icon%2FMakefile.am;h=05a4956a0cbe3dceb0480b3a05623f998cc59c05;hb=4e3318645d08dda483aced97450b344629902c4d;hp=b36f6f7bbd6f3020a9d4be274a007ffaeb7d1b2c;hpb=b825ea71ebcc4a8da3e339ab3e21b0ad47f2e48f;p=fw%2Faltos 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)