gecko/content/xul/document/test/Makefile.in
2012-05-21 12:12:37 +01:00

36 lines
929 B
Makefile

#
# 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/.
DEPTH = ../../../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
relativesrcdir = content/xul/document/test
include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/rules.mk
_CHROME_FILES = \
test_bug311681.xul \
test_bug199692.xul \
test_bug391002.xul \
test_bug403868.xul \
test_bug414907.xul \
test_bug418216.xul \
test_bug445177.xul \
test_bug449457.xul \
test_bug468176.xul \
test_bug583948.xul \
window_bug583948.xul \
test_bug497875.xul \
bug497875-iframe.xul \
test_bug335375.xul \
overlay1_bug335375.xul \
overlay2_bug335375.xul \
$(NULL)
libs:: $(_CHROME_FILES)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/chrome/$(relativesrcdir)