Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
[gecko.git] / browser / branding / unofficial / Makefile.in
blobad15f4dc5ab5560100f0006d48188e9c42b49ad1
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 include $(topsrcdir)/config/config.mk
7 PREF_JS_EXPORTS = $(srcdir)/pref/firefox-branding.js
9 # On Windows only do this step for browser, skip for metro.
10 ifeq ($(MOZ_WIDGET_TOOLKIT) $(DIST_SUBDIR),windows browser)
11 BRANDING_FILES := \
12 firefox.ico \
13 document.ico \
14 branding.nsi \
15 appname.bmp \
16 bgintro.bmp \
17 bgplain.bmp \
18 clock.bmp \
19 particles.bmp \
20 pencil.bmp \
21 pencil-rtl.bmp \
22 wizHeader.bmp \
23 wizHeaderRTL.bmp \
24 wizWatermark.bmp \
25 newwindow.ico \
26 newtab.ico \
27 pbmode.ico \
28 $(NULL)
29 endif
31 ifeq ($(MOZ_WIDGET_TOOLKIT),cocoa)
32 BRANDING_FILES := \
33 background.png \
34 firefox.icns \
35 disk.icns \
36 document.icns \
37 dsstore \
38 $(NULL)
39 endif
41 ifdef MOZ_WIDGET_GTK
42 BRANDING_FILES := \
43 default16.png \
44 default32.png \
45 default48.png \
46 mozicon128.png \
47 $(NULL)
48 endif
50 ifeq ($(OS_ARCH),OS2)
51 BRANDING_FILES := \
52 firefox-os2.ico \
53 document-os2.ico \
54 $(NULL)
55 endif
57 BRANDING_DEST := $(DIST)/branding
58 BRANDING_TARGET := export
59 INSTALL_TARGETS += BRANDING
61 ifeq ($(MOZ_WIDGET_TOOLKIT) $(DIST_SUBDIR),windows metro)
62 VISUALMANIFEST := VisualElementsManifest.xml
63 VISUALMANIFEST_FLAGS := -Fsubstitution -DMOZ_APP_DISPLAYNAME=${MOZ_APP_DISPLAYNAME}
64 VISUALMANIFEST_PATH := $(DIST)/bin
65 PP_TARGETS += VISUALMANIFEST
66 endif