1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 include $(topsrcdir
)/config
/rules.mk
7 # Harness packages from the srcdir
28 setup_development.py \
33 _DEST_DIR
= $(DEPTH
)/_tests
/mozbase
34 libs
:: $(MOZBASE_PACKAGES
)
35 $(PYTHON
) $(topsrcdir
)/config
/nsinstall.py
$^
$(_DEST_DIR
)
36 libs
:: $(MOZBASE_EXTRAS
)
37 $(PYTHON
) $(topsrcdir
)/config
/nsinstall.py
$^
$(_DEST_DIR
)
39 stage-package
: PKG_STAGE
= $(DIST
)/test-stage
41 $(NSINSTALL
) -D
$(PKG_STAGE
)/mozbase
42 @
(cd
$(srcdir) && tar $(TAR_CREATE_FLAGS
) - $(MOZBASE_PACKAGES
)) |
(cd
$(PKG_STAGE
)/mozbase
&& tar -xf
-)
43 @
(cd
$(srcdir) && tar $(TAR_CREATE_FLAGS
) - $(MOZBASE_EXTRAS
)) |
(cd
$(PKG_STAGE
)/mozbase
&& tar -xf
-)