2012-05-21 11:12:37 +00: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/.
|
2009-07-13 16:14:56 +00:00
|
|
|
|
2009-11-24 15:34:38 +00:00
|
|
|
GARBAGE_DIRS += _ipdlheaders
|
2010-04-29 07:21:14 +00:00
|
|
|
GARBAGE += ipdl_lextab.py ipdl_yacctab.py $(wildcard *.pyc $(srcdir)/ipdl/*.pyc $(srcdir)/ipdl/cxx/*.pyc)
|
2009-11-24 15:34:38 +00:00
|
|
|
|
2013-07-01 13:56:28 +00:00
|
|
|
# This file is generated by the moz.build backend.
|
|
|
|
include ipdlsrcs.mk
|
2009-12-03 08:16:09 +00:00
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|
|
|
|
|
|
|
|
# NB: the IPDL compiler manages .ipdl-->.h/.cpp dependencies itself,
|
|
|
|
# which is why we don't have explicit .h/.cpp targets here
|
2013-09-26 23:05:10 +00:00
|
|
|
export:: $(ALL_IPDLSRCS)
|
2012-04-10 00:41:22 +00:00
|
|
|
$(PYTHON) $(topsrcdir)/config/pythonpath.py \
|
2012-04-06 18:06:52 +00:00
|
|
|
$(PLY_INCLUDE) \
|
|
|
|
$(srcdir)/ipdl.py \
|
|
|
|
--outheaders-dir=_ipdlheaders \
|
|
|
|
--outcpp-dir=. \
|
2013-07-01 13:56:28 +00:00
|
|
|
$(IPDLDIRS:%=-I%) \
|
2009-07-13 16:14:56 +00:00
|
|
|
$^
|