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-11-20 10:23:49 -08:00
|
|
|
|
2012-08-04 11:26:44 -07:00
|
|
|
DEPTH = @DEPTH@
|
2011-11-20 10:23:49 -08:00
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
|
|
|
XPIDL_MODULE = dom_sms
|
|
|
|
|
|
|
|
include $(topsrcdir)/dom/dom-config.mk
|
|
|
|
|
|
|
|
XPIDLSRCS = \
|
2011-11-20 13:08:33 -08:00
|
|
|
nsIDOMNavigatorSms.idl \
|
|
|
|
nsIDOMSmsManager.idl \
|
2011-11-22 01:34:21 -08:00
|
|
|
nsIDOMSmsMessage.idl \
|
2011-11-21 08:57:26 -08:00
|
|
|
nsIDOMSmsEvent.idl \
|
2012-01-10 11:37:11 -08:00
|
|
|
nsIDOMSmsRequest.idl \
|
2012-01-17 10:48:58 -08:00
|
|
|
nsIDOMSmsFilter.idl \
|
2012-01-10 11:45:03 -08:00
|
|
|
nsIDOMSmsCursor.idl \
|
2012-02-19 15:44:29 -08:00
|
|
|
nsISmsDatabaseService.idl \
|
|
|
|
nsISmsRequestManager.idl \
|
|
|
|
nsISmsService.idl \
|
2011-11-20 10:23:49 -08:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
2012-08-24 13:01:30 -07:00
|
|
|
|
|
|
|
XPIDL_FLAGS += \
|
|
|
|
-I$(topsrcdir)/dom/base \
|
2012-09-11 04:47:42 -07:00
|
|
|
-I$(topsrcdir)/dom/interfaces/base \
|
2012-08-24 13:01:30 -07:00
|
|
|
-I$(topsrcdir)/dom/interfaces/events \
|
|
|
|
$(NULL)
|