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/.
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2012-08-04 11:26:44 -07:00
|
|
|
DEPTH = @DEPTH@
|
2007-03-22 10:30:00 -07:00
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
|
|
|
MODULE = xpcom
|
2007-07-02 06:04:22 -07:00
|
|
|
XPIDL_MODULE = xpcom_system
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
XPIDLSRCS = \
|
2007-07-02 11:20:24 -07:00
|
|
|
nsIXULAppInfo.idl \
|
2009-01-12 08:05:10 -08:00
|
|
|
nsIXULRuntime.idl \
|
2007-03-22 10:30:00 -07:00
|
|
|
nsIGConfService.idl \
|
|
|
|
nsIGnomeVFSService.idl \
|
2008-11-02 04:13:48 -08:00
|
|
|
nsIBlocklistService.idl \
|
2009-08-25 11:58:11 -07:00
|
|
|
nsIGIOService.idl \
|
2011-05-12 01:14:55 -07:00
|
|
|
nsIGSettingsService.idl \
|
2012-03-24 17:29:57 -07:00
|
|
|
nsIDeviceSensors.idl \
|
2010-07-14 10:09:25 -07:00
|
|
|
nsIGeolocationProvider.idl \
|
2010-11-22 08:37:59 -08:00
|
|
|
nsIHapticFeedback.idl \
|
2007-03-22 10:30:00 -07:00
|
|
|
$(NULL)
|
|
|
|
|
2008-02-19 22:47:54 -08:00
|
|
|
ifdef MOZ_CRASHREPORTER
|
|
|
|
XPIDLSRCS += nsICrashReporter.idl
|
|
|
|
endif
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
include $(topsrcdir)/config/rules.mk
|