2007-03-22 10:30:00 -07:00
|
|
|
#
|
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@
|
2007-03-22 10:30:00 -07:00
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
|
|
|
MODULE = layout
|
|
|
|
|
2008-10-31 09:07:15 -07:00
|
|
|
PARALLEL_DIRS = \
|
2007-03-22 10:30:00 -07:00
|
|
|
style \
|
|
|
|
base \
|
|
|
|
generic \
|
|
|
|
forms \
|
|
|
|
tables \
|
2012-09-24 14:01:21 -07:00
|
|
|
svg \
|
2008-10-31 09:07:15 -07:00
|
|
|
xul/base/public \
|
|
|
|
xul/base/src \
|
2011-04-02 19:14:00 -07:00
|
|
|
ipc \
|
2011-06-02 04:11:33 -07:00
|
|
|
mathml \
|
2007-03-22 10:30:00 -07:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
ifdef NS_PRINTING
|
2008-10-31 09:07:15 -07:00
|
|
|
PARALLEL_DIRS += printing
|
2007-03-22 10:30:00 -07:00
|
|
|
endif
|
|
|
|
|
2008-10-31 09:07:15 -07:00
|
|
|
PARALLEL_DIRS += inspector/public inspector/src
|
2008-12-16 03:26:42 -08:00
|
|
|
ifdef ENABLE_TESTS
|
2011-06-15 23:31:38 -07:00
|
|
|
PARALLEL_DIRS += inspector/tests inspector/tests/chrome
|
2008-12-16 03:26:42 -08:00
|
|
|
endif
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
DIRS += build
|
2011-12-14 21:40:20 -08:00
|
|
|
DIRS += media
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
ifdef ENABLE_TESTS
|
2008-10-31 09:07:15 -07:00
|
|
|
PARALLEL_DIRS += \
|
2011-11-30 23:40:51 -08:00
|
|
|
mathml/tests \
|
2008-10-31 09:07:15 -07:00
|
|
|
xul/test \
|
|
|
|
xul/base/test \
|
|
|
|
$(NULL)
|
|
|
|
|
2010-03-02 13:00:39 -08:00
|
|
|
TOOL_DIRS += tools/reftest reftests/fonts reftests/fonts/mplus
|
2010-04-23 12:03:22 -07:00
|
|
|
|
|
|
|
ifdef MOZ_DEBUG
|
|
|
|
DIRS += tools/layout-debug
|
|
|
|
endif
|
2007-03-22 10:30:00 -07:00
|
|
|
endif
|
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|