2007-01-17 20:38:57 +00:00
|
|
|
#
|
2012-05-21 11:12:37 +00: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/.
|
2007-01-17 20:38:57 +00:00
|
|
|
|
2012-08-04 18:26:44 +00:00
|
|
|
DEPTH = @DEPTH@
|
2007-01-17 20:38:57 +00:00
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
2012-08-04 18:26:44 +00:00
|
|
|
relativesrcdir = @relativesrcdir@
|
2007-01-17 20:38:57 +00:00
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|
|
|
|
_STATIC_FILES = test.template.txt \
|
|
|
|
xhtml.template.txt \
|
|
|
|
xul.template.txt \
|
2007-01-26 18:44:58 +00:00
|
|
|
harness.css \
|
2007-01-17 20:38:57 +00:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
libs:: $(_STATIC_FILES)
|
2011-11-05 18:35:59 +00:00
|
|
|
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/$(relativesrcdir)
|