1999-04-25 23:25:24 +04: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/.
|
1999-04-25 23:25:24 +04:00
|
|
|
|
1999-09-09 06:02:21 +04:00
|
|
|
DEPTH = ..
|
1999-04-25 23:25:24 +04:00
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
1999-06-11 19:50:14 +04:00
|
|
|
|
1999-04-25 23:25:24 +04:00
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
2003-04-23 07:47:43 +04:00
|
|
|
MODULE = necko
|
|
|
|
|
1999-09-09 06:02:21 +04:00
|
|
|
DIRS = \
|
|
|
|
base \
|
2002-01-31 07:08:19 +03:00
|
|
|
cookie \
|
1999-09-09 06:02:21 +04:00
|
|
|
dns \
|
|
|
|
socket \
|
|
|
|
mime \
|
|
|
|
streamconv \
|
2003-01-18 05:15:14 +03:00
|
|
|
cache \
|
2000-05-06 13:15:56 +04:00
|
|
|
protocol \
|
2006-05-02 22:08:55 +04:00
|
|
|
system \
|
2011-04-03 06:14:00 +04:00
|
|
|
ipc \
|
2009-03-17 03:30:58 +03:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
ifdef NECKO_WIFI
|
|
|
|
DIRS += wifi
|
|
|
|
endif
|
|
|
|
|
|
|
|
DIRS += \
|
2000-05-06 13:15:56 +04:00
|
|
|
build \
|
2004-12-04 20:33:27 +03:00
|
|
|
locales \
|
1999-09-09 06:02:21 +04:00
|
|
|
$(NULL)
|
1999-04-25 23:25:24 +04:00
|
|
|
|
1999-07-01 14:52:22 +04:00
|
|
|
ifdef ENABLE_TESTS
|
2004-12-09 22:28:35 +03:00
|
|
|
TOOL_DIRS += test
|
1999-07-01 14:52:22 +04:00
|
|
|
endif
|
|
|
|
|
2003-04-23 07:47:43 +04:00
|
|
|
EXPORTS = necko-config.h
|
1999-09-09 06:02:21 +04:00
|
|
|
|
2003-04-23 07:47:43 +04:00
|
|
|
include $(topsrcdir)/config/rules.mk
|
2005-04-05 21:40:32 +04:00
|
|
|
|
|
|
|
DEFINES += -DIMPL_NS_NET
|