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/.
|
2011-12-06 06:14:55 -08:00
|
|
|
|
2012-08-04 11:26:44 -07:00
|
|
|
DEPTH = @DEPTH@
|
2011-12-06 06:14:55 -08:00
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
|
|
|
LIBRARY_NAME = domwifi_s
|
|
|
|
LIBXUL_LIBRARY = 1
|
|
|
|
FORCE_STATIC_LIB = 1
|
|
|
|
|
|
|
|
include $(topsrcdir)/dom/dom-config.mk
|
|
|
|
|
|
|
|
EXTRA_COMPONENTS = \
|
2012-03-16 10:05:28 -07:00
|
|
|
WifiWorker.js \
|
|
|
|
WifiWorker.manifest \
|
2012-03-16 09:51:05 -07:00
|
|
|
DOMWifiManager.js \
|
|
|
|
DOMWifiManager.manifest \
|
2011-12-06 06:14:55 -08:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
EXTRA_JS_MODULES = \
|
|
|
|
libhardware_legacy.js \
|
2012-03-30 12:04:30 -07:00
|
|
|
wifi_worker.js \
|
2011-12-06 06:14:55 -08:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|
2012-08-24 13:01:30 -07:00
|
|
|
|