For bug 379240, update bootstrap.cfg for RC2
[mozilla-1.9.git] / allmakefiles.sh
blobe7f0862f536f63b3d95a61edeab185cde88d7cb1
1 #! /bin/sh
3 # ***** BEGIN LICENSE BLOCK *****
4 # Version: MPL 1.1/GPL 2.0/LGPL 2.1
6 # The contents of this file are subject to the Mozilla Public License Version
7 # 1.1 (the "License"); you may not use this file except in compliance with
8 # the License. You may obtain a copy of the License at
9 # http://www.mozilla.org/MPL/
11 # Software distributed under the License is distributed on an "AS IS" basis,
12 # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
13 # for the specific language governing rights and limitations under the
14 # License.
16 # The Original Code is mozilla.org code.
18 # The Initial Developer of the Original Code is
19 # Netscape Communications Corporation.
20 # Portions created by the Initial Developer are Copyright (C) 1999
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 # allmakefiles.sh - List of all makefiles.
40 # Appends the list of makefiles to the variable, MAKEFILES.
41 # There is no need to rerun autoconf after adding makefiles.
42 # You only need to run configure.
44 # Please keep the modules in this file in sync with those in
45 # mozilla/build/unix/modules.mk
48 MAKEFILES=""
50 # add_makefiles - Shell function to add makefiles to MAKEFILES
51 add_makefiles() {
52 MAKEFILES="$MAKEFILES $*"
55 if [ "$srcdir" = "" ]; then
56 srcdir=.
60 # Common makefiles used by everyone
62 add_makefiles "
63 Makefile
64 build/Makefile
65 build/unix/Makefile
66 config/Makefile
67 config/autoconf.mk
68 config/mkdepend/Makefile
69 config/doxygen.cfg
72 if [ "$MOZ_COMPOSER" ]; then
73 MAKEFILES_composer="
74 editor/composer/Makefile
75 editor/ui/Makefile
76 editor/ui/locales/Makefile
80 MAKEFILES_db="
81 db/Makefile
82 db/mdb/Makefile
83 db/mdb/public/Makefile
84 db/mork/Makefile
85 db/mork/build/Makefile
86 db/mork/src/Makefile
89 MAKEFILES_storage="
90 db/sqlite3/src/Makefile
91 db/morkreader/Makefile
92 storage/Makefile
93 storage/public/Makefile
94 storage/src/Makefile
95 storage/build/Makefile
96 storage/test/Makefile
99 MAKEFILES_dom="
100 dom/Makefile
101 dom/public/Makefile
102 dom/public/base/Makefile
103 dom/public/coreEvents/Makefile
104 dom/public/idl/Makefile
105 dom/public/idl/base/Makefile
106 dom/public/idl/canvas/Makefile
107 dom/public/idl/core/Makefile
108 dom/public/idl/css/Makefile
109 dom/public/idl/events/Makefile
110 dom/public/idl/html/Makefile
111 dom/public/idl/range/Makefile
112 dom/public/idl/stylesheets/Makefile
113 dom/public/idl/views/Makefile
114 dom/public/idl/xbl/Makefile
115 dom/public/idl/xpath/Makefile
116 dom/public/idl/xul/Makefile
117 dom/src/Makefile
118 dom/src/base/Makefile
119 dom/src/events/Makefile
120 dom/src/jsurl/Makefile
121 dom/locales/Makefile
124 MAKEFILES_editor="
125 editor/Makefile
126 editor/public/Makefile
127 editor/idl/Makefile
128 editor/txmgr/Makefile
129 editor/txmgr/idl/Makefile
130 editor/txmgr/public/Makefile
131 editor/txmgr/src/Makefile
132 editor/txmgr/tests/Makefile
133 editor/txtsvc/Makefile
134 editor/txtsvc/public/Makefile
135 editor/txtsvc/src/Makefile
138 MAKEFILES_expat="
139 parser/expat/Makefile
140 parser/expat/lib/Makefile
143 MAKEFILES_extensions="
144 extensions/Makefile
147 MAKEFILES_gc="
148 gc/boehm/Makefile
149 gc/boehm/leaksoup/Makefile
152 MAKEFILES_gfx="
153 gfx/Makefile
154 gfx/idl/Makefile
155 gfx/public/Makefile
156 gfx/src/Makefile
157 gfx/src/beos/Makefile
158 gfx/src/gtk/Makefile
159 gfx/src/ps/Makefile
160 gfx/src/psshared/Makefile
161 gfx/src/photon/Makefile
162 gfx/src/mac/Makefile
163 gfx/src/qt/Makefile
164 gfx/src/os2/Makefile
165 gfx/src/xlibrgb/Makefile
166 gfx/src/windows/Makefile
167 gfx/src/thebes/Makefile
168 gfx/tests/Makefile
171 if [ "$MOZ_TREE_CAIRO" ] ; then
172 MAKEFILES_gfx="$MAKEFILES_gfx
173 gfx/cairo/Makefile
174 gfx/cairo/libpixman/src/Makefile
175 gfx/cairo/cairo/src/Makefile
176 gfx/cairo/cairo/src/cairo-features.h
177 gfx/cairo/glitz/src/Makefile
178 gfx/cairo/glitz/src/glx/Makefile
179 gfx/cairo/glitz/src/wgl/Makefile
183 MAKEFILES_htmlparser="
184 parser/htmlparser/Makefile
185 parser/htmlparser/robot/Makefile
186 parser/htmlparser/robot/test/Makefile
187 parser/htmlparser/public/Makefile
188 parser/htmlparser/src/Makefile
189 parser/htmlparser/tests/Makefile
190 parser/htmlparser/tests/grabpage/Makefile
191 parser/htmlparser/tests/logparse/Makefile
192 parser/htmlparser/tests/html/Makefile
193 parser/htmlparser/tests/outsinks/Makefile
196 MAKEFILES_intl="
197 intl/Makefile
198 intl/chardet/Makefile
199 intl/chardet/public/Makefile
200 intl/chardet/src/Makefile
201 intl/uconv/Makefile
202 intl/uconv/idl/Makefile
203 intl/uconv/public/Makefile
204 intl/uconv/src/Makefile
205 intl/uconv/tests/Makefile
206 intl/uconv/ucvja/Makefile
207 intl/uconv/ucvlatin/Makefile
208 intl/uconv/ucvcn/Makefile
209 intl/uconv/ucvtw/Makefile
210 intl/uconv/ucvtw2/Makefile
211 intl/uconv/ucvko/Makefile
212 intl/uconv/ucvibm/Makefile
213 intl/uconv/native/Makefile
214 intl/locale/Makefile
215 intl/locale/public/Makefile
216 intl/locale/idl/Makefile
217 intl/locale/src/Makefile
218 intl/locale/src/unix/Makefile
219 intl/locale/src/os2/Makefile
220 intl/locale/src/windows/Makefile
221 intl/locale/tests/Makefile
222 intl/lwbrk/Makefile
223 intl/lwbrk/src/Makefile
224 intl/lwbrk/public/Makefile
225 intl/lwbrk/tests/Makefile
226 intl/unicharutil/Makefile
227 intl/unicharutil/util/Makefile
228 intl/unicharutil/util/internal/Makefile
229 intl/unicharutil/idl/Makefile
230 intl/unicharutil/src/Makefile
231 intl/unicharutil/public/Makefile
232 intl/unicharutil/tables/Makefile
233 intl/unicharutil/tests/Makefile
234 intl/unicharutil/tools/Makefile
235 intl/strres/Makefile
236 intl/strres/public/Makefile
237 intl/strres/src/Makefile
238 intl/strres/tests/Makefile
241 if [ "$SUNCTL" ] ; then
242 MAKEFILES_intl="$MAKEFILES_intl
243 intl/ctl/Makefile
244 intl/ctl/public/Makefile
245 intl/ctl/src/Makefile
246 intl/ctl/src/pangoLite/Makefile
247 intl/ctl/src/thaiShaper/Makefile
248 intl/ctl/src/hindiShaper/Makefile
252 if [ "$MOZ_UNIVERSALCHARDET" ] ; then
253 MAKEFILES_intl="$MAKEFILES_intl
254 extensions/universalchardet/Makefile
255 extensions/universalchardet/src/Makefile
256 extensions/universalchardet/src/base/Makefile
257 extensions/universalchardet/src/xpcom/Makefile
258 extensions/universalchardet/tests/Makefile
262 MAKEFILES_js="
263 js/src/Makefile
264 js/src/fdlibm/Makefile
267 MAKEFILES_liveconnect="
268 js/src/liveconnect/Makefile
269 js/src/liveconnect/classes/Makefile
272 MAKEFILES_xpconnect="
273 js/src/xpconnect/Makefile
274 js/src/xpconnect/public/Makefile
275 js/src/xpconnect/idl/Makefile
276 js/src/xpconnect/shell/Makefile
277 js/src/xpconnect/src/Makefile
278 js/src/xpconnect/loader/Makefile
279 js/src/xpconnect/tests/Makefile
280 js/src/xpconnect/tests/components/Makefile
281 js/src/xpconnect/tests/idl/Makefile
282 js/src/xpconnect/shell/Makefile
283 js/src/xpconnect/tools/Makefile
284 js/src/xpconnect/tools/idl/Makefile
285 js/src/xpconnect/tools/idl/Makefile
288 MAKEFILES_jsdebugger="
289 js/jsd/Makefile
290 js/jsd/idl/Makefile
293 MAKEFILES_content="
294 content/Makefile
295 content/base/Makefile
296 content/base/public/Makefile
297 content/base/src/Makefile
298 content/canvas/Makefile
299 content/canvas/public/Makefile
300 content/canvas/src/Makefile
301 content/events/Makefile
302 content/events/public/Makefile
303 content/events/src/Makefile
304 content/html/Makefile
305 content/html/content/Makefile
306 content/html/content/public/Makefile
307 content/html/content/src/Makefile
308 content/html/document/Makefile
309 content/html/document/public/Makefile
310 content/html/document/src/Makefile
311 content/xml/Makefile
312 content/xml/content/Makefile
313 content/xml/content/src/Makefile
314 content/xml/document/Makefile
315 content/xml/document/public/Makefile
316 content/xml/document/src/Makefile
317 content/xul/Makefile
318 content/xul/content/Makefile
319 content/xul/content/public/Makefile
320 content/xul/content/src/Makefile
321 content/xul/document/Makefile
322 content/xul/document/public/Makefile
323 content/xul/document/src/Makefile
324 content/xul/templates/public/Makefile
325 content/xul/templates/src/Makefile
326 content/xbl/Makefile
327 content/xbl/public/Makefile
328 content/xbl/src/Makefile
329 content/xbl/builtin/Makefile
330 content/xslt/Makefile
331 content/xslt/public/Makefile
332 content/xslt/src/Makefile
333 content/xslt/src/base/Makefile
334 content/xslt/src/xml/Makefile
335 content/xslt/src/xpath/Makefile
336 content/xslt/src/xslt/Makefile
337 content/xslt/src/main/Makefile
340 MAKEFILES_layout="
341 layout/Makefile
342 layout/base/Makefile
343 layout/base/tests/Makefile
344 layout/build/Makefile
345 layout/forms/Makefile
346 layout/html/tests/Makefile
347 layout/style/Makefile
348 layout/printing/Makefile
349 layout/tools/Makefile
350 layout/xul/Makefile
351 layout/xul/base/Makefile
352 layout/xul/base/public/Makefile
353 layout/xul/base/src/Makefile
354 layout/xul/base/src/tree/Makefile
355 layout/xul/base/src/tree/src/Makefile
356 layout/xul/base/src/tree/public/Makefile
359 MAKEFILES_libimg="
360 modules/libimg/Makefile
363 MAKEFILES_libjar="
364 modules/libjar/Makefile
365 modules/libjar/standalone/Makefile
366 modules/libjar/test/Makefile
369 MAKEFILES_libreg="
370 modules/libreg/Makefile
371 modules/libreg/include/Makefile
372 modules/libreg/src/Makefile
373 modules/libreg/standalone/Makefile
376 MAKEFILES_libpref="
377 modules/libpref/Makefile
378 modules/libpref/public/Makefile
379 modules/libpref/src/Makefile
382 MAKEFILES_libutil="
383 modules/libutil/Makefile
384 modules/libutil/public/Makefile
385 modules/libutil/src/Makefile
388 MAKEFILES_oji="
389 modules/oji/Makefile
390 modules/oji/public/Makefile
391 modules/oji/src/Makefile
392 plugin/oji/JEP/Makefile
395 MAKEFILES_plugin="
396 modules/plugin/Makefile
397 modules/plugin/base/src/Makefile
398 modules/plugin/base/public/Makefile
399 modules/plugin/samples/simple/Makefile
400 modules/plugin/samples/SanePlugin/Makefile
401 modules/plugin/samples/default/unix/Makefile
402 modules/plugin/tools/sdk/Makefile
403 modules/plugin/tools/sdk/samples/Makefile
404 modules/plugin/tools/sdk/samples/common/Makefile
405 modules/plugin/tools/sdk/samples/basic/windows/Makefile
406 modules/plugin/tools/sdk/samples/scriptable/windows/Makefile
407 modules/plugin/tools/sdk/samples/simple/Makefile
408 modules/plugin/tools/sdk/samples/winless/windows/Makefile
411 MAKEFILES_access_builtin="
412 extensions/access-builtin/Makefile
413 extensions/access-builtin/accessproxy/Makefile
416 MAKEFILES_netwerk="
417 netwerk/Makefile
418 netwerk/base/Makefile
419 netwerk/base/public/Makefile
420 netwerk/base/src/Makefile
421 netwerk/build/Makefile
422 netwerk/cache/Makefile
423 netwerk/cache/public/Makefile
424 netwerk/cache/src/Makefile
425 netwerk/cookie/Makefile
426 netwerk/cookie/public/Makefile
427 netwerk/cookie/src/Makefile
428 netwerk/dns/Makefile
429 netwerk/dns/public/Makefile
430 netwerk/dns/src/Makefile
431 netwerk/protocol/Makefile
432 netwerk/protocol/about/Makefile
433 netwerk/protocol/about/public/Makefile
434 netwerk/protocol/about/src/Makefile
435 netwerk/protocol/data/Makefile
436 netwerk/protocol/data/src/Makefile
437 netwerk/protocol/file/Makefile
438 netwerk/protocol/file/public/Makefile
439 netwerk/protocol/file/src/Makefile
440 netwerk/protocol/ftp/Makefile
441 netwerk/protocol/ftp/public/Makefile
442 netwerk/protocol/ftp/src/Makefile
443 netwerk/protocol/gopher/Makefile
444 netwerk/protocol/gopher/src/Makefile
445 netwerk/protocol/http/Makefile
446 netwerk/protocol/http/public/Makefile
447 netwerk/protocol/http/src/Makefile
448 netwerk/protocol/res/Makefile
449 netwerk/protocol/res/public/Makefile
450 netwerk/protocol/res/src/Makefile
451 netwerk/mime/Makefile
452 netwerk/mime/public/Makefile
453 netwerk/mime/src/Makefile
454 netwerk/socket/Makefile
455 netwerk/socket/base/Makefile
456 netwerk/streamconv/Makefile
457 netwerk/streamconv/converters/Makefile
458 netwerk/streamconv/public/Makefile
459 netwerk/streamconv/src/Makefile
460 netwerk/streamconv/test/Makefile
461 netwerk/test/Makefile
462 netwerk/testserver/Makefile
463 netwerk/resources/Makefile
464 netwerk/locales/Makefile
465 netwerk/system/Makefile
466 netwerk/system/win32/Makefile
467 uriloader/exthandler/Makefile
468 intl/strres/public/Makefile
469 intl/locale/idl/Makefile
470 $MAKEFILES_js
471 modules/libpref/public/Makefile
474 if [ "$MOZ_AUTH_EXTENSION" ]; then
475 MAKEFILES_netwerk="$MAKEFILES_netwerk
476 extensions/auth/Makefile
480 MAKEFILES_uriloader="
481 uriloader/Makefile
482 uriloader/base/Makefile
483 uriloader/exthandler/Makefile
486 MAKEFILES_profile="
487 profile/Makefile
488 profile/src/Makefile
489 profile/public/Makefile
490 profile/resources/Makefile
491 profile/pref-migrator/Makefile
492 profile/pref-migrator/public/Makefile
493 profile/pref-migrator/src/Makefile
494 profile/pref-migrator/resources/Makefile
495 profile/defaults/Makefile
496 profile/dirserviceprovider/Makefile
497 profile/dirserviceprovider/public/Makefile
498 profile/dirserviceprovider/src/Makefile
501 MAKEFILES_rdf="
502 rdf/Makefile
503 rdf/base/Makefile
504 rdf/base/idl/Makefile
505 rdf/base/public/Makefile
506 rdf/base/src/Makefile
507 rdf/util/Makefile
508 rdf/util/public/Makefile
509 rdf/util/src/Makefile
510 rdf/build/Makefile
511 rdf/datasource/Makefile
512 rdf/datasource/public/Makefile
513 rdf/datasource/src/Makefile
514 rdf/tests/Makefile
515 rdf/tests/rdfcat/Makefile
516 rdf/tests/rdfpoll/Makefile
519 MAKEFILES_sun_java="
520 sun-java/Makefile
521 sun-java/stubs/Makefile
522 sun-java/stubs/include/Makefile
523 sun-java/stubs/jri/Makefile
526 MAKEFILES_caps="
527 caps/Makefile
528 caps/idl/Makefile
529 caps/include/Makefile
530 caps/src/Makefile
533 MAKEFILES_chrome="
534 chrome/Makefile
535 chrome/public/Makefile
536 chrome/src/Makefile
537 embedding/minimo/chromelite/Makefile
538 rdf/chrome/Makefile
539 rdf/chrome/public/Makefile
540 rdf/chrome/build/Makefile
541 rdf/chrome/src/Makefile
542 rdf/chrome/tools/Makefile
543 rdf/chrome/tools/chromereg/Makefile
547 MAKEFILES_view="
548 view/Makefile
549 view/public/Makefile
550 view/src/Makefile
553 MAKEFILES_docshell="
554 docshell/Makefile
555 docshell/base/Makefile
556 docshell/shistory/Makefile
557 docshell/shistory/public/Makefile
558 docshell/shistory/src/Makefile
559 docshell/build/Makefile
562 MAKEFILES_webshell="
563 webshell/Makefile
564 webshell/public/Makefile
567 MAKEFILES_widget="
568 widget/Makefile
569 widget/public/Makefile
570 widget/src/Makefile
571 widget/src/beos/Makefile
572 widget/src/build/Makefile
573 widget/src/gtkxtbin/Makefile
574 widget/src/qt/Makefile
575 widget/src/photon/Makefile
576 widget/src/mac/Makefile
577 widget/src/cocoa/Makefile
578 widget/src/os2/Makefile
579 widget/src/windows/Makefile
580 widget/src/xpwidgets/Makefile
581 widget/src/support/Makefile
584 MAKEFILES_xpcom="
585 xpcom/string/Makefile
586 xpcom/string/public/Makefile
587 xpcom/string/src/Makefile
588 xpcom/Makefile
589 xpcom/base/Makefile
590 xpcom/build/Makefile
591 xpcom/components/Makefile
592 xpcom/ds/Makefile
593 xpcom/glue/Makefile
594 xpcom/glue/standalone/Makefile
595 xpcom/io/Makefile
596 xpcom/typelib/Makefile
597 xpcom/reflect/Makefile
598 xpcom/typelib/xpt/Makefile
599 xpcom/typelib/xpt/public/Makefile
600 xpcom/typelib/xpt/src/Makefile
601 xpcom/typelib/xpt/tests/Makefile
602 xpcom/typelib/xpt/tools/Makefile
603 xpcom/typelib/xpidl/Makefile
604 xpcom/reflect/xptcall/Makefile
605 xpcom/reflect/xptcall/public/Makefile
606 xpcom/reflect/xptcall/src/Makefile
607 xpcom/reflect/xptcall/src/md/Makefile
608 xpcom/reflect/xptcall/src/md/os2/Makefile
609 xpcom/reflect/xptcall/src/md/test/Makefile
610 xpcom/reflect/xptcall/src/md/unix/Makefile
611 xpcom/reflect/xptcall/src/md/win32/Makefile
612 xpcom/reflect/xptcall/tests/Makefile
613 xpcom/reflect/xptinfo/Makefile
614 xpcom/reflect/xptinfo/public/Makefile
615 xpcom/reflect/xptinfo/src/Makefile
616 xpcom/reflect/xptinfo/tests/Makefile
617 xpcom/proxy/Makefile
618 xpcom/proxy/public/Makefile
619 xpcom/proxy/src/Makefile
620 xpcom/proxy/tests/Makefile
621 xpcom/sample/Makefile
622 xpcom/threads/Makefile
623 xpcom/tools/Makefile
624 xpcom/tools/registry/Makefile
625 xpcom/stub/Makefile
626 xpcom/windbgdlg/Makefile
627 xpcom/system/Makefile
628 $MAKEFILES_libreg
629 $MAKEFILES_libjar
630 intl/unicharutil/public/Makefile
631 intl/uconv/public/Makefile
632 netwerk/base/public/Makefile
633 netwerk/build/Makefile
635 MAKEFILES_xpcom_obsolete="
636 xpcom/obsolete/Makefile
637 xpcom/obsolete/component/Makefile
640 MAKEFILES_xpcom_tests="
641 xpcom/tests/Makefile
642 xpcom/tests/dynamic/Makefile
643 xpcom/tests/services/Makefile
644 xpcom/tests/windows/Makefile
647 MAKEFILES_string="$MAKEFILES_xpcom"
649 MAKEFILES_xpinstall="
650 xpinstall/Makefile
651 xpinstall/packager/Makefile
652 xpinstall/packager/unix/Makefile
653 xpinstall/packager/windows/Makefile
654 xpinstall/packager/os2/Makefile
655 xpinstall/public/Makefile
656 xpinstall/res/Makefile
657 xpinstall/src/Makefile
658 xpinstall/stub/Makefile
659 xpinstall/wizard/libxpnet/Makefile
660 xpinstall/wizard/libxpnet/src/Makefile
661 xpinstall/wizard/libxpnet/test/Makefile
662 xpinstall/wizard/unix/src2/Makefile
663 xpinstall/wizard/windows/builder/Makefile
664 xpinstall/wizard/windows/nsinstall/Makefile
665 xpinstall/wizard/windows/nsztool/Makefile
666 xpinstall/wizard/windows/uninstall/Makefile
667 xpinstall/wizard/windows/setup/Makefile
668 xpinstall/wizard/windows/setuprsc/Makefile
669 xpinstall/wizard/windows/ren8dot3/Makefile
670 xpinstall/wizard/windows/ds32/Makefile
671 xpinstall/wizard/windows/GetShortPathName/Makefile
674 MAKEFILES_xpfe="
675 widget/src/xremoteclient/Makefile
676 toolkit/components/Makefile
677 toolkit/components/remote/Makefile
678 xpfe/Makefile
679 xpfe/browser/Makefile
680 xpfe/browser/public/Makefile
681 xpfe/browser/src/Makefile
682 xpfe/components/Makefile
683 xpfe/components/bookmarks/Makefile
684 xpfe/components/bookmarks/public/Makefile
685 xpfe/components/bookmarks/src/Makefile
686 xpfe/components/bookmarks/resources/Makefile
687 xpfe/components/directory/Makefile
688 xpfe/components/download-manager/Makefile
689 xpfe/components/download-manager/src/Makefile
690 xpfe/components/download-manager/public/Makefile
691 xpfe/components/download-manager/resources/Makefile
692 xpfe/components/extensions/Makefile
693 xpfe/components/extensions/src/Makefile
694 xpfe/components/extensions/public/Makefile
695 xpfe/components/find/Makefile
696 xpfe/components/find/public/Makefile
697 xpfe/components/find/src/Makefile
698 xpfe/components/filepicker/Makefile
699 xpfe/components/filepicker/public/Makefile
700 xpfe/components/filepicker/src/Makefile
701 xpfe/components/history/Makefile
702 xpfe/components/history/src/Makefile
703 xpfe/components/history/public/Makefile
704 xpfe/components/intl/Makefile
705 xpfe/components/related/Makefile
706 xpfe/components/related/src/Makefile
707 xpfe/components/related/public/Makefile
708 xpfe/components/search/Makefile
709 xpfe/components/search/datasets/Makefile
710 xpfe/components/search/public/Makefile
711 xpfe/components/search/src/Makefile
712 xpfe/components/sidebar/Makefile
713 xpfe/components/sidebar/src/Makefile
714 xpfe/components/startup/Makefile
715 xpfe/components/startup/public/Makefile
716 xpfe/components/startup/src/Makefile
717 xpfe/components/autocomplete/Makefile
718 xpfe/components/autocomplete/public/Makefile
719 xpfe/components/autocomplete/src/Makefile
720 xpfe/components/updates/Makefile
721 xpfe/components/updates/src/Makefile
722 xpfe/components/urlwidget/Makefile
723 xpfe/components/winhooks/Makefile
724 xpfe/components/windowds/Makefile
725 xpfe/components/alerts/Makefile
726 xpfe/components/alerts/public/Makefile
727 xpfe/components/alerts/src/Makefile
728 xpfe/components/console/Makefile
729 xpfe/components/resetPref/Makefile
730 xpfe/components/killAll/Makefile
731 xpfe/components/build/Makefile
732 xpfe/components/xremote/Makefile
733 xpfe/components/xremote/public/Makefile
734 xpfe/components/xremote/src/Makefile
735 xpfe/appshell/Makefile
736 xpfe/appshell/src/Makefile
737 xpfe/appshell/public/Makefile
738 xpfe/bootstrap/Makefile
739 xpfe/bootstrap/init.d/Makefile
740 xpfe/bootstrap/appleevents/Makefile
741 xpfe/browser/Makefile
742 xpfe/browser/src/Makefile
743 xpfe/global/Makefile
744 xpfe/global/buildconfig.html
745 xpfe/global/resources/Makefile
746 xpfe/global/resources/content/Makefile
747 xpfe/global/resources/content/os2/Makefile
748 xpfe/global/resources/content/unix/Makefile
749 xpfe/global/resources/locale/Makefile
750 xpfe/global/resources/locale/en-US/Makefile
751 xpfe/global/resources/locale/en-US/mac/Makefile
752 xpfe/global/resources/locale/en-US/os2/Makefile
753 xpfe/global/resources/locale/en-US/unix/Makefile
754 xpfe/global/resources/locale/en-US/win/Makefile
755 xpfe/communicator/Makefile
756 extensions/spellcheck/Makefile
757 extensions/spellcheck/idl/Makefile
758 extensions/spellcheck/locales/Makefile
759 extensions/spellcheck/myspell/Makefile
760 extensions/spellcheck/src/Makefile
763 MAKEFILES_embedding="
764 embedding/Makefile
765 embedding/base/Makefile
766 embedding/browser/Makefile
767 embedding/browser/activex/src/Makefile
768 embedding/browser/activex/src/control/Makefile
769 embedding/browser/activex/src/control_kicker/Makefile
770 embedding/browser/build/Makefile
771 embedding/browser/chrome/Makefile
772 embedding/browser/webBrowser/Makefile
773 embedding/browser/gtk/Makefile
774 embedding/browser/gtk/src/Makefile
775 embedding/browser/gtk/tests/Makefile
776 embedding/browser/qt/Makefile
777 embedding/browser/qt/src/Makefile
778 embedding/browser/qt/tests/Makefile
779 embedding/browser/photon/Makefile
780 embedding/browser/photon/src/Makefile
781 embedding/browser/photon/tests/Makefile
782 embedding/browser/cocoa/Makefile
783 embedding/components/Makefile
784 embedding/components/build/Makefile
785 embedding/components/windowwatcher/Makefile
786 embedding/components/windowwatcher/public/Makefile
787 embedding/components/windowwatcher/src/Makefile
788 embedding/components/ui/Makefile
789 embedding/components/ui/helperAppDlg/Makefile
790 embedding/components/ui/progressDlg/Makefile
791 embedding/config/Makefile
792 embedding/tests/Makefile
793 embedding/tests/cocoaEmbed/Makefile
794 embedding/tests/winEmbed/Makefile
797 MAKEFILES_minimo="
798 minimo/Makefile
799 minimo/base/Makefile
800 minimo/base/wince/Makefile
801 minimo/components/Makefile
802 minimo/components/phone/Makefile
803 minimo/components/softkb/Makefile
804 minimo/components/ssr/Makefile
805 minimo/customization/Makefile
806 minimo/chrome/Makefile
809 MAKEFILES_psm2="
810 security/manager/Makefile
811 security/manager/boot/Makefile
812 security/manager/boot/src/Makefile
813 security/manager/boot/public/Makefile
814 security/manager/ssl/Makefile
815 security/manager/ssl/src/Makefile
816 security/manager/ssl/resources/Makefile
817 security/manager/ssl/public/Makefile
818 security/manager/pki/Makefile
819 security/manager/pki/resources/Makefile
820 security/manager/pki/src/Makefile
821 security/manager/pki/public/Makefile
822 security/manager/locales/Makefile
823 netwerk/protocol/http/public/Makefile
824 netwerk/build/Makefile
825 netwerk/base/public/Makefile
826 netwerk/socket/base/Makefile
827 uriloader/base/Makefile
828 intl/locale/idl/Makefile
829 intl/strres/public/Makefile
830 dom/public/Makefile
831 dom/public/base/Makefile
832 rdf/base/idl/Makefile
833 xpfe/appshell/public/Makefile
834 caps/idl/Makefile
835 gfx/public/Makefile
836 gfx/idl/Makefile
837 widget/public/Makefile
838 modules/libpref/public/Makefile
839 content/base/public/Makefile
840 intl/locale/public/Makefile
843 MAKEFILES_inspector="
844 extensions/inspector/Makefile
845 extensions/inspector/base/Makefile
846 extensions/inspector/build/Makefile
847 extensions/inspector/resources/Makefile
848 extensions/inspector/resources/locale/Makefile
851 MAKEFILES_spatialnavigation="
852 extensions/spatialnavigation/Makefile
853 extensions/spatialnavigation/public/Makefile
854 extensions/spatialnavigation/src/Makefile
857 MAKEFILES_sroaming="
858 extensions/sroaming/Makefile
859 extensions/sroaming/src/Makefile
862 MAKEFILES_tridentprofile="
863 extensions/tridentprofile/Makefile
864 extensions/tridentprofile/public/Makefile
865 extensions/tridentprofile/resources/Makefile
866 extensions/tridentprofile/src/Makefile
869 MAKEFILES_typeaheadfind="
870 extensions/typeaheadfind/public/Makefile
871 extensions/typeaheadfind/resources/Makefile
872 extensions/typeaheadfind/src/Makefile
873 extensions/typeaheadfind/Makefile
876 MAKEFILES_metrics="
877 extensions/metrics/Makefile
878 extensions/metrics/build/Makefile
879 extensions/metrics/public/Makefile
880 extensions/metrics/src/Makefile
881 extensions/metrics/test/Makefile
884 MAKEFILES_phoenix="
885 browser/Makefile
886 browser/app/Makefile
887 browser/app/profile/extensions/Makefile
888 browser/base/Makefile
889 browser/components/Makefile
890 browser/components/bookmarks/Makefile
891 browser/components/bookmarks/public/Makefile
892 browser/components/bookmarks/src/Makefile
893 browser/components/build/Makefile
894 browser/components/dirprovider/Makefile
895 browser/components/history/Makefile
896 browser/components/migration/Makefile
897 browser/components/migration/public/Makefile
898 browser/components/migration/src/Makefile
899 browser/components/places/Makefile
900 browser/components/preferences/Makefile
901 browser/components/search/Makefile
902 browser/components/sidebar/Makefile
903 browser/components/sidebar/src/Makefile
904 browser/components/shell/Makefile
905 browser/components/shell/public/Makefile
906 browser/components/shell/src/Makefile
907 browser/installer/Makefile
908 browser/installer/unix/Makefile
909 browser/installer/windows/Makefile
910 browser/locales/Makefile
911 browser/themes/Makefile
912 browser/themes/pinstripe/browser/Makefile
913 browser/themes/pinstripe/Makefile
914 browser/themes/winstripe/browser/Makefile
915 browser/themes/winstripe/Makefile
918 MAKEFILES_suite="
919 suite/Makefile
920 suite/app/Makefile
921 suite/branding/Makefile
922 suite/browser/Makefile
923 suite/build/Makefile
924 suite/common/Makefile
925 suite/components/Makefile
926 suite/components/xulappinfo/Makefile
927 suite/locales/Makefile
928 suite/profile/Makefile
929 suite/profile/migration/Makefile
930 suite/profile/migration/public/Makefile
931 suite/profile/migration/src/Makefile
934 MAKEFILES_xulrunner="
935 xulrunner/Makefile
936 xulrunner/app/Makefile
937 xulrunner/app/profile/Makefile
938 xulrunner/app/profile/chrome/Makefile
939 xulrunner/app/profile/extensions/Makefile
940 xulrunner/installer/Makefile
941 xulrunner/installer/mac/Makefile
944 MAKEFILES_xulapp="
945 toolkit/Makefile
946 toolkit/library/Makefile
947 toolkit/content/Makefile
948 toolkit/content/buildconfig.html
949 toolkit/obsolete/Makefile
950 toolkit/components/alerts/Makefile
951 toolkit/components/alerts/public/Makefile
952 toolkit/components/alerts/src/Makefile
953 toolkit/components/autocomplete/Makefile
954 toolkit/components/autocomplete/public/Makefile
955 toolkit/components/autocomplete/src/Makefile
956 toolkit/components/Makefile
957 toolkit/components/build/Makefile
958 toolkit/components/commandlines/Makefile
959 toolkit/components/commandlines/public/Makefile
960 toolkit/components/commandlines/src/Makefile
961 toolkit/components/console/Makefile
962 toolkit/components/cookie/Makefile
963 toolkit/components/downloads/public/Makefile
964 toolkit/components/downloads/Makefile
965 toolkit/components/downloads/src/Makefile
966 toolkit/components/filepicker/Makefile
967 toolkit/system/gnome/Makefile
968 toolkit/components/help/Makefile
969 toolkit/components/history/Makefile
970 toolkit/components/history/public/Makefile
971 toolkit/components/history/src/Makefile
972 toolkit/components/passwordmgr/Makefile
973 toolkit/components/passwordmgr/base/Makefile
974 toolkit/components/passwordmgr/resources/Makefile
975 toolkit/components/passwordmgr/test/Makefile
976 toolkit/components/places/Makefile
977 toolkit/components/places/public/Makefile
978 toolkit/components/places/src/Makefile
979 toolkit/components/printing/Makefile
980 toolkit/components/satchel/Makefile
981 toolkit/components/satchel/public/Makefile
982 toolkit/components/satchel/src/Makefile
983 toolkit/components/startup/Makefile
984 toolkit/components/startup/public/Makefile
985 toolkit/components/startup/src/Makefile
986 toolkit/components/typeaheadfind/Makefile
987 toolkit/components/typeaheadfind/public/Makefile
988 toolkit/components/typeaheadfind/src/Makefile
989 toolkit/components/viewconfig/Makefile
990 toolkit/components/viewsource/Makefile
991 toolkit/locales/Makefile
992 toolkit/mozapps/Makefile
993 toolkit/mozapps/downloads/content/Makefile
994 toolkit/mozapps/downloads/Makefile
995 toolkit/mozapps/downloads/src/Makefile
996 toolkit/mozapps/extensions/Makefile
997 toolkit/mozapps/extensions/public/Makefile
998 toolkit/mozapps/extensions/src/Makefile
999 toolkit/mozapps/update/Makefile
1000 toolkit/mozapps/update/public/Makefile
1001 toolkit/mozapps/update/src/Makefile
1002 toolkit/mozapps/xpinstall/Makefile
1003 toolkit/profile/Makefile
1004 toolkit/profile/public/Makefile
1005 toolkit/profile/skin/Makefile
1006 toolkit/profile/src/Makefile
1007 toolkit/themes/Makefile
1008 toolkit/themes/gnomestripe/global/Makefile
1009 toolkit/themes/gnomestripe/Makefile
1010 toolkit/themes/pmstripe/global/Makefile
1011 toolkit/themes/pmstripe/Makefile
1012 toolkit/themes/pinstripe/communicator/Makefile
1013 toolkit/themes/pinstripe/Makefile
1014 toolkit/themes/pinstripe/global/Makefile
1015 toolkit/themes/pinstripe/help/Makefile
1016 toolkit/themes/pinstripe/mozapps/Makefile
1017 toolkit/themes/winstripe/communicator/Makefile
1018 toolkit/themes/winstripe/Makefile
1019 toolkit/themes/winstripe/global/Makefile
1020 toolkit/themes/winstripe/help/Makefile
1021 toolkit/themes/winstripe/mozapps/Makefile
1022 toolkit/xre/Makefile
1026 MAKEFILES_thunderbird="
1027 mail/Makefile
1028 mail/app/Makefile
1029 mail/app/profile/Makefile
1030 mail/base/Makefile
1031 mail/locales/Makefile
1032 mail/components/Makefile
1033 mail/components/compose/Makefile
1034 mail/components/addrbook/Makefile
1035 mail/components/preferences/Makefile
1036 mail/components/build/Makefile
1037 mail/components/shell/Makefile
1038 mail/components/shell/public/Makefile
1039 mail/components/phishing/Makefile
1040 mail/extensions/Makefile
1041 mail/extensions/smime/Makefile
1042 mail/config/Makefile
1043 mail/installer/Makefile
1044 mail/installer/windows/Makefile
1045 mail/themes/Makefile
1046 mail/themes/pinstripe/mail/Makefile
1047 mail/themes/pinstripe/editor/Makefile
1048 mail/themes/pinstripe/Makefile
1049 mail/themes/qute/mail/Makefile
1050 mail/themes/qute/editor/Makefile
1051 mail/themes/qute/Makefile
1054 MAKEFILES_standalone_composer="
1055 composer/Makefile
1056 composer/app/Makefile
1057 composer/app/profile/Makefile
1058 composer/base/Makefile
1059 xpfe/components/build2/Makefile
1062 MAKEFILES_calendar="
1063 calendar/Makefile
1064 calendar/resources/Makefile
1065 calendar/libical/Makefile
1066 calendar/libical/src/Makefile
1067 calendar/libical/src/libical/Makefile
1068 calendar/libical/src/libicalss/Makefile
1069 calendar/base/Makefile
1070 calendar/base/public/Makefile
1071 calendar/base/src/Makefile
1072 calendar/base/build/Makefile
1073 calendar/providers/Makefile
1074 calendar/providers/memory/Makefile
1075 calendar/providers/storage/Makefile
1076 calendar/providers/composite/Makefile
1079 MAKEFILES_sunbird="
1080 calendar/installer/Makefile
1081 calendar/installer/windows/Makefile
1082 calendar/locales/Makefile
1083 calendar/sunbird/Makefile
1084 calendar/sunbird/app/Makefile
1085 calendar/sunbird/base/Makefile
1088 MAKEFILES_macbrowser="
1089 camino/Makefile
1090 camino/flashblock/Makefile
1091 camino/installer/Makefile
1094 MAKEFILES_sql="
1095 extensions/sql/Makefile
1096 extensions/sql/base/Makefile
1097 extensions/sql/base/public/Makefile
1098 extensions/sql/base/src/Makefile
1099 extensions/sql/base/resources/Makefile
1100 extensions/sql/pgsql/public/Makefile
1101 extensions/sql/pgsql/src/Makefile
1102 extensions/sql/odbc/Makefile
1103 extensions/sql/odbc/public/Makefile
1104 extensions/sql/odbc/src/Makefile
1105 extensions/sql/build/Makefile
1106 extensions/sql/build/src/Makefile
1107 extensions/sql/sqltest/Makefile
1108 extensions/sql/tests/Makefile
1111 if [ "$MOZ_MAIL_NEWS" ]; then
1112 if [ -f ${srcdir}/mailnews/makefiles ]; then
1113 MAKEFILES_mailnews=`cat ${srcdir}/mailnews/makefiles`
1117 MAKEFILES_ipcd="
1118 ipc/ipcd/Makefile
1119 ipc/ipcd/daemon/public/Makefile
1120 ipc/ipcd/daemon/src/Makefile
1121 ipc/ipcd/client/public/Makefile
1122 ipc/ipcd/client/src/Makefile
1123 ipc/ipcd/shared/src/Makefile
1124 ipc/ipcd/test/Makefile
1125 ipc/ipcd/test/module/Makefile
1126 ipc/ipcd/extensions/Makefile
1127 ipc/ipcd/extensions/lock/Makefile
1128 ipc/ipcd/extensions/lock/public/Makefile
1129 ipc/ipcd/extensions/lock/src/Makefile
1130 ipc/ipcd/extensions/lock/src/module/Makefile
1131 ipc/ipcd/util/Makefile
1132 ipc/ipcd/util/public/Makefile
1133 ipc/ipcd/util/src/Makefile
1136 MAKEFILES_transmngr="
1137 ipc/ipcd/extensions/transmngr/Makefile
1138 ipc/ipcd/extensions/transmngr/public/Makefile
1139 ipc/ipcd/extensions/transmngr/src/Makefile
1140 ipc/ipcd/extensions/transmngr/build/Makefile
1141 ipc/ipcd/extensions/transmngr/test/Makefile
1142 ipc/ipcd/extensions/transmngr/common/Makefile
1143 ipc/ipcd/extensions/transmngr/module/Makefile
1146 MAKEFILES_profilesharingsetup="
1147 embedding/components/profilesharingsetup/Makefile
1148 embedding/components/profilesharingsetup/public/Makefile
1149 embedding/components/profilesharingsetup/src/Makefile
1152 MAKEFILES_libpr0n="
1153 modules/libpr0n/Makefile
1154 modules/libpr0n/build/Makefile
1155 modules/libpr0n/public/Makefile
1156 modules/libpr0n/src/Makefile
1157 modules/libpr0n/decoders/Makefile
1158 modules/libpr0n/decoders/gif/Makefile
1159 modules/libpr0n/decoders/png/Makefile
1160 modules/libpr0n/decoders/jpeg/Makefile
1161 modules/libpr0n/decoders/bmp/Makefile
1162 modules/libpr0n/decoders/icon/Makefile
1163 modules/libpr0n/decoders/icon/win/Makefile
1164 modules/libpr0n/decoders/icon/gtk/Makefile
1165 modules/libpr0n/decoders/icon/beos/Makefile
1166 modules/libpr0n/decoders/xbm/Makefile
1167 modules/libpr0n/encoders/Makefile
1168 modules/libpr0n/encoders/png/Makefile
1169 modules/libpr0n/encoders/jpeg/Makefile
1172 MAKEFILES_accessible="
1173 accessible/Makefile
1174 accessible/public/Makefile
1175 accessible/public/msaa/Makefile
1176 accessible/src/Makefile
1177 accessible/src/base/Makefile
1178 accessible/src/html/Makefile
1179 accessible/src/xul/Makefile
1180 accessible/src/msaa/Makefile
1181 accessible/src/atk/Makefile
1182 accessible/src/mac/Makefile
1183 accessible/build/Makefile
1186 if [ ! "$SYSTEM_JPEG" ]; then
1187 MAKEFILES_jpeg="jpeg/Makefile"
1190 if [ ! "$SYSTEM_ZLIB" ]; then
1191 MAKEFILES_zlib="
1192 modules/zlib/Makefile
1193 modules/zlib/src/Makefile
1197 MAKEFILES_zlib="
1198 $MAKEFILES_zlib
1199 modules/zlib/standalone/Makefile
1202 MAKEFILES_libbz2="
1203 modules/libbz2/Makefile
1204 modules/libbz2/src/Makefile
1207 MAKEFILES_libmar="
1208 modules/libmar/Makefile
1209 modules/libmar/src/Makefile
1210 modules/libmar/tool/Makefile
1213 if test -n "$MOZ_UPDATE_PACKAGING"; then
1214 MAKEFILES_update_packaging="
1215 tools/update-packaging/Makefile
1216 other-licenses/bsdiff/Makefile
1220 if [ ! "$SYSTEM_PNG" ]; then
1221 MAKEFILES_libimg="$MAKEFILES_libimg modules/libimg/png/Makefile"
1224 MAKEFILES_gnome="
1225 toolkit/Makefile
1226 toolkit/system/gnome/Makefile
1230 # l10n/
1232 if [ -f ${srcdir}/l10n/makefiles.all ]; then
1233 MAKEFILES_langpacks=`cat ${srcdir}/l10n/makefiles.all`
1236 if [ "$MOZ_L10N" ]; then
1237 MAKEFILES_l10n="l10n/Makefile"
1239 if [ "$MOZ_L10N_LANG" ]; then
1240 MAKEFILES_l10n_lang="
1241 l10n/lang/Makefile
1242 l10n/lang/addressbook/Makefile
1243 l10n/lang/bookmarks/Makefile
1244 l10n/lang/directory/Makefile
1245 l10n/lang/editor/Makefile
1246 l10n/lang/global/Makefile
1247 l10n/lang/history/Makefile
1248 l10n/lang/messenger/Makefile
1249 l10n/lang/messengercompose/Makefile
1250 l10n/lang/navigator/Makefile
1251 l10n/lang/pref/Makefile
1252 l10n/lang/related/Makefile
1253 l10n/lang/sidebar/Makefile
1254 l10n/lang/addressbook/locale/Makefile
1255 l10n/lang/bookmarks/locale/Makefile
1256 l10n/lang/directory/locale/Makefile
1257 l10n/lang/editor/locale/Makefile
1258 l10n/lang/global/locale/Makefile
1259 l10n/lang/history/locale/Makefile
1260 l10n/lang/messenger/locale/Makefile
1261 l10n/lang/messengercompose/locale/Makefile
1262 l10n/lang/navigator/locale/Makefile
1263 l10n/lang/pref/locale/Makefile
1264 l10n/lang/related/locale/Makefile
1265 l10n/lang/sidebar/locale/Makefile
1270 # tools/jprof
1271 if [ "$MOZ_JPROF" ]; then
1272 MAKEFILES_jprof="tools/jprof/Makefile
1273 tools/jprof/stub/Makefile"
1276 # tools/leaky
1277 if [ "$MOZ_LEAKY" ]; then
1278 MAKEFILES_leaky="tools/leaky/Makefile"
1281 # tools/trace-malloc
1282 if [ "$NS_TRACE_MALLOC" ]; then
1283 MAKEFILES_tracemalloc="tools/trace-malloc/Makefile tools/trace-malloc/lib/Makefile"
1286 # tools/codesighs
1287 if [ "$MOZ_MAPINFO" ]; then
1288 MAKEFILES_codesighs="tools/codesighs/Makefile"
1291 # MathML
1292 if [ "$MOZ_MATHML" ]; then
1293 MAKEFILES_intl="$MAKEFILES_intl
1294 intl/uconv/ucvmath/Makefile
1296 MAKEFILES_layout="$MAKEFILES_layout
1297 layout/mathml/Makefile
1298 layout/mathml/base/Makefile
1299 layout/mathml/base/src/Makefile
1300 layout/mathml/content/Makefile
1301 layout/mathml/content/src/Makefile
1305 # svg
1306 if [ "$MOZ_SVG" ]; then
1307 MAKEFILES_content="$MAKEFILES_content
1308 content/svg/Makefile
1309 content/svg/document/Makefile
1310 content/svg/document/src/Makefile
1311 content/svg/content/Makefile
1312 content/svg/content/src/Makefile
1314 MAKEFILES_dom="$MAKEFILES_dom
1315 dom/public/idl/svg/Makefile
1317 MAKEFILES_layout="$MAKEFILES_layout
1318 layout/svg/Makefile
1319 layout/svg/base/Makefile
1320 layout/svg/base/src/Makefile
1324 # xtf
1325 if [ "$MOZ_XTF" ]; then
1326 MAKEFILES_content="$MAKEFILES_content
1327 content/xtf/Makefile
1328 content/xtf/public/Makefile
1329 content/xtf/src/Makefile
1333 if [ "$MOZ_XMLEXTRAS" ]; then
1334 MAKEFILES_content="$MAKEFILES_content
1335 extensions/xmlextras/Makefile
1336 extensions/xmlextras/pointers/Makefile
1337 extensions/xmlextras/pointers/src/Makefile
1338 extensions/xmlextras/build/Makefile
1339 extensions/xmlextras/build/src/Makefile
1343 if [ "$MOZ_WEBSERVICES" ]; then
1344 MAKEFILES_content="$MAKEFILES_content
1345 extensions/webservices/Makefile
1346 extensions/webservices/build/Makefile
1347 extensions/webservices/build/src/Makefile
1348 extensions/webservices/interfaceinfo/Makefile
1349 extensions/webservices/interfaceinfo/src/Makefile
1350 extensions/webservices/proxy/Makefile
1351 extensions/webservices/proxy/src/Makefile
1352 extensions/webservices/public/Makefile
1353 extensions/webservices/security/Makefile
1354 extensions/webservices/security/src/Makefile
1355 extensions/webservices/schema/Makefile
1356 extensions/webservices/schema/src/Makefile
1357 extensions/webservices/soap/Makefile
1358 extensions/webservices/soap/src/Makefile
1359 extensions/webservices/wsdl/Makefile
1360 extensions/webservices/wsdl/src/Makefile
1364 if [ "$MOZ_JAVAXPCOM" ]; then
1365 MAKEFILES_javaxpcom="
1366 extensions/java/Makefile
1367 extensions/java/xpcom/Makefile
1368 extensions/java/xpcom/interfaces/Makefile
1369 extensions/java/xpcom/src/Makefile
1370 extensions/java/xpcom/glue/Makefile
1374 # directory/xpcom
1375 if [ "$MOZ_LDAP_XPCOM" ]; then
1376 MAKEFILES_ldap="
1377 directory/xpcom/Makefile
1378 directory/xpcom/base/Makefile
1379 directory/xpcom/base/public/Makefile
1380 directory/xpcom/base/src/Makefile
1384 # embedding/componentlib
1386 if [ "$MOZ_COMPONENTLIB" ]; then
1387 MAKEFILES_static_components="$MAKEFILE_static_components
1388 embedding/componentlib/Makefile
1391 else
1393 # modules/staticmod
1395 if [ "$MOZ_STATIC_COMPONENTS" -o "$MOZ_META_COMPONENTS" ]; then
1396 MAKEFILES_static_components="$MAKEFILES_static_components
1397 modules/staticmod/Makefile
1402 if [ "$MOZ_PREF_EXTENSIONS" ]; then
1403 MAKEFILES_extensions="$MAKEFILES_extensions
1404 extensions/pref/Makefile
1405 extensions/pref/autoconfig/Makefile
1406 extensions/pref/autoconfig/public/Makefile
1407 extensions/pref/autoconfig/src/Makefile
1408 extensions/pref/autoconfig/resources/Makefile
1412 for extension in $MOZ_EXTENSIONS; do
1413 case "$extension" in
1414 access-builtin ) MAKEFILES_extensions="$MAKEFILES_extensions
1415 extensions/access-builtin/Makefile
1416 extensions/access-builtin/accessproxy/Makefile
1417 " ;;
1418 cookie ) MAKEFILES_extensions="$MAKEFILES_extensions
1419 extensions/cookie/Makefile
1420 " ;;
1421 cview ) MAKEFILES_extensions="$MAKEFILES_extensions
1422 extensions/cview/Makefile
1423 extensions/cview/resources/Makefile
1424 " ;;
1425 datetime ) MAKEFILES_extensions="$MAKEFILES_extensions
1426 extensions/datetime/Makefile
1427 " ;;
1428 finger ) MAKEFILES_extensions="$MAKEFILES_extensions
1429 extensions/finger/Makefile
1430 " ;;
1431 gnomevfs ) MAKEFILES_extensions="$MAKEFILES_extensions
1432 extensions/gnomevfs/Makefile
1433 " ;;
1434 help ) MAKEFILES_extensions="$MAKEFILES_extensions
1435 extensions/help/Makefile
1436 extensions/help/resources/Makefile
1437 " ;;
1438 inspector ) MAKEFILES_extensions="$MAKEFILES_extensions
1439 $MAKEFILES_inspector"
1441 spatialnavigation ) MAKEFILES_extensions="$MAKEFILES_extensions
1442 $MAKEFILES_spatialnavigation"
1444 typeaheadfind ) MAKEFILES_extensions="$MAKEFILES_extensions
1445 $MAKEFILES_typeaheadfind"
1447 irc ) MAKEFILES_extensions="$MAKEFILES_extensions
1448 extensions/irc/Makefile
1449 " ;;
1450 layout-debug ) MAKEFILES_extensions="$MAKEFILES_extensions
1451 extensions/layout-debug/Makefile
1452 extensions/layout-debug/src/Makefile
1453 extensions/layout-debug/ui/Makefile
1454 " ;;
1455 p3p ) MAKEFILES_extensions="$MAKEFILES_extensions
1456 extensions/p3p/Makefile
1457 extensions/p3p/public/Makefile
1458 extensions/p3p/src/Makefile
1459 " ;;
1460 reporter ) MAKEFILES_extensions="$MAKEFILES_extensions
1461 extensions/reporter/Makefile
1462 extensions/reporter/locales/Makefile
1463 " ;;
1465 tasks ) MAKEFILES_extensions="$MAKEFILES_extensions
1466 extensions/tasks/Makefile
1467 " ;;
1468 sroaming ) MAKEFILES_extensions="$MAKEFILES_extensions
1469 $MAKEFILES_sroaming"
1471 transformiix ) MAKEFILES_extensions="$MAKEFILES_extensions
1472 $MAKEFILES_transformiix"
1474 tridentprofile ) MAKEFILES_extensions="$MAKEFILES_extensions
1475 $MAKEFILES_tridentprofile"
1477 venkman ) MAKEFILES_extensions="$MAKEFILES_extensions
1478 extensions/venkman/Makefile
1479 extensions/venkman/resources/Makefile
1480 " ;;
1481 wallet ) MAKEFILES_extensions="$MAKEFILES_extensions
1482 extensions/wallet/Makefile
1483 extensions/wallet/public/Makefile
1484 extensions/wallet/src/Makefile
1485 extensions/wallet/editor/Makefile
1486 extensions/wallet/signonviewer/Makefile
1487 extensions/wallet/walletpreview/Makefile
1488 extensions/wallet/build/Makefile
1489 " ;;
1490 xforms ) MAKEFILES_extensions="$MAKEFILES_extensions
1491 extensions/xforms/Makefile
1492 " ;;
1493 xml-rpc ) MAKEFILES_extensions="$MAKEFILES_extensions
1494 extensions/xml-rpc/Makefile
1495 extensions/xml-rpc/idl/Makefile
1496 extensions/xml-rpc/src/Makefile
1497 " ;;
1498 xmlterm ) MAKEFILES_extensions="$MAKEFILES_extensions
1499 extensions/xmlterm/Makefile
1500 extensions/xmlterm/base/Makefile
1501 extensions/xmlterm/geckoterm/Makefile
1502 extensions/xmlterm/linetest/Makefile
1503 extensions/xmlterm/scripts/Makefile
1504 extensions/xmlterm/tests/Makefile
1505 extensions/xmlterm/ui/Makefile
1506 " ;;
1507 python ) MAKEFILES_extensions="$MAKEFILES_extensions
1508 extensions/python/Makefile
1509 " ;;
1510 python/xpcom ) MAKEFILES_extensions="$MAKEFILES_extensions
1511 extensions/python/xpcom/Makefile
1512 extensions/python/xpcom/components/Makefile
1513 extensions/python/xpcom/src/Makefile
1514 extensions/python/xpcom/src/loader/Makefile
1515 extensions/python/xpcom/src/module/Makefile
1516 extensions/python/xpcom/test/Makefile
1517 extensions/python/xpcom/test/test_component/Makefile
1518 " ;;
1519 python/dom ) MAKEFILES_extensions="$MAKEFILES_extensions
1520 extensions/python/dom/Makefile
1521 extensions/python/dom/test/Makefile
1522 extensions/python/dom/test/pyxultest/Makefile
1523 extensions/python/dom/src/Makefile
1524 extensions/python/dom/nsdom/Makefile
1525 extensions/python/dom/nsdom/test/Makefile
1526 " ;;
1527 sql ) MAKEFILES_extensions="$MAKEFILES_extensions
1528 $MAKEFILES_sql"
1530 schema-validation ) MAKEFILES_extensions="$MAKEFILES_extensions
1531 extensions/schema-validation/Makefile
1532 extensions/schema-validation/public/Makefile
1533 extensions/schema-validation/src/Makefile
1534 " ;;
1535 permissions ) MAKEFILES_extensions="$MAKEFILES_extensions
1536 extensions/permissions/Makefile
1537 " ;;
1538 esac
1539 done
1541 MAKEFILES_themes=`cat ${srcdir}/themes/makefiles`
1543 add_makefiles "
1544 $MAKEFILES_caps
1545 $MAKEFILES_chrome
1546 $MAKEFILES_db
1547 $MAKEFILES_docshell
1548 $MAKEFILES_dom
1549 $MAKEFILES_editor
1550 $MAKEFILES_codesighs
1551 $MAKEFILES_composer
1552 $MAKEFILES_embedding
1553 $MAKEFILES_expat
1554 $MAKEFILES_extensions
1555 $MAKEFILES_gc
1556 $MAKEFILES_gfx
1557 $MAKEFILES_accessible
1558 $MAKEFILES_htmlparser
1559 $MAKEFILES_intl
1560 $MAKEFILES_javaxpcom
1561 $MAKEFILES_ldap
1562 $MAKEFILES_leaky
1563 $MAKEFILES_jpeg
1564 $MAKEFILES_jprof
1565 $MAKEFILES_js
1566 $MAKEFILES_jsdebugger
1567 $MAKEFILES_l10n
1568 $MAKEFILES_l10n_lang
1569 $MAKEFILES_langpacks
1570 $MAKEFILES_content
1571 $MAKEFILES_layout
1572 $MAKEFILES_libart
1573 $MAKEFILES_libreg
1574 $MAKEFILES_libimg
1575 $MAKEFILES_libpr0n
1576 $MAKEFILES_libjar
1577 $MAKEFILES_libpref
1578 $MAKEFILES_libutil
1579 $MAKEFILES_liveconnect
1580 $MAKEFILES_macmorefiles
1581 $MAKEFILES_mailnews
1582 $MAKEFILES_oji
1583 $MAKEFILES_plugin
1584 $MAKEFILES_netwerk
1585 $MAKEFILES_profile
1586 $MAKEFILES_rdf
1587 $MAKEFILES_static_components
1588 $MAKEFILES_sun_java
1589 $MAKEFILES_themes
1590 $MAKEFILES_tracemalloc
1591 $MAKEFILES_uriloader
1592 $MAKEFILES_view
1593 $MAKEFILES_webshell
1594 $MAKEFILES_widget
1595 $MAKEFILES_xft
1596 $MAKEFILES_xpcom
1597 $MAKEFILES_xpcom_obsolete
1598 $MAKEFILES_xpcom_tests
1599 $MAKEFILES_xpconnect
1600 $MAKEFILES_xpinstall
1601 $MAKEFILES_xpfe
1602 $MAKEFILES_zlib
1603 $MAKEFILES_libbz2
1604 $MAKEFILES_libmar
1605 $MAKEFILES_update_packaging
1608 if test -n "$MOZ_PSM"; then
1609 add_makefiles "$MAKEFILES_psm2"
1612 if test -n "$MOZ_CALENDAR"; then
1613 add_makefiles "$MAKEFILES_calendar"
1616 if test -n "$MOZ_PHOENIX"; then
1617 add_makefiles "$MAKEFILES_phoenix"
1620 if test -n "$MOZ_SUITE"; then
1621 add_makefiles "$MAKEFILES_suite"
1624 if test -n "$MOZ_XUL_APP"; then
1625 add_makefiles "$MAKEFILES_xulapp"
1628 if test -n "$MOZ_XULRUNNER"; then
1629 add_makefiles "$MAKEFILES_xulrunner"
1632 if test -n "$MOZ_THUNDERBIRD"; then
1633 add_makefiles "$MAKEFILES_thunderbird"
1636 if test -n "$MOZ_STANDALONE_COMPOSER"; then
1637 add_makefiles "$MAKEFILES_standalone_composer"
1640 if test -n "$MOZ_SUNBIRD"; then
1641 add_makefiles "$MAKEFILES_sunbird"
1644 if test "$MOZ_BUILD_APP" = "camino"; then
1645 add_makefiles "$MAKEFILES_macbrowser"
1648 if test -n "$MOZ_IPCD"; then
1649 add_makefiles "$MAKEFILES_ipcd"
1652 if test -n "$MOZ_PROFILESHARING"; then
1653 add_makefiles "$MAKEFILES_transmngr"
1654 add_makefiles "$MAKEFILES_profilesharingsetup"
1657 if test -n "$MINIMO"; then
1658 add_makefiles "$MAKEFILES_minimo"
1659 add_makefiles "$MAKEFILES_xulapp"
1662 if test -n "$MOZ_ENABLE_GTK2"; then
1663 add_makefiles "$MAKEFILES_gnome"
1666 if test -n "$MOZ_STORAGE"; then
1667 add_makefiles "$MAKEFILES_storage"