Bug 832683: Match SRTP policy values to enable NACK mode in webrtc r=ekr
[gecko.git] / browser / Makefile.in
blob0f8dddbf28704401dff3b747a2c5c44748fec1c7
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 DEPTH = @DEPTH@
6 topsrcdir = @top_srcdir@
7 srcdir = @srcdir@
8 VPATH = @srcdir@
10 include $(topsrcdir)/config/config.mk
12 PARALLEL_DIRS = \
13 base \
14 components \
15 fuel \
16 locales \
17 modules \
18 themes \
19 extensions \
20 $(NULL)
22 DIRS = \
23 devtools \
24 app \
25 $(NULL)
27 ifdef MAKENSISU
28 DIRS += installer/windows
29 endif
31 include $(topsrcdir)/config/rules.mk
33 ifdef MAKENSISU
35 # For Windows build the uninstaller during the application build since the
36 # uninstaller is included with the application for mar file generation.
37 libs::
38 $(MAKE) -C installer/windows uninstaller
39 ifdef MOZ_MAINTENANCE_SERVICE
40 $(MAKE) -C installer/windows maintenanceservice_installer
41 endif
42 endif