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/.
|
2011-12-06 18:14:55 +04:00
|
|
|
|
2012-08-04 22:26:44 +04:00
|
|
|
DEPTH = @DEPTH@
|
2011-12-06 18:14:55 +04:00
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
|
|
|
MODULE = dom
|
|
|
|
LIBRARY_NAME = domwifi_s
|
|
|
|
LIBXUL_LIBRARY = 1
|
|
|
|
FORCE_STATIC_LIB = 1
|
|
|
|
|
|
|
|
include $(topsrcdir)/dom/dom-config.mk
|
|
|
|
|
|
|
|
EXTRA_COMPONENTS = \
|
2012-03-16 21:05:28 +04:00
|
|
|
WifiWorker.js \
|
|
|
|
WifiWorker.manifest \
|
2012-03-16 20:51:05 +04:00
|
|
|
DOMWifiManager.js \
|
|
|
|
DOMWifiManager.manifest \
|
2011-12-06 18:14:55 +04:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
EXTRA_JS_MODULES = \
|
|
|
|
libhardware_legacy.js \
|
2012-03-30 23:04:30 +04:00
|
|
|
wifi_worker.js \
|
2011-12-06 18:14:55 +04:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|
2012-08-25 00:01:30 +04:00
|
|
|
|
|
|
|
XPIDL_FLAGS += \
|
|
|
|
-I$(topsrcdir)/dom/base \
|
2012-09-11 15:47:42 +04:00
|
|
|
-I$(topsrcdir)/dom/interfaces/base \
|
2012-08-25 00:01:30 +04:00
|
|
|
-I$(topsrcdir)/dom/interfaces/events \
|
2012-09-11 15:47:42 +04:00
|
|
|
-I$(topsrcdir)/dom/system/gonk \
|
2012-08-25 00:01:30 +04:00
|
|
|
$(NULL)
|