Port
bug 927837 (Don't manage autogenerated files in configure) to comm-central, rs=port by build peer
# 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/.
ifdef COMM_BUILD
ifndef MOZ_INCOMPLETE_EXTERNAL_LINKAGE
# workaround Bug 599809 by making these makefiles be generated here
SUBMAKEFILES += $(addsuffix /Makefile, $(APP_LIBXUL_DIRS) $(APP_LIBXUL_STATICDIRS))
endif
installer:
@$(MAKE) -C mail/installer installer
package:
@$(MAKE) -C mail/installer
package-compare:
@$(MAKE) -C mail/installer package-compare
stage-package:
@$(MAKE) -C mail/installer stage-package
install::
@$(MAKE) -C mail/installer install
source-package::
@$(MAKE) -C mail/installer source-package
upload::
@$(MAKE) -C mail/installer upload
ifdef MOZ_CALENDAR
@$(MAKE) -C calendar/lightning upload
@$(MAKE) -C calendar/providers/gdata upload
endif
source-upload::
@$(MAKE) -C mail/installer source-upload
hg-bundle::
@$(MAKE) -C mail/installer hg-bundle
l10n-check::
@$(MAKE) -C mail/locales l10n-check
ifdef ENABLE_TESTS
include $(srcdir)/mail/testsuite-targets.mk
endif
endif # COMM_BUILD