accessible/src/xpcom/Makefile.in

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/accessible/src/xpcom/Makefile.in	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,32 @@
     1.4 +# This Source Code Form is subject to the terms of the Mozilla Public
     1.5 +# License, v. 2.0. If a copy of the MPL was not distributed with this
     1.6 +# file, You can obtain one at http://mozilla.org/MPL/2.0/.
     1.7 +
     1.8 +EXTRA_MDDEPEND_FILES = xpcAccEvents.pp
     1.9 +
    1.10 +INSTALL_TARGETS += xpcaccevents
    1.11 +xpcaccevents_FILES := xpcAccEvents.h
    1.12 +xpcaccevents_DEST = $(DIST)/include
    1.13 +xpcaccevents_TARGET := export
    1.14 +
    1.15 +include $(topsrcdir)/config/rules.mk
    1.16 +
    1.17 +xpcAccEvents.cpp: $(srcdir)/AccEvents.conf \
    1.18 +                     $(srcdir)/AccEventGen.py \
    1.19 +                     $(LIBXUL_DIST)/sdk/bin/header.py \
    1.20 +                     $(LIBXUL_DIST)/sdk/bin/xpidl.py
    1.21 +	$(PYTHON) $(topsrcdir)/config/pythonpath.py \
    1.22 +	  -I$(LIBXUL_DIST)/sdk/bin \
    1.23 +	  $(srcdir)/AccEventGen.py \
    1.24 +	  -I $(DEPTH)/dist/idl \
    1.25 +	  --header-output xpcAccEvents.h \
    1.26 +	  --stub-output xpcAccEvents.cpp \
    1.27 +	  --makedepend-output $(MDDEPDIR)/xpcAccEvents.pp \
    1.28 +	  $(srcdir)/AccEvents.conf
    1.29 +
    1.30 +xpcAccEvents.h: xpcAccEvents.cpp
    1.31 +
    1.32 +GARBAGE += \
    1.33 +  xpcAccEvents.cpp \
    1.34 +  xpcAccEvents.h \
    1.35 +  $(null)

mercurial