1998-10-28 03:53:57 +00:00
|
|
|
#
|
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/.
|
1998-10-28 03:53:57 +00:00
|
|
|
|
2012-08-04 18:26:44 +00:00
|
|
|
DEPTH = @DEPTH@
|
1998-10-28 03:53:57 +00:00
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
2003-08-16 00:42:35 +00:00
|
|
|
MODULE = layout
|
|
|
|
|
2008-10-31 16:07:15 +00:00
|
|
|
PARALLEL_DIRS = \
|
2004-12-08 19:41:48 +00:00
|
|
|
style \
|
|
|
|
base \
|
|
|
|
generic \
|
|
|
|
forms \
|
|
|
|
tables \
|
2012-09-24 21:01:21 +00:00
|
|
|
svg \
|
2008-10-31 16:07:15 +00:00
|
|
|
xul/base/public \
|
|
|
|
xul/base/src \
|
2011-04-03 02:14:00 +00:00
|
|
|
ipc \
|
2011-06-02 11:11:33 +00:00
|
|
|
mathml \
|
2004-12-08 19:41:48 +00:00
|
|
|
$(NULL)
|
1998-10-28 03:53:57 +00:00
|
|
|
|
2005-09-16 02:25:37 +00:00
|
|
|
ifdef NS_PRINTING
|
2008-10-31 16:07:15 +00:00
|
|
|
PARALLEL_DIRS += printing
|
2005-09-16 02:25:37 +00:00
|
|
|
endif
|
|
|
|
|
2008-10-31 16:07:15 +00:00
|
|
|
PARALLEL_DIRS += inspector/public inspector/src
|
2008-12-16 11:26:42 +00:00
|
|
|
ifdef ENABLE_TESTS
|
2011-06-16 06:31:38 +00:00
|
|
|
PARALLEL_DIRS += inspector/tests inspector/tests/chrome
|
2008-12-16 11:26:42 +00:00
|
|
|
endif
|
2006-05-19 18:59:39 +00:00
|
|
|
|
2001-02-19 21:50:04 +00:00
|
|
|
DIRS += build
|
2011-12-15 05:40:20 +00:00
|
|
|
DIRS += media
|
1999-10-13 00:33:17 +00:00
|
|
|
|
2000-03-02 13:29:03 +00:00
|
|
|
ifdef ENABLE_TESTS
|
2008-10-31 16:07:15 +00:00
|
|
|
PARALLEL_DIRS += \
|
2011-12-01 07:40:51 +00:00
|
|
|
mathml/tests \
|
2008-10-31 16:07:15 +00:00
|
|
|
xul/test \
|
|
|
|
xul/base/test \
|
|
|
|
$(NULL)
|
|
|
|
|
2010-03-02 21:00:39 +00:00
|
|
|
TOOL_DIRS += tools/reftest reftests/fonts reftests/fonts/mplus
|
2010-04-23 19:03:22 +00:00
|
|
|
|
|
|
|
ifdef MOZ_DEBUG
|
|
|
|
DIRS += tools/layout-debug
|
|
|
|
endif
|
2000-03-02 13:29:03 +00:00
|
|
|
endif
|
|
|
|
|
1998-10-28 03:53:57 +00:00
|
|
|
include $(topsrcdir)/config/rules.mk
|