michael@0: # michael@0: # This Source Code Form is subject to the terms of the Mozilla Public michael@0: # License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: # file, You can obtain one at http://mozilla.org/MPL/2.0/. michael@0: michael@0: GEN_CERT_HEADER = $(srcdir)/gen_cert_header.py michael@0: michael@0: marketplace-prod-public.inc: marketplace-prod-public.crt $(GEN_CERT_HEADER) michael@0: $(PYTHON) $(GEN_CERT_HEADER) marketplaceProdPublicRoot $< > $@ michael@0: michael@0: marketplace-prod-reviewers.inc: marketplace-prod-reviewers.crt $(GEN_CERT_HEADER) michael@0: $(PYTHON) $(GEN_CERT_HEADER) marketplaceProdReviewersRoot $< > $@ michael@0: michael@0: marketplace-dev-public.inc: marketplace-dev-public.crt $(GEN_CERT_HEADER) michael@0: $(PYTHON) $(GEN_CERT_HEADER) marketplaceDevPublicRoot $< > $@ michael@0: michael@0: marketplace-dev-reviewers.inc: marketplace-dev-reviewers.crt $(GEN_CERT_HEADER) michael@0: $(PYTHON) $(GEN_CERT_HEADER) marketplaceDevReviewersRoot $< > $@ michael@0: michael@0: xpcshell.inc: $(srcdir)/../manager/ssl/tests/unit/test_signed_apps/trusted_ca1.der $(GEN_CERT_HEADER) michael@0: $(PYTHON) $(GEN_CERT_HEADER) xpcshellRoot $< > $@ michael@0: michael@0: export:: \ michael@0: marketplace-prod-public.inc \ michael@0: marketplace-prod-reviewers.inc \ michael@0: marketplace-dev-public.inc \ michael@0: marketplace-dev-reviewers.inc \ michael@0: xpcshell.inc \ michael@0: $(NULL)