1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/ipc/ipdl/Makefile.in Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,27 @@ 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 +GARBAGE_DIRS += _ipdlheaders 1.9 +GARBAGE += ipdl_lextab.py ipdl_yacctab.py $(wildcard *.pyc $(srcdir)/ipdl/*.pyc $(srcdir)/ipdl/cxx/*.pyc) 1.10 + 1.11 +# This file is generated by the moz.build backend. 1.12 +include ipdlsrcs.mk 1.13 + 1.14 +include $(topsrcdir)/config/rules.mk 1.15 + 1.16 + 1.17 +# NB: the IPDL compiler manages .ipdl-->.h/.cpp dependencies itself, 1.18 +# which is why we don't have explicit .h/.cpp targets here 1.19 +export:: $(ALL_IPDLSRCS) 1.20 + $(PYTHON) $(topsrcdir)/config/pythonpath.py \ 1.21 + $(PLY_INCLUDE) \ 1.22 + $(srcdir)/ipdl.py \ 1.23 + --outheaders-dir=_ipdlheaders \ 1.24 + --outcpp-dir=. \ 1.25 + $(IPDLDIRS:%=-I%) \ 1.26 + $^ 1.27 + 1.28 +# We #include some things in the dom/plugins/ directory that rely on 1.29 +# toolkit libraries. 1.30 +CXXFLAGS += $(TK_CFLAGS)