Fix GCC uninit-var warning (no bug, r=brendan).
[mozilla-central.git] / toolkit / toolkit-makefiles.sh
blob0626b18814526a6cc363291d42e28d83002752e1
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 dom/Makefile
52 dom/public/coreEvents/Makefile
53 dom/interfaces/base/Makefile
54 dom/interfaces/canvas/Makefile
55 dom/interfaces/core/Makefile
56 dom/interfaces/css/Makefile
57 dom/interfaces/events/Makefile
58 dom/interfaces/geolocation/Makefile
59 dom/interfaces/html/Makefile
60 dom/interfaces/json/Makefile
61 dom/interfaces/load-save/Makefile
62 dom/interfaces/offline/Makefile
63 dom/interfaces/range/Makefile
64 dom/interfaces/sidebar/Makefile
65 dom/interfaces/storage/Makefile
66 dom/interfaces/stylesheets/Makefile
67 dom/interfaces/threads/Makefile
68 dom/interfaces/traversal/Makefile
69 dom/interfaces/views/Makefile
70 dom/interfaces/xbl/Makefile
71 dom/interfaces/xpath/Makefile
72 dom/interfaces/xul/Makefile
73 dom/base/Makefile
74 dom/src/Makefile
75 dom/src/events/Makefile
76 dom/src/jsurl/Makefile
77 dom/src/geolocation/Makefile
78 dom/src/json/Makefile
79 dom/src/offline/Makefile
80 dom/src/storage/Makefile
81 dom/src/threads/Makefile
82 dom/locales/Makefile
85 MAKEFILES_editor="
86 editor/Makefile
87 editor/public/Makefile
88 editor/idl/Makefile
89 editor/txmgr/Makefile
90 editor/txmgr/idl/Makefile
91 editor/txmgr/public/Makefile
92 editor/txmgr/src/Makefile
93 editor/txmgr/tests/Makefile
94 editor/txtsvc/Makefile
95 editor/txtsvc/public/Makefile
96 editor/txtsvc/src/Makefile
97 editor/composer/Makefile
98 editor/composer/public/Makefile
99 editor/composer/src/Makefile
100 editor/composer/test/Makefile
101 editor/libeditor/Makefile
102 editor/libeditor/base/Makefile
103 editor/libeditor/base/tests/Makefile
104 editor/libeditor/html/Makefile
105 editor/libeditor/text/Makefile
108 MAKEFILES_xmlparser="
109 parser/expat/Makefile
110 parser/expat/lib/Makefile
111 parser/xml/Makefile
112 parser/xml/public/Makefile
113 parser/xml/src/Makefile
116 MAKEFILES_gfx="
117 gfx/Makefile
118 gfx/idl/Makefile
119 gfx/public/Makefile
120 gfx/src/Makefile
121 gfx/src/psshared/Makefile
122 gfx/src/thebes/Makefile
123 gfx/tests/Makefile
124 gfx/thebes/Makefile
125 gfx/thebes/public/Makefile
126 gfx/thebes/src/Makefile
127 gfx/qcms/Makefile
130 MAKEFILES_htmlparser="
131 parser/htmlparser/Makefile
132 parser/htmlparser/public/Makefile
133 parser/htmlparser/src/Makefile
134 parser/htmlparser/tests/Makefile
135 parser/htmlparser/tests/grabpage/Makefile
136 parser/htmlparser/tests/logparse/Makefile
137 parser/htmlparser/tests/html/Makefile
138 parser/htmlparser/tests/outsinks/Makefile
141 MAKEFILES_intl="
142 intl/Makefile
143 intl/build/Makefile
144 intl/chardet/Makefile
145 intl/chardet/public/Makefile
146 intl/chardet/src/Makefile
147 intl/uconv/Makefile
148 intl/uconv/idl/Makefile
149 intl/uconv/util/Makefile
150 intl/uconv/public/Makefile
151 intl/uconv/src/Makefile
152 intl/uconv/tests/Makefile
153 intl/uconv/ucvja/Makefile
154 intl/uconv/ucvlatin/Makefile
155 intl/uconv/ucvcn/Makefile
156 intl/uconv/ucvtw/Makefile
157 intl/uconv/ucvtw2/Makefile
158 intl/uconv/ucvko/Makefile
159 intl/uconv/ucvibm/Makefile
160 intl/uconv/native/Makefile
161 intl/locale/Makefile
162 intl/locale/public/Makefile
163 intl/locale/idl/Makefile
164 intl/locale/src/Makefile
165 intl/locale/src/mac/Makefile
166 intl/locale/src/unix/Makefile
167 intl/locale/src/os2/Makefile
168 intl/locale/src/windows/Makefile
169 intl/locale/tests/Makefile
170 intl/lwbrk/Makefile
171 intl/lwbrk/idl/Makefile
172 intl/lwbrk/src/Makefile
173 intl/lwbrk/public/Makefile
174 intl/lwbrk/tests/Makefile
175 intl/unicharutil/Makefile
176 intl/unicharutil/util/Makefile
177 intl/unicharutil/util/internal/Makefile
178 intl/unicharutil/idl/Makefile
179 intl/unicharutil/src/Makefile
180 intl/unicharutil/public/Makefile
181 intl/unicharutil/tables/Makefile
182 intl/unicharutil/tests/Makefile
183 intl/unicharutil/tools/Makefile
184 intl/strres/Makefile
185 intl/strres/public/Makefile
186 intl/strres/src/Makefile
187 intl/strres/tests/Makefile
190 MAKEFILES_xpconnect="
191 js/src/xpconnect/Makefile
192 js/src/xpconnect/public/Makefile
193 js/src/xpconnect/idl/Makefile
194 js/src/xpconnect/shell/Makefile
195 js/src/xpconnect/src/Makefile
196 js/src/xpconnect/loader/Makefile
197 js/src/xpconnect/tests/Makefile
198 js/src/xpconnect/tests/components/Makefile
199 js/src/xpconnect/tests/idl/Makefile
200 js/src/xpconnect/tools/Makefile
201 js/src/xpconnect/tools/idl/Makefile
204 MAKEFILES_jsdebugger="
205 js/jsd/Makefile
206 js/jsd/idl/Makefile
209 MAKEFILES_jsctypes="
210 js/ctypes/Makefile
213 MAKEFILES_content="
214 content/Makefile
215 content/base/Makefile
216 content/base/public/Makefile
217 content/base/src/Makefile
218 content/base/test/Makefile
219 content/base/test/chrome/Makefile
220 content/canvas/Makefile
221 content/canvas/public/Makefile
222 content/canvas/src/Makefile
223 content/events/Makefile
224 content/events/public/Makefile
225 content/events/src/Makefile
226 content/html/Makefile
227 content/html/content/Makefile
228 content/html/content/public/Makefile
229 content/html/content/src/Makefile
230 content/html/document/Makefile
231 content/html/document/public/Makefile
232 content/html/document/src/Makefile
233 content/xml/Makefile
234 content/xml/content/Makefile
235 content/xml/content/src/Makefile
236 content/xml/document/Makefile
237 content/xml/document/public/Makefile
238 content/xml/document/resources/Makefile
239 content/xml/document/src/Makefile
240 content/xul/Makefile
241 content/xul/content/Makefile
242 content/xul/content/src/Makefile
243 content/xul/document/Makefile
244 content/xul/document/public/Makefile
245 content/xul/document/src/Makefile
246 content/xul/templates/Makefile
247 content/xul/templates/public/Makefile
248 content/xul/templates/src/Makefile
249 content/xul/templates/tests/Makefile
250 content/xul/templates/tests/chrome/Makefile
251 content/xbl/Makefile
252 content/xbl/public/Makefile
253 content/xbl/src/Makefile
254 content/xbl/builtin/Makefile
255 content/xbl/builtin/gtk2/Makefile
256 content/xbl/builtin/mac/Makefile
257 content/xslt/Makefile
258 content/xslt/public/Makefile
259 content/xslt/src/Makefile
260 content/xslt/src/base/Makefile
261 content/xslt/src/xml/Makefile
262 content/xslt/src/xpath/Makefile
263 content/xslt/src/xslt/Makefile
264 content/xslt/src/main/Makefile
267 MAKEFILES_layout="
268 layout/Makefile
269 layout/base/Makefile
270 layout/base/tests/Makefile
271 layout/build/Makefile
272 layout/forms/Makefile
273 layout/generic/Makefile
274 layout/html/tests/Makefile
275 layout/inspector/public/Makefile
276 layout/inspector/src/Makefile
277 layout/printing/Makefile
278 layout/style/Makefile
279 layout/style/xbl-marquee/Makefile
280 layout/tables/Makefile
281 layout/xul/base/public/Makefile
282 layout/xul/base/src/Makefile
283 layout/xul/base/src/grid/Makefile
284 layout/xul/base/src/tree/src/Makefile
285 layout/xul/base/src/tree/public/Makefile
288 MAKEFILES_libimg="
289 modules/libimg/Makefile
292 MAKEFILES_libjar="
293 modules/libjar/Makefile
294 modules/libjar/test/Makefile
297 MAKEFILES_libreg="
298 modules/libreg/Makefile
299 modules/libreg/include/Makefile
300 modules/libreg/src/Makefile
301 modules/libreg/standalone/Makefile
304 MAKEFILES_libpref="
305 modules/libpref/Makefile
306 modules/libpref/public/Makefile
307 modules/libpref/src/Makefile
310 MAKEFILES_libvorbis="
311 media/libvorbis/Makefile
312 media/libvorbis/lib/Makefile
313 media/libvorbis/include/Makefile
314 media/libvorbis/include/vorbis/Makefile
317 MAKEFILES_libtheora="
318 media/libtheora/Makefile
319 media/libtheora/lib/Makefile
320 media/libtheora/include/Makefile
321 media/libtheora/include/theora/Makefile
324 MAKEFILES_liboggz="
325 media/liboggz/Makefile
326 media/liboggz/src/Makefile
327 media/liboggz/src/liboggz/Makefile
328 media/liboggz/include/Makefile
329 media/liboggz/include/oggz/Makefile
332 MAKEFILES_libogg="
333 media/libogg/Makefile
334 media/libogg/src/Makefile
335 media/libogg/include/Makefile
336 media/libogg/include/ogg/Makefile
339 MAKEFILES_libfishsound="
340 media/libfishsound/Makefile
341 media/libfishsound/src/Makefile
342 media/libfishsound/src/libfishsound/Makefile
343 media/libfishsound/include/Makefile
344 media/libfishsound/include/fishsound/Makefile
347 MAKEFILES_liboggplay="
348 media/liboggplay/Makefile
349 media/liboggplay/src/Makefile
350 media/liboggplay/src/liboggplay/Makefile
351 media/liboggplay/include/Makefile
352 media/liboggplay/include/oggplay/Makefile
355 MAKEFILES_libsydneyaudio="
356 media/libsydneyaudio/Makefile
357 media/libsydneyaudio/include/Makefile
358 media/libsydneyaudio/src/Makefile
361 MAKEFILES_plugin="
362 modules/plugin/Makefile
363 modules/plugin/base/src/Makefile
364 modules/plugin/base/public/Makefile
365 modules/plugin/default/mac/Makefile
366 modules/plugin/default/unix/Makefile
367 modules/plugin/default/windows/Makefile
368 modules/plugin/sdk/Makefile
369 modules/plugin/sdk/samples/Makefile
370 modules/plugin/sdk/samples/common/Makefile
371 modules/plugin/sdk/samples/basic/windows/Makefile
372 modules/plugin/sdk/samples/winless/windows/Makefile
375 MAKEFILES_freetype2="
376 modules/freetype2/Makefile
379 MAKEFILES_netwerk="
380 netwerk/Makefile
381 netwerk/base/Makefile
382 netwerk/base/public/Makefile
383 netwerk/base/src/Makefile
384 netwerk/build/Makefile
385 netwerk/cache/Makefile
386 netwerk/cache/public/Makefile
387 netwerk/cache/src/Makefile
388 netwerk/cookie/Makefile
389 netwerk/cookie/public/Makefile
390 netwerk/cookie/src/Makefile
391 netwerk/wifi/Makefile
392 netwerk/wifi/public/Makefile
393 netwerk/wifi/src/Makefile
394 netwerk/dns/Makefile
395 netwerk/dns/public/Makefile
396 netwerk/dns/src/Makefile
397 netwerk/protocol/Makefile
398 netwerk/protocol/about/Makefile
399 netwerk/protocol/about/public/Makefile
400 netwerk/protocol/about/src/Makefile
401 netwerk/protocol/data/Makefile
402 netwerk/protocol/data/src/Makefile
403 netwerk/protocol/file/Makefile
404 netwerk/protocol/file/public/Makefile
405 netwerk/protocol/file/src/Makefile
406 netwerk/protocol/ftp/Makefile
407 netwerk/protocol/ftp/public/Makefile
408 netwerk/protocol/ftp/src/Makefile
409 netwerk/protocol/gopher/Makefile
410 netwerk/protocol/gopher/src/Makefile
411 netwerk/protocol/http/Makefile
412 netwerk/protocol/http/public/Makefile
413 netwerk/protocol/http/src/Makefile
414 netwerk/protocol/res/Makefile
415 netwerk/protocol/res/public/Makefile
416 netwerk/protocol/res/src/Makefile
417 netwerk/protocol/viewsource/Makefile
418 netwerk/protocol/viewsource/public/Makefile
419 netwerk/protocol/viewsource/src/Makefile
420 netwerk/mime/Makefile
421 netwerk/mime/public/Makefile
422 netwerk/mime/src/Makefile
423 netwerk/socket/Makefile
424 netwerk/socket/base/Makefile
425 netwerk/streamconv/Makefile
426 netwerk/streamconv/converters/Makefile
427 netwerk/streamconv/public/Makefile
428 netwerk/streamconv/src/Makefile
429 netwerk/streamconv/test/Makefile
430 netwerk/test/Makefile
431 netwerk/locales/Makefile
432 netwerk/system/Makefile
433 netwerk/system/mac/Makefile
434 netwerk/system/win32/Makefile
437 MAKEFILES_uriloader="
438 uriloader/Makefile
439 uriloader/base/Makefile
440 uriloader/exthandler/Makefile
441 uriloader/exthandler/tests/Makefile
442 uriloader/prefetch/Makefile
445 MAKEFILES_profile="
446 profile/Makefile
447 profile/public/Makefile
448 profile/dirserviceprovider/Makefile
449 profile/dirserviceprovider/public/Makefile
450 profile/dirserviceprovider/src/Makefile
451 profile/dirserviceprovider/standalone/Makefile
454 MAKEFILES_rdf="
455 rdf/Makefile
456 rdf/base/Makefile
457 rdf/base/idl/Makefile
458 rdf/base/public/Makefile
459 rdf/base/src/Makefile
460 rdf/util/Makefile
461 rdf/util/public/Makefile
462 rdf/util/src/Makefile
463 rdf/util/src/internal/Makefile
464 rdf/build/Makefile
465 rdf/datasource/Makefile
466 rdf/datasource/public/Makefile
467 rdf/datasource/src/Makefile
468 rdf/tests/Makefile
469 rdf/tests/rdfcat/Makefile
470 rdf/tests/rdfpoll/Makefile
473 MAKEFILES_caps="
474 caps/Makefile
475 caps/idl/Makefile
476 caps/include/Makefile
477 caps/src/Makefile
478 caps/tests/Makefile
479 caps/tests/mochitest/Makefile
482 MAKEFILES_chrome="
483 chrome/Makefile
484 chrome/public/Makefile
485 chrome/src/Makefile
488 MAKEFILES_view="
489 view/Makefile
490 view/public/Makefile
491 view/src/Makefile
494 MAKEFILES_docshell="
495 docshell/Makefile
496 docshell/base/Makefile
497 docshell/resources/Makefile
498 docshell/resources/content/Makefile
499 docshell/shistory/Makefile
500 docshell/shistory/public/Makefile
501 docshell/shistory/src/Makefile
502 docshell/build/Makefile
505 MAKEFILES_webshell="
506 webshell/Makefile
507 webshell/public/Makefile
510 MAKEFILES_widget="
511 widget/Makefile
512 widget/public/Makefile
513 widget/src/Makefile
514 widget/src/beos/Makefile
515 widget/src/build/Makefile
516 widget/src/gtk2/Makefile
517 widget/src/gtkxtbin/Makefile
518 widget/src/photon/Makefile
519 widget/src/cocoa/Makefile
520 widget/src/os2/Makefile
521 widget/src/windows/Makefile
522 widget/src/xpwidgets/Makefile
525 MAKEFILES_xpcom="
526 xpcom/string/Makefile
527 xpcom/string/public/Makefile
528 xpcom/string/src/Makefile
529 xpcom/Makefile
530 xpcom/base/Makefile
531 xpcom/build/Makefile
532 xpcom/components/Makefile
533 xpcom/ds/Makefile
534 xpcom/glue/Makefile
535 xpcom/glue/standalone/Makefile
536 xpcom/io/Makefile
537 xpcom/typelib/Makefile
538 xpcom/reflect/Makefile
539 xpcom/typelib/xpt/Makefile
540 xpcom/typelib/xpt/public/Makefile
541 xpcom/typelib/xpt/src/Makefile
542 xpcom/typelib/xpt/tests/Makefile
543 xpcom/typelib/xpt/tools/Makefile
544 xpcom/typelib/xpidl/Makefile
545 xpcom/reflect/xptcall/Makefile
546 xpcom/reflect/xptcall/public/Makefile
547 xpcom/reflect/xptcall/src/Makefile
548 xpcom/reflect/xptcall/src/md/Makefile
549 xpcom/reflect/xptcall/src/md/os2/Makefile
550 xpcom/reflect/xptcall/src/md/test/Makefile
551 xpcom/reflect/xptcall/src/md/unix/Makefile
552 xpcom/reflect/xptcall/src/md/win32/Makefile
553 xpcom/reflect/xptcall/tests/Makefile
554 xpcom/reflect/xptinfo/Makefile
555 xpcom/reflect/xptinfo/public/Makefile
556 xpcom/reflect/xptinfo/src/Makefile
557 xpcom/reflect/xptinfo/tests/Makefile
558 xpcom/proxy/Makefile
559 xpcom/proxy/public/Makefile
560 xpcom/proxy/src/Makefile
561 xpcom/proxy/tests/Makefile
562 xpcom/sample/Makefile
563 xpcom/threads/Makefile
564 xpcom/tools/Makefile
565 xpcom/tools/registry/Makefile
566 xpcom/stub/Makefile
567 xpcom/windbgdlg/Makefile
568 xpcom/system/Makefile
571 MAKEFILES_xpcom_tests="
572 xpcom/tests/Makefile
573 xpcom/tests/dynamic/Makefile
574 xpcom/tests/services/Makefile
575 xpcom/tests/windows/Makefile
576 xpcom/tests/static-checker/Makefile
579 MAKEFILES_xpinstall="
580 xpinstall/Makefile
581 xpinstall/public/Makefile
582 xpinstall/src/Makefile
585 MAKEFILES_xpfe="
586 widget/src/xremoteclient/Makefile
587 toolkit/components/remote/Makefile
588 xpfe/Makefile
589 xpfe/browser/Makefile
590 xpfe/browser/src/Makefile
591 xpfe/components/Makefile
592 xpfe/components/directory/Makefile
593 xpfe/components/find/Makefile
594 xpfe/components/find/public/Makefile
595 xpfe/components/find/src/Makefile
596 xpfe/components/intl/Makefile
597 xpfe/components/autocomplete/Makefile
598 xpfe/components/autocomplete/public/Makefile
599 xpfe/components/autocomplete/src/Makefile
600 xpfe/components/windowds/Makefile
601 xpfe/components/build/Makefile
602 xpfe/appshell/Makefile
603 xpfe/appshell/src/Makefile
604 xpfe/appshell/public/Makefile
605 extensions/spellcheck/Makefile
606 extensions/spellcheck/hunspell/Makefile
607 extensions/spellcheck/hunspell/src/Makefile
608 extensions/spellcheck/idl/Makefile
609 extensions/spellcheck/locales/Makefile
610 extensions/spellcheck/src/Makefile
613 MAKEFILES_embedding="
614 embedding/Makefile
615 embedding/base/Makefile
616 embedding/base/standalone/Makefile
617 embedding/browser/Makefile
618 embedding/browser/activex/src/Makefile
619 embedding/browser/activex/src/common/Makefile
620 embedding/browser/activex/src/control/Makefile
621 embedding/browser/activex/src/control_kicker/Makefile
622 embedding/browser/activex/src/plugin/Makefile
623 embedding/browser/build/Makefile
624 embedding/browser/webBrowser/Makefile
625 embedding/browser/gtk/Makefile
626 embedding/browser/gtk/src/Makefile
627 embedding/browser/gtk/tests/Makefile
628 embedding/browser/photon/Makefile
629 embedding/browser/photon/src/Makefile
630 embedding/browser/photon/tests/Makefile
631 embedding/components/Makefile
632 embedding/components/appstartup/Makefile
633 embedding/components/appstartup/src/Makefile
634 embedding/components/build/Makefile
635 embedding/components/commandhandler/Makefile
636 embedding/components/commandhandler/public/Makefile
637 embedding/components/commandhandler/src/Makefile
638 embedding/components/find/Makefile
639 embedding/components/find/public/Makefile
640 embedding/components/find/src/Makefile
641 embedding/components/printingui/Makefile
642 embedding/components/printingui/src/Makefile
643 embedding/components/printingui/src/mac/Makefile
644 embedding/components/printingui/src/unixshared/Makefile
645 embedding/components/printingui/src/win/Makefile
646 embedding/components/webbrowserpersist/Makefile
647 embedding/components/webbrowserpersist/public/Makefile
648 embedding/components/webbrowserpersist/src/Makefile
649 embedding/components/windowwatcher/Makefile
650 embedding/components/windowwatcher/public/Makefile
651 embedding/components/windowwatcher/src/Makefile
652 embedding/components/ui/Makefile
653 embedding/components/ui/helperAppDlg/Makefile
654 embedding/components/ui/progressDlg/Makefile
655 embedding/tests/Makefile
656 embedding/tests/winEmbed/Makefile
659 MAKEFILES_xulapp="
660 toolkit/Makefile
661 toolkit/library/Makefile
662 toolkit/crashreporter/Makefile
663 toolkit/crashreporter/client/Makefile
664 toolkit/crashreporter/google-breakpad/src/client/Makefile
665 toolkit/crashreporter/google-breakpad/src/client/linux/handler/Makefile
666 toolkit/crashreporter/google-breakpad/src/client/mac/handler/Makefile
667 toolkit/crashreporter/google-breakpad/src/client/solaris/handler/Makefile
668 toolkit/crashreporter/google-breakpad/src/client/windows/crash_generation/Makefile
669 toolkit/crashreporter/google-breakpad/src/client/windows/handler/Makefile
670 toolkit/crashreporter/google-breakpad/src/client/windows/sender/Makefile
671 toolkit/crashreporter/google-breakpad/src/common/Makefile
672 toolkit/crashreporter/google-breakpad/src/common/linux/Makefile
673 toolkit/crashreporter/google-breakpad/src/common/mac/Makefile
674 toolkit/crashreporter/google-breakpad/src/common/mac/dwarf/Makefile
675 toolkit/crashreporter/google-breakpad/src/common/solaris/Makefile
676 toolkit/crashreporter/google-breakpad/src/common/windows/Makefile
677 toolkit/crashreporter/google-breakpad/src/tools/linux/dump_syms/Makefile
678 toolkit/crashreporter/google-breakpad/src/tools/mac/dump_syms/Makefile
679 toolkit/crashreporter/google-breakpad/src/tools/solaris/dump_syms/Makefile
680 toolkit/content/Makefile
681 toolkit/components/alerts/Makefile
682 toolkit/components/alerts/public/Makefile
683 toolkit/components/alerts/src/Makefile
684 toolkit/components/alerts/src/mac/Makefile
685 toolkit/components/alerts/src/mac/growl/Makefile
686 toolkit/components/apppicker/Makefile
687 toolkit/components/autocomplete/Makefile
688 toolkit/components/autocomplete/public/Makefile
689 toolkit/components/autocomplete/src/Makefile
690 toolkit/components/Makefile
691 toolkit/components/build/Makefile
692 toolkit/components/commandlines/Makefile
693 toolkit/components/commandlines/public/Makefile
694 toolkit/components/commandlines/src/Makefile
695 toolkit/components/console/Makefile
696 toolkit/components/contentprefs/Makefile
697 toolkit/components/contentprefs/public/Makefile
698 toolkit/components/contentprefs/src/Makefile
699 toolkit/components/cookie/Makefile
700 toolkit/components/downloads/public/Makefile
701 toolkit/components/downloads/Makefile
702 toolkit/components/downloads/src/Makefile
703 toolkit/components/exthelper/Makefile
704 toolkit/components/feeds/Makefile
705 toolkit/components/feeds/public/Makefile
706 toolkit/components/feeds/src/Makefile
707 toolkit/components/filepicker/Makefile
708 toolkit/components/filepicker/public/Makefile
709 toolkit/components/filepicker/src/Makefile
710 toolkit/components/help/Makefile
711 toolkit/components/microformats/Makefile
712 toolkit/components/microformats/src/Makefile
713 toolkit/components/parentalcontrols/Makefile
714 toolkit/components/parentalcontrols/public/Makefile
715 toolkit/components/parentalcontrols/src/Makefile
716 toolkit/components/passwordmgr/Makefile
717 toolkit/components/passwordmgr/public/Makefile
718 toolkit/components/passwordmgr/src/Makefile
719 toolkit/components/passwordmgr/content/Makefile
720 toolkit/components/passwordmgr/test/Makefile
721 toolkit/components/places/Makefile
722 toolkit/components/places/public/Makefile
723 toolkit/components/places/src/Makefile
724 toolkit/components/printing/Makefile
725 toolkit/components/satchel/Makefile
726 toolkit/components/satchel/public/Makefile
727 toolkit/components/satchel/src/Makefile
728 toolkit/components/search/Makefile
729 toolkit/spatial-navigation/Makefile
730 toolkit/components/startup/Makefile
731 toolkit/components/startup/public/Makefile
732 toolkit/components/startup/src/Makefile
733 toolkit/components/typeaheadfind/Makefile
734 toolkit/components/typeaheadfind/public/Makefile
735 toolkit/components/typeaheadfind/src/Makefile
736 toolkit/components/url-classifier/Makefile
737 toolkit/components/url-classifier/public/Makefile
738 toolkit/components/url-classifier/src/Makefile
739 toolkit/components/urlformatter/Makefile
740 toolkit/components/urlformatter/public/Makefile
741 toolkit/components/urlformatter/src/Makefile
742 toolkit/components/viewconfig/Makefile
743 toolkit/components/viewsource/Makefile
744 toolkit/locales/Makefile
745 toolkit/mozapps/Makefile
746 toolkit/mozapps/downloads/Makefile
747 toolkit/mozapps/downloads/src/Makefile
748 toolkit/mozapps/extensions/Makefile
749 toolkit/mozapps/extensions/public/Makefile
750 toolkit/mozapps/extensions/src/Makefile
751 toolkit/mozapps/handling/Makefile
752 toolkit/mozapps/handling/src/Makefile
753 toolkit/mozapps/plugins/Makefile
754 toolkit/mozapps/update/Makefile
755 toolkit/mozapps/update/public/Makefile
756 toolkit/mozapps/update/src/Makefile
757 toolkit/mozapps/update/src/updater/Makefile
758 toolkit/mozapps/xpinstall/Makefile
759 toolkit/profile/Makefile
760 toolkit/profile/public/Makefile
761 toolkit/profile/skin/Makefile
762 toolkit/profile/src/Makefile
763 toolkit/system/dbus/Makefile
764 toolkit/system/gnome/Makefile
765 toolkit/system/unixproxy/Makefile
766 toolkit/system/osxproxy/Makefile
767 toolkit/system/windowsproxy/Makefile
768 toolkit/themes/Makefile
769 toolkit/themes/gnomestripe/global/Makefile
770 toolkit/themes/gnomestripe/Makefile
771 toolkit/themes/gnomestripe/mozapps/Makefile
772 toolkit/themes/pmstripe/global/Makefile
773 toolkit/themes/pmstripe/Makefile
774 toolkit/themes/pinstripe/Makefile
775 toolkit/themes/pinstripe/global/Makefile
776 toolkit/themes/pinstripe/help/Makefile
777 toolkit/themes/pinstripe/mozapps/Makefile
778 toolkit/themes/winstripe/Makefile
779 toolkit/themes/winstripe/global/Makefile
780 toolkit/themes/winstripe/help/Makefile
781 toolkit/themes/winstripe/mozapps/Makefile
782 toolkit/xre/Makefile
785 MAKEFILES_libpr0n="
786 modules/libpr0n/Makefile
787 modules/libpr0n/build/Makefile
788 modules/libpr0n/public/Makefile
789 modules/libpr0n/src/Makefile
790 modules/libpr0n/decoders/Makefile
791 modules/libpr0n/decoders/gif/Makefile
792 modules/libpr0n/decoders/png/Makefile
793 modules/libpr0n/decoders/jpeg/Makefile
794 modules/libpr0n/decoders/bmp/Makefile
795 modules/libpr0n/decoders/icon/Makefile
796 modules/libpr0n/decoders/icon/mac/Makefile
797 modules/libpr0n/decoders/icon/win/Makefile
798 modules/libpr0n/decoders/icon/gtk/Makefile
799 modules/libpr0n/decoders/icon/beos/Makefile
800 modules/libpr0n/encoders/Makefile
801 modules/libpr0n/encoders/png/Makefile
802 modules/libpr0n/encoders/jpeg/Makefile
805 MAKEFILES_accessible="
806 accessible/Makefile
807 accessible/public/Makefile
808 accessible/public/ia2/Makefile
809 accessible/public/msaa/Makefile
810 accessible/src/Makefile
811 accessible/src/base/Makefile
812 accessible/src/html/Makefile
813 accessible/src/xforms/Makefile
814 accessible/src/xul/Makefile
815 accessible/src/msaa/Makefile
816 accessible/src/atk/Makefile
817 accessible/src/mac/Makefile
818 accessible/build/Makefile
821 MAKEFILES_zlib="
822 modules/zlib/standalone/Makefile
825 MAKEFILES_libmar="
826 modules/libmar/Makefile
827 modules/libmar/src/Makefile
828 modules/libmar/tool/Makefile
831 MAKEFILES_extensions="
832 extensions/cookie/Makefile
833 extensions/permissions/Makefile
834 extensions/pref/Makefile
835 extensions/pref/autoconfig/Makefile
836 extensions/pref/autoconfig/public/Makefile
837 extensions/pref/autoconfig/src/Makefile
840 add_makefiles "
841 $MAKEFILES_db
842 $MAKEFILES_dom
843 $MAKEFILES_editor
844 $MAKEFILES_xmlparser
845 $MAKEFILES_gfx
846 $MAKEFILES_htmlparser
847 $MAKEFILES_intl
848 $MAKEFILES_xpconnect
849 $MAKEFILES_jsdebugger
850 $MAKEFILES_jsctypes
851 $MAKEFILES_content
852 $MAKEFILES_layout
853 $MAKEFILES_libimg
854 $MAKEFILES_libjar
855 $MAKEFILES_libreg
856 $MAKEFILES_libpref
857 $MAKEFILES_plugin
858 $MAKEFILES_netwerk
859 $MAKEFILES_uriloader
860 $MAKEFILES_profile
861 $MAKEFILES_rdf
862 $MAKEFILES_sun_java
863 $MAKEFILES_caps
864 $MAKEFILES_chrome
865 $MAKEFILES_view
866 $MAKEFILES_docshell
867 $MAKEFILES_webshell
868 $MAKEFILES_widget
869 $MAKEFILES_xpcom
870 $MAKEFILES_xpcom_tests
871 $MAKEFILES_xpinstall
872 $MAKEFILES_xpfe
873 $MAKEFILES_embedding
874 $MAKEFILES_xulapp
875 $MAKEFILES_libpr0n
876 $MAKEFILES_accessible
877 $MAKEFILES_zlib
878 $MAKEFILES_libmar
879 $MAKEFILES_extensions
883 # Conditional makefiles
886 if [ "$ENABLE_TESTS" ]; then
887 add_makefiles "
888 chrome/test/Makefile
889 content/canvas/test/Makefile
890 content/events/test/Makefile
891 content/html/content/test/Makefile
892 content/html/document/test/Makefile
893 content/smil/test/Makefile
894 content/svg/content/test/Makefile
895 content/test/Makefile
896 content/xbl/test/Makefile
897 content/xml/document/test/Makefile
898 content/xslt/tests/buster/Makefile
899 content/xslt/tests/mochitest/Makefile
900 content/xtf/test/Makefile
901 content/xul/content/test/Makefile
902 content/xul/document/test/Makefile
903 docshell/test/Makefile
904 docshell/test/browser/Makefile
905 docshell/test/chrome/Makefile
906 docshell/test/navigation/Makefile
907 dom/src/json/test/Makefile
908 dom/src/jsurl/test/Makefile
909 dom/src/threads/test/Makefile
910 dom/tests/Makefile
911 dom/tests/mochitest/Makefile
912 dom/tests/mochitest/ajax/Makefile
913 dom/tests/mochitest/ajax/jquery/Makefile
914 dom/tests/mochitest/ajax/jquery/dist/Makefile
915 dom/tests/mochitest/ajax/jquery/test/Makefile
916 dom/tests/mochitest/ajax/jquery/test/data/Makefile
917 dom/tests/mochitest/ajax/jquery/test/data/offset/Makefile
918 dom/tests/mochitest/ajax/jquery/test/unit/Makefile
919 dom/tests/mochitest/ajax/lib/Makefile
920 dom/tests/mochitest/ajax/mochikit/Makefile
921 dom/tests/mochitest/ajax/mochikit/MochiKit/Makefile
922 dom/tests/mochitest/ajax/mochikit/tests/Makefile
923 dom/tests/mochitest/ajax/mochikit/tests/SimpleTest/Makefile
924 dom/tests/mochitest/ajax/offline/Makefile
925 dom/tests/mochitest/ajax/offline/namespace1/Makefile
926 dom/tests/mochitest/ajax/offline/namespace1/sub/Makefile
927 dom/tests/mochitest/ajax/offline/namespace1/sub2/Makefile
928 dom/tests/mochitest/ajax/offline/namespace2/Makefile
929 dom/tests/mochitest/ajax/prototype/Makefile
930 dom/tests/mochitest/ajax/prototype/dist/Makefile
931 dom/tests/mochitest/ajax/prototype/test/Makefile
932 dom/tests/mochitest/ajax/prototype/test/functional/Makefile
933 dom/tests/mochitest/ajax/prototype/test/lib/Makefile
934 dom/tests/mochitest/ajax/prototype/test/unit/Makefile
935 dom/tests/mochitest/ajax/prototype/test/unit/fixtures/Makefile
936 dom/tests/mochitest/ajax/prototype/test/unit/tmp/Makefile
937 dom/tests/mochitest/ajax/scriptaculous/Makefile
938 dom/tests/mochitest/ajax/scriptaculous/lib/Makefile
939 dom/tests/mochitest/ajax/scriptaculous/src/Makefile
940 dom/tests/mochitest/ajax/scriptaculous/test/Makefile
941 dom/tests/mochitest/ajax/scriptaculous/test/unit/Makefile
942 dom/tests/mochitest/bugs/Makefile
943 dom/tests/mochitest/chrome/Makefile
944 dom/tests/mochitest/dom-level0/Makefile
945 dom/tests/mochitest/dom-level1-core/Makefile
946 dom/tests/mochitest/dom-level1-core/files/Makefile
947 dom/tests/mochitest/dom-level2-core/Makefile
948 dom/tests/mochitest/dom-level2-core/files/Makefile
949 dom/tests/mochitest/dom-level2-html/Makefile
950 dom/tests/mochitest/dom-level2-html/files/Makefile
951 dom/tests/mochitest/general/Makefile
952 dom/tests/mochitest/geolocation/Makefile
953 dom/tests/mochitest/localstorage/Makefile
954 dom/tests/mochitest/sessionstorage/Makefile
955 dom/tests/mochitest/whatwg/Makefile
956 editor/libeditor/html/tests/Makefile
957 editor/libeditor/text/tests/Makefile
958 embedding/test/Makefile
959 extensions/cookie/test/Makefile
960 extensions/pref/Makefile
961 intl/locale/tests_multilocale/Makefile
962 js/src/xpconnect/tests/mochitest/Makefile
963 js/ctypes/tests/Makefile
964 layout/forms/test/Makefile
965 layout/generic/test/Makefile
966 layout/inspector/tests/Makefile
967 layout/reftests/fonts/Makefile
968 layout/reftests/fonts/mplus/Makefile
969 layout/style/test/Makefile
970 layout/tables/test/Makefile
971 layout/tools/pageloader/Makefile
972 layout/tools/reftest/Makefile
973 layout/xul/base/test/Makefile
974 layout/xul/test/Makefile
975 modules/libjar/test/chrome/Makefile
976 modules/libjar/test/mochitest/Makefile
977 modules/libpr0n/test/Makefile
978 modules/libpr0n/test/mochitest/Makefile
979 modules/libpref/test/Makefile
980 modules/plugin/test/Makefile
981 modules/plugin/test/mochitest/Makefile
982 modules/plugin/test/testplugin/Makefile
983 netwerk/test/httpserver/Makefile
984 parser/htmlparser/tests/mochitest/Makefile
985 parser/xml/test/Makefile
986 rdf/tests/triplescat/Makefile
987 testing/mochitest/Makefile
988 testing/mochitest/MochiKit/Makefile
989 testing/mochitest/chrome/Makefile
990 testing/mochitest/ssltunnel/Makefile
991 testing/mochitest/static/Makefile
992 testing/mochitest/tests/Makefile
993 testing/mochitest/tests/SimpleTest/Makefile
994 testing/mochitest/tests/browser/Makefile
995 testing/xpcshell/Makefile
996 testing/xpcshell/example/Makefile
997 toolkit/components/alerts/test/Makefile
998 toolkit/components/autocomplete/tests/Makefile
999 toolkit/components/commandlines/test/Makefile
1000 toolkit/components/contentprefs/tests/Makefile
1001 toolkit/components/downloads/test/Makefile
1002 toolkit/components/downloads/test/browser/Makefile
1003 toolkit/components/microformats/tests/Makefile
1004 toolkit/components/passwordmgr/test/browser/Makefile
1005 toolkit/components/places/tests/Makefile
1006 toolkit/components/places/tests/chrome/Makefile
1007 toolkit/components/places/tests/mochitest/bug_411966/Makefile
1008 toolkit/components/places/tests/mochitest/bug_461710/Makefile
1009 toolkit/components/satchel/test/Makefile
1010 toolkit/components/url-classifier/tests/Makefile
1011 toolkit/components/url-classifier/tests/mochitest/Makefile
1012 toolkit/components/urlformatter/tests/Makefile
1013 toolkit/components/viewsource/test/Makefile
1014 toolkit/content/tests/Makefile
1015 toolkit/content/tests/browser/Makefile
1016 toolkit/content/tests/chrome/Makefile
1017 toolkit/content/tests/widgets/Makefile
1018 toolkit/crashreporter/test/Makefile
1019 toolkit/mozapps/downloads/tests/Makefile
1020 toolkit/mozapps/downloads/tests/chrome/Makefile
1021 toolkit/mozapps/extensions/test/Makefile
1022 toolkit/mozapps/plugins/tests/Makefile
1023 toolkit/mozapps/update/test/Makefile
1024 toolkit/spatial-navigation/tests/Makefile
1025 toolkit/xre/test/Makefile
1026 uriloader/exthandler/tests/mochitest/Makefile
1027 widget/tests/Makefile
1028 xpcom/sample/program/Makefile
1029 xpcom/tests/external/Makefile
1030 xpinstall/tests/Makefile
1034 if [ "$MOZ_ZIPWRITER" ]; then
1035 add_makefiles "
1036 modules/libjar/zipwriter/Makefile
1037 modules/libjar/zipwriter/public/Makefile
1038 modules/libjar/zipwriter/src/Makefile
1039 modules/libjar/zipwriter/test/Makefile
1043 if [ "$MOZ_STORAGE" ]; then
1044 add_makefiles "
1045 db/sqlite3/src/Makefile
1046 db/morkreader/Makefile
1047 db/morkreader/external/Makefile
1048 storage/Makefile
1049 storage/public/Makefile
1050 storage/src/Makefile
1051 storage/build/Makefile
1052 storage/test/Makefile
1056 if [ "$MOZ_TREE_CAIRO" ] ; then
1057 add_makefiles "
1058 gfx/cairo/Makefile
1059 gfx/cairo/libpixman/src/Makefile
1060 gfx/cairo/cairo/src/Makefile
1061 gfx/cairo/cairo/src/cairo-features.h
1065 if [ "$MOZ_UNIVERSALCHARDET" ] ; then
1066 add_makefiles "
1067 extensions/universalchardet/Makefile
1068 extensions/universalchardet/src/Makefile
1069 extensions/universalchardet/src/base/Makefile
1070 extensions/universalchardet/src/xpcom/Makefile
1071 extensions/universalchardet/tests/Makefile
1075 if [ "$MOZ_AUTH_EXTENSION" ]; then
1076 add_makefiles "
1077 extensions/auth/Makefile
1081 if test -n "$MOZ_PSM"; then
1082 add_makefiles "
1083 security/manager/Makefile
1084 security/manager/boot/Makefile
1085 security/manager/boot/src/Makefile
1086 security/manager/boot/public/Makefile
1087 security/manager/ssl/Makefile
1088 security/manager/ssl/src/Makefile
1089 security/manager/ssl/public/Makefile
1090 security/manager/pki/Makefile
1091 security/manager/pki/resources/Makefile
1092 security/manager/pki/src/Makefile
1093 security/manager/pki/public/Makefile
1094 security/manager/locales/Makefile
1098 if [ ! "$SYSTEM_JPEG" ]; then
1099 add_makefiles "
1100 jpeg/Makefile
1104 if [ ! "$SYSTEM_ZLIB" ]; then
1105 add_makefiles "
1106 modules/zlib/Makefile
1107 modules/zlib/src/Makefile
1111 if [ ! "$SYSTEM_BZ2" ]; then
1112 add_makefiles "
1113 modules/libbz2/Makefile
1114 modules/libbz2/src/Makefile
1118 if test -n "$MOZ_UPDATE_PACKAGING"; then
1119 add_makefiles "
1120 tools/update-packaging/Makefile
1121 other-licenses/bsdiff/Makefile
1125 if [ ! "$SYSTEM_PNG" ]; then
1126 add_makefiles "
1127 modules/libimg/png/Makefile
1131 if [ -f ${srcdir}/l10n/makefiles.all ]; then
1132 MAKEFILES_langpacks=`cat ${srcdir}/l10n/makefiles.all`
1133 add_makefiles "
1134 $MAKEFILES_langpacks
1138 if [ "$MOZ_L10N" ]; then
1139 add_makefiles "
1140 l10n/Makefile
1143 if [ "$MOZ_L10N_LANG" ]; then
1144 add_makefiles "
1145 l10n/lang/Makefile
1146 l10n/lang/addressbook/Makefile
1147 l10n/lang/bookmarks/Makefile
1148 l10n/lang/directory/Makefile
1149 l10n/lang/editor/Makefile
1150 l10n/lang/global/Makefile
1151 l10n/lang/history/Makefile
1152 l10n/lang/messenger/Makefile
1153 l10n/lang/messengercompose/Makefile
1154 l10n/lang/navigator/Makefile
1155 l10n/lang/pref/Makefile
1156 l10n/lang/related/Makefile
1157 l10n/lang/sidebar/Makefile
1158 l10n/lang/addressbook/locale/Makefile
1159 l10n/lang/bookmarks/locale/Makefile
1160 l10n/lang/directory/locale/Makefile
1161 l10n/lang/editor/locale/Makefile
1162 l10n/lang/global/locale/Makefile
1163 l10n/lang/history/locale/Makefile
1164 l10n/lang/messenger/locale/Makefile
1165 l10n/lang/messengercompose/locale/Makefile
1166 l10n/lang/navigator/locale/Makefile
1167 l10n/lang/pref/locale/Makefile
1168 l10n/lang/related/locale/Makefile
1169 l10n/lang/sidebar/locale/Makefile
1171 fi # MOZ_L10N_LANG
1173 fi # MOZ_L10N
1175 if [ "$MOZ_JPROF" ]; then
1176 add_makefiles "
1177 tools/jprof/Makefile
1178 tools/jprof/stub/Makefile
1182 if [ "$MOZ_LEAKY" ]; then
1183 add_makefiles "
1184 tools/leaky/Makefile
1188 if [ "$NS_TRACE_MALLOC" ]; then
1189 add_makefiles "
1190 tools/trace-malloc/Makefile
1191 tools/trace-malloc/lib/Makefile
1195 if [ "$MOZ_MAPINFO" ]; then
1196 add_makefiles "
1197 tools/codesighs/Makefile
1201 if [ "$MOZ_MATHML" ]; then
1202 add_makefiles "
1203 content/mathml/Makefile
1204 content/mathml/content/Makefile
1205 content/mathml/content/src/Makefile
1206 intl/uconv/ucvmath/Makefile
1207 layout/mathml/Makefile
1211 if [ "$MOZ_SVG" ]; then
1212 add_makefiles "
1213 content/svg/Makefile
1214 content/svg/document/Makefile
1215 content/svg/document/src/Makefile
1216 content/svg/content/Makefile
1217 content/svg/content/src/Makefile
1218 dom/interfaces/svg/Makefile
1219 layout/svg/base/src/Makefile
1223 if [ "$MOZ_SMIL" ]; then
1224 add_makefiles "
1225 content/smil/Makefile
1226 dom/interfaces/smil/Makefile
1230 if [ "$MOZ_XTF" ]; then
1231 add_makefiles "
1232 content/xtf/Makefile
1233 content/xtf/public/Makefile
1234 content/xtf/src/Makefile
1238 if [ "$MOZ_JAVAXPCOM" ]; then
1239 add_makefiles "
1240 extensions/java/Makefile
1241 extensions/java/xpcom/Makefile
1242 extensions/java/xpcom/interfaces/Makefile
1243 extensions/java/xpcom/src/Makefile
1244 extensions/java/xpcom/glue/Makefile
1248 if [ "$MOZ_STATIC_COMPONENTS" -o "$MOZ_META_COMPONENTS" ]; then
1249 add_makefiles "
1250 modules/staticmod/Makefile
1254 if [ "$MOZ_MEDIA" ]; then
1255 add_makefiles "
1256 content/media/Makefile
1257 content/media/test/Makefile
1261 if [ "$MOZ_OGG" ]; then
1262 add_makefiles "
1263 $MAKEFILES_libvorbis
1264 $MAKEFILES_libtheora
1265 $MAKEFILES_liboggz
1266 $MAKEFILES_libogg
1267 $MAKEFILES_libfishsound
1268 $MAKEFILES_liboggplay
1269 content/media/ogg/Makefile
1273 if [ "$MOZ_WAVE" ]; then
1274 add_makefiles "
1275 content/media/wave/Makefile
1279 if [ "$MOZ_SYDNEYAUDIO" ]; then
1280 add_makefiles "
1281 $MAKEFILES_libsydneyaudio
1285 if [ "$MOZ_TREE_FREETYPE" ]; then
1286 add_makefiles "
1287 $MAKEFILES_freetype2