Bug 616542 - Shorten file path length of mochitest; r=ted
[gecko.git] / dom / tests / mochitest / dom-level2-html / files / Makefile.in
blob26b6c76a3019a99b776e0579b4cb50f0c81d9dc7
2 # ***** BEGIN LICENSE BLOCK *****
3 # Version: MPL 1.1/GPL 2.0/LGPL 2.1
5 # The contents of this file are subject to the Mozilla Public License Version
6 # 1.1 (the "License"); you may not use this file except in compliance with
7 # the License. You may obtain a copy of the License at
8 # http://www.mozilla.org/MPL/
10 # Software distributed under the License is distributed on an "AS IS" basis,
11 # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
12 # for the specific language governing rights and limitations under the
13 # License.
15 # The Original Code is mozilla.org code.
17 # The Initial Developer of the Original Code is
18 # Mozilla Foundation.
19 # Portions created by the Initial Developer are Copyright (C) 2007
20 # the Initial Developer. All Rights Reserved.
22 # Contributor(s):
24 # Alternatively, the contents of this file may be used under the terms of
25 # either of the GNU General Public License Version 2 or later (the "GPL"),
26 # or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
27 # in which case the provisions of the GPL or the LGPL are applicable instead
28 # of those above. If you wish to allow use of your version of this file only
29 # under the terms of either the GPL or the LGPL, and not to allow others to
30 # use your version of this file under the terms of the MPL, indicate your
31 # decision by deleting the provisions above and replace them with the notice
32 # and other provisions required by the GPL or the LGPL. If you do not delete
33 # the provisions above, a recipient may use your version of this file under
34 # the terms of any one of the MPL, the GPL or the LGPL.
36 # ***** END LICENSE BLOCK *****
38 DEPTH = ../../../../..
39 topsrcdir = @top_srcdir@
40 srcdir = @srcdir@
41 VPATH = @srcdir@
42 relativesrcdir = dom/tests/mochitest/dom-level2-html/files
44 include $(DEPTH)/config/autoconf.mk
45 include $(topsrcdir)/config/rules.mk
47 _TEST_FILES = \
48 anchor.html \
49 anchor.xhtml \
50 anchor.xml \
51 anchor2.html \
52 anchor2.xhtml \
53 anchor2.xml \
54 applet.html \
55 applet.xhtml \
56 applet.xml \
57 applet2.class \
58 applet2.html \
59 applet2.xhtml \
60 applet2.xml \
61 area.html \
62 area.xhtml \
63 area.xml \
64 area2.html \
65 area2.xhtml \
66 area2.xml \
67 base.html \
68 base.xhtml \
69 base.xml \
70 base2.html \
71 base2.xhtml \
72 base2.xml \
73 body.html \
74 body.xhtml \
75 body.xml \
76 br.html \
77 br.xhtml \
78 br.xml \
79 button.html \
80 button.xhtml \
81 button.xml \
82 collection.html \
83 collection.xhtml \
84 collection.xml \
85 directory.html \
86 directory.xhtml \
87 directory.xml \
88 div.html \
89 div.xhtml \
90 div.xml \
91 dl.html \
92 dl.xhtml \
93 dl.xml \
94 document.html \
95 document-with-applet.html \
96 document.xhtml \
97 document.xml \
98 element.html \
99 element.xhtml \
100 element.xml \
101 fieldset.html \
102 fieldset.xhtml \
103 fieldset.xml \
104 font.html \
105 font.xhtml \
106 font.xml \
107 form.html \
108 form.xhtml \
109 form.xml \
110 form2.html \
111 form2.xhtml \
112 form2.xml \
113 form3.html \
114 form3.xhtml \
115 form3.xml \
116 frame.html \
117 frame.xhtml \
118 frame.xml \
119 frame2.html \
120 frame2.xhtml \
121 frame2.xml \
122 frameset.html \
123 frameset.xhtml \
124 frameset.xml \
125 heading.html \
126 heading.xhtml \
127 heading.xml \
128 hr.html \
129 hr.xhtml \
130 hr.xml \
131 html.html \
132 html.xhtml \
133 html.xml \
134 iframe.html \
135 iframe.xhtml \
136 iframe.xml \
137 iframe2.html \
138 iframe2.xhtml \
139 iframe2.xml \
140 img.html \
141 img.xhtml \
142 img.xml \
143 index.html \
144 input.html \
145 input.xhtml \
146 input.xml \
147 isindex.html \
148 isindex.xhtml \
149 isindex.xml \
150 label.html \
151 label.xhtml \
152 label.xml \
153 legend.html \
154 legend.xhtml \
155 legend.xml \
156 li.html \
157 li.xhtml \
158 li.xml \
159 link.html \
160 link.xhtml \
161 link.xml \
162 link2.html \
163 link2.xhtml \
164 link2.xml \
165 map.html \
166 map.xhtml \
167 map.xml \
168 menu.html \
169 menu.xhtml \
170 menu.xml \
171 meta.html \
172 meta.xhtml \
173 meta.xml \
174 mod.html \
175 mod.xhtml \
176 mod.xml \
177 object.html \
178 object.xhtml \
179 object.xml \
180 object2.html \
181 object2.xhtml \
182 object2.xml \
183 olist.html \
184 olist.xhtml \
185 olist.xml \
186 optgroup.html \
187 optgroup.xhtml \
188 optgroup.xml \
189 option.html \
190 option.xhtml \
191 option.xml \
192 optionscollection.html \
193 optionscollection.xhtml \
194 optionscollection.xml \
195 paragraph.html \
196 paragraph.xhtml \
197 paragraph.xml \
198 param.html \
199 param.xhtml \
200 param.xml \
201 pre.html \
202 pre.xhtml \
203 pre.xml \
204 quote.html \
205 quote.xhtml \
206 quote.xml \
207 right.png \
208 script.html \
209 script.xhtml \
210 script.xml \
211 select.html \
212 select.xhtml \
213 select.xml \
214 style.html \
215 style.xhtml \
216 style.xml \
217 table.html \
218 table.xhtml \
219 table.xml \
220 table1.html \
221 table1.xhtml \
222 table1.xml \
223 tablecaption.html \
224 tablecaption.xhtml \
225 tablecaption.xml \
226 tablecell.html \
227 tablecell.xhtml \
228 tablecell.xml \
229 tablecol.html \
230 tablecol.xhtml \
231 tablecol.xml \
232 tablerow.html \
233 tablerow.xhtml \
234 tablerow.xml \
235 tablesection.html \
236 tablesection.xhtml \
237 tablesection.xml \
238 textarea.html \
239 textarea.xhtml \
240 textarea.xml \
241 title.html \
242 title.xhtml \
243 title.xml \
244 ulist.html \
245 ulist.xhtml \
246 ulist.xml \
247 w3c_main.png \
248 xhtml-lat1.ent \
249 xhtml-special.ent \
250 xhtml-symbol.ent \
251 xhtml1-frameset.dtd \
252 xhtml1-strict.dtd \
253 xhtml1-transitional.dtd \
254 $(NULL)
255 _TEST_FILES_J = \
256 applets/org/w3c/domts/DOMTSApplet.class \
257 $(NULL)
258 libs:: $(_TEST_FILES)
259 $(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/$(mochitestdir)/tests/$(relativesrcdir)
260 libs:: $(_TEST_FILES_J)
261 $(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/$(mochitestdir)/tests/$(relativesrcdir)/applets/org/w3c/domts