2012-05-21 11:12:37 +00: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/.
|
2002-04-02 06:59:38 +00:00
|
|
|
|
2012-08-04 18:26:44 +00:00
|
|
|
DEPTH = @DEPTH@
|
2009-11-13 19:40:00 +00:00
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
2002-04-02 06:59:38 +00:00
|
|
|
|
2006-01-10 02:36:05 +00:00
|
|
|
include $(topsrcdir)/config/config.mk
|
2002-04-02 06:59:38 +00:00
|
|
|
|
2008-12-19 14:50:24 +00:00
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|
2012-03-28 09:48:27 +00:00
|
|
|
ifdef MAKENSISU
|
|
|
|
|
2006-08-30 00:08:35 +00: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-05 04:19:14 +00:00
|
|
|
ifdef MOZ_MAINTENANCE_SERVICE
|
|
|
|
$(MAKE) -C installer/windows maintenanceservice_installer
|
|
|
|
endif
|
2004-04-19 05:18:50 +00:00
|
|
|
endif
|