2013-07-30 17:00:24 -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/.
|
|
|
|
|
2013-09-26 16:05:10 -07:00
|
|
|
export::
|
2013-11-06 17:37:44 -08:00
|
|
|
ifndef LIBXUL_SDK
|
2013-09-05 17:17:59 -07:00
|
|
|
$(call SUBMAKE,xpidl-parser,$(DEPTH)/xpcom/idl-parser)
|
2013-11-06 17:37:44 -08:00
|
|
|
endif
|
2013-08-14 08:40:25 -07:00
|
|
|
$(call py_action,process_install_manifest,$(DIST)/idl $(DEPTH)/_build_manifests/install/dist_idl)
|
2013-09-05 17:17:59 -07:00
|
|
|
$(call SUBMAKE,xpidl,$(DEPTH)/config/makefiles/xpidl)
|
2013-10-11 07:32:49 -07:00
|
|
|
|
|
|
|
clean clobber realclean clobber_all distclean::
|
|
|
|
$(call SUBMAKE,$@,$(DEPTH)/config/makefiles/xpidl)
|