Bug 616542 - Shorten file path length of mochitest; r=ted
[gecko.git] / docshell / test / chrome / Makefile.in
blob06388c6c8af6067d07d265466d33ed0b91dc14d4
1 # ***** BEGIN LICENSE BLOCK *****
2 # Version: MPL 1.1/GPL 2.0/LGPL 2.1
4 # The contents of this file are subject to the Mozilla Public License Version
5 # 1.1 (the "License"); you may not use this file except in compliance with
6 # the License. You may obtain a copy of the License at
7 # http://www.mozilla.org/MPL/
9 # Software distributed under the License is distributed on an "AS IS" basis,
10 # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11 # for the specific language governing rights and limitations under the
12 # License.
14 # The Original Code is mozilla.org code.
16 # The Initial Developer of the Original Code is
17 # Sylvain Pasche <sylvain.pasche@gmail.com>.
18 # Portions created by the Initial Developer are Copyright (C) 2007
19 # the Initial Developer. All Rights Reserved.
21 # Contributor(s):
23 # Alternatively, the contents of this file may be used under the terms of
24 # either of the GNU General Public License Version 2 or later (the "GPL"),
25 # or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
26 # in which case the provisions of the GPL or the LGPL are applicable instead
27 # of those above. If you wish to allow use of your version of this file only
28 # under the terms of either the GPL or the LGPL, and not to allow others to
29 # use your version of this file under the terms of the MPL, indicate your
30 # decision by deleting the provisions above and replace them with the notice
31 # and other provisions required by the GPL or the LGPL. If you do not delete
32 # the provisions above, a recipient may use your version of this file under
33 # the terms of any one of the MPL, the GPL or the LGPL.
35 # ***** END LICENSE BLOCK *****
37 DEPTH = ../../..
38 topsrcdir = @top_srcdir@
39 srcdir = @srcdir@
40 VPATH = @srcdir@
41 relativesrcdir = docshell/test/chrome
43 include $(DEPTH)/config/autoconf.mk
44 include $(topsrcdir)/config/rules.mk
46 _HTTP_FILES = \
47 bug89419.sjs \
48 blue.png \
49 red.png \
50 92598_nostore.html \
51 92598_nostore.html^headers^ \
52 112564_nocache.html \
53 112564_nocache.html^headers^ \
54 215405_nostore.html \
55 215405_nostore.html^headers^ \
56 215405_nocache.html \
57 215405_nocache.html^headers^ \
58 582176_dummy.html \
59 582176_xml.xml \
60 582176_xslt.xsl \
61 $(NULL)
63 _TEST_FILES = \
64 test_bug89419.xul \
65 bug89419_window.xul \
66 89419.html \
67 test_bug92598.xul \
68 bug92598_window.xul \
69 92598_nostore.html \
70 test_bug112564.xul \
71 bug112564_window.xul \
72 test_bug113934.xul \
73 bug113934_window.xul \
74 test_bug215405.xul \
75 bug215405_window.xul \
76 test_bug293235.xul \
77 bug293235_window.xul \
78 bug293235.html \
79 bug293235_p2.html \
80 test_bug294258.xul \
81 bug294258_window.xul \
82 bug294258_testcase.html \
83 test_bug298622.xul \
84 bug298622_window.xul \
85 test_bug301397.xul \
86 bug301397_window.xul \
87 bug301397_1.html \
88 bug301397_2.html \
89 bug301397_3.html \
90 bug301397_4.html \
91 test_bug303267.xul \
92 bug303267.html \
93 bug303267_window.xul \
94 test_bug321671.xul \
95 bug321671_window.xul \
96 test_bug360511.xul \
97 bug360511_window.xul \
98 bug360511_case1.html \
99 bug360511_case2.html \
100 test_bug364461.xul \
101 bug364461_window.xul \
102 test_bug396519.xul \
103 bug396519_window.xul \
104 test_bug396649.xul \
105 bug396649_window.xul \
106 test_bug582176.xul \
107 bug582176_window.xul \
108 test_bug428288.html \
109 test_bug608669.xul \
110 bug608669.xul \
111 test_bug449778.xul \
112 bug449778_window.xul \
113 test_bug449780.xul \
114 bug449780_window.xul \
115 test_bug454235.xul \
116 bug454235-subframe.xul \
117 test_bug456980.xul \
118 test_bug662200.xul \
119 bug662200_window.xul \
120 662200a.html \
121 662200b.html \
122 662200c.html \
123 test_bug690056.xul \
124 bug690056_window.xul \
125 $(NULL)
127 _DOCSHELL_SUBHARNESS = \
128 docshell_helpers.js \
129 generic.html \
130 $(NULL)
132 libs:: $(_HTTP_FILES)
133 $(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/$(mochitestdir)/tests/$(relativesrcdir)
135 libs:: $(_TEST_FILES)
136 $(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/$(mochitestdir)/chrome/$(relativesrcdir)
138 libs:: $(_DOCSHELL_SUBHARNESS)
139 $(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/$(mochitestdir)/chrome/$(relativesrcdir)