mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
26 lines
514 B
Makefile
26 lines
514 B
Makefile
# Branding Makefile
|
|
# - jars chrome artwork
|
|
|
|
DEPTH = ../../../..
|
|
topsrcdir = @top_srcdir@
|
|
srcdir = @srcdir@
|
|
VPATH = @srcdir@
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
LINUX_BRANDING_FILES = \
|
|
fennec_26x26.png \
|
|
fennec_40x40.png \
|
|
fennec_48x48.png \
|
|
fennec_72x72.png \
|
|
fennec_scalable.png \
|
|
fennec_maemo_icon26.txt \
|
|
$(NULL)
|
|
|
|
export::
|
|
$(NSINSTALL) -D $(DIST)/branding
|
|
cp $(addprefix $(srcdir)/, $(LINUX_BRANDING_FILES)) $(DIST)/branding/
|
|
$(NSINSTALL) -D $(DIST)/install
|