browser/branding/aurora/Makefile.in

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/browser/branding/aurora/Makefile.in	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,58 @@
     1.4 +# This Source Code Form is subject to the terms of the Mozilla Public
     1.5 +# License, v. 2.0. If a copy of the MPL was not distributed with this
     1.6 +# file, You can obtain one at http://mozilla.org/MPL/2.0/.
     1.7 +
     1.8 +include $(topsrcdir)/config/config.mk
     1.9 +
    1.10 +PREF_JS_EXPORTS = $(srcdir)/pref/firefox-branding.js
    1.11 +
    1.12 +# On Windows only do this step for browser, skip for metro.
    1.13 +ifeq ($(MOZ_WIDGET_TOOLKIT) $(DIST_SUBDIR),windows browser)
    1.14 +BRANDING_FILES := \
    1.15 +	firefox.ico \
    1.16 +	document.ico \
    1.17 +	branding.nsi \
    1.18 +	appname.bmp \
    1.19 +	bgintro.bmp \
    1.20 +	clock.bmp \
    1.21 +	particles.bmp \
    1.22 +	pencil.bmp \
    1.23 +	pencil-rtl.bmp \
    1.24 +	wizHeader.bmp \
    1.25 +	wizHeaderRTL.bmp \
    1.26 +	wizWatermark.bmp \
    1.27 +	newwindow.ico \
    1.28 +	newtab.ico \
    1.29 +	pbmode.ico \
    1.30 +	$(NULL)
    1.31 +endif
    1.32 +
    1.33 +ifeq ($(MOZ_WIDGET_TOOLKIT),cocoa)
    1.34 +BRANDING_FILES := \
    1.35 +	background.png \
    1.36 +	firefox.icns \
    1.37 +	disk.icns \
    1.38 +	document.icns \
    1.39 +	dsstore \
    1.40 +	$(NULL)
    1.41 +endif
    1.42 +
    1.43 +ifdef MOZ_WIDGET_GTK
    1.44 +BRANDING_FILES := \
    1.45 +	default16.png \
    1.46 +	default32.png \
    1.47 +	default48.png \
    1.48 +	mozicon128.png \
    1.49 +	$(NULL)
    1.50 +endif
    1.51 +
    1.52 +BRANDING_DEST := $(DIST)/branding
    1.53 +BRANDING_TARGET := export
    1.54 +INSTALL_TARGETS += BRANDING
    1.55 +
    1.56 +ifeq ($(MOZ_WIDGET_TOOLKIT) $(DIST_SUBDIR),windows metro)
    1.57 +VISUALMANIFEST := VisualElementsManifest.xml
    1.58 +VISUALMANIFEST_FLAGS := -Fsubstitution -DMOZ_APP_DISPLAYNAME=${MOZ_APP_DISPLAYNAME}
    1.59 +VISUALMANIFEST_PATH := $(DIST)/bin
    1.60 +PP_TARGETS += VISUALMANIFEST
    1.61 +endif

mercurial