Automated checkin: version bump remove "pre" from version number for firefox 3.7a1...
[mozilla-central.git] / toolkit / toolkit-makefiles.sh
blob4783afd801d18b497336e5c08f39cfd0d726fb8e
1 #! /bin/sh
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 the Mozilla build system
17 # The Initial Developer of the Original Code is
18 # Ben Turner <mozilla@songbirdnest.com>
20 # Portions created by the Initial Developer are Copyright (C) 2007
21 # the Initial Developer. All Rights Reserved.
23 # Contributor(s):
25 # Alternatively, the contents of this file may be used under the terms of
26 # either the GNU General Public License Version 2 or later (the "GPL"), or
27 # the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
28 # in which case the provisions of the GPL or the LGPL are applicable instead
29 # of those above. If you wish to allow use of your version of this file only
30 # under the terms of either the GPL or the LGPL, and not to allow others to
31 # use your version of this file under the terms of the MPL, indicate your
32 # decision by deleting the provisions above and replace them with the notice
33 # and other provisions required by the GPL or the LGPL. If you do not delete
34 # the provisions above, a recipient may use your version of this file under
35 # the terms of any one of the MPL, the GPL or the LGPL.
37 # ***** END LICENSE BLOCK *****
39 # This file contains makefiles that will be generated for every XUL app.
41 MAKEFILES_db="
42 db/Makefile
43 db/mdb/Makefile
44 db/mdb/public/Makefile
45 db/mork/Makefile
46 db/mork/build/Makefile
47 db/mork/src/Makefile
50 MAKEFILES_dom="
51 ipc/Makefile
52 ipc/chromium/Makefile
53 ipc/glue/Makefile
54 ipc/ipdl/Makefile
55 dom/Makefile
56 dom/public/coreEvents/Makefile
57 dom/interfaces/base/Makefile
58 dom/interfaces/canvas/Makefile
59 dom/interfaces/core/Makefile
60 dom/interfaces/css/Makefile
61 dom/interfaces/events/Makefile
62 dom/interfaces/geolocation/Makefile
63 dom/interfaces/html/Makefile
64 dom/interfaces/json/Makefile
65 dom/interfaces/load-save/Makefile
66 dom/interfaces/offline/Makefile
67 dom/interfaces/range/Makefile
68 dom/interfaces/sidebar/Makefile
69 dom/interfaces/storage/Makefile
70 dom/interfaces/stylesheets/Makefile
71 dom/interfaces/threads/Makefile
72 dom/interfaces/traversal/Makefile
73 dom/interfaces/views/Makefile
74 dom/interfaces/xbl/Makefile
75 dom/interfaces/xpath/Makefile
76 dom/interfaces/xul/Makefile
77 dom/base/Makefile
78 dom/src/Makefile
79 dom/src/events/Makefile
80 dom/src/jsurl/Makefile
81 dom/src/geolocation/Makefile
82 dom/src/json/Makefile
83 dom/src/offline/Makefile
84 dom/src/storage/Makefile
85 dom/src/threads/Makefile
86 dom/locales/Makefile
87 dom/plugins/Makefile
90 MAKEFILES_editor="
91 editor/Makefile
92 editor/public/Makefile
93 editor/idl/Makefile
94 editor/txmgr/Makefile
95 editor/txmgr/idl/Makefile
96 editor/txmgr/public/Makefile
97 editor/txmgr/src/Makefile
98 editor/txmgr/tests/Makefile
99 editor/txtsvc/Makefile
100 editor/txtsvc/public/Makefile
101 editor/txtsvc/src/Makefile
102 editor/composer/Makefile
103 editor/composer/public/Makefile
104 editor/composer/src/Makefile
105 editor/composer/test/Makefile
106 editor/libeditor/Makefile
107 editor/libeditor/base/Makefile
108 editor/libeditor/base/tests/Makefile
109 editor/libeditor/html/Makefile
110 editor/libeditor/text/Makefile
113 MAKEFILES_xmlparser="
114 parser/expat/Makefile
115 parser/expat/lib/Makefile
116 parser/xml/Makefile
117 parser/xml/public/Makefile
118 parser/xml/src/Makefile
121 MAKEFILES_gfx="
122 gfx/Makefile
123 gfx/idl/Makefile
124 gfx/public/Makefile
125 gfx/src/Makefile
126 gfx/src/psshared/Makefile
127 gfx/src/thebes/Makefile
128 gfx/tests/Makefile
129 gfx/thebes/Makefile
130 gfx/thebes/public/Makefile
131 gfx/thebes/src/Makefile
132 gfx/qcms/Makefile
135 MAKEFILES_htmlparser="
136 parser/htmlparser/Makefile
137 parser/htmlparser/public/Makefile
138 parser/htmlparser/src/Makefile
139 parser/htmlparser/tests/Makefile
140 parser/htmlparser/tests/grabpage/Makefile
141 parser/htmlparser/tests/logparse/Makefile
142 parser/htmlparser/tests/html/Makefile
143 parser/htmlparser/tests/outsinks/Makefile
146 MAKEFILES_intl="
147 intl/Makefile
148 intl/build/Makefile
149 intl/chardet/Makefile
150 intl/chardet/public/Makefile
151 intl/chardet/src/Makefile
152 intl/uconv/Makefile
153 intl/uconv/idl/Makefile
154 intl/uconv/util/Makefile
155 intl/uconv/public/Makefile
156 intl/uconv/src/Makefile
157 intl/uconv/tests/Makefile
158 intl/uconv/ucvja/Makefile
159 intl/uconv/ucvlatin/Makefile
160 intl/uconv/ucvcn/Makefile
161 intl/uconv/ucvtw/Makefile
162 intl/uconv/ucvtw2/Makefile
163 intl/uconv/ucvko/Makefile
164 intl/uconv/ucvibm/Makefile
165 intl/uconv/native/Makefile
166 intl/locale/Makefile
167 intl/locale/public/Makefile
168 intl/locale/idl/Makefile
169 intl/locale/src/Makefile
170 intl/locale/src/mac/Makefile
171 intl/locale/src/unix/Makefile
172 intl/locale/src/os2/Makefile
173 intl/locale/src/windows/Makefile
174 intl/locale/tests/Makefile
175 intl/lwbrk/Makefile
176 intl/lwbrk/idl/Makefile
177 intl/lwbrk/src/Makefile
178 intl/lwbrk/public/Makefile
179 intl/lwbrk/tests/Makefile
180 intl/unicharutil/Makefile
181 intl/unicharutil/util/Makefile
182 intl/unicharutil/util/internal/Makefile
183 intl/unicharutil/idl/Makefile
184 intl/unicharutil/src/Makefile
185 intl/unicharutil/public/Makefile
186 intl/unicharutil/tables/Makefile
187 intl/unicharutil/tests/Makefile
188 intl/unicharutil/tools/Makefile
189 intl/strres/Makefile
190 intl/strres/public/Makefile
191 intl/strres/src/Makefile
192 intl/strres/tests/Makefile
195 MAKEFILES_xpconnect="
196 js/src/xpconnect/Makefile
197 js/src/xpconnect/public/Makefile
198 js/src/xpconnect/idl/Makefile
199 js/src/xpconnect/shell/Makefile
200 js/src/xpconnect/src/Makefile
201 js/src/xpconnect/loader/Makefile
202 js/src/xpconnect/tests/Makefile
203 js/src/xpconnect/tests/components/Makefile
204 js/src/xpconnect/tests/idl/Makefile
205 js/src/xpconnect/tools/Makefile
206 js/src/xpconnect/tools/idl/Makefile
209 MAKEFILES_jsdebugger="
210 js/jsd/Makefile
211 js/jsd/idl/Makefile
214 MAKEFILES_jsctypes="
215 js/ctypes/Makefile
218 MAKEFILES_content="
219 content/Makefile
220 content/base/Makefile
221 content/base/public/Makefile
222 content/base/src/Makefile
223 content/base/test/Makefile
224 content/base/test/chrome/Makefile
225 content/canvas/Makefile
226 content/canvas/public/Makefile
227 content/canvas/src/Makefile
228 content/events/Makefile
229 content/events/public/Makefile
230 content/events/src/Makefile
231 content/html/Makefile
232 content/html/content/Makefile
233 content/html/content/public/Makefile
234 content/html/content/src/Makefile
235 content/html/document/Makefile
236 content/html/document/public/Makefile
237 content/html/document/src/Makefile
238 content/xml/Makefile
239 content/xml/content/Makefile
240 content/xml/content/src/Makefile
241 content/xml/document/Makefile
242 content/xml/document/public/Makefile
243 content/xml/document/resources/Makefile
244 content/xml/document/src/Makefile
245 content/xul/Makefile
246 content/xul/content/Makefile
247 content/xul/content/src/Makefile
248 content/xul/document/Makefile
249 content/xul/document/public/Makefile
250 content/xul/document/src/Makefile
251 content/xul/templates/Makefile
252 content/xul/templates/public/Makefile
253 content/xul/templates/src/Makefile
254 content/xul/templates/tests/Makefile
255 content/xul/templates/tests/chrome/Makefile
256 content/xbl/Makefile
257 content/xbl/public/Makefile
258 content/xbl/src/Makefile
259 content/xbl/builtin/Makefile
260 content/xbl/builtin/gtk2/Makefile
261 content/xbl/builtin/mac/Makefile
262 content/xslt/Makefile
263 content/xslt/public/Makefile
264 content/xslt/src/Makefile
265 content/xslt/src/base/Makefile
266 content/xslt/src/xml/Makefile
267 content/xslt/src/xpath/Makefile
268 content/xslt/src/xslt/Makefile
269 content/xslt/src/main/Makefile
272 MAKEFILES_layout="
273 layout/Makefile
274 layout/base/Makefile
275 layout/base/tests/Makefile
276 layout/build/Makefile
277 layout/forms/Makefile
278 layout/generic/Makefile
279 layout/html/tests/Makefile
280 layout/inspector/public/Makefile
281 layout/inspector/src/Makefile
282 layout/printing/Makefile
283 layout/style/Makefile
284 layout/style/xbl-marquee/Makefile
285 layout/tables/Makefile
286 layout/xul/base/public/Makefile
287 layout/xul/base/src/Makefile
288 layout/xul/base/src/grid/Makefile
289 layout/xul/base/src/tree/src/Makefile
290 layout/xul/base/src/tree/public/Makefile
293 MAKEFILES_libimg="
294 modules/libimg/Makefile
297 MAKEFILES_libjar="
298 modules/libjar/Makefile
299 modules/libjar/test/Makefile
302 MAKEFILES_libreg="
303 modules/libreg/Makefile
304 modules/libreg/include/Makefile
305 modules/libreg/src/Makefile
306 modules/libreg/standalone/Makefile
309 MAKEFILES_libpref="
310 modules/libpref/Makefile
311 modules/libpref/public/Makefile
312 modules/libpref/src/Makefile
315 MAKEFILES_libvorbis="
316 media/libvorbis/Makefile
317 media/libvorbis/lib/Makefile
318 media/libvorbis/include/Makefile
319 media/libvorbis/include/vorbis/Makefile
322 MAKEFILES_libtheora="
323 media/libtheora/Makefile
324 media/libtheora/lib/Makefile
325 media/libtheora/include/Makefile
326 media/libtheora/include/theora/Makefile
329 MAKEFILES_liboggz="
330 media/liboggz/Makefile
331 media/liboggz/src/Makefile
332 media/liboggz/src/liboggz/Makefile
333 media/liboggz/include/Makefile
334 media/liboggz/include/oggz/Makefile
337 MAKEFILES_libogg="
338 media/libogg/Makefile
339 media/libogg/src/Makefile
340 media/libogg/include/Makefile
341 media/libogg/include/ogg/Makefile
344 MAKEFILES_libfishsound="
345 media/libfishsound/Makefile
346 media/libfishsound/src/Makefile
347 media/libfishsound/src/libfishsound/Makefile
348 media/libfishsound/include/Makefile
349 media/libfishsound/include/fishsound/Makefile
352 MAKEFILES_liboggplay="
353 media/liboggplay/Makefile
354 media/liboggplay/src/Makefile
355 media/liboggplay/src/liboggplay/Makefile
356 media/liboggplay/include/Makefile
357 media/liboggplay/include/oggplay/Makefile
360 MAKEFILES_libsydneyaudio="
361 media/libsydneyaudio/Makefile
362 media/libsydneyaudio/include/Makefile
363 media/libsydneyaudio/src/Makefile
366 MAKEFILES_plugin="
367 modules/plugin/Makefile
368 modules/plugin/base/src/Makefile
369 modules/plugin/base/public/Makefile
370 modules/plugin/default/mac/Makefile
371 modules/plugin/default/unix/Makefile
372 modules/plugin/default/windows/Makefile
373 modules/plugin/sdk/Makefile
374 modules/plugin/sdk/samples/Makefile
375 modules/plugin/sdk/samples/common/Makefile
376 modules/plugin/sdk/samples/basic/windows/Makefile
377 modules/plugin/sdk/samples/winless/windows/Makefile
380 MAKEFILES_freetype2="
381 modules/freetype2/Makefile
384 MAKEFILES_netwerk="
385 netwerk/Makefile
386 netwerk/base/Makefile
387 netwerk/base/public/Makefile
388 netwerk/base/src/Makefile
389 netwerk/build/Makefile
390 netwerk/cache/Makefile
391 netwerk/cache/public/Makefile
392 netwerk/cache/src/Makefile
393 netwerk/cookie/Makefile
394 netwerk/cookie/public/Makefile
395 netwerk/cookie/src/Makefile
396 netwerk/wifi/Makefile
397 netwerk/wifi/public/Makefile
398 netwerk/wifi/src/Makefile
399 netwerk/dns/Makefile
400 netwerk/dns/public/Makefile
401 netwerk/dns/src/Makefile
402 netwerk/protocol/Makefile
403 netwerk/protocol/about/Makefile
404 netwerk/protocol/about/public/Makefile
405 netwerk/protocol/about/src/Makefile
406 netwerk/protocol/data/Makefile
407 netwerk/protocol/data/src/Makefile
408 netwerk/protocol/file/Makefile
409 netwerk/protocol/file/public/Makefile
410 netwerk/protocol/file/src/Makefile
411 netwerk/protocol/ftp/Makefile
412 netwerk/protocol/ftp/public/Makefile
413 netwerk/protocol/ftp/src/Makefile
414 netwerk/protocol/gopher/Makefile
415 netwerk/protocol/gopher/src/Makefile
416 netwerk/protocol/http/Makefile
417 netwerk/protocol/http/public/Makefile
418 netwerk/protocol/http/src/Makefile
419 netwerk/protocol/res/Makefile
420 netwerk/protocol/res/public/Makefile
421 netwerk/protocol/res/src/Makefile
422 netwerk/protocol/viewsource/Makefile
423 netwerk/protocol/viewsource/public/Makefile
424 netwerk/protocol/viewsource/src/Makefile
425 netwerk/mime/Makefile
426 netwerk/mime/public/Makefile
427 netwerk/mime/src/Makefile
428 netwerk/socket/Makefile
429 netwerk/socket/base/Makefile
430 netwerk/streamconv/Makefile
431 netwerk/streamconv/converters/Makefile
432 netwerk/streamconv/public/Makefile
433 netwerk/streamconv/src/Makefile
434 netwerk/streamconv/test/Makefile
435 netwerk/test/Makefile
436 netwerk/locales/Makefile
437 netwerk/system/Makefile
438 netwerk/system/mac/Makefile
439 netwerk/system/win32/Makefile
442 MAKEFILES_uriloader="
443 uriloader/Makefile
444 uriloader/base/Makefile
445 uriloader/exthandler/Makefile
446 uriloader/exthandler/tests/Makefile
447 uriloader/prefetch/Makefile
450 MAKEFILES_profile="
451 profile/Makefile
452 profile/public/Makefile
453 profile/dirserviceprovider/Makefile
454 profile/dirserviceprovider/public/Makefile
455 profile/dirserviceprovider/src/Makefile
456 profile/dirserviceprovider/standalone/Makefile
459 MAKEFILES_rdf="
460 rdf/Makefile
461 rdf/base/Makefile
462 rdf/base/idl/Makefile
463 rdf/base/public/Makefile
464 rdf/base/src/Makefile
465 rdf/util/Makefile
466 rdf/util/public/Makefile
467 rdf/util/src/Makefile
468 rdf/util/src/internal/Makefile
469 rdf/build/Makefile
470 rdf/datasource/Makefile
471 rdf/datasource/public/Makefile
472 rdf/datasource/src/Makefile
473 rdf/tests/Makefile
474 rdf/tests/rdfcat/Makefile
475 rdf/tests/rdfpoll/Makefile
478 MAKEFILES_caps="
479 caps/Makefile
480 caps/idl/Makefile
481 caps/include/Makefile
482 caps/src/Makefile
483 caps/tests/Makefile
484 caps/tests/mochitest/Makefile
487 MAKEFILES_chrome="
488 chrome/Makefile
489 chrome/public/Makefile
490 chrome/src/Makefile
493 MAKEFILES_view="
494 view/Makefile
495 view/public/Makefile
496 view/src/Makefile
499 MAKEFILES_docshell="
500 docshell/Makefile
501 docshell/base/Makefile
502 docshell/resources/Makefile
503 docshell/resources/content/Makefile
504 docshell/shistory/Makefile
505 docshell/shistory/public/Makefile
506 docshell/shistory/src/Makefile
507 docshell/build/Makefile
510 MAKEFILES_webshell="
511 webshell/Makefile
512 webshell/public/Makefile
515 MAKEFILES_widget="
516 widget/Makefile
517 widget/public/Makefile
518 widget/src/Makefile
519 widget/src/beos/Makefile
520 widget/src/build/Makefile
521 widget/src/gtk2/Makefile
522 widget/src/gtkxtbin/Makefile
523 widget/src/photon/Makefile
524 widget/src/cocoa/Makefile
525 widget/src/os2/Makefile
526 widget/src/windows/Makefile
527 widget/src/xpwidgets/Makefile
530 MAKEFILES_xpcom="
531 xpcom/string/Makefile
532 xpcom/string/public/Makefile
533 xpcom/string/src/Makefile
534 xpcom/Makefile
535 xpcom/base/Makefile
536 xpcom/build/Makefile
537 xpcom/components/Makefile
538 xpcom/ds/Makefile
539 xpcom/glue/Makefile
540 xpcom/glue/standalone/Makefile
541 xpcom/io/Makefile
542 xpcom/typelib/Makefile
543 xpcom/reflect/Makefile
544 xpcom/typelib/xpt/Makefile
545 xpcom/typelib/xpt/public/Makefile
546 xpcom/typelib/xpt/src/Makefile
547 xpcom/typelib/xpt/tests/Makefile
548 xpcom/typelib/xpt/tools/Makefile
549 xpcom/typelib/xpidl/Makefile
550 xpcom/reflect/xptcall/Makefile
551 xpcom/reflect/xptcall/public/Makefile
552 xpcom/reflect/xptcall/src/Makefile
553 xpcom/reflect/xptcall/src/md/Makefile
554 xpcom/reflect/xptcall/src/md/os2/Makefile
555 xpcom/reflect/xptcall/src/md/test/Makefile
556 xpcom/reflect/xptcall/src/md/unix/Makefile
557 xpcom/reflect/xptcall/src/md/win32/Makefile
558 xpcom/reflect/xptcall/tests/Makefile
559 xpcom/reflect/xptinfo/Makefile
560 xpcom/reflect/xptinfo/public/Makefile
561 xpcom/reflect/xptinfo/src/Makefile
562 xpcom/reflect/xptinfo/tests/Makefile
563 xpcom/proxy/Makefile
564 xpcom/proxy/public/Makefile
565 xpcom/proxy/src/Makefile
566 xpcom/proxy/tests/Makefile
567 xpcom/sample/Makefile
568 xpcom/threads/Makefile
569 xpcom/tools/Makefile
570 xpcom/tools/registry/Makefile
571 xpcom/stub/Makefile
572 xpcom/windbgdlg/Makefile
573 xpcom/system/Makefile
576 MAKEFILES_xpcom_tests="
577 xpcom/tests/Makefile
578 xpcom/tests/dynamic/Makefile
579 xpcom/tests/services/Makefile
580 xpcom/tests/windows/Makefile
581 xpcom/tests/static-checker/Makefile
584 MAKEFILES_xpinstall="
585 xpinstall/Makefile
586 xpinstall/public/Makefile
587 xpinstall/src/Makefile
590 MAKEFILES_xpfe="
591 widget/src/xremoteclient/Makefile
592 toolkit/components/remote/Makefile
593 xpfe/Makefile
594 xpfe/browser/Makefile
595 xpfe/browser/src/Makefile
596 xpfe/components/Makefile
597 xpfe/components/directory/Makefile
598 xpfe/components/find/Makefile
599 xpfe/components/find/public/Makefile
600 xpfe/components/find/src/Makefile
601 xpfe/components/intl/Makefile
602 xpfe/components/autocomplete/Makefile
603 xpfe/components/autocomplete/public/Makefile
604 xpfe/components/autocomplete/src/Makefile
605 xpfe/components/windowds/Makefile
606 xpfe/components/build/Makefile
607 xpfe/appshell/Makefile
608 xpfe/appshell/src/Makefile
609 xpfe/appshell/public/Makefile
610 extensions/spellcheck/Makefile
611 extensions/spellcheck/hunspell/Makefile
612 extensions/spellcheck/hunspell/src/Makefile
613 extensions/spellcheck/idl/Makefile
614 extensions/spellcheck/locales/Makefile
615 extensions/spellcheck/src/Makefile
618 MAKEFILES_embedding="
619 embedding/Makefile
620 embedding/base/Makefile
621 embedding/base/standalone/Makefile
622 embedding/browser/Makefile
623 embedding/browser/activex/src/Makefile
624 embedding/browser/activex/src/common/Makefile
625 embedding/browser/activex/src/control/Makefile
626 embedding/browser/activex/src/control_kicker/Makefile
627 embedding/browser/activex/src/plugin/Makefile
628 embedding/browser/build/Makefile
629 embedding/browser/webBrowser/Makefile
630 embedding/browser/gtk/Makefile
631 embedding/browser/gtk/src/Makefile
632 embedding/browser/gtk/tests/Makefile
633 embedding/browser/photon/Makefile
634 embedding/browser/photon/src/Makefile
635 embedding/browser/photon/tests/Makefile
636 embedding/components/Makefile
637 embedding/components/appstartup/Makefile
638 embedding/components/appstartup/src/Makefile
639 embedding/components/build/Makefile
640 embedding/components/commandhandler/Makefile
641 embedding/components/commandhandler/public/Makefile
642 embedding/components/commandhandler/src/Makefile
643 embedding/components/find/Makefile
644 embedding/components/find/public/Makefile
645 embedding/components/find/src/Makefile
646 embedding/components/printingui/Makefile
647 embedding/components/printingui/src/Makefile
648 embedding/components/printingui/src/mac/Makefile
649 embedding/components/printingui/src/unixshared/Makefile
650 embedding/components/printingui/src/win/Makefile
651 embedding/components/webbrowserpersist/Makefile
652 embedding/components/webbrowserpersist/public/Makefile
653 embedding/components/webbrowserpersist/src/Makefile
654 embedding/components/windowwatcher/Makefile
655 embedding/components/windowwatcher/public/Makefile
656 embedding/components/windowwatcher/src/Makefile
657 embedding/components/ui/Makefile
658 embedding/components/ui/helperAppDlg/Makefile
659 embedding/components/ui/progressDlg/Makefile
660 embedding/tests/Makefile
661 embedding/tests/winEmbed/Makefile
664 MAKEFILES_xulapp="
665 toolkit/Makefile
666 toolkit/library/Makefile
667 toolkit/crashreporter/Makefile
668 toolkit/crashreporter/client/Makefile
669 toolkit/crashreporter/google-breakpad/src/client/Makefile
670 toolkit/crashreporter/google-breakpad/src/client/linux/handler/Makefile
671 toolkit/crashreporter/google-breakpad/src/client/linux/minidump_writer/Makefile
672 toolkit/crashreporter/google-breakpad/src/client/mac/handler/Makefile
673 toolkit/crashreporter/google-breakpad/src/client/solaris/handler/Makefile
674 toolkit/crashreporter/google-breakpad/src/client/windows/crash_generation/Makefile
675 toolkit/crashreporter/google-breakpad/src/client/windows/handler/Makefile
676 toolkit/crashreporter/google-breakpad/src/client/windows/sender/Makefile
677 toolkit/crashreporter/google-breakpad/src/common/Makefile
678 toolkit/crashreporter/google-breakpad/src/common/linux/Makefile
679 toolkit/crashreporter/google-breakpad/src/common/mac/Makefile
680 toolkit/crashreporter/google-breakpad/src/common/dwarf/Makefile
681 toolkit/crashreporter/google-breakpad/src/common/solaris/Makefile
682 toolkit/crashreporter/google-breakpad/src/common/windows/Makefile
683 toolkit/crashreporter/google-breakpad/src/tools/linux/dump_syms/Makefile
684 toolkit/crashreporter/google-breakpad/src/tools/mac/dump_syms/Makefile
685 toolkit/crashreporter/google-breakpad/src/tools/solaris/dump_syms/Makefile
686 toolkit/content/Makefile
687 toolkit/components/alerts/Makefile
688 toolkit/components/alerts/public/Makefile
689 toolkit/components/alerts/src/Makefile
690 toolkit/components/alerts/src/mac/Makefile
691 toolkit/components/alerts/src/mac/growl/Makefile
692 toolkit/components/apppicker/Makefile
693 toolkit/components/autocomplete/Makefile
694 toolkit/components/autocomplete/public/Makefile
695 toolkit/components/autocomplete/src/Makefile
696 toolkit/components/Makefile
697 toolkit/components/build/Makefile
698 toolkit/components/commandlines/Makefile
699 toolkit/components/commandlines/public/Makefile
700 toolkit/components/commandlines/src/Makefile
701 toolkit/components/console/Makefile
702 toolkit/components/contentprefs/Makefile
703 toolkit/components/contentprefs/public/Makefile
704 toolkit/components/contentprefs/src/Makefile
705 toolkit/components/cookie/Makefile
706 toolkit/components/downloads/public/Makefile
707 toolkit/components/downloads/Makefile
708 toolkit/components/downloads/src/Makefile
709 toolkit/components/exthelper/Makefile
710 toolkit/components/feeds/Makefile
711 toolkit/components/feeds/public/Makefile
712 toolkit/components/feeds/src/Makefile
713 toolkit/components/filepicker/Makefile
714 toolkit/components/filepicker/public/Makefile
715 toolkit/components/filepicker/src/Makefile
716 toolkit/components/help/Makefile
717 toolkit/components/microformats/Makefile
718 toolkit/components/microformats/src/Makefile
719 toolkit/components/parentalcontrols/Makefile
720 toolkit/components/parentalcontrols/public/Makefile
721 toolkit/components/parentalcontrols/src/Makefile
722 toolkit/components/passwordmgr/Makefile
723 toolkit/components/passwordmgr/public/Makefile
724 toolkit/components/passwordmgr/src/Makefile
725 toolkit/components/passwordmgr/content/Makefile
726 toolkit/components/passwordmgr/test/Makefile
727 toolkit/components/places/Makefile
728 toolkit/components/places/public/Makefile
729 toolkit/components/places/src/Makefile
730 toolkit/components/printing/Makefile
731 toolkit/components/satchel/Makefile
732 toolkit/components/satchel/public/Makefile
733 toolkit/components/satchel/src/Makefile
734 toolkit/components/search/Makefile
735 toolkit/spatial-navigation/Makefile
736 toolkit/components/startup/Makefile
737 toolkit/components/startup/public/Makefile
738 toolkit/components/startup/src/Makefile
739 toolkit/components/typeaheadfind/Makefile
740 toolkit/components/typeaheadfind/public/Makefile
741 toolkit/components/typeaheadfind/src/Makefile
742 toolkit/components/url-classifier/Makefile
743 toolkit/components/url-classifier/public/Makefile
744 toolkit/components/url-classifier/src/Makefile
745 toolkit/components/urlformatter/Makefile
746 toolkit/components/urlformatter/public/Makefile
747 toolkit/components/urlformatter/src/Makefile
748 toolkit/components/viewconfig/Makefile
749 toolkit/components/viewsource/Makefile
750 toolkit/locales/Makefile
751 toolkit/mozapps/Makefile
752 toolkit/mozapps/downloads/Makefile
753 toolkit/mozapps/extensions/Makefile
754 toolkit/mozapps/handling/Makefile
755 toolkit/mozapps/plugins/Makefile
756 toolkit/mozapps/update/Makefile
757 toolkit/mozapps/update/public/Makefile
758 toolkit/mozapps/update/src/Makefile
759 toolkit/mozapps/update/src/updater/Makefile
760 toolkit/mozapps/xpinstall/Makefile
761 toolkit/profile/Makefile
762 toolkit/profile/public/Makefile
763 toolkit/profile/src/Makefile
764 toolkit/system/dbus/Makefile
765 toolkit/system/gnome/Makefile
766 toolkit/system/unixproxy/Makefile
767 toolkit/system/osxproxy/Makefile
768 toolkit/system/windowsproxy/Makefile
769 toolkit/themes/Makefile
770 toolkit/themes/gnomestripe/global/Makefile
771 toolkit/themes/gnomestripe/Makefile
772 toolkit/themes/gnomestripe/mozapps/Makefile
773 toolkit/themes/pmstripe/global/Makefile
774 toolkit/themes/pmstripe/Makefile
775 toolkit/themes/pinstripe/Makefile
776 toolkit/themes/pinstripe/global/Makefile
777 toolkit/themes/pinstripe/help/Makefile
778 toolkit/themes/pinstripe/mozapps/Makefile
779 toolkit/themes/winstripe/Makefile
780 toolkit/themes/winstripe/global/Makefile
781 toolkit/themes/winstripe/help/Makefile
782 toolkit/themes/winstripe/mozapps/Makefile
783 toolkit/xre/Makefile
786 MAKEFILES_libpr0n="
787 modules/libpr0n/Makefile
788 modules/libpr0n/build/Makefile
789 modules/libpr0n/public/Makefile
790 modules/libpr0n/src/Makefile
791 modules/libpr0n/decoders/Makefile
792 modules/libpr0n/decoders/gif/Makefile
793 modules/libpr0n/decoders/png/Makefile
794 modules/libpr0n/decoders/jpeg/Makefile
795 modules/libpr0n/decoders/bmp/Makefile
796 modules/libpr0n/decoders/icon/Makefile
797 modules/libpr0n/decoders/icon/mac/Makefile
798 modules/libpr0n/decoders/icon/win/Makefile
799 modules/libpr0n/decoders/icon/gtk/Makefile
800 modules/libpr0n/decoders/icon/beos/Makefile
801 modules/libpr0n/encoders/Makefile
802 modules/libpr0n/encoders/png/Makefile
803 modules/libpr0n/encoders/jpeg/Makefile
806 MAKEFILES_accessible="
807 accessible/Makefile
808 accessible/public/Makefile
809 accessible/public/ia2/Makefile
810 accessible/public/msaa/Makefile
811 accessible/src/Makefile
812 accessible/src/base/Makefile
813 accessible/src/html/Makefile
814 accessible/src/xforms/Makefile
815 accessible/src/xul/Makefile
816 accessible/src/msaa/Makefile
817 accessible/src/atk/Makefile
818 accessible/src/mac/Makefile
819 accessible/build/Makefile
822 MAKEFILES_zlib="
823 modules/zlib/standalone/Makefile
826 MAKEFILES_libmar="
827 modules/libmar/Makefile
828 modules/libmar/src/Makefile
829 modules/libmar/tool/Makefile
832 MAKEFILES_lib7z="
833 modules/lib7z/Makefile
836 MAKEFILES_extensions="
837 extensions/cookie/Makefile
838 extensions/permissions/Makefile
839 extensions/pref/Makefile
840 extensions/pref/autoconfig/Makefile
841 extensions/pref/autoconfig/public/Makefile
842 extensions/pref/autoconfig/src/Makefile
845 add_makefiles "
846 $MAKEFILES_db
847 $MAKEFILES_dom
848 $MAKEFILES_editor
849 $MAKEFILES_xmlparser
850 $MAKEFILES_gfx
851 $MAKEFILES_htmlparser
852 $MAKEFILES_intl
853 $MAKEFILES_xpconnect
854 $MAKEFILES_jsdebugger
855 $MAKEFILES_jsctypes
856 $MAKEFILES_content
857 $MAKEFILES_layout
858 $MAKEFILES_libimg
859 $MAKEFILES_libjar
860 $MAKEFILES_libreg
861 $MAKEFILES_libpref
862 $MAKEFILES_plugin
863 $MAKEFILES_netwerk
864 $MAKEFILES_uriloader
865 $MAKEFILES_profile
866 $MAKEFILES_rdf
867 $MAKEFILES_sun_java
868 $MAKEFILES_caps
869 $MAKEFILES_chrome
870 $MAKEFILES_view
871 $MAKEFILES_docshell
872 $MAKEFILES_webshell
873 $MAKEFILES_widget
874 $MAKEFILES_xpcom
875 $MAKEFILES_xpcom_tests
876 $MAKEFILES_xpinstall
877 $MAKEFILES_xpfe
878 $MAKEFILES_embedding
879 $MAKEFILES_xulapp
880 $MAKEFILES_libpr0n
881 $MAKEFILES_accessible
882 $MAKEFILES_zlib
883 $MAKEFILES_libmar
884 $MAKEFILES_lib7z
885 $MAKEFILES_extensions
889 # Conditional makefiles
892 if [ "$ENABLE_TESTS" ]; then
893 add_makefiles "
894 chrome/test/Makefile
895 content/canvas/test/Makefile
896 content/events/test/Makefile
897 content/html/content/test/Makefile
898 content/html/document/test/Makefile
899 content/smil/test/Makefile
900 content/svg/content/test/Makefile
901 content/test/Makefile
902 content/xbl/test/Makefile
903 content/xml/document/test/Makefile
904 content/xslt/tests/buster/Makefile
905 content/xslt/tests/mochitest/Makefile
906 content/xtf/test/Makefile
907 content/xul/content/test/Makefile
908 content/xul/document/test/Makefile
909 docshell/test/Makefile
910 docshell/test/browser/Makefile
911 docshell/test/chrome/Makefile
912 docshell/test/navigation/Makefile
913 dom/src/json/test/Makefile
914 dom/src/jsurl/test/Makefile
915 dom/src/threads/test/Makefile
916 dom/tests/Makefile
917 dom/tests/mochitest/Makefile
918 dom/tests/mochitest/ajax/Makefile
919 dom/tests/mochitest/ajax/jquery/Makefile
920 dom/tests/mochitest/ajax/jquery/dist/Makefile
921 dom/tests/mochitest/ajax/jquery/test/Makefile
922 dom/tests/mochitest/ajax/jquery/test/data/Makefile
923 dom/tests/mochitest/ajax/jquery/test/data/offset/Makefile
924 dom/tests/mochitest/ajax/jquery/test/unit/Makefile
925 dom/tests/mochitest/ajax/lib/Makefile
926 dom/tests/mochitest/ajax/mochikit/Makefile
927 dom/tests/mochitest/ajax/mochikit/MochiKit/Makefile
928 dom/tests/mochitest/ajax/mochikit/tests/Makefile
929 dom/tests/mochitest/ajax/mochikit/tests/SimpleTest/Makefile
930 dom/tests/mochitest/ajax/offline/Makefile
931 dom/tests/mochitest/ajax/offline/namespace1/Makefile
932 dom/tests/mochitest/ajax/offline/namespace1/sub/Makefile
933 dom/tests/mochitest/ajax/offline/namespace1/sub2/Makefile
934 dom/tests/mochitest/ajax/offline/namespace2/Makefile
935 dom/tests/mochitest/ajax/prototype/Makefile
936 dom/tests/mochitest/ajax/prototype/dist/Makefile
937 dom/tests/mochitest/ajax/prototype/test/Makefile
938 dom/tests/mochitest/ajax/prototype/test/functional/Makefile
939 dom/tests/mochitest/ajax/prototype/test/lib/Makefile
940 dom/tests/mochitest/ajax/prototype/test/unit/Makefile
941 dom/tests/mochitest/ajax/prototype/test/unit/fixtures/Makefile
942 dom/tests/mochitest/ajax/prototype/test/unit/tmp/Makefile
943 dom/tests/mochitest/ajax/scriptaculous/Makefile
944 dom/tests/mochitest/ajax/scriptaculous/lib/Makefile
945 dom/tests/mochitest/ajax/scriptaculous/src/Makefile
946 dom/tests/mochitest/ajax/scriptaculous/test/Makefile
947 dom/tests/mochitest/ajax/scriptaculous/test/unit/Makefile
948 dom/tests/mochitest/bugs/Makefile
949 dom/tests/mochitest/chrome/Makefile
950 dom/tests/mochitest/dom-level0/Makefile
951 dom/tests/mochitest/dom-level1-core/Makefile
952 dom/tests/mochitest/dom-level1-core/files/Makefile
953 dom/tests/mochitest/dom-level2-core/Makefile
954 dom/tests/mochitest/dom-level2-core/files/Makefile
955 dom/tests/mochitest/dom-level2-html/Makefile
956 dom/tests/mochitest/dom-level2-html/files/Makefile
957 dom/tests/mochitest/general/Makefile
958 dom/tests/mochitest/geolocation/Makefile
959 dom/tests/mochitest/localstorage/Makefile
960 dom/tests/mochitest/sessionstorage/Makefile
961 dom/tests/mochitest/whatwg/Makefile
962 editor/libeditor/html/tests/Makefile
963 editor/libeditor/text/tests/Makefile
964 embedding/test/Makefile
965 extensions/cookie/test/Makefile
966 extensions/pref/Makefile
967 intl/locale/tests_multilocale/Makefile
968 js/src/xpconnect/tests/mochitest/Makefile
969 js/ctypes/tests/Makefile
970 layout/forms/test/Makefile
971 layout/generic/test/Makefile
972 layout/inspector/tests/Makefile
973 layout/reftests/fonts/Makefile
974 layout/reftests/fonts/mplus/Makefile
975 layout/style/test/Makefile
976 layout/tables/test/Makefile
977 layout/tools/pageloader/Makefile
978 layout/tools/reftest/Makefile
979 layout/xul/base/test/Makefile
980 layout/xul/test/Makefile
981 modules/libjar/test/chrome/Makefile
982 modules/libjar/test/mochitest/Makefile
983 modules/libpr0n/test/Makefile
984 modules/libpr0n/test/mochitest/Makefile
985 modules/libpref/test/Makefile
986 modules/plugin/test/Makefile
987 modules/plugin/test/mochitest/Makefile
988 modules/plugin/test/testplugin/Makefile
989 netwerk/test/httpserver/Makefile
990 parser/htmlparser/tests/mochitest/Makefile
991 parser/xml/test/Makefile
992 rdf/tests/triplescat/Makefile
993 testing/mochitest/Makefile
994 testing/mochitest/MochiKit/Makefile
995 testing/mochitest/chrome/Makefile
996 testing/mochitest/ssltunnel/Makefile
997 testing/mochitest/static/Makefile
998 testing/mochitest/tests/Makefile
999 testing/mochitest/tests/SimpleTest/Makefile
1000 testing/mochitest/tests/browser/Makefile
1001 testing/xpcshell/Makefile
1002 testing/xpcshell/example/Makefile
1003 toolkit/components/alerts/test/Makefile
1004 toolkit/components/autocomplete/tests/Makefile
1005 toolkit/components/commandlines/test/Makefile
1006 toolkit/components/contentprefs/tests/Makefile
1007 toolkit/components/downloads/test/Makefile
1008 toolkit/components/downloads/test/browser/Makefile
1009 toolkit/components/microformats/tests/Makefile
1010 toolkit/components/passwordmgr/test/browser/Makefile
1011 toolkit/components/places/tests/Makefile
1012 toolkit/components/places/tests/chrome/Makefile
1013 toolkit/components/places/tests/mochitest/bug_411966/Makefile
1014 toolkit/components/places/tests/mochitest/bug_461710/Makefile
1015 toolkit/components/satchel/test/Makefile
1016 toolkit/components/url-classifier/tests/Makefile
1017 toolkit/components/url-classifier/tests/mochitest/Makefile
1018 toolkit/components/urlformatter/tests/Makefile
1019 toolkit/components/viewsource/test/Makefile
1020 toolkit/content/tests/Makefile
1021 toolkit/content/tests/browser/Makefile
1022 toolkit/content/tests/chrome/Makefile
1023 toolkit/content/tests/widgets/Makefile
1024 toolkit/crashreporter/test/Makefile
1025 toolkit/mozapps/downloads/tests/Makefile
1026 toolkit/mozapps/downloads/tests/chrome/Makefile
1027 toolkit/mozapps/extensions/test/Makefile
1028 toolkit/mozapps/plugins/tests/Makefile
1029 toolkit/mozapps/update/test/Makefile
1030 toolkit/spatial-navigation/tests/Makefile
1031 toolkit/xre/test/Makefile
1032 uriloader/exthandler/tests/mochitest/Makefile
1033 widget/tests/Makefile
1034 xpcom/sample/program/Makefile
1035 xpcom/tests/external/Makefile
1036 xpinstall/tests/Makefile
1040 if [ "$MOZ_ZIPWRITER" ]; then
1041 add_makefiles "
1042 modules/libjar/zipwriter/Makefile
1043 modules/libjar/zipwriter/public/Makefile
1044 modules/libjar/zipwriter/src/Makefile
1045 modules/libjar/zipwriter/test/Makefile
1049 if [ "$MOZ_STORAGE" ]; then
1050 add_makefiles "
1051 db/sqlite3/src/Makefile
1052 db/morkreader/Makefile
1053 db/morkreader/external/Makefile
1054 storage/Makefile
1055 storage/public/Makefile
1056 storage/src/Makefile
1057 storage/build/Makefile
1058 storage/test/Makefile
1062 if [ "$MOZ_TREE_CAIRO" ] ; then
1063 add_makefiles "
1064 gfx/cairo/Makefile
1065 gfx/cairo/libpixman/src/Makefile
1066 gfx/cairo/cairo/src/Makefile
1067 gfx/cairo/cairo/src/cairo-features.h
1071 if [ "$MOZ_UNIVERSALCHARDET" ] ; then
1072 add_makefiles "
1073 extensions/universalchardet/Makefile
1074 extensions/universalchardet/src/Makefile
1075 extensions/universalchardet/src/base/Makefile
1076 extensions/universalchardet/src/xpcom/Makefile
1077 extensions/universalchardet/tests/Makefile
1081 if [ "$MOZ_AUTH_EXTENSION" ]; then
1082 add_makefiles "
1083 extensions/auth/Makefile
1087 if test -n "$MOZ_PSM"; then
1088 add_makefiles "
1089 security/manager/Makefile
1090 security/manager/boot/Makefile
1091 security/manager/boot/src/Makefile
1092 security/manager/boot/public/Makefile
1093 security/manager/ssl/Makefile
1094 security/manager/ssl/src/Makefile
1095 security/manager/ssl/public/Makefile
1096 security/manager/pki/Makefile
1097 security/manager/pki/resources/Makefile
1098 security/manager/pki/src/Makefile
1099 security/manager/pki/public/Makefile
1100 security/manager/locales/Makefile
1104 if [ ! "$SYSTEM_JPEG" ]; then
1105 add_makefiles "
1106 jpeg/Makefile
1110 if [ ! "$SYSTEM_ZLIB" ]; then
1111 add_makefiles "
1112 modules/zlib/Makefile
1113 modules/zlib/src/Makefile
1117 if [ ! "$SYSTEM_BZ2" ]; then
1118 add_makefiles "
1119 modules/libbz2/Makefile
1120 modules/libbz2/src/Makefile
1124 if test -n "$MOZ_UPDATE_PACKAGING"; then
1125 add_makefiles "
1126 tools/update-packaging/Makefile
1127 other-licenses/bsdiff/Makefile
1131 if [ ! "$SYSTEM_PNG" ]; then
1132 add_makefiles "
1133 modules/libimg/png/Makefile
1137 if [ -f ${srcdir}/l10n/makefiles.all ]; then
1138 MAKEFILES_langpacks=`cat ${srcdir}/l10n/makefiles.all`
1139 add_makefiles "
1140 $MAKEFILES_langpacks
1144 if [ "$MOZ_L10N" ]; then
1145 add_makefiles "
1146 l10n/Makefile
1149 if [ "$MOZ_L10N_LANG" ]; then
1150 add_makefiles "
1151 l10n/lang/Makefile
1152 l10n/lang/addressbook/Makefile
1153 l10n/lang/bookmarks/Makefile
1154 l10n/lang/directory/Makefile
1155 l10n/lang/editor/Makefile
1156 l10n/lang/global/Makefile
1157 l10n/lang/history/Makefile
1158 l10n/lang/messenger/Makefile
1159 l10n/lang/messengercompose/Makefile
1160 l10n/lang/navigator/Makefile
1161 l10n/lang/pref/Makefile
1162 l10n/lang/related/Makefile
1163 l10n/lang/sidebar/Makefile
1164 l10n/lang/addressbook/locale/Makefile
1165 l10n/lang/bookmarks/locale/Makefile
1166 l10n/lang/directory/locale/Makefile
1167 l10n/lang/editor/locale/Makefile
1168 l10n/lang/global/locale/Makefile
1169 l10n/lang/history/locale/Makefile
1170 l10n/lang/messenger/locale/Makefile
1171 l10n/lang/messengercompose/locale/Makefile
1172 l10n/lang/navigator/locale/Makefile
1173 l10n/lang/pref/locale/Makefile
1174 l10n/lang/related/locale/Makefile
1175 l10n/lang/sidebar/locale/Makefile
1177 fi # MOZ_L10N_LANG
1179 fi # MOZ_L10N
1181 if [ "$MOZ_JPROF" ]; then
1182 add_makefiles "
1183 tools/jprof/Makefile
1184 tools/jprof/stub/Makefile
1188 if [ "$MOZ_LEAKY" ]; then
1189 add_makefiles "
1190 tools/leaky/Makefile
1194 if [ "$NS_TRACE_MALLOC" ]; then
1195 add_makefiles "
1196 tools/trace-malloc/Makefile
1197 tools/trace-malloc/lib/Makefile
1201 if [ "$MOZ_MAPINFO" ]; then
1202 add_makefiles "
1203 tools/codesighs/Makefile
1207 if [ "$MOZ_MATHML" ]; then
1208 add_makefiles "
1209 content/mathml/Makefile
1210 content/mathml/content/Makefile
1211 content/mathml/content/src/Makefile
1212 layout/mathml/Makefile
1216 if [ "$MOZ_SVG" ]; then
1217 add_makefiles "
1218 content/svg/Makefile
1219 content/svg/document/Makefile
1220 content/svg/document/src/Makefile
1221 content/svg/content/Makefile
1222 content/svg/content/src/Makefile
1223 dom/interfaces/svg/Makefile
1224 layout/svg/base/src/Makefile
1228 if [ "$MOZ_SMIL" ]; then
1229 add_makefiles "
1230 content/smil/Makefile
1231 dom/interfaces/smil/Makefile
1235 if [ "$MOZ_XTF" ]; then
1236 add_makefiles "
1237 content/xtf/Makefile
1238 content/xtf/public/Makefile
1239 content/xtf/src/Makefile
1243 if [ "$MOZ_JAVAXPCOM" ]; then
1244 add_makefiles "
1245 extensions/java/Makefile
1246 extensions/java/xpcom/Makefile
1247 extensions/java/xpcom/interfaces/Makefile
1248 extensions/java/xpcom/src/Makefile
1249 extensions/java/xpcom/glue/Makefile
1253 if [ "$MOZ_STATIC_COMPONENTS" -o "$MOZ_META_COMPONENTS" ]; then
1254 add_makefiles "
1255 modules/staticmod/Makefile
1259 if [ "$MOZ_MEDIA" ]; then
1260 add_makefiles "
1261 content/media/Makefile
1262 content/media/test/Makefile
1266 if [ "$MOZ_OGG" ]; then
1267 add_makefiles "
1268 $MAKEFILES_libvorbis
1269 $MAKEFILES_libtheora
1270 $MAKEFILES_liboggz
1271 $MAKEFILES_libogg
1272 $MAKEFILES_libfishsound
1273 $MAKEFILES_liboggplay
1274 content/media/ogg/Makefile
1278 if [ "$MOZ_WAVE" ]; then
1279 add_makefiles "
1280 content/media/wave/Makefile
1284 if [ "$MOZ_SYDNEYAUDIO" ]; then
1285 add_makefiles "
1286 $MAKEFILES_libsydneyaudio
1290 if [ "$MOZ_TREE_FREETYPE" ]; then
1291 add_makefiles "
1292 $MAKEFILES_freetype2