From 7dfb7b150539113b224a76885680d696bf60253a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Sun, 13 Mar 2016 16:46:52 -0300 Subject: Initial import --- branding/Makefile.in | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 branding/Makefile.in (limited to 'branding/Makefile.in') diff --git a/branding/Makefile.in b/branding/Makefile.in new file mode 100644 index 0000000..b395c62 --- /dev/null +++ b/branding/Makefile.in @@ -0,0 +1,40 @@ +# Branding Makefile +# - jars chrome artwork +# - copies artwork to appropriate places in objdir for bundling into app +# resources + +ifdef BRANDING_TEST +DEFINES += -DBRANDING_TEST +endif + +include $(topsrcdir)/config/rules.mk + +BROWSER_APP_FILES = \ + default16.png \ + default32.png \ + default48.png \ + mozicon128.png \ + $(NULL) + +GARBAGE += $(BROWSER_APP_FILES) + +export:: $(BROWSER_APP_FILES) + $(NSINSTALL) -D $(DIST)/branding + cp $(BROWSER_APP_FILES) $(DIST)/branding/ + +GARBAGE += iceweasel.png + +default64.png: SIZE=64 +mozicon128.png: SIZE=128 +default16.png: SIZE=16 +default32.png: SIZE=32 +default48.png: SIZE=48 +GARBAGE += document_icon.png default64.png + +mozicon128.png default16.png default32.png default48.png default64.png: $(srcdir)/iceweasel_icon.svg + rsvg-convert -w $(SIZE) -h $(SIZE) -o $@ $< + +iceweasel_logo.png: $(srcdir)/iceweasel_logo.svg + rsvg-convert -w 256 -a -o $@ $< + +GARBAGE += iceweasel_logo.png -- cgit v1.2.2