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 = necko
|
|
|
|
|
2012-08-23 09:54:51 -07:00
|
|
|
PARALLEL_DIRS = \
|
|
|
|
base \
|
|
|
|
cookie \
|
|
|
|
dns \
|
|
|
|
socket \
|
|
|
|
mime \
|
|
|
|
streamconv \
|
|
|
|
cache \
|
|
|
|
protocol \
|
|
|
|
system \
|
|
|
|
ipc \
|
|
|
|
$(NULL)
|
2009-03-16 17:30:58 -07:00
|
|
|
|
2012-09-21 13:37:29 -07:00
|
|
|
ifdef MOZ_SRTP
|
|
|
|
PARALLEL_DIRS += \
|
|
|
|
srtp/src \
|
|
|
|
$(NULL)
|
|
|
|
endif
|
|
|
|
|
2012-03-29 14:25:15 -07:00
|
|
|
ifdef MOZ_SCTP
|
|
|
|
PARALLEL_DIRS += \
|
|
|
|
sctp/src \
|
2012-10-03 16:51:23 -07:00
|
|
|
sctp/datachannel \
|
2012-03-29 14:25:15 -07:00
|
|
|
$(NULL)
|
|
|
|
endif
|
|
|
|
|
2009-03-16 17:30:58 -07:00
|
|
|
ifdef NECKO_WIFI
|
2012-08-23 09:54:51 -07:00
|
|
|
PARALLEL_DIRS += wifi
|
2009-03-16 17:30:58 -07:00
|
|
|
endif
|
|
|
|
|
2012-08-23 09:54:51 -07:00
|
|
|
PARALLEL_DIRS += locales
|
|
|
|
|
2012-09-17 13:45:38 -07:00
|
|
|
ifdef MOZ_DASH
|
|
|
|
PARALLEL_DIRS += dash
|
|
|
|
endif
|
|
|
|
|
2012-08-23 09:54:51 -07:00
|
|
|
DIRS = build
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
ifdef ENABLE_TESTS
|
|
|
|
TOOL_DIRS += test
|
|
|
|
endif
|
|
|
|
|
|
|
|
EXPORTS = necko-config.h
|
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|
|
|
|
DEFINES += -DIMPL_NS_NET
|