Bug 737833 - Only do metro registration for metro builds. r=rstrong
[gecko.git] / xulrunner / Makefile.in
blob2da7e77383afe290dc7a1e9eaa3ef92549dc0cdd
1 # vim:set ts=8 sw=8 sts=8 et:
2 # This Source Code Form is subject to the terms of the Mozilla Public
3 # License, v. 2.0. If a copy of the MPL was not distributed with this
4 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
6 DEPTH = @DEPTH@
7 topsrcdir = @top_srcdir@
8 srcdir = @srcdir@
9 VPATH = @srcdir@
11 include $(DEPTH)/config/autoconf.mk
13 PARALLEL_DIRS = \
14 app \
15 setup \
16 stub \
17 examples \
18 $(NULL)
20 ifdef MAKENSISU
21 DIRS += installer/windows
22 endif
24 ifeq ($(OS_ARCH),WINNT)
25 PARALLEL_DIRS += tools/redit
26 endif
28 include $(topsrcdir)/config/rules.mk