summaryrefslogtreecommitdiff
path: root/helpers/DATA/firefox/trisquel/branding/Makefile.in
diff options
context:
space:
mode:
authorRuben Rodriguez <ruben@gnu.org>2014-10-20 02:43:14 +0200
committerRuben Rodriguez <ruben@gnu.org>2014-10-20 02:44:30 +0200
commit14e6d0ed4be07a4d6bf94a141af83b7d60f1ac5f (patch)
tree9f8141f34e030eca326c1b0e39a8ba143a528dff /helpers/DATA/firefox/trisquel/branding/Makefile.in
parent686445fab20c835b9649f2278542069a5be87546 (diff)
downloadgnuzilla-14e6d0ed4be07a4d6bf94a141af83b7d60f1ac5f.tar.gz
Make generation scripts distro-independent
Diffstat (limited to 'helpers/DATA/firefox/trisquel/branding/Makefile.in')
-rw-r--r--helpers/DATA/firefox/trisquel/branding/Makefile.in67
1 files changed, 0 insertions, 67 deletions
diff --git a/helpers/DATA/firefox/trisquel/branding/Makefile.in b/helpers/DATA/firefox/trisquel/branding/Makefile.in
deleted file mode 100644
index 9cc8935..0000000
--- a/helpers/DATA/firefox/trisquel/branding/Makefile.in
+++ /dev/null
@@ -1,67 +0,0 @@
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-
-include $(topsrcdir)/config/config.mk
-
-PREF_JS_EXPORTS = $(srcdir)/pref/icecat-branding.js
-
-# On Windows only do this step for browser, skip for metro.
-ifeq ($(MOZ_WIDGET_TOOLKIT) $(DIST_SUBDIR),windows browser)
-BRANDING_FILES := \
- icecat.ico \
- document.ico \
- branding.nsi \
- appname.bmp \
- bgintro.bmp \
- bgplain.bmp \
- clock.bmp \
- particles.bmp \
- pencil.bmp \
- pencil-rtl.bmp \
- wizHeader.bmp \
- wizHeaderRTL.bmp \
- wizWatermark.bmp \
- newwindow.ico \
- newtab.ico \
- pbmode.ico \
- $(NULL)
-endif
-
-ifeq ($(MOZ_WIDGET_TOOLKIT),cocoa)
-BRANDING_FILES := \
- background.png \
- icecat.icns \
- disk.icns \
- document.icns \
- dsstore \
- $(NULL)
-endif
-
-ifdef MOZ_WIDGET_GTK
-BRANDING_FILES := \
- default16.png \
- default32.png \
- default48.png \
- mozicon128.png \
- $(NULL)
-endif
-
-ifeq ($(OS_ARCH),OS2)
-BRANDING_FILES := \
- icecat-os2.ico \
- document-os2.ico \
- $(NULL)
-endif
-
-BRANDING_DEST := $(DIST)/branding
-BRANDING_TARGET := export
-INSTALL_TARGETS += BRANDING
-
-ifeq ($(MOZ_WIDGET_TOOLKIT) $(DIST_SUBDIR),windows metro)
-VISUALMANIFEST := VisualElementsManifest.xml
-VISUALMANIFEST_FLAGS := -Fsubstitution -DMOZ_APP_DISPLAYNAME=${MOZ_APP_DISPLAYNAME}
-VISUALMANIFEST_PATH := $(DIST)/bin
-PP_TARGETS += VISUALMANIFEST
-endif
-