summaryrefslogtreecommitdiff
path: root/onlineupdate/source/update/updater/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'onlineupdate/source/update/updater/Makefile.in')
-rw-r--r--onlineupdate/source/update/updater/Makefile.in33
1 files changed, 0 insertions, 33 deletions
diff --git a/onlineupdate/source/update/updater/Makefile.in b/onlineupdate/source/update/updater/Makefile.in
index b465031b2832..57813b36a20c 100644
--- a/onlineupdate/source/update/updater/Makefile.in
+++ b/onlineupdate/source/update/updater/Makefile.in
@@ -5,42 +5,11 @@
# For changes here, also consider ./updater-xpcshell/Makefile.in
-ifndef MOZ_WINCONSOLE
-ifdef MOZ_DEBUG
-MOZ_WINCONSOLE = 1
-else
-MOZ_WINCONSOLE = 0
-endif
-endif
-
-include $(topsrcdir)/config/rules.mk
-
-ifneq (,$(filter beta release esr,$(MOZ_UPDATE_CHANNEL)))
- PRIMARY_CERT = release_primary.der
- SECONDARY_CERT = release_secondary.der
-else ifneq (,$(filter nightly aurora nightly-elm nightly-profiling nightly-oak nightly-ux,$(MOZ_UPDATE_CHANNEL)))
- PRIMARY_CERT = nightly_aurora_level3_primary.der
- SECONDARY_CERT = nightly_aurora_level3_secondary.der
-else
- PRIMARY_CERT = dep1.der
- SECONDARY_CERT = dep2.der
-endif
-
-CERT_HEADERS := primaryCert.h secondaryCert.h xpcshellCert.h
-
-export:: $(CERT_HEADERS)
-
-primaryCert.h: $(PRIMARY_CERT)
-secondaryCert.h: $(SECONDARY_CERT)
-
# This is how the xpcshellCertificate.der file is generated, in case we ever
# have to regenerate it.
# ./certutil -L -d modules/libmar/tests/unit/data -n mycert -r > xpcshellCertificate.der
xpcshellCert.h: xpcshellCertificate.der
-$(CERT_HEADERS): gen_cert_header.py
- $(PYTHON) $< $(@:.h=Data) $(filter-out $<,$^) > $@
-
ifdef MOZ_WIDGET_GTK
libs:: updater.png
$(NSINSTALL) -D $(DIST)/bin/icons
@@ -57,5 +26,3 @@ libs::
$(NSINSTALL) $(DIST)/bin/updater $(DIST)/bin/updater.app/Contents/MacOS
rm -f $(DIST)/bin/updater
endif
-
-CXXFLAGS += $(MOZ_BZ2_CFLAGS)