2013-07-31 04:00:24 +04: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/.
|
|
|
|
|
2013-09-27 03:05:10 +04:00
|
|
|
export::
|
2015-07-13 23:09:11 +03:00
|
|
|
$(call SUBMAKE,xpidl-parser,$(DEPTH)/xpcom/idl-parser/xpidl)
|
2013-08-14 19:40:25 +04:00
|
|
|
$(call py_action,process_install_manifest,$(DIST)/idl $(DEPTH)/_build_manifests/install/dist_idl)
|
2013-09-06 04:17:59 +04:00
|
|
|
$(call SUBMAKE,xpidl,$(DEPTH)/config/makefiles/xpidl)
|
2013-10-11 18:32:49 +04:00
|
|
|
|
|
|
|
clean clobber realclean clobber_all distclean::
|
|
|
|
$(call SUBMAKE,$@,$(DEPTH)/config/makefiles/xpidl)
|