2012-03-31 08:42:20 +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/.
|
|
|
|
|
2016-02-20 08:46:29 +03:00
|
|
|
ifdef COMPILE_ENVIRONMENT
|
|
|
|
|
2013-09-05 19:20:26 +04:00
|
|
|
include ../webidlsrcs.mk
|
2012-05-23 20:44:48 +04:00
|
|
|
|
2013-12-12 11:26:38 +04:00
|
|
|
# $(test_sources) comes from webidlsrcs.mk.
|
|
|
|
# TODO Update this variable in backend.mk.
|
|
|
|
CPPSRCS += $(addprefix ../,$(test_sources))
|
2012-05-23 20:44:48 +04:00
|
|
|
|
2012-07-26 20:38:03 +04:00
|
|
|
# Include rules.mk before any of our targets so our first target is coming from
|
|
|
|
# rules.mk and running make with no target in this dir does the right thing.
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|
2016-02-20 08:46:29 +03:00
|
|
|
endif
|