2012-02-02 10:09:00 +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/.
|
2004-12-07 01:39:54 +03:00
|
|
|
|
2014-07-23 08:33:09 +04:00
|
|
|
include $(topsrcdir)/toolkit/library/libxul.mk
|
|
|
|
|
2014-08-13 22:24:15 +04:00
|
|
|
include $(topsrcdir)/config/config.mk
|
|
|
|
|
2009-11-02 12:17:27 +03:00
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|
2013-03-11 22:47:40 +04:00
|
|
|
.PHONY: gtestxul
|
2014-03-31 15:21:38 +04:00
|
|
|
gtestxul:
|
2017-02-07 01:34:07 +03:00
|
|
|
$(MAKE) -C $(DEPTH) toolkit/library/gtest/target LINK_GTEST_DURING_COMPILE=1
|