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
="
152 gfx/src/beos/Makefile
153 gfx/src/psshared/Makefile
154 gfx/src/photon/Makefile
157 gfx/src/windows/Makefile
158 gfx/src/thebes/Makefile
162 if [ "$MOZ_TREE_CAIRO" ] ; then
163 MAKEFILES_gfx
="$MAKEFILES_gfx
165 gfx/cairo/libpixman/src/Makefile
166 gfx/cairo/cairo/src/Makefile
167 gfx/cairo/cairo/src/cairo-features.h
168 gfx/cairo/glitz/src/Makefile
169 gfx/cairo/glitz/src/glx/Makefile
170 gfx/cairo/glitz/src/wgl/Makefile
174 if [ ! "$MOZ_NATIVE_LCMS" ] ; then
175 MAKEFILES_gfx
="$MAKEFILES_gfx
176 modules/lcms/Makefile
177 modules/lcms/include/Makefile
178 modules/lcms/src/Makefile
182 MAKEFILES_htmlparser
="
183 parser/htmlparser/Makefile
184 parser/htmlparser/robot/Makefile
185 parser/htmlparser/robot/test/Makefile
186 parser/htmlparser/public/Makefile
187 parser/htmlparser/src/Makefile
188 parser/htmlparser/tests/Makefile
189 parser/htmlparser/tests/grabpage/Makefile
190 parser/htmlparser/tests/logparse/Makefile
191 parser/htmlparser/tests/html/Makefile
192 parser/htmlparser/tests/outsinks/Makefile
197 intl/chardet/Makefile
198 intl/chardet/public/Makefile
199 intl/chardet/src/Makefile
201 intl/uconv/idl/Makefile
202 intl/uconv/public/Makefile
203 intl/uconv/src/Makefile
204 intl/uconv/tests/Makefile
205 intl/uconv/ucvja/Makefile
206 intl/uconv/ucvlatin/Makefile
207 intl/uconv/ucvcn/Makefile
208 intl/uconv/ucvtw/Makefile
209 intl/uconv/ucvtw2/Makefile
210 intl/uconv/ucvko/Makefile
211 intl/uconv/ucvibm/Makefile
212 intl/uconv/native/Makefile
214 intl/locale/public/Makefile
215 intl/locale/idl/Makefile
216 intl/locale/src/Makefile
217 intl/locale/src/unix/Makefile
218 intl/locale/src/os2/Makefile
219 intl/locale/src/windows/Makefile
220 intl/locale/tests/Makefile
222 intl/lwbrk/src/Makefile
223 intl/lwbrk/public/Makefile
224 intl/lwbrk/tests/Makefile
225 intl/unicharutil/Makefile
226 intl/unicharutil/util/Makefile
227 intl/unicharutil/util/internal/Makefile
228 intl/unicharutil/idl/Makefile
229 intl/unicharutil/src/Makefile
230 intl/unicharutil/public/Makefile
231 intl/unicharutil/tables/Makefile
232 intl/unicharutil/tests/Makefile
233 intl/unicharutil/tools/Makefile
235 intl/strres/public/Makefile
236 intl/strres/src/Makefile
237 intl/strres/tests/Makefile
240 if [ "$SUNCTL" ] ; then
241 MAKEFILES_intl
="$MAKEFILES_intl
243 intl/ctl/public/Makefile
244 intl/ctl/src/Makefile
245 intl/ctl/src/pangoLite/Makefile
246 intl/ctl/src/thaiShaper/Makefile
247 intl/ctl/src/hindiShaper/Makefile
251 if [ "$MOZ_UNIVERSALCHARDET" ] ; then
252 MAKEFILES_intl
="$MAKEFILES_intl
253 extensions/universalchardet/Makefile
254 extensions/universalchardet/src/Makefile
255 extensions/universalchardet/src/base/Makefile
256 extensions/universalchardet/src/xpcom/Makefile
257 extensions/universalchardet/tests/Makefile
263 js/src/fdlibm/Makefile
266 MAKEFILES_liveconnect
="
267 js/src/liveconnect/Makefile
268 js/src/liveconnect/classes/Makefile
271 MAKEFILES_xpconnect
="
272 js/src/xpconnect/Makefile
273 js/src/xpconnect/public/Makefile
274 js/src/xpconnect/idl/Makefile
275 js/src/xpconnect/shell/Makefile
276 js/src/xpconnect/src/Makefile
277 js/src/xpconnect/loader/Makefile
278 js/src/xpconnect/tests/Makefile
279 js/src/xpconnect/tests/components/Makefile
280 js/src/xpconnect/tests/idl/Makefile
281 js/src/xpconnect/shell/Makefile
282 js/src/xpconnect/tools/Makefile
283 js/src/xpconnect/tools/idl/Makefile
284 js/src/xpconnect/tools/idl/Makefile
287 MAKEFILES_jsdebugger
="
294 content/base/Makefile
295 content/base/public/Makefile
296 content/base/src/Makefile
297 content/canvas/Makefile
298 content/canvas/public/Makefile
299 content/canvas/src/Makefile
300 content/events/Makefile
301 content/events/public/Makefile
302 content/events/src/Makefile
303 content/html/Makefile
304 content/html/content/Makefile
305 content/html/content/public/Makefile
306 content/html/content/src/Makefile
307 content/html/document/Makefile
308 content/html/document/public/Makefile
309 content/html/document/src/Makefile
311 content/xml/content/Makefile
312 content/xml/content/src/Makefile
313 content/xml/document/Makefile
314 content/xml/document/public/Makefile
315 content/xml/document/src/Makefile
317 content/xul/content/Makefile
318 content/xul/content/src/Makefile
319 content/xul/document/Makefile
320 content/xul/document/public/Makefile
321 content/xul/document/src/Makefile
322 content/xul/templates/public/Makefile
323 content/xul/templates/src/Makefile
325 content/xbl/public/Makefile
326 content/xbl/src/Makefile
327 content/xbl/builtin/Makefile
328 content/xslt/Makefile
329 content/xslt/public/Makefile
330 content/xslt/src/Makefile
331 content/xslt/src/base/Makefile
332 content/xslt/src/xml/Makefile
333 content/xslt/src/xpath/Makefile
334 content/xslt/src/xslt/Makefile
335 content/xslt/src/main/Makefile
341 layout/base/tests/Makefile
342 layout/build/Makefile
343 layout/forms/Makefile
344 layout/html/tests/Makefile
345 layout/style/Makefile
346 layout/printing/Makefile
347 layout/tools/Makefile
349 layout/xul/base/Makefile
350 layout/xul/base/public/Makefile
351 layout/xul/base/src/Makefile
352 layout/xul/base/src/tree/Makefile
353 layout/xul/base/src/tree/src/Makefile
354 layout/xul/base/src/tree/public/Makefile
358 modules/libimg/Makefile
362 modules/libjar/Makefile
363 modules/libjar/standalone/Makefile
364 modules/libjar/test/Makefile
368 modules/libreg/Makefile
369 modules/libreg/include/Makefile
370 modules/libreg/src/Makefile
371 modules/libreg/standalone/Makefile
375 modules/libpref/Makefile
376 modules/libpref/public/Makefile
377 modules/libpref/src/Makefile
381 modules/libutil/Makefile
382 modules/libutil/public/Makefile
383 modules/libutil/src/Makefile
388 modules/oji/public/Makefile
389 modules/oji/src/Makefile
390 plugin/oji/JEP/Makefile
394 modules/plugin/Makefile
395 modules/plugin/base/src/Makefile
396 modules/plugin/base/public/Makefile
397 modules/plugin/samples/simple/Makefile
398 modules/plugin/samples/SanePlugin/Makefile
399 modules/plugin/samples/default/unix/Makefile
400 modules/plugin/tools/sdk/Makefile
401 modules/plugin/tools/sdk/samples/Makefile
402 modules/plugin/tools/sdk/samples/common/Makefile
403 modules/plugin/tools/sdk/samples/basic/windows/Makefile
404 modules/plugin/tools/sdk/samples/scriptable/windows/Makefile
405 modules/plugin/tools/sdk/samples/simple/Makefile
406 modules/plugin/tools/sdk/samples/winless/windows/Makefile
411 netwerk/base/Makefile
412 netwerk/base/public/Makefile
413 netwerk/base/src/Makefile
414 netwerk/build/Makefile
415 netwerk/cache/Makefile
416 netwerk/cache/public/Makefile
417 netwerk/cache/src/Makefile
418 netwerk/cookie/Makefile
419 netwerk/cookie/public/Makefile
420 netwerk/cookie/src/Makefile
422 netwerk/dns/public/Makefile
423 netwerk/dns/src/Makefile
424 netwerk/protocol/Makefile
425 netwerk/protocol/about/Makefile
426 netwerk/protocol/about/public/Makefile
427 netwerk/protocol/about/src/Makefile
428 netwerk/protocol/data/Makefile
429 netwerk/protocol/data/src/Makefile
430 netwerk/protocol/file/Makefile
431 netwerk/protocol/file/public/Makefile
432 netwerk/protocol/file/src/Makefile
433 netwerk/protocol/ftp/Makefile
434 netwerk/protocol/ftp/public/Makefile
435 netwerk/protocol/ftp/src/Makefile
436 netwerk/protocol/gopher/Makefile
437 netwerk/protocol/gopher/src/Makefile
438 netwerk/protocol/http/Makefile
439 netwerk/protocol/http/public/Makefile
440 netwerk/protocol/http/src/Makefile
441 netwerk/protocol/res/Makefile
442 netwerk/protocol/res/public/Makefile
443 netwerk/protocol/res/src/Makefile
444 netwerk/mime/Makefile
445 netwerk/mime/public/Makefile
446 netwerk/mime/src/Makefile
447 netwerk/socket/Makefile
448 netwerk/socket/base/Makefile
449 netwerk/streamconv/Makefile
450 netwerk/streamconv/converters/Makefile
451 netwerk/streamconv/public/Makefile
452 netwerk/streamconv/src/Makefile
453 netwerk/streamconv/test/Makefile
454 netwerk/test/Makefile
455 netwerk/testserver/Makefile
456 netwerk/resources/Makefile
457 netwerk/locales/Makefile
458 netwerk/system/Makefile
459 netwerk/system/win32/Makefile
460 uriloader/exthandler/Makefile
461 intl/strres/public/Makefile
462 intl/locale/idl/Makefile
464 modules/libpref/public/Makefile
467 if [ "$MOZ_AUTH_EXTENSION" ]; then
468 MAKEFILES_netwerk
="$MAKEFILES_netwerk
469 extensions/auth/Makefile
473 MAKEFILES_uriloader
="
475 uriloader/base/Makefile
476 uriloader/exthandler/Makefile
481 profile/public/Makefile
482 profile/dirserviceprovider/Makefile
483 profile/dirserviceprovider/public/Makefile
484 profile/dirserviceprovider/src/Makefile
490 rdf/base/idl/Makefile
491 rdf/base/public/Makefile
492 rdf/base/src/Makefile
494 rdf/util/public/Makefile
495 rdf/util/src/Makefile
496 rdf/util/src/internal/Makefile
498 rdf/datasource/Makefile
499 rdf/datasource/public/Makefile
500 rdf/datasource/src/Makefile
502 rdf/tests/rdfcat/Makefile
503 rdf/tests/rdfpoll/Makefile
508 sun-java/stubs/Makefile
509 sun-java/stubs/include/Makefile
510 sun-java/stubs/jri/Makefile
516 caps/include/Makefile
522 chrome/public/Makefile
524 embedding/minimo/chromelite/Makefile
526 rdf/chrome/public/Makefile
527 rdf/chrome/build/Makefile
528 rdf/chrome/src/Makefile
529 rdf/chrome/tools/Makefile
530 rdf/chrome/tools/chromereg/Makefile
542 docshell/base/Makefile
543 docshell/shistory/Makefile
544 docshell/shistory/public/Makefile
545 docshell/shistory/src/Makefile
546 docshell/build/Makefile
551 webshell/public/Makefile
556 widget/public/Makefile
558 widget/src/beos/Makefile
559 widget/src/build/Makefile
560 widget/src/gtkxtbin/Makefile
561 widget/src/photon/Makefile
562 widget/src/cocoa/Makefile
563 widget/src/os2/Makefile
564 widget/src/windows/Makefile
565 widget/src/xpwidgets/Makefile
566 widget/src/support/Makefile
570 xpcom/string/Makefile
571 xpcom/string/public/Makefile
572 xpcom/string/src/Makefile
576 xpcom/components/Makefile
579 xpcom/glue/standalone/Makefile
581 xpcom/typelib/Makefile
582 xpcom/reflect/Makefile
583 xpcom/typelib/xpt/Makefile
584 xpcom/typelib/xpt/public/Makefile
585 xpcom/typelib/xpt/src/Makefile
586 xpcom/typelib/xpt/tests/Makefile
587 xpcom/typelib/xpt/tools/Makefile
588 xpcom/typelib/xpidl/Makefile
589 xpcom/reflect/xptcall/Makefile
590 xpcom/reflect/xptcall/public/Makefile
591 xpcom/reflect/xptcall/src/Makefile
592 xpcom/reflect/xptcall/src/md/Makefile
593 xpcom/reflect/xptcall/src/md/os2/Makefile
594 xpcom/reflect/xptcall/src/md/test/Makefile
595 xpcom/reflect/xptcall/src/md/unix/Makefile
596 xpcom/reflect/xptcall/src/md/win32/Makefile
597 xpcom/reflect/xptcall/tests/Makefile
598 xpcom/reflect/xptinfo/Makefile
599 xpcom/reflect/xptinfo/public/Makefile
600 xpcom/reflect/xptinfo/src/Makefile
601 xpcom/reflect/xptinfo/tests/Makefile
603 xpcom/proxy/public/Makefile
604 xpcom/proxy/src/Makefile
605 xpcom/proxy/tests/Makefile
606 xpcom/sample/Makefile
607 xpcom/threads/Makefile
609 xpcom/tools/registry/Makefile
611 xpcom/windbgdlg/Makefile
612 xpcom/system/Makefile
615 intl/unicharutil/public/Makefile
616 intl/uconv/public/Makefile
617 netwerk/base/public/Makefile
618 netwerk/build/Makefile
620 MAKEFILES_xpcom_obsolete
="
621 xpcom/obsolete/Makefile
622 xpcom/obsolete/component/Makefile
625 MAKEFILES_xpcom_tests
="
627 xpcom/tests/dynamic/Makefile
628 xpcom/tests/services/Makefile
629 xpcom/tests/windows/Makefile
632 MAKEFILES_string
="$MAKEFILES_xpcom"
634 MAKEFILES_xpinstall
="
636 xpinstall/public/Makefile
637 xpinstall/res/Makefile
638 xpinstall/src/Makefile
639 xpinstall/stub/Makefile
643 widget/src/xremoteclient/Makefile
644 toolkit/components/Makefile
645 toolkit/components/remote/Makefile
647 xpfe/browser/Makefile
648 xpfe/browser/public/Makefile
649 xpfe/browser/src/Makefile
650 xpfe/components/Makefile
651 xpfe/components/bookmarks/Makefile
652 xpfe/components/bookmarks/public/Makefile
653 xpfe/components/bookmarks/src/Makefile
654 xpfe/components/directory/Makefile
655 xpfe/components/download-manager/Makefile
656 xpfe/components/download-manager/src/Makefile
657 xpfe/components/download-manager/public/Makefile
658 xpfe/components/download-manager/resources/Makefile
659 xpfe/components/extensions/Makefile
660 xpfe/components/extensions/src/Makefile
661 xpfe/components/extensions/public/Makefile
662 xpfe/components/find/Makefile
663 xpfe/components/find/public/Makefile
664 xpfe/components/find/src/Makefile
665 xpfe/components/filepicker/Makefile
666 xpfe/components/filepicker/public/Makefile
667 xpfe/components/filepicker/src/Makefile
668 xpfe/components/history/Makefile
669 xpfe/components/history/src/Makefile
670 xpfe/components/history/public/Makefile
671 xpfe/components/intl/Makefile
672 xpfe/components/related/Makefile
673 xpfe/components/related/src/Makefile
674 xpfe/components/related/public/Makefile
675 xpfe/components/search/Makefile
676 xpfe/components/search/public/Makefile
677 xpfe/components/search/src/Makefile
678 xpfe/components/sidebar/Makefile
679 xpfe/components/sidebar/src/Makefile
680 xpfe/components/startup/Makefile
681 xpfe/components/startup/public/Makefile
682 xpfe/components/startup/src/Makefile
683 xpfe/components/autocomplete/Makefile
684 xpfe/components/autocomplete/public/Makefile
685 xpfe/components/autocomplete/src/Makefile
686 xpfe/components/updates/Makefile
687 xpfe/components/updates/src/Makefile
688 xpfe/components/winhooks/Makefile
689 xpfe/components/windowds/Makefile
690 xpfe/components/alerts/Makefile
691 xpfe/components/alerts/public/Makefile
692 xpfe/components/alerts/src/Makefile
693 xpfe/components/console/Makefile
694 xpfe/components/resetPref/Makefile
695 xpfe/components/build/Makefile
696 xpfe/components/xremote/Makefile
697 xpfe/components/xremote/public/Makefile
698 xpfe/components/xremote/src/Makefile
699 xpfe/appshell/Makefile
700 xpfe/appshell/src/Makefile
701 xpfe/appshell/public/Makefile
702 xpfe/bootstrap/appleevents/Makefile
703 xpfe/browser/Makefile
704 xpfe/browser/src/Makefile
706 xpfe/global/buildconfig.html
707 xpfe/global/resources/Makefile
708 xpfe/global/resources/content/Makefile
709 xpfe/global/resources/content/os2/Makefile
710 xpfe/global/resources/content/unix/Makefile
711 xpfe/global/resources/locale/Makefile
712 xpfe/global/resources/locale/en-US/Makefile
713 xpfe/global/resources/locale/en-US/mac/Makefile
714 xpfe/global/resources/locale/en-US/os2/Makefile
715 xpfe/global/resources/locale/en-US/unix/Makefile
716 xpfe/global/resources/locale/en-US/win/Makefile
717 xpfe/communicator/Makefile
718 extensions/spellcheck/Makefile
719 extensions/spellcheck/hunspell/Makefile
720 extensions/spellcheck/idl/Makefile
721 extensions/spellcheck/locales/Makefile
722 extensions/spellcheck/src/Makefile
725 MAKEFILES_embedding
="
727 embedding/base/Makefile
728 embedding/browser/Makefile
729 embedding/browser/activex/src/Makefile
730 embedding/browser/activex/src/control/Makefile
731 embedding/browser/activex/src/control_kicker/Makefile
732 embedding/browser/build/Makefile
733 embedding/browser/chrome/Makefile
734 embedding/browser/webBrowser/Makefile
735 embedding/browser/gtk/Makefile
736 embedding/browser/gtk/src/Makefile
737 embedding/browser/gtk/tests/Makefile
738 embedding/browser/photon/Makefile
739 embedding/browser/photon/src/Makefile
740 embedding/browser/photon/tests/Makefile
741 embedding/browser/cocoa/Makefile
742 embedding/components/Makefile
743 embedding/components/build/Makefile
744 embedding/components/windowwatcher/Makefile
745 embedding/components/windowwatcher/public/Makefile
746 embedding/components/windowwatcher/src/Makefile
747 embedding/components/ui/Makefile
748 embedding/components/ui/helperAppDlg/Makefile
749 embedding/components/ui/progressDlg/Makefile
750 embedding/config/Makefile
751 embedding/tests/Makefile
752 embedding/tests/cocoaEmbed/Makefile
753 embedding/tests/winEmbed/Makefile
759 minimo/base/wince/Makefile
760 minimo/components/Makefile
761 minimo/components/phone/Makefile
762 minimo/components/softkb/Makefile
763 minimo/components/ssr/Makefile
764 minimo/customization/Makefile
765 minimo/chrome/Makefile
769 security/manager/Makefile
770 security/manager/boot/Makefile
771 security/manager/boot/src/Makefile
772 security/manager/boot/public/Makefile
773 security/manager/ssl/Makefile
774 security/manager/ssl/src/Makefile
775 security/manager/ssl/resources/Makefile
776 security/manager/ssl/public/Makefile
777 security/manager/pki/Makefile
778 security/manager/pki/resources/Makefile
779 security/manager/pki/src/Makefile
780 security/manager/pki/public/Makefile
781 security/manager/locales/Makefile
782 netwerk/protocol/http/public/Makefile
783 netwerk/build/Makefile
784 netwerk/base/public/Makefile
785 netwerk/socket/base/Makefile
786 uriloader/base/Makefile
787 intl/locale/idl/Makefile
788 intl/strres/public/Makefile
790 dom/public/base/Makefile
791 rdf/base/idl/Makefile
792 xpfe/appshell/public/Makefile
796 widget/public/Makefile
797 modules/libpref/public/Makefile
798 content/base/public/Makefile
799 intl/locale/public/Makefile
802 MAKEFILES_xulrunner
="
804 xulrunner/app/Makefile
805 xulrunner/app/profile/Makefile
806 xulrunner/app/profile/chrome/Makefile
807 xulrunner/app/profile/extensions/Makefile
808 xulrunner/installer/Makefile
809 xulrunner/installer/mac/Makefile
814 toolkit/library/Makefile
815 toolkit/crashreporter/Makefile
816 toolkit/crashreporter/client/Makefile
817 toolkit/crashreporter/google-breakpad/src/client/Makefile
818 toolkit/crashreporter/google-breakpad/src/client/mac/handler/Makefile
819 toolkit/crashreporter/google-breakpad/src/client/windows/Makefile
820 toolkit/crashreporter/google-breakpad/src/client/windows/handler/Makefile
821 toolkit/crashreporter/google-breakpad/src/client/windows/sender/Makefile
822 toolkit/crashreporter/google-breakpad/src/common/Makefile
823 toolkit/crashreporter/google-breakpad/src/common/mac/Makefile
824 toolkit/crashreporter/google-breakpad/src/common/windows/Makefile
825 toolkit/crashreporter/google-breakpad/src/tools/mac/dump_syms/Makefile
826 toolkit/content/Makefile
827 toolkit/content/buildconfig.html
828 toolkit/obsolete/Makefile
829 toolkit/components/alerts/Makefile
830 toolkit/components/alerts/public/Makefile
831 toolkit/components/alerts/src/Makefile
832 toolkit/components/autocomplete/Makefile
833 toolkit/components/autocomplete/public/Makefile
834 toolkit/components/autocomplete/src/Makefile
835 toolkit/components/Makefile
836 toolkit/components/build/Makefile
837 toolkit/components/commandlines/Makefile
838 toolkit/components/commandlines/public/Makefile
839 toolkit/components/commandlines/src/Makefile
840 toolkit/components/console/Makefile
841 toolkit/components/cookie/Makefile
842 toolkit/components/downloads/public/Makefile
843 toolkit/components/downloads/Makefile
844 toolkit/components/downloads/src/Makefile
845 toolkit/components/filepicker/Makefile
846 toolkit/system/gnome/Makefile
847 toolkit/components/help/Makefile
848 toolkit/components/history/Makefile
849 toolkit/components/history/public/Makefile
850 toolkit/components/history/src/Makefile
851 toolkit/components/passwordmgr/Makefile
852 toolkit/components/passwordmgr/public/Makefile
853 toolkit/components/passwordmgr/src/Makefile
854 toolkit/components/passwordmgr/content/Makefile
855 toolkit/components/passwordmgr/test/Makefile
856 toolkit/components/places/Makefile
857 toolkit/components/places/public/Makefile
858 toolkit/components/places/src/Makefile
859 toolkit/components/printing/Makefile
860 toolkit/components/satchel/Makefile
861 toolkit/components/satchel/public/Makefile
862 toolkit/components/satchel/src/Makefile
863 toolkit/components/startup/Makefile
864 toolkit/components/startup/public/Makefile
865 toolkit/components/startup/src/Makefile
866 toolkit/components/typeaheadfind/Makefile
867 toolkit/components/typeaheadfind/public/Makefile
868 toolkit/components/typeaheadfind/src/Makefile
869 toolkit/components/viewconfig/Makefile
870 toolkit/components/viewsource/Makefile
871 toolkit/locales/Makefile
872 toolkit/mozapps/Makefile
873 toolkit/mozapps/downloads/content/Makefile
874 toolkit/mozapps/downloads/Makefile
875 toolkit/mozapps/downloads/src/Makefile
876 toolkit/mozapps/extensions/Makefile
877 toolkit/mozapps/extensions/public/Makefile
878 toolkit/mozapps/extensions/src/Makefile
879 toolkit/mozapps/update/Makefile
880 toolkit/mozapps/update/public/Makefile
881 toolkit/mozapps/update/src/Makefile
882 toolkit/mozapps/xpinstall/Makefile
883 toolkit/profile/Makefile
884 toolkit/profile/public/Makefile
885 toolkit/profile/skin/Makefile
886 toolkit/profile/src/Makefile
887 toolkit/themes/Makefile
888 toolkit/themes/gnomestripe/global/Makefile
889 toolkit/themes/gnomestripe/Makefile
890 toolkit/themes/pmstripe/global/Makefile
891 toolkit/themes/pmstripe/Makefile
892 toolkit/themes/pinstripe/communicator/Makefile
893 toolkit/themes/pinstripe/Makefile
894 toolkit/themes/pinstripe/global/Makefile
895 toolkit/themes/pinstripe/help/Makefile
896 toolkit/themes/pinstripe/mozapps/Makefile
897 toolkit/themes/winstripe/communicator/Makefile
898 toolkit/themes/winstripe/Makefile
899 toolkit/themes/winstripe/global/Makefile
900 toolkit/themes/winstripe/help/Makefile
901 toolkit/themes/winstripe/mozapps/Makefile
905 MAKEFILES_standalone_composer
="
907 composer/app/Makefile
908 composer/app/profile/Makefile
909 composer/base/Makefile
910 xpfe/components/build2/Makefile
915 calendar/resources/Makefile
916 calendar/libical/Makefile
917 calendar/libical/src/Makefile
918 calendar/libical/src/libical/Makefile
919 calendar/libical/src/libicalss/Makefile
920 calendar/base/Makefile
921 calendar/base/public/Makefile
922 calendar/base/src/Makefile
923 calendar/base/build/Makefile
924 calendar/providers/Makefile
925 calendar/providers/memory/Makefile
926 calendar/providers/storage/Makefile
927 calendar/providers/composite/Makefile
931 calendar/installer/Makefile
932 calendar/installer/windows/Makefile
933 calendar/locales/Makefile
934 calendar/sunbird/Makefile
935 calendar/sunbird/app/Makefile
936 calendar/sunbird/base/Makefile
939 MAKEFILES_macbrowser
="
941 camino/flashblock/Makefile
942 camino/installer/Makefile
945 if [ "$MOZ_MAIL_NEWS" ]; then
946 if [ -f ${srcdir}/mailnews
/makefiles
]; then
947 MAKEFILES_mailnews
=`cat ${srcdir}/mailnews/makefiles`
953 ipc/ipcd/daemon/public/Makefile
954 ipc/ipcd/daemon/src/Makefile
955 ipc/ipcd/client/public/Makefile
956 ipc/ipcd/client/src/Makefile
957 ipc/ipcd/shared/src/Makefile
958 ipc/ipcd/test/Makefile
959 ipc/ipcd/test/module/Makefile
960 ipc/ipcd/extensions/Makefile
961 ipc/ipcd/extensions/lock/Makefile
962 ipc/ipcd/extensions/lock/public/Makefile
963 ipc/ipcd/extensions/lock/src/Makefile
964 ipc/ipcd/extensions/lock/src/module/Makefile
965 ipc/ipcd/util/Makefile
966 ipc/ipcd/util/public/Makefile
967 ipc/ipcd/util/src/Makefile
970 MAKEFILES_transmngr
="
971 ipc/ipcd/extensions/transmngr/Makefile
972 ipc/ipcd/extensions/transmngr/public/Makefile
973 ipc/ipcd/extensions/transmngr/src/Makefile
974 ipc/ipcd/extensions/transmngr/build/Makefile
975 ipc/ipcd/extensions/transmngr/test/Makefile
976 ipc/ipcd/extensions/transmngr/common/Makefile
977 ipc/ipcd/extensions/transmngr/module/Makefile
980 MAKEFILES_profilesharingsetup
="
981 embedding/components/profilesharingsetup/Makefile
982 embedding/components/profilesharingsetup/public/Makefile
983 embedding/components/profilesharingsetup/src/Makefile
987 modules/libpr0n/Makefile
988 modules/libpr0n/build/Makefile
989 modules/libpr0n/public/Makefile
990 modules/libpr0n/src/Makefile
991 modules/libpr0n/decoders/Makefile
992 modules/libpr0n/decoders/gif/Makefile
993 modules/libpr0n/decoders/png/Makefile
994 modules/libpr0n/decoders/jpeg/Makefile
995 modules/libpr0n/decoders/bmp/Makefile
996 modules/libpr0n/decoders/icon/Makefile
997 modules/libpr0n/decoders/icon/win/Makefile
998 modules/libpr0n/decoders/icon/gtk/Makefile
999 modules/libpr0n/decoders/icon/beos/Makefile
1000 modules/libpr0n/decoders/xbm/Makefile
1001 modules/libpr0n/encoders/Makefile
1002 modules/libpr0n/encoders/png/Makefile
1003 modules/libpr0n/encoders/jpeg/Makefile
1006 MAKEFILES_accessible
="
1008 accessible/public/Makefile
1009 accessible/public/msaa/Makefile
1010 accessible/src/Makefile
1011 accessible/src/base/Makefile
1012 accessible/src/html/Makefile
1013 accessible/src/xul/Makefile
1014 accessible/src/msaa/Makefile
1015 accessible/src/atk/Makefile
1016 accessible/src/mac/Makefile
1017 accessible/build/Makefile
1020 if [ ! "$SYSTEM_JPEG" ]; then
1021 MAKEFILES_jpeg
="jpeg/Makefile"
1024 if [ ! "$SYSTEM_ZLIB" ]; then
1026 modules/zlib/Makefile
1027 modules/zlib/src/Makefile
1033 modules/zlib/standalone/Makefile
1037 modules/libbz2/Makefile
1038 modules/libbz2/src/Makefile
1042 modules/libmar/Makefile
1043 modules/libmar/src/Makefile
1044 modules/libmar/tool/Makefile
1047 if test -n "$MOZ_UPDATE_PACKAGING"; then
1048 MAKEFILES_update_packaging
="
1049 tools/update-packaging/Makefile
1050 other-licenses/bsdiff/Makefile
1054 if [ ! "$SYSTEM_PNG" ]; then
1055 MAKEFILES_libimg
="$MAKEFILES_libimg modules/libimg/png/Makefile"
1060 toolkit/system/gnome/Makefile
1066 if [ -f ${srcdir}/l10n
/makefiles.all
]; then
1067 MAKEFILES_langpacks
=`cat ${srcdir}/l10n/makefiles.all`
1070 if [ "$MOZ_L10N" ]; then
1071 MAKEFILES_l10n
="l10n/Makefile"
1073 if [ "$MOZ_L10N_LANG" ]; then
1074 MAKEFILES_l10n_lang
="
1076 l10n/lang/addressbook/Makefile
1077 l10n/lang/bookmarks/Makefile
1078 l10n/lang/directory/Makefile
1079 l10n/lang/editor/Makefile
1080 l10n/lang/global/Makefile
1081 l10n/lang/history/Makefile
1082 l10n/lang/messenger/Makefile
1083 l10n/lang/messengercompose/Makefile
1084 l10n/lang/navigator/Makefile
1085 l10n/lang/pref/Makefile
1086 l10n/lang/related/Makefile
1087 l10n/lang/sidebar/Makefile
1088 l10n/lang/addressbook/locale/Makefile
1089 l10n/lang/bookmarks/locale/Makefile
1090 l10n/lang/directory/locale/Makefile
1091 l10n/lang/editor/locale/Makefile
1092 l10n/lang/global/locale/Makefile
1093 l10n/lang/history/locale/Makefile
1094 l10n/lang/messenger/locale/Makefile
1095 l10n/lang/messengercompose/locale/Makefile
1096 l10n/lang/navigator/locale/Makefile
1097 l10n/lang/pref/locale/Makefile
1098 l10n/lang/related/locale/Makefile
1099 l10n/lang/sidebar/locale/Makefile
1105 if [ "$MOZ_JPROF" ]; then
1106 MAKEFILES_jprof
="tools/jprof/Makefile
1107 tools/jprof/stub/Makefile"
1111 if [ "$MOZ_LEAKY" ]; then
1112 MAKEFILES_leaky
="tools/leaky/Makefile"
1115 # tools/trace-malloc
1116 if [ "$NS_TRACE_MALLOC" ]; then
1117 MAKEFILES_tracemalloc
="tools/trace-malloc/Makefile tools/trace-malloc/lib/Makefile"
1121 if [ "$MOZ_MAPINFO" ]; then
1122 MAKEFILES_codesighs
="tools/codesighs/Makefile"
1126 if [ "$MOZ_MATHML" ]; then
1127 MAKEFILES_intl
="$MAKEFILES_intl
1128 intl/uconv/ucvmath/Makefile
1130 MAKEFILES_layout
="$MAKEFILES_layout
1131 layout/mathml/Makefile
1132 layout/mathml/base/Makefile
1133 layout/mathml/base/src/Makefile
1134 layout/mathml/content/Makefile
1135 layout/mathml/content/src/Makefile
1140 if [ "$MOZ_SVG" ]; then
1141 MAKEFILES_content
="$MAKEFILES_content
1142 content/svg/Makefile
1143 content/svg/document/Makefile
1144 content/svg/document/src/Makefile
1145 content/svg/content/Makefile
1146 content/svg/content/src/Makefile
1148 MAKEFILES_dom
="$MAKEFILES_dom
1149 dom/public/idl/svg/Makefile
1151 MAKEFILES_layout
="$MAKEFILES_layout
1153 layout/svg/base/Makefile
1154 layout/svg/base/src/Makefile
1159 if [ "$MOZ_XTF" ]; then
1160 MAKEFILES_content
="$MAKEFILES_content
1161 content/xtf/Makefile
1162 content/xtf/public/Makefile
1163 content/xtf/src/Makefile
1167 if [ "$MOZ_XMLEXTRAS" ]; then
1168 MAKEFILES_content
="$MAKEFILES_content
1169 extensions/xmlextras/Makefile
1170 extensions/xmlextras/pointers/Makefile
1171 extensions/xmlextras/pointers/src/Makefile
1172 extensions/xmlextras/build/Makefile
1173 extensions/xmlextras/build/src/Makefile
1177 if [ "$MOZ_WEBSERVICES" ]; then
1178 MAKEFILES_content
="$MAKEFILES_content
1179 extensions/webservices/Makefile
1180 extensions/webservices/build/Makefile
1181 extensions/webservices/build/src/Makefile
1182 extensions/webservices/interfaceinfo/Makefile
1183 extensions/webservices/interfaceinfo/src/Makefile
1184 extensions/webservices/proxy/Makefile
1185 extensions/webservices/proxy/src/Makefile
1186 extensions/webservices/public/Makefile
1187 extensions/webservices/security/Makefile
1188 extensions/webservices/security/src/Makefile
1189 extensions/webservices/schema/Makefile
1190 extensions/webservices/schema/src/Makefile
1191 extensions/webservices/soap/Makefile
1192 extensions/webservices/soap/src/Makefile
1193 extensions/webservices/wsdl/Makefile
1194 extensions/webservices/wsdl/src/Makefile
1198 if [ "$MOZ_JAVAXPCOM" ]; then
1199 MAKEFILES_javaxpcom
="
1200 extensions/java/Makefile
1201 extensions/java/xpcom/Makefile
1202 extensions/java/xpcom/interfaces/Makefile
1203 extensions/java/xpcom/src/Makefile
1204 extensions/java/xpcom/glue/Makefile
1209 if [ "$MOZ_LDAP_XPCOM" ]; then
1211 directory/xpcom/Makefile
1212 directory/xpcom/base/Makefile
1213 directory/xpcom/base/public/Makefile
1214 directory/xpcom/base/src/Makefile
1218 # embedding/componentlib
1220 if [ "$MOZ_COMPONENTLIB" ]; then
1221 MAKEFILES_static_components
="$MAKEFILE_static_components
1222 embedding/componentlib/Makefile
1229 if [ "$MOZ_STATIC_COMPONENTS" -o "$MOZ_META_COMPONENTS" ]; then
1230 MAKEFILES_static_components
="$MAKEFILES_static_components
1231 modules/staticmod/Makefile
1236 if [ "$MOZ_PREF_EXTENSIONS" ]; then
1237 MOZ_EXTENSIONS
="$MOZ_EXTENSIONS pref"
1240 for extension
in $MOZ_EXTENSIONS; do
1241 if [ -f "${srcdir}/extensions/${extension}/makefiles.sh" ]; then
1242 .
"${srcdir}/extensions/${extension}/makefiles.sh"
1246 MAKEFILES_themes
=`cat ${srcdir}/themes/makefiles`
1255 $MAKEFILES_codesighs
1257 $MAKEFILES_embedding
1259 $MAKEFILES_extensions
1261 $MAKEFILES_accessible
1262 $MAKEFILES_htmlparser
1264 $MAKEFILES_javaxpcom
1270 $MAKEFILES_jsdebugger
1272 $MAKEFILES_l10n_lang
1273 $MAKEFILES_langpacks
1283 $MAKEFILES_liveconnect
1284 $MAKEFILES_macmorefiles
1291 $MAKEFILES_static_components
1294 $MAKEFILES_tracemalloc
1295 $MAKEFILES_uriloader
1301 $MAKEFILES_xpcom_obsolete
1302 $MAKEFILES_xpcom_tests
1303 $MAKEFILES_xpconnect
1304 $MAKEFILES_xpinstall
1309 $MAKEFILES_update_packaging
1312 if test -n "$MOZ_PSM"; then
1313 add_makefiles
"$MAKEFILES_psm2"
1316 if test -n "$MOZ_CALENDAR"; then
1317 add_makefiles
"$MAKEFILES_calendar"
1320 if test -n "$MOZ_XUL_APP"; then
1321 add_makefiles
"$MAKEFILES_xulapp"
1324 if test -n "$MOZ_XULRUNNER"; then
1325 add_makefiles
"$MAKEFILES_xulrunner"
1328 if test -n "$MOZ_STANDALONE_COMPOSER"; then
1329 add_makefiles
"$MAKEFILES_standalone_composer"
1332 if test -n "$MOZ_SUNBIRD"; then
1333 add_makefiles
"$MAKEFILES_sunbird"
1336 if test "$MOZ_BUILD_APP" = "camino"; then
1337 add_makefiles
"$MAKEFILES_macbrowser"
1340 if test -n "$MOZ_IPCD"; then
1341 add_makefiles
"$MAKEFILES_ipcd"
1344 if test -n "$MOZ_PROFILESHARING"; then
1345 add_makefiles
"$MAKEFILES_transmngr"
1346 add_makefiles
"$MAKEFILES_profilesharingsetup"
1349 if test -n "$MINIMO"; then
1350 add_makefiles
"$MAKEFILES_minimo"
1351 add_makefiles
"$MAKEFILES_xulapp"
1354 if test -n "$MOZ_ENABLE_GTK2"; then
1355 add_makefiles
"$MAKEFILES_gnome"
1358 if test -n "$MOZ_STORAGE"; then
1359 add_makefiles
"$MAKEFILES_storage"
1362 if test -f "${srcdir}/${MOZ_BUILD_APP}/makefiles.sh"; then
1363 .
"${srcdir}/${MOZ_BUILD_APP}/makefiles.sh"