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
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.
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
50 # add_makefiles - Shell function to add makefiles to MAKEFILES
52 MAKEFILES
="$MAKEFILES $*"
55 if [ "$srcdir" = "" ]; then
60 # Common makefiles used by everyone
68 config/mkdepend/Makefile
72 if [ "$MOZ_COMPOSER" ]; then
74 editor/composer/Makefile
76 editor/ui/locales/Makefile
83 db/mdb/public/Makefile
85 db/mork/build/Makefile
90 db/sqlite3/src/Makefile
91 db/morkreader/Makefile
93 storage/public/Makefile
95 storage/build/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
118 dom/src/base/Makefile
119 dom/src/events/Makefile
120 dom/src/jsurl/Makefile
126 editor/public/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
139 parser/expat/Makefile
140 parser/expat/lib/Makefile
143 MAKEFILES_extensions
="
149 gc/boehm/leaksoup/Makefile
157 gfx/src/beos/Makefile
159 gfx/src/psshared/Makefile
160 gfx/src/photon/Makefile
163 gfx/src/windows/Makefile
164 gfx/src/thebes/Makefile
168 if [ "$MOZ_TREE_CAIRO" ] ; then
169 MAKEFILES_gfx
="$MAKEFILES_gfx
171 gfx/cairo/libpixman/src/Makefile
172 gfx/cairo/cairo/src/Makefile
173 gfx/cairo/cairo/src/cairo-features.h
174 gfx/cairo/glitz/src/Makefile
175 gfx/cairo/glitz/src/glx/Makefile
176 gfx/cairo/glitz/src/wgl/Makefile
180 MAKEFILES_htmlparser
="
181 parser/htmlparser/Makefile
182 parser/htmlparser/robot/Makefile
183 parser/htmlparser/robot/test/Makefile
184 parser/htmlparser/public/Makefile
185 parser/htmlparser/src/Makefile
186 parser/htmlparser/tests/Makefile
187 parser/htmlparser/tests/grabpage/Makefile
188 parser/htmlparser/tests/logparse/Makefile
189 parser/htmlparser/tests/html/Makefile
190 parser/htmlparser/tests/outsinks/Makefile
195 intl/chardet/Makefile
196 intl/chardet/public/Makefile
197 intl/chardet/src/Makefile
199 intl/uconv/idl/Makefile
200 intl/uconv/public/Makefile
201 intl/uconv/src/Makefile
202 intl/uconv/tests/Makefile
203 intl/uconv/ucvja/Makefile
204 intl/uconv/ucvlatin/Makefile
205 intl/uconv/ucvcn/Makefile
206 intl/uconv/ucvtw/Makefile
207 intl/uconv/ucvtw2/Makefile
208 intl/uconv/ucvko/Makefile
209 intl/uconv/ucvibm/Makefile
210 intl/uconv/native/Makefile
212 intl/locale/public/Makefile
213 intl/locale/idl/Makefile
214 intl/locale/src/Makefile
215 intl/locale/src/unix/Makefile
216 intl/locale/src/os2/Makefile
217 intl/locale/src/windows/Makefile
218 intl/locale/tests/Makefile
220 intl/lwbrk/src/Makefile
221 intl/lwbrk/public/Makefile
222 intl/lwbrk/tests/Makefile
223 intl/unicharutil/Makefile
224 intl/unicharutil/util/Makefile
225 intl/unicharutil/util/internal/Makefile
226 intl/unicharutil/idl/Makefile
227 intl/unicharutil/src/Makefile
228 intl/unicharutil/public/Makefile
229 intl/unicharutil/tables/Makefile
230 intl/unicharutil/tests/Makefile
231 intl/unicharutil/tools/Makefile
233 intl/strres/public/Makefile
234 intl/strres/src/Makefile
235 intl/strres/tests/Makefile
238 if [ "$SUNCTL" ] ; then
239 MAKEFILES_intl
="$MAKEFILES_intl
241 intl/ctl/public/Makefile
242 intl/ctl/src/Makefile
243 intl/ctl/src/pangoLite/Makefile
244 intl/ctl/src/thaiShaper/Makefile
245 intl/ctl/src/hindiShaper/Makefile
249 if [ "$MOZ_UNIVERSALCHARDET" ] ; then
250 MAKEFILES_intl
="$MAKEFILES_intl
251 extensions/universalchardet/Makefile
252 extensions/universalchardet/src/Makefile
253 extensions/universalchardet/src/base/Makefile
254 extensions/universalchardet/src/xpcom/Makefile
255 extensions/universalchardet/tests/Makefile
261 js/src/fdlibm/Makefile
264 MAKEFILES_liveconnect
="
265 js/src/liveconnect/Makefile
266 js/src/liveconnect/classes/Makefile
269 MAKEFILES_xpconnect
="
270 js/src/xpconnect/Makefile
271 js/src/xpconnect/public/Makefile
272 js/src/xpconnect/idl/Makefile
273 js/src/xpconnect/shell/Makefile
274 js/src/xpconnect/src/Makefile
275 js/src/xpconnect/loader/Makefile
276 js/src/xpconnect/tests/Makefile
277 js/src/xpconnect/tests/components/Makefile
278 js/src/xpconnect/tests/idl/Makefile
279 js/src/xpconnect/shell/Makefile
280 js/src/xpconnect/tools/Makefile
281 js/src/xpconnect/tools/idl/Makefile
282 js/src/xpconnect/tools/idl/Makefile
285 MAKEFILES_jsdebugger
="
292 content/base/Makefile
293 content/base/public/Makefile
294 content/base/src/Makefile
295 content/canvas/Makefile
296 content/canvas/public/Makefile
297 content/canvas/src/Makefile
298 content/events/Makefile
299 content/events/public/Makefile
300 content/events/src/Makefile
301 content/html/Makefile
302 content/html/content/Makefile
303 content/html/content/public/Makefile
304 content/html/content/src/Makefile
305 content/html/document/Makefile
306 content/html/document/public/Makefile
307 content/html/document/src/Makefile
309 content/xml/content/Makefile
310 content/xml/content/src/Makefile
311 content/xml/document/Makefile
312 content/xml/document/public/Makefile
313 content/xml/document/src/Makefile
315 content/xul/content/Makefile
316 content/xul/content/public/Makefile
317 content/xul/content/src/Makefile
318 content/xul/document/Makefile
319 content/xul/document/public/Makefile
320 content/xul/document/src/Makefile
321 content/xul/templates/public/Makefile
322 content/xul/templates/src/Makefile
324 content/xbl/public/Makefile
325 content/xbl/src/Makefile
326 content/xbl/builtin/Makefile
327 content/xslt/Makefile
328 content/xslt/public/Makefile
329 content/xslt/src/Makefile
330 content/xslt/src/base/Makefile
331 content/xslt/src/xml/Makefile
332 content/xslt/src/xpath/Makefile
333 content/xslt/src/xslt/Makefile
334 content/xslt/src/main/Makefile
340 layout/base/tests/Makefile
341 layout/build/Makefile
342 layout/forms/Makefile
343 layout/html/tests/Makefile
344 layout/style/Makefile
345 layout/printing/Makefile
346 layout/tools/Makefile
348 layout/xul/base/Makefile
349 layout/xul/base/public/Makefile
350 layout/xul/base/src/Makefile
351 layout/xul/base/src/tree/Makefile
352 layout/xul/base/src/tree/src/Makefile
353 layout/xul/base/src/tree/public/Makefile
357 modules/libimg/Makefile
361 modules/libjar/Makefile
362 modules/libjar/standalone/Makefile
363 modules/libjar/test/Makefile
367 modules/libreg/Makefile
368 modules/libreg/include/Makefile
369 modules/libreg/src/Makefile
370 modules/libreg/standalone/Makefile
374 modules/libpref/Makefile
375 modules/libpref/public/Makefile
376 modules/libpref/src/Makefile
380 modules/libutil/Makefile
381 modules/libutil/public/Makefile
382 modules/libutil/src/Makefile
387 modules/oji/public/Makefile
388 modules/oji/src/Makefile
389 plugin/oji/JEP/Makefile
393 modules/plugin/Makefile
394 modules/plugin/base/src/Makefile
395 modules/plugin/base/public/Makefile
396 modules/plugin/samples/simple/Makefile
397 modules/plugin/samples/SanePlugin/Makefile
398 modules/plugin/samples/default/unix/Makefile
399 modules/plugin/tools/sdk/Makefile
400 modules/plugin/tools/sdk/samples/Makefile
401 modules/plugin/tools/sdk/samples/common/Makefile
402 modules/plugin/tools/sdk/samples/basic/windows/Makefile
403 modules/plugin/tools/sdk/samples/scriptable/windows/Makefile
404 modules/plugin/tools/sdk/samples/simple/Makefile
405 modules/plugin/tools/sdk/samples/winless/windows/Makefile
410 netwerk/base/Makefile
411 netwerk/base/public/Makefile
412 netwerk/base/src/Makefile
413 netwerk/build/Makefile
414 netwerk/cache/Makefile
415 netwerk/cache/public/Makefile
416 netwerk/cache/src/Makefile
417 netwerk/cookie/Makefile
418 netwerk/cookie/public/Makefile
419 netwerk/cookie/src/Makefile
421 netwerk/dns/public/Makefile
422 netwerk/dns/src/Makefile
423 netwerk/protocol/Makefile
424 netwerk/protocol/about/Makefile
425 netwerk/protocol/about/public/Makefile
426 netwerk/protocol/about/src/Makefile
427 netwerk/protocol/data/Makefile
428 netwerk/protocol/data/src/Makefile
429 netwerk/protocol/file/Makefile
430 netwerk/protocol/file/public/Makefile
431 netwerk/protocol/file/src/Makefile
432 netwerk/protocol/ftp/Makefile
433 netwerk/protocol/ftp/public/Makefile
434 netwerk/protocol/ftp/src/Makefile
435 netwerk/protocol/gopher/Makefile
436 netwerk/protocol/gopher/src/Makefile
437 netwerk/protocol/http/Makefile
438 netwerk/protocol/http/public/Makefile
439 netwerk/protocol/http/src/Makefile
440 netwerk/protocol/res/Makefile
441 netwerk/protocol/res/public/Makefile
442 netwerk/protocol/res/src/Makefile
443 netwerk/mime/Makefile
444 netwerk/mime/public/Makefile
445 netwerk/mime/src/Makefile
446 netwerk/socket/Makefile
447 netwerk/socket/base/Makefile
448 netwerk/streamconv/Makefile
449 netwerk/streamconv/converters/Makefile
450 netwerk/streamconv/public/Makefile
451 netwerk/streamconv/src/Makefile
452 netwerk/streamconv/test/Makefile
453 netwerk/test/Makefile
454 netwerk/testserver/Makefile
455 netwerk/resources/Makefile
456 netwerk/locales/Makefile
457 netwerk/system/Makefile
458 netwerk/system/win32/Makefile
459 uriloader/exthandler/Makefile
460 intl/strres/public/Makefile
461 intl/locale/idl/Makefile
463 modules/libpref/public/Makefile
466 if [ "$MOZ_AUTH_EXTENSION" ]; then
467 MAKEFILES_netwerk
="$MAKEFILES_netwerk
468 extensions/auth/Makefile
472 MAKEFILES_uriloader
="
474 uriloader/base/Makefile
475 uriloader/exthandler/Makefile
481 profile/public/Makefile
482 profile/resources/Makefile
483 profile/pref-migrator/Makefile
484 profile/pref-migrator/public/Makefile
485 profile/pref-migrator/src/Makefile
486 profile/pref-migrator/resources/Makefile
487 profile/defaults/Makefile
488 profile/dirserviceprovider/Makefile
489 profile/dirserviceprovider/public/Makefile
490 profile/dirserviceprovider/src/Makefile
496 rdf/base/idl/Makefile
497 rdf/base/public/Makefile
498 rdf/base/src/Makefile
500 rdf/util/public/Makefile
501 rdf/util/src/Makefile
502 rdf/util/src/internal/Makefile
504 rdf/datasource/Makefile
505 rdf/datasource/public/Makefile
506 rdf/datasource/src/Makefile
508 rdf/tests/rdfcat/Makefile
509 rdf/tests/rdfpoll/Makefile
514 sun-java/stubs/Makefile
515 sun-java/stubs/include/Makefile
516 sun-java/stubs/jri/Makefile
522 caps/include/Makefile
528 chrome/public/Makefile
530 embedding/minimo/chromelite/Makefile
532 rdf/chrome/public/Makefile
533 rdf/chrome/build/Makefile
534 rdf/chrome/src/Makefile
535 rdf/chrome/tools/Makefile
536 rdf/chrome/tools/chromereg/Makefile
548 docshell/base/Makefile
549 docshell/shistory/Makefile
550 docshell/shistory/public/Makefile
551 docshell/shistory/src/Makefile
552 docshell/build/Makefile
557 webshell/public/Makefile
562 widget/public/Makefile
564 widget/src/beos/Makefile
565 widget/src/build/Makefile
566 widget/src/gtkxtbin/Makefile
567 widget/src/photon/Makefile
568 widget/src/mac/Makefile
569 widget/src/cocoa/Makefile
570 widget/src/os2/Makefile
571 widget/src/windows/Makefile
572 widget/src/xpwidgets/Makefile
573 widget/src/support/Makefile
577 xpcom/string/Makefile
578 xpcom/string/public/Makefile
579 xpcom/string/src/Makefile
583 xpcom/components/Makefile
586 xpcom/glue/standalone/Makefile
588 xpcom/typelib/Makefile
589 xpcom/reflect/Makefile
590 xpcom/typelib/xpt/Makefile
591 xpcom/typelib/xpt/public/Makefile
592 xpcom/typelib/xpt/src/Makefile
593 xpcom/typelib/xpt/tests/Makefile
594 xpcom/typelib/xpt/tools/Makefile
595 xpcom/typelib/xpidl/Makefile
596 xpcom/reflect/xptcall/Makefile
597 xpcom/reflect/xptcall/public/Makefile
598 xpcom/reflect/xptcall/src/Makefile
599 xpcom/reflect/xptcall/src/md/Makefile
600 xpcom/reflect/xptcall/src/md/os2/Makefile
601 xpcom/reflect/xptcall/src/md/test/Makefile
602 xpcom/reflect/xptcall/src/md/unix/Makefile
603 xpcom/reflect/xptcall/src/md/win32/Makefile
604 xpcom/reflect/xptcall/tests/Makefile
605 xpcom/reflect/xptinfo/Makefile
606 xpcom/reflect/xptinfo/public/Makefile
607 xpcom/reflect/xptinfo/src/Makefile
608 xpcom/reflect/xptinfo/tests/Makefile
610 xpcom/proxy/public/Makefile
611 xpcom/proxy/src/Makefile
612 xpcom/proxy/tests/Makefile
613 xpcom/sample/Makefile
614 xpcom/threads/Makefile
616 xpcom/tools/registry/Makefile
618 xpcom/windbgdlg/Makefile
619 xpcom/system/Makefile
622 intl/unicharutil/public/Makefile
623 intl/uconv/public/Makefile
624 netwerk/base/public/Makefile
625 netwerk/build/Makefile
627 MAKEFILES_xpcom_obsolete
="
628 xpcom/obsolete/Makefile
629 xpcom/obsolete/component/Makefile
632 MAKEFILES_xpcom_tests
="
634 xpcom/tests/dynamic/Makefile
635 xpcom/tests/services/Makefile
636 xpcom/tests/windows/Makefile
639 MAKEFILES_string
="$MAKEFILES_xpcom"
641 MAKEFILES_xpinstall
="
643 xpinstall/packager/Makefile
644 xpinstall/packager/unix/Makefile
645 xpinstall/packager/windows/Makefile
646 xpinstall/packager/os2/Makefile
647 xpinstall/public/Makefile
648 xpinstall/res/Makefile
649 xpinstall/src/Makefile
650 xpinstall/stub/Makefile
651 xpinstall/wizard/libxpnet/Makefile
652 xpinstall/wizard/libxpnet/src/Makefile
653 xpinstall/wizard/libxpnet/test/Makefile
654 xpinstall/wizard/unix/src2/Makefile
655 xpinstall/wizard/windows/builder/Makefile
656 xpinstall/wizard/windows/nsinstall/Makefile
657 xpinstall/wizard/windows/nsztool/Makefile
658 xpinstall/wizard/windows/uninstall/Makefile
659 xpinstall/wizard/windows/setup/Makefile
660 xpinstall/wizard/windows/setuprsc/Makefile
661 xpinstall/wizard/windows/ren8dot3/Makefile
662 xpinstall/wizard/windows/ds32/Makefile
663 xpinstall/wizard/windows/GetShortPathName/Makefile
667 widget/src/xremoteclient/Makefile
668 toolkit/components/Makefile
669 toolkit/components/remote/Makefile
671 xpfe/browser/Makefile
672 xpfe/browser/public/Makefile
673 xpfe/browser/src/Makefile
674 xpfe/components/Makefile
675 xpfe/components/bookmarks/Makefile
676 xpfe/components/bookmarks/public/Makefile
677 xpfe/components/bookmarks/src/Makefile
678 xpfe/components/directory/Makefile
679 xpfe/components/download-manager/Makefile
680 xpfe/components/download-manager/src/Makefile
681 xpfe/components/download-manager/public/Makefile
682 xpfe/components/download-manager/resources/Makefile
683 xpfe/components/extensions/Makefile
684 xpfe/components/extensions/src/Makefile
685 xpfe/components/extensions/public/Makefile
686 xpfe/components/find/Makefile
687 xpfe/components/find/public/Makefile
688 xpfe/components/find/src/Makefile
689 xpfe/components/filepicker/Makefile
690 xpfe/components/filepicker/public/Makefile
691 xpfe/components/filepicker/src/Makefile
692 xpfe/components/history/Makefile
693 xpfe/components/history/src/Makefile
694 xpfe/components/history/public/Makefile
695 xpfe/components/intl/Makefile
696 xpfe/components/related/Makefile
697 xpfe/components/related/src/Makefile
698 xpfe/components/related/public/Makefile
699 xpfe/components/search/Makefile
700 xpfe/components/search/datasets/Makefile
701 xpfe/components/search/public/Makefile
702 xpfe/components/search/src/Makefile
703 xpfe/components/sidebar/Makefile
704 xpfe/components/sidebar/src/Makefile
705 xpfe/components/startup/Makefile
706 xpfe/components/startup/public/Makefile
707 xpfe/components/startup/src/Makefile
708 xpfe/components/autocomplete/Makefile
709 xpfe/components/autocomplete/public/Makefile
710 xpfe/components/autocomplete/src/Makefile
711 xpfe/components/updates/Makefile
712 xpfe/components/updates/src/Makefile
713 xpfe/components/urlwidget/Makefile
714 xpfe/components/winhooks/Makefile
715 xpfe/components/windowds/Makefile
716 xpfe/components/alerts/Makefile
717 xpfe/components/alerts/public/Makefile
718 xpfe/components/alerts/src/Makefile
719 xpfe/components/console/Makefile
720 xpfe/components/resetPref/Makefile
721 xpfe/components/killAll/Makefile
722 xpfe/components/build/Makefile
723 xpfe/components/xremote/Makefile
724 xpfe/components/xremote/public/Makefile
725 xpfe/components/xremote/src/Makefile
726 xpfe/appshell/Makefile
727 xpfe/appshell/src/Makefile
728 xpfe/appshell/public/Makefile
729 xpfe/bootstrap/appleevents/Makefile
730 xpfe/browser/Makefile
731 xpfe/browser/src/Makefile
733 xpfe/global/buildconfig.html
734 xpfe/global/resources/Makefile
735 xpfe/global/resources/content/Makefile
736 xpfe/global/resources/content/os2/Makefile
737 xpfe/global/resources/content/unix/Makefile
738 xpfe/global/resources/locale/Makefile
739 xpfe/global/resources/locale/en-US/Makefile
740 xpfe/global/resources/locale/en-US/mac/Makefile
741 xpfe/global/resources/locale/en-US/os2/Makefile
742 xpfe/global/resources/locale/en-US/unix/Makefile
743 xpfe/global/resources/locale/en-US/win/Makefile
744 xpfe/communicator/Makefile
745 extensions/spellcheck/Makefile
746 extensions/spellcheck/idl/Makefile
747 extensions/spellcheck/locales/Makefile
748 extensions/spellcheck/myspell/Makefile
749 extensions/spellcheck/src/Makefile
752 MAKEFILES_embedding
="
754 embedding/base/Makefile
755 embedding/browser/Makefile
756 embedding/browser/activex/src/Makefile
757 embedding/browser/activex/src/control/Makefile
758 embedding/browser/activex/src/control_kicker/Makefile
759 embedding/browser/build/Makefile
760 embedding/browser/chrome/Makefile
761 embedding/browser/webBrowser/Makefile
762 embedding/browser/gtk/Makefile
763 embedding/browser/gtk/src/Makefile
764 embedding/browser/gtk/tests/Makefile
765 embedding/browser/photon/Makefile
766 embedding/browser/photon/src/Makefile
767 embedding/browser/photon/tests/Makefile
768 embedding/browser/cocoa/Makefile
769 embedding/components/Makefile
770 embedding/components/build/Makefile
771 embedding/components/windowwatcher/Makefile
772 embedding/components/windowwatcher/public/Makefile
773 embedding/components/windowwatcher/src/Makefile
774 embedding/components/ui/Makefile
775 embedding/components/ui/helperAppDlg/Makefile
776 embedding/components/ui/progressDlg/Makefile
777 embedding/config/Makefile
778 embedding/tests/Makefile
779 embedding/tests/cocoaEmbed/Makefile
780 embedding/tests/winEmbed/Makefile
786 minimo/base/wince/Makefile
787 minimo/components/Makefile
788 minimo/components/phone/Makefile
789 minimo/components/softkb/Makefile
790 minimo/components/ssr/Makefile
791 minimo/customization/Makefile
792 minimo/chrome/Makefile
796 security/manager/Makefile
797 security/manager/boot/Makefile
798 security/manager/boot/src/Makefile
799 security/manager/boot/public/Makefile
800 security/manager/ssl/Makefile
801 security/manager/ssl/src/Makefile
802 security/manager/ssl/resources/Makefile
803 security/manager/ssl/public/Makefile
804 security/manager/pki/Makefile
805 security/manager/pki/resources/Makefile
806 security/manager/pki/src/Makefile
807 security/manager/pki/public/Makefile
808 security/manager/locales/Makefile
809 netwerk/protocol/http/public/Makefile
810 netwerk/build/Makefile
811 netwerk/base/public/Makefile
812 netwerk/socket/base/Makefile
813 uriloader/base/Makefile
814 intl/locale/idl/Makefile
815 intl/strres/public/Makefile
817 dom/public/base/Makefile
818 rdf/base/idl/Makefile
819 xpfe/appshell/public/Makefile
823 widget/public/Makefile
824 modules/libpref/public/Makefile
825 content/base/public/Makefile
826 intl/locale/public/Makefile
829 MAKEFILES_xulrunner
="
831 xulrunner/app/Makefile
832 xulrunner/app/profile/Makefile
833 xulrunner/app/profile/chrome/Makefile
834 xulrunner/app/profile/extensions/Makefile
835 xulrunner/installer/Makefile
836 xulrunner/installer/mac/Makefile
841 toolkit/library/Makefile
842 toolkit/airbag/Makefile
843 toolkit/airbag/client/Makefile
844 toolkit/airbag/airbag/src/client/Makefile
845 toolkit/airbag/airbag/src/client/mac/handler/Makefile
846 toolkit/airbag/airbag/src/client/windows/Makefile
847 toolkit/airbag/airbag/src/client/windows/handler/Makefile
848 toolkit/airbag/airbag/src/client/windows/sender/Makefile
849 toolkit/airbag/airbag/src/common/Makefile
850 toolkit/airbag/airbag/src/common/mac/Makefile
851 toolkit/airbag/airbag/src/common/windows/Makefile
852 toolkit/airbag/airbag/src/tools/mac/dump_syms/Makefile
853 toolkit/content/Makefile
854 toolkit/content/buildconfig.html
855 toolkit/obsolete/Makefile
856 toolkit/components/alerts/Makefile
857 toolkit/components/alerts/public/Makefile
858 toolkit/components/alerts/src/Makefile
859 toolkit/components/autocomplete/Makefile
860 toolkit/components/autocomplete/public/Makefile
861 toolkit/components/autocomplete/src/Makefile
862 toolkit/components/Makefile
863 toolkit/components/build/Makefile
864 toolkit/components/commandlines/Makefile
865 toolkit/components/commandlines/public/Makefile
866 toolkit/components/commandlines/src/Makefile
867 toolkit/components/console/Makefile
868 toolkit/components/cookie/Makefile
869 toolkit/components/downloads/public/Makefile
870 toolkit/components/downloads/Makefile
871 toolkit/components/downloads/src/Makefile
872 toolkit/components/filepicker/Makefile
873 toolkit/system/gnome/Makefile
874 toolkit/components/help/Makefile
875 toolkit/components/history/Makefile
876 toolkit/components/history/public/Makefile
877 toolkit/components/history/src/Makefile
878 toolkit/components/passwordmgr/Makefile
879 toolkit/components/passwordmgr/public/Makefile
880 toolkit/components/passwordmgr/src/Makefile
881 toolkit/components/passwordmgr/content/Makefile
882 toolkit/components/passwordmgr/test/Makefile
883 toolkit/components/places/Makefile
884 toolkit/components/places/public/Makefile
885 toolkit/components/places/src/Makefile
886 toolkit/components/printing/Makefile
887 toolkit/components/satchel/Makefile
888 toolkit/components/satchel/public/Makefile
889 toolkit/components/satchel/src/Makefile
890 toolkit/components/startup/Makefile
891 toolkit/components/startup/public/Makefile
892 toolkit/components/startup/src/Makefile
893 toolkit/components/typeaheadfind/Makefile
894 toolkit/components/typeaheadfind/public/Makefile
895 toolkit/components/typeaheadfind/src/Makefile
896 toolkit/components/viewconfig/Makefile
897 toolkit/components/viewsource/Makefile
898 toolkit/locales/Makefile
899 toolkit/mozapps/Makefile
900 toolkit/mozapps/downloads/content/Makefile
901 toolkit/mozapps/downloads/Makefile
902 toolkit/mozapps/downloads/src/Makefile
903 toolkit/mozapps/extensions/Makefile
904 toolkit/mozapps/extensions/public/Makefile
905 toolkit/mozapps/extensions/src/Makefile
906 toolkit/mozapps/update/Makefile
907 toolkit/mozapps/update/public/Makefile
908 toolkit/mozapps/update/src/Makefile
909 toolkit/mozapps/xpinstall/Makefile
910 toolkit/profile/Makefile
911 toolkit/profile/public/Makefile
912 toolkit/profile/skin/Makefile
913 toolkit/profile/src/Makefile
914 toolkit/themes/Makefile
915 toolkit/themes/gnomestripe/global/Makefile
916 toolkit/themes/gnomestripe/Makefile
917 toolkit/themes/pmstripe/global/Makefile
918 toolkit/themes/pmstripe/Makefile
919 toolkit/themes/pinstripe/communicator/Makefile
920 toolkit/themes/pinstripe/Makefile
921 toolkit/themes/pinstripe/global/Makefile
922 toolkit/themes/pinstripe/help/Makefile
923 toolkit/themes/pinstripe/mozapps/Makefile
924 toolkit/themes/winstripe/communicator/Makefile
925 toolkit/themes/winstripe/Makefile
926 toolkit/themes/winstripe/global/Makefile
927 toolkit/themes/winstripe/help/Makefile
928 toolkit/themes/winstripe/mozapps/Makefile
932 MAKEFILES_standalone_composer
="
934 composer/app/Makefile
935 composer/app/profile/Makefile
936 composer/base/Makefile
937 xpfe/components/build2/Makefile
942 calendar/resources/Makefile
943 calendar/libical/Makefile
944 calendar/libical/src/Makefile
945 calendar/libical/src/libical/Makefile
946 calendar/libical/src/libicalss/Makefile
947 calendar/base/Makefile
948 calendar/base/public/Makefile
949 calendar/base/src/Makefile
950 calendar/base/build/Makefile
951 calendar/providers/Makefile
952 calendar/providers/memory/Makefile
953 calendar/providers/storage/Makefile
954 calendar/providers/composite/Makefile
958 calendar/installer/Makefile
959 calendar/installer/windows/Makefile
960 calendar/locales/Makefile
961 calendar/sunbird/Makefile
962 calendar/sunbird/app/Makefile
963 calendar/sunbird/base/Makefile
966 MAKEFILES_macbrowser
="
968 camino/flashblock/Makefile
969 camino/installer/Makefile
972 if [ "$MOZ_MAIL_NEWS" ]; then
973 if [ -f ${srcdir}/mailnews
/makefiles
]; then
974 MAKEFILES_mailnews
=`cat ${srcdir}/mailnews/makefiles`
980 ipc/ipcd/daemon/public/Makefile
981 ipc/ipcd/daemon/src/Makefile
982 ipc/ipcd/client/public/Makefile
983 ipc/ipcd/client/src/Makefile
984 ipc/ipcd/shared/src/Makefile
985 ipc/ipcd/test/Makefile
986 ipc/ipcd/test/module/Makefile
987 ipc/ipcd/extensions/Makefile
988 ipc/ipcd/extensions/lock/Makefile
989 ipc/ipcd/extensions/lock/public/Makefile
990 ipc/ipcd/extensions/lock/src/Makefile
991 ipc/ipcd/extensions/lock/src/module/Makefile
992 ipc/ipcd/util/Makefile
993 ipc/ipcd/util/public/Makefile
994 ipc/ipcd/util/src/Makefile
997 MAKEFILES_transmngr
="
998 ipc/ipcd/extensions/transmngr/Makefile
999 ipc/ipcd/extensions/transmngr/public/Makefile
1000 ipc/ipcd/extensions/transmngr/src/Makefile
1001 ipc/ipcd/extensions/transmngr/build/Makefile
1002 ipc/ipcd/extensions/transmngr/test/Makefile
1003 ipc/ipcd/extensions/transmngr/common/Makefile
1004 ipc/ipcd/extensions/transmngr/module/Makefile
1007 MAKEFILES_profilesharingsetup
="
1008 embedding/components/profilesharingsetup/Makefile
1009 embedding/components/profilesharingsetup/public/Makefile
1010 embedding/components/profilesharingsetup/src/Makefile
1014 modules/libpr0n/Makefile
1015 modules/libpr0n/build/Makefile
1016 modules/libpr0n/public/Makefile
1017 modules/libpr0n/src/Makefile
1018 modules/libpr0n/decoders/Makefile
1019 modules/libpr0n/decoders/gif/Makefile
1020 modules/libpr0n/decoders/png/Makefile
1021 modules/libpr0n/decoders/jpeg/Makefile
1022 modules/libpr0n/decoders/bmp/Makefile
1023 modules/libpr0n/decoders/icon/Makefile
1024 modules/libpr0n/decoders/icon/win/Makefile
1025 modules/libpr0n/decoders/icon/gtk/Makefile
1026 modules/libpr0n/decoders/icon/beos/Makefile
1027 modules/libpr0n/decoders/xbm/Makefile
1028 modules/libpr0n/encoders/Makefile
1029 modules/libpr0n/encoders/png/Makefile
1030 modules/libpr0n/encoders/jpeg/Makefile
1033 MAKEFILES_accessible
="
1035 accessible/public/Makefile
1036 accessible/public/msaa/Makefile
1037 accessible/src/Makefile
1038 accessible/src/base/Makefile
1039 accessible/src/html/Makefile
1040 accessible/src/xul/Makefile
1041 accessible/src/msaa/Makefile
1042 accessible/src/atk/Makefile
1043 accessible/src/mac/Makefile
1044 accessible/build/Makefile
1047 if [ ! "$SYSTEM_JPEG" ]; then
1048 MAKEFILES_jpeg
="jpeg/Makefile"
1051 if [ ! "$SYSTEM_ZLIB" ]; then
1053 modules/zlib/Makefile
1054 modules/zlib/src/Makefile
1060 modules/zlib/standalone/Makefile
1064 modules/libbz2/Makefile
1065 modules/libbz2/src/Makefile
1069 modules/libmar/Makefile
1070 modules/libmar/src/Makefile
1071 modules/libmar/tool/Makefile
1074 if test -n "$MOZ_UPDATE_PACKAGING"; then
1075 MAKEFILES_update_packaging
="
1076 tools/update-packaging/Makefile
1077 other-licenses/bsdiff/Makefile
1081 if [ ! "$SYSTEM_PNG" ]; then
1082 MAKEFILES_libimg
="$MAKEFILES_libimg modules/libimg/png/Makefile"
1087 toolkit/system/gnome/Makefile
1093 if [ -f ${srcdir}/l10n
/makefiles.all
]; then
1094 MAKEFILES_langpacks
=`cat ${srcdir}/l10n/makefiles.all`
1097 if [ "$MOZ_L10N" ]; then
1098 MAKEFILES_l10n
="l10n/Makefile"
1100 if [ "$MOZ_L10N_LANG" ]; then
1101 MAKEFILES_l10n_lang
="
1103 l10n/lang/addressbook/Makefile
1104 l10n/lang/bookmarks/Makefile
1105 l10n/lang/directory/Makefile
1106 l10n/lang/editor/Makefile
1107 l10n/lang/global/Makefile
1108 l10n/lang/history/Makefile
1109 l10n/lang/messenger/Makefile
1110 l10n/lang/messengercompose/Makefile
1111 l10n/lang/navigator/Makefile
1112 l10n/lang/pref/Makefile
1113 l10n/lang/related/Makefile
1114 l10n/lang/sidebar/Makefile
1115 l10n/lang/addressbook/locale/Makefile
1116 l10n/lang/bookmarks/locale/Makefile
1117 l10n/lang/directory/locale/Makefile
1118 l10n/lang/editor/locale/Makefile
1119 l10n/lang/global/locale/Makefile
1120 l10n/lang/history/locale/Makefile
1121 l10n/lang/messenger/locale/Makefile
1122 l10n/lang/messengercompose/locale/Makefile
1123 l10n/lang/navigator/locale/Makefile
1124 l10n/lang/pref/locale/Makefile
1125 l10n/lang/related/locale/Makefile
1126 l10n/lang/sidebar/locale/Makefile
1132 if [ "$MOZ_JPROF" ]; then
1133 MAKEFILES_jprof
="tools/jprof/Makefile
1134 tools/jprof/stub/Makefile"
1138 if [ "$MOZ_LEAKY" ]; then
1139 MAKEFILES_leaky
="tools/leaky/Makefile"
1142 # tools/trace-malloc
1143 if [ "$NS_TRACE_MALLOC" ]; then
1144 MAKEFILES_tracemalloc
="tools/trace-malloc/Makefile tools/trace-malloc/lib/Makefile"
1148 if [ "$MOZ_MAPINFO" ]; then
1149 MAKEFILES_codesighs
="tools/codesighs/Makefile"
1153 if [ "$MOZ_MATHML" ]; then
1154 MAKEFILES_intl
="$MAKEFILES_intl
1155 intl/uconv/ucvmath/Makefile
1157 MAKEFILES_layout
="$MAKEFILES_layout
1158 layout/mathml/Makefile
1159 layout/mathml/base/Makefile
1160 layout/mathml/base/src/Makefile
1161 layout/mathml/content/Makefile
1162 layout/mathml/content/src/Makefile
1167 if [ "$MOZ_SVG" ]; then
1168 MAKEFILES_content
="$MAKEFILES_content
1169 content/svg/Makefile
1170 content/svg/document/Makefile
1171 content/svg/document/src/Makefile
1172 content/svg/content/Makefile
1173 content/svg/content/src/Makefile
1175 MAKEFILES_dom
="$MAKEFILES_dom
1176 dom/public/idl/svg/Makefile
1178 MAKEFILES_layout
="$MAKEFILES_layout
1180 layout/svg/base/Makefile
1181 layout/svg/base/src/Makefile
1186 if [ "$MOZ_XTF" ]; then
1187 MAKEFILES_content
="$MAKEFILES_content
1188 content/xtf/Makefile
1189 content/xtf/public/Makefile
1190 content/xtf/src/Makefile
1194 if [ "$MOZ_XMLEXTRAS" ]; then
1195 MAKEFILES_content
="$MAKEFILES_content
1196 extensions/xmlextras/Makefile
1197 extensions/xmlextras/pointers/Makefile
1198 extensions/xmlextras/pointers/src/Makefile
1199 extensions/xmlextras/build/Makefile
1200 extensions/xmlextras/build/src/Makefile
1204 if [ "$MOZ_WEBSERVICES" ]; then
1205 MAKEFILES_content
="$MAKEFILES_content
1206 extensions/webservices/Makefile
1207 extensions/webservices/build/Makefile
1208 extensions/webservices/build/src/Makefile
1209 extensions/webservices/interfaceinfo/Makefile
1210 extensions/webservices/interfaceinfo/src/Makefile
1211 extensions/webservices/proxy/Makefile
1212 extensions/webservices/proxy/src/Makefile
1213 extensions/webservices/public/Makefile
1214 extensions/webservices/security/Makefile
1215 extensions/webservices/security/src/Makefile
1216 extensions/webservices/schema/Makefile
1217 extensions/webservices/schema/src/Makefile
1218 extensions/webservices/soap/Makefile
1219 extensions/webservices/soap/src/Makefile
1220 extensions/webservices/wsdl/Makefile
1221 extensions/webservices/wsdl/src/Makefile
1225 if [ "$MOZ_JAVAXPCOM" ]; then
1226 MAKEFILES_javaxpcom
="
1227 extensions/java/Makefile
1228 extensions/java/xpcom/Makefile
1229 extensions/java/xpcom/interfaces/Makefile
1230 extensions/java/xpcom/src/Makefile
1231 extensions/java/xpcom/glue/Makefile
1236 if [ "$MOZ_LDAP_XPCOM" ]; then
1238 directory/xpcom/Makefile
1239 directory/xpcom/base/Makefile
1240 directory/xpcom/base/public/Makefile
1241 directory/xpcom/base/src/Makefile
1245 # embedding/componentlib
1247 if [ "$MOZ_COMPONENTLIB" ]; then
1248 MAKEFILES_static_components
="$MAKEFILE_static_components
1249 embedding/componentlib/Makefile
1256 if [ "$MOZ_STATIC_COMPONENTS" -o "$MOZ_META_COMPONENTS" ]; then
1257 MAKEFILES_static_components
="$MAKEFILES_static_components
1258 modules/staticmod/Makefile
1263 if [ "$MOZ_PREF_EXTENSIONS" ]; then
1264 MOZ_EXTENSIONS
="$MOZ_EXTENSIONS pref"
1267 for extension
in $MOZ_EXTENSIONS; do
1268 if [ -f "${srcdir}/extensions/${extension}/makefiles.sh" ]; then
1269 .
"${srcdir}/extensions/${extension}/makefiles.sh"
1273 MAKEFILES_themes
=`cat ${srcdir}/themes/makefiles`
1282 $MAKEFILES_codesighs
1284 $MAKEFILES_embedding
1286 $MAKEFILES_extensions
1289 $MAKEFILES_accessible
1290 $MAKEFILES_htmlparser
1292 $MAKEFILES_javaxpcom
1298 $MAKEFILES_jsdebugger
1300 $MAKEFILES_l10n_lang
1301 $MAKEFILES_langpacks
1311 $MAKEFILES_liveconnect
1312 $MAKEFILES_macmorefiles
1319 $MAKEFILES_static_components
1322 $MAKEFILES_tracemalloc
1323 $MAKEFILES_uriloader
1329 $MAKEFILES_xpcom_obsolete
1330 $MAKEFILES_xpcom_tests
1331 $MAKEFILES_xpconnect
1332 $MAKEFILES_xpinstall
1337 $MAKEFILES_update_packaging
1340 if test -n "$MOZ_PSM"; then
1341 add_makefiles
"$MAKEFILES_psm2"
1344 if test -n "$MOZ_CALENDAR"; then
1345 add_makefiles
"$MAKEFILES_calendar"
1348 if test -n "$MOZ_XUL_APP"; then
1349 add_makefiles
"$MAKEFILES_xulapp"
1352 if test -n "$MOZ_XULRUNNER"; then
1353 add_makefiles
"$MAKEFILES_xulrunner"
1356 if test -n "$MOZ_STANDALONE_COMPOSER"; then
1357 add_makefiles
"$MAKEFILES_standalone_composer"
1360 if test -n "$MOZ_SUNBIRD"; then
1361 add_makefiles
"$MAKEFILES_sunbird"
1364 if test "$MOZ_BUILD_APP" = "camino"; then
1365 add_makefiles
"$MAKEFILES_macbrowser"
1368 if test -n "$MOZ_IPCD"; then
1369 add_makefiles
"$MAKEFILES_ipcd"
1372 if test -n "$MOZ_PROFILESHARING"; then
1373 add_makefiles
"$MAKEFILES_transmngr"
1374 add_makefiles
"$MAKEFILES_profilesharingsetup"
1377 if test -n "$MINIMO"; then
1378 add_makefiles
"$MAKEFILES_minimo"
1379 add_makefiles
"$MAKEFILES_xulapp"
1382 if test -n "$MOZ_ENABLE_GTK2"; then
1383 add_makefiles
"$MAKEFILES_gnome"
1386 if test -n "$MOZ_STORAGE"; then
1387 add_makefiles
"$MAKEFILES_storage"
1390 if test -f "${srcdir}/${MOZ_BUILD_APP}/makefiles.sh"; then
1391 .
"${srcdir}/${MOZ_BUILD_APP}/makefiles.sh"