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/.
|
2010-08-24 19:08:28 -07:00
|
|
|
|
2013-01-19 07:38:01 -08:00
|
|
|
EXTRA_MDDEPEND_FILES = xpcAccEvents.pp
|
|
|
|
|
2013-09-03 20:28:05 -07:00
|
|
|
INSTALL_TARGETS += xpcaccevents
|
|
|
|
xpcaccevents_FILES := xpcAccEvents.h
|
|
|
|
xpcaccevents_DEST = $(DIST)/include
|
|
|
|
xpcaccevents_TARGET := export
|
|
|
|
|
2010-08-24 19:08:28 -07:00
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|
2013-01-19 07:38:01 -08:00
|
|
|
xpcAccEvents.cpp: $(srcdir)/AccEvents.conf \
|
|
|
|
$(srcdir)/AccEventGen.py \
|
|
|
|
$(LIBXUL_DIST)/sdk/bin/header.py \
|
2013-11-04 14:39:28 -08:00
|
|
|
$(LIBXUL_DIST)/sdk/bin/xpidl.py
|
2013-01-19 07:38:01 -08:00
|
|
|
$(PYTHON) $(topsrcdir)/config/pythonpath.py \
|
|
|
|
-I$(LIBXUL_DIST)/sdk/bin \
|
|
|
|
$(srcdir)/AccEventGen.py \
|
|
|
|
-I $(DEPTH)/dist/idl \
|
|
|
|
--header-output xpcAccEvents.h \
|
|
|
|
--stub-output xpcAccEvents.cpp \
|
|
|
|
--makedepend-output $(MDDEPDIR)/xpcAccEvents.pp \
|
|
|
|
$(srcdir)/AccEvents.conf
|
|
|
|
|
2013-08-14 17:43:04 -07:00
|
|
|
xpcAccEvents.h: xpcAccEvents.cpp
|
|
|
|
|
2013-01-19 07:38:01 -08:00
|
|
|
GARBAGE += \
|
|
|
|
xpcAccEvents.cpp \
|
|
|
|
xpcAccEvents.h \
|
|
|
|
$(null)
|