1999-04-25 19:25:24 +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/.
|
1999-04-25 19:25:24 +00:00
|
|
|
|
2012-08-04 18:26:44 +00:00
|
|
|
DEPTH = @DEPTH@
|
1999-04-25 19:25:24 +00:00
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
1999-06-11 15:50:14 +00:00
|
|
|
|
1999-04-25 19:25:24 +00:00
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
2003-04-23 03:47:43 +00:00
|
|
|
MODULE = necko
|
|
|
|
|
2012-08-23 16:54:51 +00:00
|
|
|
PARALLEL_DIRS = \
|
|
|
|
base \
|
|
|
|
cookie \
|
|
|
|
dns \
|
|
|
|
socket \
|
|
|
|
mime \
|
|
|
|
streamconv \
|
|
|
|
cache \
|
|
|
|
protocol \
|
|
|
|
system \
|
|
|
|
ipc \
|
|
|
|
$(NULL)
|
2009-03-17 00:30:58 +00:00
|
|
|
|
2012-09-21 20:37:29 +00:00
|
|
|
ifdef MOZ_SRTP
|
|
|
|
PARALLEL_DIRS += \
|
|
|
|
srtp/src \
|
|
|
|
$(NULL)
|
|
|
|
endif
|
|
|
|
|
2012-03-29 21:25:15 +00:00
|
|
|
ifdef MOZ_SCTP
|
|
|
|
PARALLEL_DIRS += \
|
|
|
|
sctp/src \
|
2012-10-03 23:51:23 +00:00
|
|
|
sctp/datachannel \
|
2012-03-29 21:25:15 +00:00
|
|
|
$(NULL)
|
|
|
|
endif
|
|
|
|
|
2009-03-17 00:30:58 +00:00
|
|
|
ifdef NECKO_WIFI
|
2012-08-23 16:54:51 +00:00
|
|
|
PARALLEL_DIRS += wifi
|
2009-03-17 00:30:58 +00:00
|
|
|
endif
|
|
|
|
|
2012-08-23 16:54:51 +00:00
|
|
|
PARALLEL_DIRS += locales
|
|
|
|
|
2012-09-17 20:45:38 +00:00
|
|
|
ifdef MOZ_DASH
|
|
|
|
PARALLEL_DIRS += dash
|
|
|
|
endif
|
|
|
|
|
2012-08-23 16:54:51 +00:00
|
|
|
DIRS = build
|
1999-04-25 19:25:24 +00:00
|
|
|
|
1999-07-01 10:52:22 +00:00
|
|
|
ifdef ENABLE_TESTS
|
2004-12-09 19:28:35 +00:00
|
|
|
TOOL_DIRS += test
|
1999-07-01 10:52:22 +00:00
|
|
|
endif
|
|
|
|
|
2003-04-23 03:47:43 +00:00
|
|
|
EXPORTS = necko-config.h
|
1999-09-09 02:02:21 +00:00
|
|
|
|
2003-04-23 03:47:43 +00:00
|
|
|
include $(topsrcdir)/config/rules.mk
|
2005-04-05 17:40:32 +00:00
|
|
|
|
|
|
|
DEFINES += -DIMPL_NS_NET
|