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