2012-05-21 04:12:37 -07:00
|
|
|
# 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/.
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2012-08-04 11:26:44 -07:00
|
|
|
DEPTH = @DEPTH@
|
2009-11-13 11:40:00 -08:00
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
include $(topsrcdir)/config/config.mk
|
|
|
|
|
2009-11-13 11:40:00 -08:00
|
|
|
PARALLEL_DIRS = \
|
|
|
|
base \
|
|
|
|
components \
|
|
|
|
fuel \
|
|
|
|
locales \
|
2011-10-27 15:48:53 -07:00
|
|
|
modules \
|
2009-11-13 11:40:00 -08:00
|
|
|
themes \
|
2012-05-18 09:42:01 -07:00
|
|
|
extensions \
|
2009-11-13 11:40:00 -08:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
DIRS = \
|
2011-08-16 08:06:28 -07:00
|
|
|
devtools \
|
2009-11-13 11:40:00 -08:00
|
|
|
app \
|
|
|
|
$(NULL)
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2012-03-28 02:48:27 -07:00
|
|
|
ifdef MAKENSISU
|
2007-03-22 10:30:00 -07:00
|
|
|
DIRS += installer/windows
|
2008-12-19 06:50:24 -08:00
|
|
|
endif
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2008-12-19 06:50:24 -08:00
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|
2012-03-28 02:48:27 -07:00
|
|
|
ifdef MAKENSISU
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
# For Windows build the uninstaller during the application build since the
|
|
|
|
# uninstaller is included with the application for mar file generation.
|
|
|
|
libs::
|
|
|
|
$(MAKE) -C installer/windows uninstaller
|
2012-01-04 20:19:14 -08:00
|
|
|
ifdef MOZ_MAINTENANCE_SERVICE
|
|
|
|
$(MAKE) -C installer/windows maintenanceservice_installer
|
|
|
|
endif
|
2007-03-22 10:30:00 -07:00
|
|
|
endif
|