Follow up to bug 451392, add hgToolsTag to older configs
[mozilla-1.9.git] / toolkit / toolkit-makefiles.sh
blob252da9a817dd246cbb14b40a5bb6945c7b229390
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/Makefile
53 dom/public/base/Makefile
54 dom/public/coreEvents/Makefile
55 dom/public/idl/Makefile
56 dom/public/idl/base/Makefile
57 dom/public/idl/canvas/Makefile
58 dom/public/idl/core/Makefile
59 dom/public/idl/css/Makefile
60 dom/public/idl/events/Makefile
61 dom/public/idl/html/Makefile
62 dom/public/idl/range/Makefile
63 dom/public/idl/stylesheets/Makefile
64 dom/public/idl/views/Makefile
65 dom/public/idl/xbl/Makefile
66 dom/public/idl/xpath/Makefile
67 dom/public/idl/xul/Makefile
68 dom/src/Makefile
69 dom/src/base/Makefile
70 dom/src/events/Makefile
71 dom/src/jsurl/Makefile
72 dom/locales/Makefile
75 MAKEFILES_editor="
76 editor/Makefile
77 editor/public/Makefile
78 editor/idl/Makefile
79 editor/txmgr/Makefile
80 editor/txmgr/idl/Makefile
81 editor/txmgr/public/Makefile
82 editor/txmgr/src/Makefile
83 editor/txmgr/tests/Makefile
84 editor/txtsvc/Makefile
85 editor/txtsvc/public/Makefile
86 editor/txtsvc/src/Makefile
89 MAKEFILES_expat="
90 parser/expat/Makefile
91 parser/expat/lib/Makefile
94 MAKEFILES_gfx="
95 gfx/Makefile
96 gfx/idl/Makefile
97 gfx/public/Makefile
98 gfx/src/Makefile
99 gfx/src/beos/Makefile
100 gfx/src/psshared/Makefile
101 gfx/src/photon/Makefile
102 gfx/src/thebes/Makefile
103 gfx/tests/Makefile
106 MAKEFILES_htmlparser="
107 parser/htmlparser/Makefile
108 parser/htmlparser/public/Makefile
109 parser/htmlparser/src/Makefile
110 parser/htmlparser/tests/Makefile
111 parser/htmlparser/tests/grabpage/Makefile
112 parser/htmlparser/tests/logparse/Makefile
113 parser/htmlparser/tests/html/Makefile
114 parser/htmlparser/tests/outsinks/Makefile
117 MAKEFILES_intl="
118 intl/Makefile
119 intl/chardet/Makefile
120 intl/chardet/public/Makefile
121 intl/chardet/src/Makefile
122 intl/uconv/Makefile
123 intl/uconv/idl/Makefile
124 intl/uconv/public/Makefile
125 intl/uconv/src/Makefile
126 intl/uconv/tests/Makefile
127 intl/uconv/ucvja/Makefile
128 intl/uconv/ucvlatin/Makefile
129 intl/uconv/ucvcn/Makefile
130 intl/uconv/ucvtw/Makefile
131 intl/uconv/ucvtw2/Makefile
132 intl/uconv/ucvko/Makefile
133 intl/uconv/ucvibm/Makefile
134 intl/uconv/native/Makefile
135 intl/locale/Makefile
136 intl/locale/public/Makefile
137 intl/locale/idl/Makefile
138 intl/locale/src/Makefile
139 intl/locale/src/unix/Makefile
140 intl/locale/src/os2/Makefile
141 intl/locale/src/windows/Makefile
142 intl/locale/tests/Makefile
143 intl/lwbrk/Makefile
144 intl/lwbrk/src/Makefile
145 intl/lwbrk/public/Makefile
146 intl/lwbrk/tests/Makefile
147 intl/unicharutil/Makefile
148 intl/unicharutil/util/Makefile
149 intl/unicharutil/util/internal/Makefile
150 intl/unicharutil/idl/Makefile
151 intl/unicharutil/src/Makefile
152 intl/unicharutil/public/Makefile
153 intl/unicharutil/tables/Makefile
154 intl/unicharutil/tests/Makefile
155 intl/unicharutil/tools/Makefile
156 intl/strres/Makefile
157 intl/strres/public/Makefile
158 intl/strres/src/Makefile
159 intl/strres/tests/Makefile
162 MAKEFILES_js="
163 js/src/Makefile
164 js/src/fdlibm/Makefile
167 MAKEFILES_liveconnect="
168 js/src/liveconnect/Makefile
169 js/src/liveconnect/classes/Makefile
172 MAKEFILES_xpconnect="
173 js/src/xpconnect/Makefile
174 js/src/xpconnect/public/Makefile
175 js/src/xpconnect/idl/Makefile
176 js/src/xpconnect/shell/Makefile
177 js/src/xpconnect/src/Makefile
178 js/src/xpconnect/loader/Makefile
179 js/src/xpconnect/tests/Makefile
180 js/src/xpconnect/tests/components/Makefile
181 js/src/xpconnect/tests/idl/Makefile
182 js/src/xpconnect/tools/Makefile
183 js/src/xpconnect/tools/idl/Makefile
186 MAKEFILES_jsdebugger="
187 js/jsd/Makefile
188 js/jsd/idl/Makefile
191 MAKEFILES_content="
192 content/Makefile
193 content/base/Makefile
194 content/base/public/Makefile
195 content/base/src/Makefile
196 content/base/test/Makefile
197 content/base/test/chrome/Makefile
198 content/canvas/Makefile
199 content/canvas/public/Makefile
200 content/canvas/src/Makefile
201 content/events/Makefile
202 content/events/public/Makefile
203 content/events/src/Makefile
204 content/html/Makefile
205 content/html/content/Makefile
206 content/html/content/public/Makefile
207 content/html/content/src/Makefile
208 content/html/document/Makefile
209 content/html/document/public/Makefile
210 content/html/document/src/Makefile
211 content/xml/Makefile
212 content/xml/content/Makefile
213 content/xml/content/src/Makefile
214 content/xml/document/Makefile
215 content/xml/document/public/Makefile
216 content/xml/document/src/Makefile
217 content/xul/Makefile
218 content/xul/content/Makefile
219 content/xul/content/src/Makefile
220 content/xul/document/Makefile
221 content/xul/document/public/Makefile
222 content/xul/document/src/Makefile
223 content/xul/templates/public/Makefile
224 content/xul/templates/src/Makefile
225 content/xbl/Makefile
226 content/xbl/public/Makefile
227 content/xbl/src/Makefile
228 content/xbl/builtin/Makefile
229 content/xslt/Makefile
230 content/xslt/public/Makefile
231 content/xslt/src/Makefile
232 content/xslt/src/base/Makefile
233 content/xslt/src/xml/Makefile
234 content/xslt/src/xpath/Makefile
235 content/xslt/src/xslt/Makefile
236 content/xslt/src/main/Makefile
239 MAKEFILES_layout="
240 layout/Makefile
241 layout/base/Makefile
242 layout/base/tests/Makefile
243 layout/build/Makefile
244 layout/forms/Makefile
245 layout/html/tests/Makefile
246 layout/style/Makefile
247 layout/printing/Makefile
248 layout/xul/Makefile
249 layout/xul/base/Makefile
250 layout/xul/base/public/Makefile
251 layout/xul/base/src/Makefile
252 layout/xul/base/src/tree/Makefile
253 layout/xul/base/src/tree/src/Makefile
254 layout/xul/base/src/tree/public/Makefile
257 MAKEFILES_libimg="
258 modules/libimg/Makefile
261 MAKEFILES_libjar="
262 modules/libjar/Makefile
263 modules/libjar/standalone/Makefile
264 modules/libjar/test/Makefile
267 MAKEFILES_libreg="
268 modules/libreg/Makefile
269 modules/libreg/include/Makefile
270 modules/libreg/src/Makefile
271 modules/libreg/standalone/Makefile
274 MAKEFILES_libpref="
275 modules/libpref/Makefile
276 modules/libpref/public/Makefile
277 modules/libpref/src/Makefile
280 MAKEFILES_libutil="
281 modules/libutil/Makefile
282 modules/libutil/public/Makefile
283 modules/libutil/src/Makefile
286 MAKEFILES_oji="
287 modules/oji/Makefile
288 modules/oji/public/Makefile
289 modules/oji/src/Makefile
290 plugin/oji/JEP/Makefile
293 MAKEFILES_plugin="
294 modules/plugin/Makefile
295 modules/plugin/base/src/Makefile
296 modules/plugin/base/public/Makefile
297 modules/plugin/samples/simple/Makefile
298 modules/plugin/samples/SanePlugin/Makefile
299 modules/plugin/samples/default/unix/Makefile
300 modules/plugin/tools/sdk/Makefile
301 modules/plugin/tools/sdk/samples/Makefile
302 modules/plugin/tools/sdk/samples/common/Makefile
303 modules/plugin/tools/sdk/samples/basic/windows/Makefile
304 modules/plugin/tools/sdk/samples/scriptable/windows/Makefile
305 modules/plugin/tools/sdk/samples/simple/Makefile
306 modules/plugin/tools/sdk/samples/winless/windows/Makefile
309 MAKEFILES_netwerk="
310 netwerk/Makefile
311 netwerk/base/Makefile
312 netwerk/base/public/Makefile
313 netwerk/base/src/Makefile
314 netwerk/build/Makefile
315 netwerk/cache/Makefile
316 netwerk/cache/public/Makefile
317 netwerk/cache/src/Makefile
318 netwerk/cookie/Makefile
319 netwerk/cookie/public/Makefile
320 netwerk/cookie/src/Makefile
321 netwerk/dns/Makefile
322 netwerk/dns/public/Makefile
323 netwerk/dns/src/Makefile
324 netwerk/protocol/Makefile
325 netwerk/protocol/about/Makefile
326 netwerk/protocol/about/public/Makefile
327 netwerk/protocol/about/src/Makefile
328 netwerk/protocol/data/Makefile
329 netwerk/protocol/data/src/Makefile
330 netwerk/protocol/file/Makefile
331 netwerk/protocol/file/public/Makefile
332 netwerk/protocol/file/src/Makefile
333 netwerk/protocol/ftp/Makefile
334 netwerk/protocol/ftp/public/Makefile
335 netwerk/protocol/ftp/src/Makefile
336 netwerk/protocol/gopher/Makefile
337 netwerk/protocol/gopher/src/Makefile
338 netwerk/protocol/http/Makefile
339 netwerk/protocol/http/public/Makefile
340 netwerk/protocol/http/src/Makefile
341 netwerk/protocol/res/Makefile
342 netwerk/protocol/res/public/Makefile
343 netwerk/protocol/res/src/Makefile
344 netwerk/mime/Makefile
345 netwerk/mime/public/Makefile
346 netwerk/mime/src/Makefile
347 netwerk/socket/Makefile
348 netwerk/socket/base/Makefile
349 netwerk/streamconv/Makefile
350 netwerk/streamconv/converters/Makefile
351 netwerk/streamconv/public/Makefile
352 netwerk/streamconv/src/Makefile
353 netwerk/streamconv/test/Makefile
354 netwerk/test/Makefile
355 netwerk/testserver/Makefile
356 netwerk/resources/Makefile
357 netwerk/locales/Makefile
358 netwerk/system/Makefile
359 netwerk/system/win32/Makefile
362 MAKEFILES_uriloader="
363 uriloader/Makefile
364 uriloader/base/Makefile
365 uriloader/exthandler/Makefile
366 uriloader/exthandler/tests/Makefile
369 MAKEFILES_profile="
370 profile/Makefile
371 profile/public/Makefile
372 profile/dirserviceprovider/Makefile
373 profile/dirserviceprovider/public/Makefile
374 profile/dirserviceprovider/src/Makefile
377 MAKEFILES_rdf="
378 rdf/Makefile
379 rdf/base/Makefile
380 rdf/base/idl/Makefile
381 rdf/base/public/Makefile
382 rdf/base/src/Makefile
383 rdf/util/Makefile
384 rdf/util/public/Makefile
385 rdf/util/src/Makefile
386 rdf/util/src/internal/Makefile
387 rdf/build/Makefile
388 rdf/datasource/Makefile
389 rdf/datasource/public/Makefile
390 rdf/datasource/src/Makefile
391 rdf/tests/Makefile
392 rdf/tests/rdfcat/Makefile
393 rdf/tests/rdfpoll/Makefile
396 MAKEFILES_sun_java="
397 sun-java/Makefile
398 sun-java/stubs/Makefile
399 sun-java/stubs/include/Makefile
400 sun-java/stubs/jri/Makefile
403 MAKEFILES_caps="
404 caps/Makefile
405 caps/idl/Makefile
406 caps/include/Makefile
407 caps/src/Makefile
410 MAKEFILES_chrome="
411 chrome/Makefile
412 chrome/public/Makefile
413 chrome/src/Makefile
414 embedding/minimo/chromelite/Makefile
415 rdf/chrome/Makefile
416 rdf/chrome/public/Makefile
417 rdf/chrome/build/Makefile
418 rdf/chrome/src/Makefile
419 rdf/chrome/tools/Makefile
420 rdf/chrome/tools/chromereg/Makefile
423 MAKEFILES_view="
424 view/Makefile
425 view/public/Makefile
426 view/src/Makefile
429 MAKEFILES_docshell="
430 docshell/Makefile
431 docshell/base/Makefile
432 docshell/shistory/Makefile
433 docshell/shistory/public/Makefile
434 docshell/shistory/src/Makefile
435 docshell/build/Makefile
438 MAKEFILES_webshell="
439 webshell/Makefile
440 webshell/public/Makefile
443 MAKEFILES_widget="
444 widget/Makefile
445 widget/public/Makefile
446 widget/src/Makefile
447 widget/src/beos/Makefile
448 widget/src/build/Makefile
449 widget/src/gtkxtbin/Makefile
450 widget/src/photon/Makefile
451 widget/src/cocoa/Makefile
452 widget/src/os2/Makefile
453 widget/src/windows/Makefile
454 widget/src/xpwidgets/Makefile
455 widget/src/support/Makefile
458 MAKEFILES_xpcom="
459 xpcom/string/Makefile
460 xpcom/string/public/Makefile
461 xpcom/string/src/Makefile
462 xpcom/Makefile
463 xpcom/base/Makefile
464 xpcom/build/Makefile
465 xpcom/components/Makefile
466 xpcom/ds/Makefile
467 xpcom/glue/Makefile
468 xpcom/glue/standalone/Makefile
469 xpcom/io/Makefile
470 xpcom/typelib/Makefile
471 xpcom/reflect/Makefile
472 xpcom/typelib/xpt/Makefile
473 xpcom/typelib/xpt/public/Makefile
474 xpcom/typelib/xpt/src/Makefile
475 xpcom/typelib/xpt/tests/Makefile
476 xpcom/typelib/xpt/tools/Makefile
477 xpcom/typelib/xpidl/Makefile
478 xpcom/reflect/xptcall/Makefile
479 xpcom/reflect/xptcall/public/Makefile
480 xpcom/reflect/xptcall/src/Makefile
481 xpcom/reflect/xptcall/src/md/Makefile
482 xpcom/reflect/xptcall/src/md/os2/Makefile
483 xpcom/reflect/xptcall/src/md/test/Makefile
484 xpcom/reflect/xptcall/src/md/unix/Makefile
485 xpcom/reflect/xptcall/src/md/win32/Makefile
486 xpcom/reflect/xptcall/tests/Makefile
487 xpcom/reflect/xptinfo/Makefile
488 xpcom/reflect/xptinfo/public/Makefile
489 xpcom/reflect/xptinfo/src/Makefile
490 xpcom/reflect/xptinfo/tests/Makefile
491 xpcom/proxy/Makefile
492 xpcom/proxy/public/Makefile
493 xpcom/proxy/src/Makefile
494 xpcom/proxy/tests/Makefile
495 xpcom/sample/Makefile
496 xpcom/threads/Makefile
497 xpcom/tools/Makefile
498 xpcom/tools/registry/Makefile
499 xpcom/stub/Makefile
500 xpcom/windbgdlg/Makefile
501 xpcom/system/Makefile
504 MAKEFILES_xpcom_obsolete="
505 xpcom/obsolete/Makefile
506 xpcom/obsolete/component/Makefile
509 MAKEFILES_xpcom_tests="
510 xpcom/tests/Makefile
511 xpcom/tests/dynamic/Makefile
512 xpcom/tests/services/Makefile
513 xpcom/tests/windows/Makefile
516 MAKEFILES_xpinstall="
517 xpinstall/Makefile
518 xpinstall/public/Makefile
519 xpinstall/src/Makefile
522 MAKEFILES_xpfe="
523 widget/src/xremoteclient/Makefile
524 toolkit/components/remote/Makefile
525 xpfe/Makefile
526 xpfe/browser/Makefile
527 xpfe/browser/public/Makefile
528 xpfe/browser/src/Makefile
529 xpfe/components/Makefile
530 xpfe/components/directory/Makefile
531 xpfe/components/download-manager/Makefile
532 xpfe/components/download-manager/src/Makefile
533 xpfe/components/download-manager/public/Makefile
534 xpfe/components/download-manager/resources/Makefile
535 xpfe/components/find/Makefile
536 xpfe/components/find/public/Makefile
537 xpfe/components/find/src/Makefile
538 xpfe/components/filepicker/Makefile
539 xpfe/components/filepicker/public/Makefile
540 xpfe/components/filepicker/src/Makefile
541 xpfe/components/history/Makefile
542 xpfe/components/history/src/Makefile
543 xpfe/components/history/public/Makefile
544 xpfe/components/intl/Makefile
545 xpfe/components/related/Makefile
546 xpfe/components/related/src/Makefile
547 xpfe/components/related/public/Makefile
548 xpfe/components/startup/Makefile
549 xpfe/components/startup/public/Makefile
550 xpfe/components/startup/src/Makefile
551 xpfe/components/autocomplete/Makefile
552 xpfe/components/autocomplete/public/Makefile
553 xpfe/components/autocomplete/src/Makefile
554 xpfe/components/winhooks/Makefile
555 xpfe/components/windowds/Makefile
556 xpfe/components/resetPref/Makefile
557 xpfe/components/build/Makefile
558 xpfe/components/xremote/Makefile
559 xpfe/components/xremote/public/Makefile
560 xpfe/components/xremote/src/Makefile
561 xpfe/appshell/Makefile
562 xpfe/appshell/src/Makefile
563 xpfe/appshell/public/Makefile
564 xpfe/bootstrap/appleevents/Makefile
565 xpfe/global/Makefile
566 xpfe/global/buildconfig.html
567 xpfe/global/resources/Makefile
568 xpfe/global/resources/content/Makefile
569 xpfe/global/resources/content/os2/Makefile
570 xpfe/global/resources/content/unix/Makefile
571 xpfe/global/resources/locale/Makefile
572 xpfe/global/resources/locale/en-US/Makefile
573 xpfe/global/resources/locale/en-US/mac/Makefile
574 xpfe/global/resources/locale/en-US/os2/Makefile
575 xpfe/global/resources/locale/en-US/unix/Makefile
576 xpfe/global/resources/locale/en-US/win/Makefile
577 xpfe/communicator/Makefile
578 extensions/spellcheck/Makefile
579 extensions/spellcheck/hunspell/Makefile
580 extensions/spellcheck/idl/Makefile
581 extensions/spellcheck/locales/Makefile
582 extensions/spellcheck/src/Makefile
585 MAKEFILES_embedding="
586 embedding/Makefile
587 embedding/base/Makefile
588 embedding/browser/Makefile
589 embedding/browser/activex/src/Makefile
590 embedding/browser/activex/src/control/Makefile
591 embedding/browser/activex/src/control_kicker/Makefile
592 embedding/browser/build/Makefile
593 embedding/browser/chrome/Makefile
594 embedding/browser/webBrowser/Makefile
595 embedding/browser/gtk/Makefile
596 embedding/browser/gtk/src/Makefile
597 embedding/browser/gtk/tests/Makefile
598 embedding/browser/photon/Makefile
599 embedding/browser/photon/src/Makefile
600 embedding/browser/photon/tests/Makefile
601 embedding/components/Makefile
602 embedding/components/build/Makefile
603 embedding/components/windowwatcher/Makefile
604 embedding/components/windowwatcher/public/Makefile
605 embedding/components/windowwatcher/src/Makefile
606 embedding/components/ui/Makefile
607 embedding/components/ui/helperAppDlg/Makefile
608 embedding/components/ui/progressDlg/Makefile
609 embedding/config/Makefile
610 embedding/tests/Makefile
611 embedding/tests/cocoaEmbed/Makefile
612 embedding/tests/winEmbed/Makefile
615 MAKEFILES_xulapp="
616 toolkit/Makefile
617 toolkit/library/Makefile
618 toolkit/crashreporter/Makefile
619 toolkit/crashreporter/client/Makefile
620 toolkit/crashreporter/google-breakpad/src/client/Makefile
621 toolkit/crashreporter/google-breakpad/src/client/mac/handler/Makefile
622 toolkit/crashreporter/google-breakpad/src/client/windows/Makefile
623 toolkit/crashreporter/google-breakpad/src/client/windows/handler/Makefile
624 toolkit/crashreporter/google-breakpad/src/client/windows/sender/Makefile
625 toolkit/crashreporter/google-breakpad/src/common/Makefile
626 toolkit/crashreporter/google-breakpad/src/common/mac/Makefile
627 toolkit/crashreporter/google-breakpad/src/common/windows/Makefile
628 toolkit/crashreporter/google-breakpad/src/tools/mac/dump_syms/Makefile
629 toolkit/content/Makefile
630 toolkit/content/buildconfig.html
631 toolkit/obsolete/Makefile
632 toolkit/components/alerts/Makefile
633 toolkit/components/alerts/public/Makefile
634 toolkit/components/alerts/src/Makefile
635 toolkit/components/autocomplete/Makefile
636 toolkit/components/autocomplete/public/Makefile
637 toolkit/components/autocomplete/src/Makefile
638 toolkit/components/Makefile
639 toolkit/components/build/Makefile
640 toolkit/components/commandlines/Makefile
641 toolkit/components/commandlines/public/Makefile
642 toolkit/components/commandlines/src/Makefile
643 toolkit/components/console/Makefile
644 toolkit/components/cookie/Makefile
645 toolkit/components/downloads/public/Makefile
646 toolkit/components/downloads/Makefile
647 toolkit/components/downloads/src/Makefile
648 toolkit/components/filepicker/Makefile
649 toolkit/system/gnome/Makefile
650 toolkit/system/unixproxy/Makefile
651 toolkit/components/help/Makefile
652 toolkit/components/history/Makefile
653 toolkit/components/history/public/Makefile
654 toolkit/components/history/src/Makefile
655 toolkit/components/passwordmgr/Makefile
656 toolkit/components/passwordmgr/public/Makefile
657 toolkit/components/passwordmgr/src/Makefile
658 toolkit/components/passwordmgr/content/Makefile
659 toolkit/components/passwordmgr/test/Makefile
660 toolkit/components/places/Makefile
661 toolkit/components/places/public/Makefile
662 toolkit/components/places/src/Makefile
663 toolkit/components/printing/Makefile
664 toolkit/components/satchel/Makefile
665 toolkit/components/satchel/public/Makefile
666 toolkit/components/satchel/src/Makefile
667 toolkit/components/startup/Makefile
668 toolkit/components/startup/public/Makefile
669 toolkit/components/startup/src/Makefile
670 toolkit/components/typeaheadfind/Makefile
671 toolkit/components/typeaheadfind/public/Makefile
672 toolkit/components/typeaheadfind/src/Makefile
673 toolkit/components/viewconfig/Makefile
674 toolkit/components/viewsource/Makefile
675 toolkit/locales/Makefile
676 toolkit/mozapps/Makefile
677 toolkit/mozapps/downloads/Makefile
678 toolkit/mozapps/downloads/src/Makefile
679 toolkit/mozapps/extensions/Makefile
680 toolkit/mozapps/extensions/public/Makefile
681 toolkit/mozapps/extensions/src/Makefile
682 toolkit/mozapps/update/Makefile
683 toolkit/mozapps/update/public/Makefile
684 toolkit/mozapps/update/src/Makefile
685 toolkit/mozapps/xpinstall/Makefile
686 toolkit/profile/Makefile
687 toolkit/profile/public/Makefile
688 toolkit/profile/skin/Makefile
689 toolkit/profile/src/Makefile
690 toolkit/themes/Makefile
691 toolkit/themes/gnomestripe/global/Makefile
692 toolkit/themes/gnomestripe/Makefile
693 toolkit/themes/pmstripe/global/Makefile
694 toolkit/themes/pmstripe/Makefile
695 toolkit/themes/pinstripe/Makefile
696 toolkit/themes/pinstripe/global/Makefile
697 toolkit/themes/pinstripe/help/Makefile
698 toolkit/themes/pinstripe/mozapps/Makefile
699 toolkit/themes/winstripe/Makefile
700 toolkit/themes/winstripe/global/Makefile
701 toolkit/themes/winstripe/help/Makefile
702 toolkit/themes/winstripe/mozapps/Makefile
703 toolkit/xre/Makefile
706 MAKEFILES_libpr0n="
707 modules/libpr0n/Makefile
708 modules/libpr0n/build/Makefile
709 modules/libpr0n/public/Makefile
710 modules/libpr0n/src/Makefile
711 modules/libpr0n/decoders/Makefile
712 modules/libpr0n/decoders/gif/Makefile
713 modules/libpr0n/decoders/png/Makefile
714 modules/libpr0n/decoders/jpeg/Makefile
715 modules/libpr0n/decoders/bmp/Makefile
716 modules/libpr0n/decoders/icon/Makefile
717 modules/libpr0n/decoders/icon/win/Makefile
718 modules/libpr0n/decoders/icon/gtk/Makefile
719 modules/libpr0n/decoders/icon/beos/Makefile
720 modules/libpr0n/decoders/xbm/Makefile
721 modules/libpr0n/encoders/Makefile
722 modules/libpr0n/encoders/png/Makefile
723 modules/libpr0n/encoders/jpeg/Makefile
726 MAKEFILES_accessible="
727 accessible/Makefile
728 accessible/public/Makefile
729 accessible/public/msaa/Makefile
730 accessible/src/Makefile
731 accessible/src/base/Makefile
732 accessible/src/html/Makefile
733 accessible/src/xul/Makefile
734 accessible/src/msaa/Makefile
735 accessible/src/atk/Makefile
736 accessible/src/mac/Makefile
737 accessible/build/Makefile
740 MAKEFILES_zlib="
741 modules/zlib/standalone/Makefile
744 MAKEFILES_libmar="
745 modules/libmar/Makefile
746 modules/libmar/src/Makefile
747 modules/libmar/tool/Makefile
750 add_makefiles "
751 $MAKEFILES_db
752 $MAKEFILES_dom
753 $MAKEFILES_editor
754 $MAKEFILES_expat
755 $MAKEFILES_gfx
756 $MAKEFILES_htmlparser
757 $MAKEFILES_intl
758 $MAKEFILES_js
759 $MAKEFILES_liveconnect
760 $MAKEFILES_xpconnect
761 $MAKEFILES_jsdebugger
762 $MAKEFILES_content
763 $MAKEFILES_layout
764 $MAKEFILES_libimg
765 $MAKEFILES_libjar
766 $MAKEFILES_libreg
767 $MAKEFILES_libpref
768 $MAKEFILES_libutil
769 $MAKEFILES_oji
770 $MAKEFILES_plugin
771 $MAKEFILES_netwerk
772 $MAKEFILES_uriloader
773 $MAKEFILES_profile
774 $MAKEFILES_rdf
775 $MAKEFILES_sun_java
776 $MAKEFILES_caps
777 $MAKEFILES_chrome
778 $MAKEFILES_view
779 $MAKEFILES_docshell
780 $MAKEFILES_webshell
781 $MAKEFILES_widget
782 $MAKEFILES_xpcom
783 $MAKEFILES_xpcom_obsolete
784 $MAKEFILES_xpcom_tests
785 $MAKEFILES_xpinstall
786 $MAKEFILES_xpfe
787 $MAKEFILES_embedding
788 $MAKEFILES_xulapp
789 $MAKEFILES_libpr0n
790 $MAKEFILES_accessible
791 $MAKEFILES_zlib
792 $MAKEFILES_libmar
796 # Conditional makefiles
799 if [ "$MOZ_COMPOSER" ]; then
800 add_makefiles "
801 editor/composer/Makefile
802 editor/ui/Makefile
803 editor/ui/locales/Makefile
807 if [ "$MOZ_ZIPWRITER" ]; then
808 add_makefiles "
809 modules/libjar/zipwriter/Makefile
810 modules/libjar/zipwriter/public/Makefile
811 modules/libjar/zipwriter/src/Makefile
812 modules/libjar/zipwriter/test/Makefile
816 if [ "$MOZ_STORAGE" ]; then
817 add_makefiles "
818 db/sqlite3/src/Makefile
819 db/morkreader/Makefile
820 storage/Makefile
821 storage/public/Makefile
822 storage/src/Makefile
823 storage/build/Makefile
824 storage/test/Makefile
828 if [ "$MOZ_TREE_CAIRO" ] ; then
829 add_makefiles "
830 gfx/cairo/Makefile
831 gfx/cairo/libpixman/src/Makefile
832 gfx/cairo/cairo/src/Makefile
833 gfx/cairo/cairo/src/cairo-features.h
834 gfx/cairo/glitz/src/Makefile
835 gfx/cairo/glitz/src/glx/Makefile
836 gfx/cairo/glitz/src/wgl/Makefile
840 if [ ! "$MOZ_NATIVE_LCMS" ] ; then
841 add_makefiles "
842 modules/lcms/Makefile
843 modules/lcms/include/Makefile
844 modules/lcms/src/Makefile
848 if [ "$SUNCTL" ] ; then
849 add_makefiles "
850 intl/ctl/Makefile
851 intl/ctl/public/Makefile
852 intl/ctl/src/Makefile
853 intl/ctl/src/pangoLite/Makefile
854 intl/ctl/src/thaiShaper/Makefile
855 intl/ctl/src/hindiShaper/Makefile
859 if [ "$MOZ_UNIVERSALCHARDET" ] ; then
860 add_makefiles "
861 extensions/universalchardet/Makefile
862 extensions/universalchardet/src/Makefile
863 extensions/universalchardet/src/base/Makefile
864 extensions/universalchardet/src/xpcom/Makefile
865 extensions/universalchardet/tests/Makefile
869 if [ "$MOZ_AUTH_EXTENSION" ]; then
870 add_makefiles "
871 extensions/auth/Makefile
875 if test -n "$MOZ_PSM"; then
876 add_makefiles "
877 security/manager/Makefile
878 security/manager/boot/Makefile
879 security/manager/boot/src/Makefile
880 security/manager/boot/public/Makefile
881 security/manager/ssl/Makefile
882 security/manager/ssl/src/Makefile
883 security/manager/ssl/resources/Makefile
884 security/manager/ssl/public/Makefile
885 security/manager/pki/Makefile
886 security/manager/pki/resources/Makefile
887 security/manager/pki/src/Makefile
888 security/manager/pki/public/Makefile
889 security/manager/locales/Makefile
893 if test -n "$MOZ_CALENDAR"; then
894 add_makefiles "
895 calendar/Makefile
896 calendar/resources/Makefile
897 calendar/libical/Makefile
898 calendar/libical/src/Makefile
899 calendar/libical/src/libical/Makefile
900 calendar/libical/src/libicalss/Makefile
901 calendar/base/Makefile
902 calendar/base/public/Makefile
903 calendar/base/src/Makefile
904 calendar/base/build/Makefile
905 calendar/providers/Makefile
906 calendar/providers/memory/Makefile
907 calendar/providers/storage/Makefile
908 calendar/providers/composite/Makefile
912 if [ "$MOZ_MAIL_NEWS" ]; then
913 . "${srcdir}/mailnews/makefiles.sh"
916 if test -n "$MOZ_IPCD"; then
917 add_makefiles "
918 ipc/ipcd/Makefile
919 ipc/ipcd/daemon/public/Makefile
920 ipc/ipcd/daemon/src/Makefile
921 ipc/ipcd/client/public/Makefile
922 ipc/ipcd/client/src/Makefile
923 ipc/ipcd/shared/src/Makefile
924 ipc/ipcd/test/Makefile
925 ipc/ipcd/test/module/Makefile
926 ipc/ipcd/extensions/Makefile
927 ipc/ipcd/extensions/lock/Makefile
928 ipc/ipcd/extensions/lock/public/Makefile
929 ipc/ipcd/extensions/lock/src/Makefile
930 ipc/ipcd/extensions/lock/src/module/Makefile
931 ipc/ipcd/util/Makefile
932 ipc/ipcd/util/public/Makefile
933 ipc/ipcd/util/src/Makefile
937 if test -n "$MOZ_PROFILESHARING"; then
938 add_makefiles "
939 ipc/ipcd/extensions/transmngr/Makefile
940 ipc/ipcd/extensions/transmngr/public/Makefile
941 ipc/ipcd/extensions/transmngr/src/Makefile
942 ipc/ipcd/extensions/transmngr/build/Makefile
943 ipc/ipcd/extensions/transmngr/test/Makefile
944 ipc/ipcd/extensions/transmngr/common/Makefile
945 ipc/ipcd/extensions/transmngr/module/Makefile
946 embedding/components/profilesharingsetup/Makefile
947 embedding/components/profilesharingsetup/public/Makefile
948 embedding/components/profilesharingsetup/src/Makefile
952 if [ ! "$SYSTEM_JPEG" ]; then
953 add_makefiles "
954 jpeg/Makefile
958 if [ ! "$SYSTEM_ZLIB" ]; then
959 add_makefiles "
960 modules/zlib/Makefile
961 modules/zlib/src/Makefile
965 if [ ! "$SYSTEM_BZ2" ]; then
966 add_makefiles "
967 modules/libbz2/Makefile
968 modules/libbz2/src/Makefile
972 if test -n "$MOZ_UPDATE_PACKAGING"; then
973 add_makefiles "
974 tools/update-packaging/Makefile
975 other-licenses/bsdiff/Makefile
979 if [ ! "$SYSTEM_PNG" ]; then
980 add_makefiles "
981 modules/libimg/png/Makefile
985 if [ -f ${srcdir}/l10n/makefiles.all ]; then
986 MAKEFILES_langpacks=`cat ${srcdir}/l10n/makefiles.all`
987 add_makefiles "
988 $MAKEFILES_langpacks
992 if [ "$MOZ_L10N" ]; then
993 add_makefiles "
994 l10n/Makefile
997 if [ "$MOZ_L10N_LANG" ]; then
998 add_makefiles "
999 l10n/lang/Makefile
1000 l10n/lang/addressbook/Makefile
1001 l10n/lang/bookmarks/Makefile
1002 l10n/lang/directory/Makefile
1003 l10n/lang/editor/Makefile
1004 l10n/lang/global/Makefile
1005 l10n/lang/history/Makefile
1006 l10n/lang/messenger/Makefile
1007 l10n/lang/messengercompose/Makefile
1008 l10n/lang/navigator/Makefile
1009 l10n/lang/pref/Makefile
1010 l10n/lang/related/Makefile
1011 l10n/lang/sidebar/Makefile
1012 l10n/lang/addressbook/locale/Makefile
1013 l10n/lang/bookmarks/locale/Makefile
1014 l10n/lang/directory/locale/Makefile
1015 l10n/lang/editor/locale/Makefile
1016 l10n/lang/global/locale/Makefile
1017 l10n/lang/history/locale/Makefile
1018 l10n/lang/messenger/locale/Makefile
1019 l10n/lang/messengercompose/locale/Makefile
1020 l10n/lang/navigator/locale/Makefile
1021 l10n/lang/pref/locale/Makefile
1022 l10n/lang/related/locale/Makefile
1023 l10n/lang/sidebar/locale/Makefile
1025 fi # MOZ_L10N_LANG
1027 fi # MOZ_L10N
1029 if [ "$MOZ_JPROF" ]; then
1030 add_makefiles "
1031 tools/jprof/Makefile
1032 tools/jprof/stub/Makefile
1036 if [ "$MOZ_LEAKY" ]; then
1037 add_makefiles "
1038 tools/leaky/Makefile
1042 if [ "$NS_TRACE_MALLOC" ]; then
1043 add_makefiles "
1044 tools/trace-malloc/Makefile
1045 tools/trace-malloc/lib/Makefile
1049 if [ "$MOZ_MAPINFO" ]; then
1050 add_makefiles "
1051 tools/codesighs/Makefile
1055 if [ "$MOZ_MATHML" ]; then
1056 add_makefiles "
1057 intl/uconv/ucvmath/Makefile
1058 layout/mathml/Makefile
1059 layout/mathml/base/Makefile
1060 layout/mathml/base/src/Makefile
1061 layout/mathml/content/Makefile
1062 layout/mathml/content/src/Makefile
1066 if [ "$MOZ_SVG" ]; then
1067 add_makefiles "
1068 content/svg/Makefile
1069 content/svg/document/Makefile
1070 content/svg/document/src/Makefile
1071 content/svg/content/Makefile
1072 content/svg/content/src/Makefile
1073 dom/public/idl/svg/Makefile
1074 layout/svg/Makefile
1075 layout/svg/base/Makefile
1076 layout/svg/base/src/Makefile
1080 if [ "$MOZ_XTF" ]; then
1081 add_makefiles "
1082 content/xtf/Makefile
1083 content/xtf/public/Makefile
1084 content/xtf/src/Makefile
1088 if [ "$MOZ_XMLEXTRAS" ]; then
1089 add_makefiles "
1090 extensions/xmlextras/Makefile
1091 extensions/xmlextras/pointers/Makefile
1092 extensions/xmlextras/pointers/src/Makefile
1093 extensions/xmlextras/build/Makefile
1094 extensions/xmlextras/build/src/Makefile
1098 if [ "$MOZ_WEBSERVICES" ]; then
1099 add_makefiles "
1100 extensions/webservices/Makefile
1101 extensions/webservices/build/Makefile
1102 extensions/webservices/build/src/Makefile
1103 extensions/webservices/interfaceinfo/Makefile
1104 extensions/webservices/interfaceinfo/src/Makefile
1105 extensions/webservices/proxy/Makefile
1106 extensions/webservices/proxy/src/Makefile
1107 extensions/webservices/public/Makefile
1108 extensions/webservices/security/Makefile
1109 extensions/webservices/security/src/Makefile
1110 extensions/webservices/schema/Makefile
1111 extensions/webservices/schema/src/Makefile
1112 extensions/webservices/soap/Makefile
1113 extensions/webservices/soap/src/Makefile
1114 extensions/webservices/wsdl/Makefile
1115 extensions/webservices/wsdl/src/Makefile
1119 if [ "$MOZ_JAVAXPCOM" ]; then
1120 add_makefiles "
1121 extensions/java/Makefile
1122 extensions/java/xpcom/Makefile
1123 extensions/java/xpcom/interfaces/Makefile
1124 extensions/java/xpcom/src/Makefile
1125 extensions/java/xpcom/glue/Makefile
1129 if [ "$MOZ_COMPONENTLIB" ]; then
1130 add_makefiles "
1131 embedding/componentlib/Makefile
1133 else
1134 if [ "$MOZ_STATIC_COMPONENTS" -o "$MOZ_META_COMPONENTS" ]; then
1135 add_makefiles "
1136 modules/staticmod/Makefile
1139 fi # MOZ_COMPONENTLIB