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: AUTOCFG_JS_EXPORTS = \ michael@0: $(srcdir)/prefcalls.js \ michael@0: $(NULL) michael@0: michael@0: ifeq (cocoa,$(MOZ_WIDGET_TOOLKIT)) michael@0: AUTOCFG_JS_EXPORTS += $(srcdir)/mac/platform.js michael@0: else michael@0: ifeq ($(MOZ_WIDGET_TOOLKIT), windows) michael@0: AUTOCFG_JS_EXPORTS += $(srcdir)/win/platform.js michael@0: else michael@0: ifeq ($(MOZ_WIDGET_TOOLKIT), beos) michael@0: AUTOCFG_JS_EXPORTS += $(srcdir)/beos/platform.js michael@0: else michael@0: AUTOCFG_JS_EXPORTS += $(srcdir)/unix/platform.js michael@0: endif michael@0: endif michael@0: endif