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/.
|
2011-11-02 11:51:38 +00:00
|
|
|
|
2012-08-04 18:26:44 +00:00
|
|
|
DEPTH = @DEPTH@
|
2011-11-02 11:51:38 +00:00
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
|
|
|
LIBRARY_NAME = dom_battery_s
|
|
|
|
LIBXUL_LIBRARY = 1
|
2012-09-20 07:55:36 +00:00
|
|
|
FAIL_ON_WARNINGS := 1
|
2011-11-02 11:51:38 +00:00
|
|
|
|
|
|
|
include $(topsrcdir)/dom/dom-config.mk
|
|
|
|
|
|
|
|
LOCAL_INCLUDES = \
|
2011-11-02 15:01:32 +00:00
|
|
|
-I$(topsrcdir)/content/events/src \
|
2011-11-02 11:51:38 +00:00
|
|
|
$(NULL)
|
|
|
|
|
2011-11-02 15:27:06 +00:00
|
|
|
include $(topsrcdir)/config/config.mk
|
2011-11-02 11:51:38 +00:00
|
|
|
include $(topsrcdir)/config/rules.mk
|
2013-07-04 12:28:43 +00:00
|
|
|
include $(topsrcdir)/ipc/chromium/chromium-config.mk
|
2012-08-24 20:01:30 +00:00
|
|
|
|