adding color management capabilities -- preffed off. bug 16769. patch from tor....
[mozilla-central.git] / allmakefiles.sh
blobdedc68d9d3b85bd604c629980fb7f1155ad101be
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/psshared/Makefile
159 gfx/src/photon/Makefile
160 gfx/src/mac/Makefile
161 gfx/src/os2/Makefile
162 gfx/src/windows/Makefile
163 gfx/src/thebes/Makefile
164 gfx/tests/Makefile
167 if [ "$MOZ_TREE_CAIRO" ] ; then
168 MAKEFILES_gfx="$MAKEFILES_gfx
169 gfx/cairo/Makefile
170 gfx/cairo/libpixman/src/Makefile
171 gfx/cairo/cairo/src/Makefile
172 gfx/cairo/cairo/src/cairo-features.h
173 gfx/cairo/glitz/src/Makefile
174 gfx/cairo/glitz/src/glx/Makefile
175 gfx/cairo/glitz/src/wgl/Makefile
179 if [ !"$MOZ_NATIVE_LCMS" ] ; then
180 MAKEFILES_gfx="$MAKEFILES_gfx
181 modules/lcms/Makefile
182 modules/lcms/include/Makefile
183 modules/lcms/src/Makefile
187 MAKEFILES_htmlparser="
188 parser/htmlparser/Makefile
189 parser/htmlparser/robot/Makefile
190 parser/htmlparser/robot/test/Makefile
191 parser/htmlparser/public/Makefile
192 parser/htmlparser/src/Makefile
193 parser/htmlparser/tests/Makefile
194 parser/htmlparser/tests/grabpage/Makefile
195 parser/htmlparser/tests/logparse/Makefile
196 parser/htmlparser/tests/html/Makefile
197 parser/htmlparser/tests/outsinks/Makefile
200 MAKEFILES_intl="
201 intl/Makefile
202 intl/chardet/Makefile
203 intl/chardet/public/Makefile
204 intl/chardet/src/Makefile
205 intl/uconv/Makefile
206 intl/uconv/idl/Makefile
207 intl/uconv/public/Makefile
208 intl/uconv/src/Makefile
209 intl/uconv/tests/Makefile
210 intl/uconv/ucvja/Makefile
211 intl/uconv/ucvlatin/Makefile
212 intl/uconv/ucvcn/Makefile
213 intl/uconv/ucvtw/Makefile
214 intl/uconv/ucvtw2/Makefile
215 intl/uconv/ucvko/Makefile
216 intl/uconv/ucvibm/Makefile
217 intl/uconv/native/Makefile
218 intl/locale/Makefile
219 intl/locale/public/Makefile
220 intl/locale/idl/Makefile
221 intl/locale/src/Makefile
222 intl/locale/src/unix/Makefile
223 intl/locale/src/os2/Makefile
224 intl/locale/src/windows/Makefile
225 intl/locale/tests/Makefile
226 intl/lwbrk/Makefile
227 intl/lwbrk/src/Makefile
228 intl/lwbrk/public/Makefile
229 intl/lwbrk/tests/Makefile
230 intl/unicharutil/Makefile
231 intl/unicharutil/util/Makefile
232 intl/unicharutil/util/internal/Makefile
233 intl/unicharutil/idl/Makefile
234 intl/unicharutil/src/Makefile
235 intl/unicharutil/public/Makefile
236 intl/unicharutil/tables/Makefile
237 intl/unicharutil/tests/Makefile
238 intl/unicharutil/tools/Makefile
239 intl/strres/Makefile
240 intl/strres/public/Makefile
241 intl/strres/src/Makefile
242 intl/strres/tests/Makefile
245 if [ "$SUNCTL" ] ; then
246 MAKEFILES_intl="$MAKEFILES_intl
247 intl/ctl/Makefile
248 intl/ctl/public/Makefile
249 intl/ctl/src/Makefile
250 intl/ctl/src/pangoLite/Makefile
251 intl/ctl/src/thaiShaper/Makefile
252 intl/ctl/src/hindiShaper/Makefile
256 if [ "$MOZ_UNIVERSALCHARDET" ] ; then
257 MAKEFILES_intl="$MAKEFILES_intl
258 extensions/universalchardet/Makefile
259 extensions/universalchardet/src/Makefile
260 extensions/universalchardet/src/base/Makefile
261 extensions/universalchardet/src/xpcom/Makefile
262 extensions/universalchardet/tests/Makefile
266 MAKEFILES_js="
267 js/src/Makefile
268 js/src/fdlibm/Makefile
271 MAKEFILES_liveconnect="
272 js/src/liveconnect/Makefile
273 js/src/liveconnect/classes/Makefile
276 MAKEFILES_xpconnect="
277 js/src/xpconnect/Makefile
278 js/src/xpconnect/public/Makefile
279 js/src/xpconnect/idl/Makefile
280 js/src/xpconnect/shell/Makefile
281 js/src/xpconnect/src/Makefile
282 js/src/xpconnect/loader/Makefile
283 js/src/xpconnect/tests/Makefile
284 js/src/xpconnect/tests/components/Makefile
285 js/src/xpconnect/tests/idl/Makefile
286 js/src/xpconnect/shell/Makefile
287 js/src/xpconnect/tools/Makefile
288 js/src/xpconnect/tools/idl/Makefile
289 js/src/xpconnect/tools/idl/Makefile
292 MAKEFILES_jsdebugger="
293 js/jsd/Makefile
294 js/jsd/idl/Makefile
297 MAKEFILES_content="
298 content/Makefile
299 content/base/Makefile
300 content/base/public/Makefile
301 content/base/src/Makefile
302 content/canvas/Makefile
303 content/canvas/public/Makefile
304 content/canvas/src/Makefile
305 content/events/Makefile
306 content/events/public/Makefile
307 content/events/src/Makefile
308 content/html/Makefile
309 content/html/content/Makefile
310 content/html/content/public/Makefile
311 content/html/content/src/Makefile
312 content/html/document/Makefile
313 content/html/document/public/Makefile
314 content/html/document/src/Makefile
315 content/xml/Makefile
316 content/xml/content/Makefile
317 content/xml/content/src/Makefile
318 content/xml/document/Makefile
319 content/xml/document/public/Makefile
320 content/xml/document/src/Makefile
321 content/xul/Makefile
322 content/xul/content/Makefile
323 content/xul/content/public/Makefile
324 content/xul/content/src/Makefile
325 content/xul/document/Makefile
326 content/xul/document/public/Makefile
327 content/xul/document/src/Makefile
328 content/xul/templates/public/Makefile
329 content/xul/templates/src/Makefile
330 content/xbl/Makefile
331 content/xbl/public/Makefile
332 content/xbl/src/Makefile
333 content/xbl/builtin/Makefile
334 content/xslt/Makefile
335 content/xslt/public/Makefile
336 content/xslt/src/Makefile
337 content/xslt/src/base/Makefile
338 content/xslt/src/xml/Makefile
339 content/xslt/src/xpath/Makefile
340 content/xslt/src/xslt/Makefile
341 content/xslt/src/main/Makefile
344 MAKEFILES_layout="
345 layout/Makefile
346 layout/base/Makefile
347 layout/base/tests/Makefile
348 layout/build/Makefile
349 layout/forms/Makefile
350 layout/html/tests/Makefile
351 layout/style/Makefile
352 layout/printing/Makefile
353 layout/tools/Makefile
354 layout/xul/Makefile
355 layout/xul/base/Makefile
356 layout/xul/base/public/Makefile
357 layout/xul/base/src/Makefile
358 layout/xul/base/src/tree/Makefile
359 layout/xul/base/src/tree/src/Makefile
360 layout/xul/base/src/tree/public/Makefile
363 MAKEFILES_libimg="
364 modules/libimg/Makefile
367 MAKEFILES_libjar="
368 modules/libjar/Makefile
369 modules/libjar/standalone/Makefile
370 modules/libjar/test/Makefile
373 MAKEFILES_libreg="
374 modules/libreg/Makefile
375 modules/libreg/include/Makefile
376 modules/libreg/src/Makefile
377 modules/libreg/standalone/Makefile
380 MAKEFILES_libpref="
381 modules/libpref/Makefile
382 modules/libpref/public/Makefile
383 modules/libpref/src/Makefile
386 MAKEFILES_libutil="
387 modules/libutil/Makefile
388 modules/libutil/public/Makefile
389 modules/libutil/src/Makefile
392 MAKEFILES_oji="
393 modules/oji/Makefile
394 modules/oji/public/Makefile
395 modules/oji/src/Makefile
396 plugin/oji/JEP/Makefile
399 MAKEFILES_plugin="
400 modules/plugin/Makefile
401 modules/plugin/base/src/Makefile
402 modules/plugin/base/public/Makefile
403 modules/plugin/samples/simple/Makefile
404 modules/plugin/samples/SanePlugin/Makefile
405 modules/plugin/samples/default/unix/Makefile
406 modules/plugin/tools/sdk/Makefile
407 modules/plugin/tools/sdk/samples/Makefile
408 modules/plugin/tools/sdk/samples/common/Makefile
409 modules/plugin/tools/sdk/samples/basic/windows/Makefile
410 modules/plugin/tools/sdk/samples/scriptable/windows/Makefile
411 modules/plugin/tools/sdk/samples/simple/Makefile
412 modules/plugin/tools/sdk/samples/winless/windows/Makefile
415 MAKEFILES_netwerk="
416 netwerk/Makefile
417 netwerk/base/Makefile
418 netwerk/base/public/Makefile
419 netwerk/base/src/Makefile
420 netwerk/build/Makefile
421 netwerk/cache/Makefile
422 netwerk/cache/public/Makefile
423 netwerk/cache/src/Makefile
424 netwerk/cookie/Makefile
425 netwerk/cookie/public/Makefile
426 netwerk/cookie/src/Makefile
427 netwerk/dns/Makefile
428 netwerk/dns/public/Makefile
429 netwerk/dns/src/Makefile
430 netwerk/protocol/Makefile
431 netwerk/protocol/about/Makefile
432 netwerk/protocol/about/public/Makefile
433 netwerk/protocol/about/src/Makefile
434 netwerk/protocol/data/Makefile
435 netwerk/protocol/data/src/Makefile
436 netwerk/protocol/file/Makefile
437 netwerk/protocol/file/public/Makefile
438 netwerk/protocol/file/src/Makefile
439 netwerk/protocol/ftp/Makefile
440 netwerk/protocol/ftp/public/Makefile
441 netwerk/protocol/ftp/src/Makefile
442 netwerk/protocol/gopher/Makefile
443 netwerk/protocol/gopher/src/Makefile
444 netwerk/protocol/http/Makefile
445 netwerk/protocol/http/public/Makefile
446 netwerk/protocol/http/src/Makefile
447 netwerk/protocol/res/Makefile
448 netwerk/protocol/res/public/Makefile
449 netwerk/protocol/res/src/Makefile
450 netwerk/mime/Makefile
451 netwerk/mime/public/Makefile
452 netwerk/mime/src/Makefile
453 netwerk/socket/Makefile
454 netwerk/socket/base/Makefile
455 netwerk/streamconv/Makefile
456 netwerk/streamconv/converters/Makefile
457 netwerk/streamconv/public/Makefile
458 netwerk/streamconv/src/Makefile
459 netwerk/streamconv/test/Makefile
460 netwerk/test/Makefile
461 netwerk/testserver/Makefile
462 netwerk/resources/Makefile
463 netwerk/locales/Makefile
464 netwerk/system/Makefile
465 netwerk/system/win32/Makefile
466 uriloader/exthandler/Makefile
467 intl/strres/public/Makefile
468 intl/locale/idl/Makefile
469 $MAKEFILES_js
470 modules/libpref/public/Makefile
473 if [ "$MOZ_AUTH_EXTENSION" ]; then
474 MAKEFILES_netwerk="$MAKEFILES_netwerk
475 extensions/auth/Makefile
479 MAKEFILES_uriloader="
480 uriloader/Makefile
481 uriloader/base/Makefile
482 uriloader/exthandler/Makefile
485 MAKEFILES_profile="
486 profile/Makefile
487 profile/src/Makefile
488 profile/public/Makefile
489 profile/resources/Makefile
490 profile/pref-migrator/Makefile
491 profile/pref-migrator/public/Makefile
492 profile/pref-migrator/src/Makefile
493 profile/pref-migrator/resources/Makefile
494 profile/defaults/Makefile
495 profile/dirserviceprovider/Makefile
496 profile/dirserviceprovider/public/Makefile
497 profile/dirserviceprovider/src/Makefile
500 MAKEFILES_rdf="
501 rdf/Makefile
502 rdf/base/Makefile
503 rdf/base/idl/Makefile
504 rdf/base/public/Makefile
505 rdf/base/src/Makefile
506 rdf/util/Makefile
507 rdf/util/public/Makefile
508 rdf/util/src/Makefile
509 rdf/util/src/internal/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/photon/Makefile
575 widget/src/mac/Makefile
576 widget/src/cocoa/Makefile
577 widget/src/os2/Makefile
578 widget/src/windows/Makefile
579 widget/src/xpwidgets/Makefile
580 widget/src/support/Makefile
583 MAKEFILES_xpcom="
584 xpcom/string/Makefile
585 xpcom/string/public/Makefile
586 xpcom/string/src/Makefile
587 xpcom/Makefile
588 xpcom/base/Makefile
589 xpcom/build/Makefile
590 xpcom/components/Makefile
591 xpcom/ds/Makefile
592 xpcom/glue/Makefile
593 xpcom/glue/standalone/Makefile
594 xpcom/io/Makefile
595 xpcom/typelib/Makefile
596 xpcom/reflect/Makefile
597 xpcom/typelib/xpt/Makefile
598 xpcom/typelib/xpt/public/Makefile
599 xpcom/typelib/xpt/src/Makefile
600 xpcom/typelib/xpt/tests/Makefile
601 xpcom/typelib/xpt/tools/Makefile
602 xpcom/typelib/xpidl/Makefile
603 xpcom/reflect/xptcall/Makefile
604 xpcom/reflect/xptcall/public/Makefile
605 xpcom/reflect/xptcall/src/Makefile
606 xpcom/reflect/xptcall/src/md/Makefile
607 xpcom/reflect/xptcall/src/md/os2/Makefile
608 xpcom/reflect/xptcall/src/md/test/Makefile
609 xpcom/reflect/xptcall/src/md/unix/Makefile
610 xpcom/reflect/xptcall/src/md/win32/Makefile
611 xpcom/reflect/xptcall/tests/Makefile
612 xpcom/reflect/xptinfo/Makefile
613 xpcom/reflect/xptinfo/public/Makefile
614 xpcom/reflect/xptinfo/src/Makefile
615 xpcom/reflect/xptinfo/tests/Makefile
616 xpcom/proxy/Makefile
617 xpcom/proxy/public/Makefile
618 xpcom/proxy/src/Makefile
619 xpcom/proxy/tests/Makefile
620 xpcom/sample/Makefile
621 xpcom/threads/Makefile
622 xpcom/tools/Makefile
623 xpcom/tools/registry/Makefile
624 xpcom/stub/Makefile
625 xpcom/windbgdlg/Makefile
626 xpcom/system/Makefile
627 $MAKEFILES_libreg
628 $MAKEFILES_libjar
629 intl/unicharutil/public/Makefile
630 intl/uconv/public/Makefile
631 netwerk/base/public/Makefile
632 netwerk/build/Makefile
634 MAKEFILES_xpcom_obsolete="
635 xpcom/obsolete/Makefile
636 xpcom/obsolete/component/Makefile
639 MAKEFILES_xpcom_tests="
640 xpcom/tests/Makefile
641 xpcom/tests/dynamic/Makefile
642 xpcom/tests/services/Makefile
643 xpcom/tests/windows/Makefile
646 MAKEFILES_string="$MAKEFILES_xpcom"
648 MAKEFILES_xpinstall="
649 xpinstall/Makefile
650 xpinstall/public/Makefile
651 xpinstall/res/Makefile
652 xpinstall/src/Makefile
653 xpinstall/stub/Makefile
656 MAKEFILES_xpfe="
657 widget/src/xremoteclient/Makefile
658 toolkit/components/Makefile
659 toolkit/components/remote/Makefile
660 xpfe/Makefile
661 xpfe/browser/Makefile
662 xpfe/browser/public/Makefile
663 xpfe/browser/src/Makefile
664 xpfe/components/Makefile
665 xpfe/components/bookmarks/Makefile
666 xpfe/components/bookmarks/public/Makefile
667 xpfe/components/bookmarks/src/Makefile
668 xpfe/components/directory/Makefile
669 xpfe/components/download-manager/Makefile
670 xpfe/components/download-manager/src/Makefile
671 xpfe/components/download-manager/public/Makefile
672 xpfe/components/download-manager/resources/Makefile
673 xpfe/components/extensions/Makefile
674 xpfe/components/extensions/src/Makefile
675 xpfe/components/extensions/public/Makefile
676 xpfe/components/find/Makefile
677 xpfe/components/find/public/Makefile
678 xpfe/components/find/src/Makefile
679 xpfe/components/filepicker/Makefile
680 xpfe/components/filepicker/public/Makefile
681 xpfe/components/filepicker/src/Makefile
682 xpfe/components/history/Makefile
683 xpfe/components/history/src/Makefile
684 xpfe/components/history/public/Makefile
685 xpfe/components/intl/Makefile
686 xpfe/components/related/Makefile
687 xpfe/components/related/src/Makefile
688 xpfe/components/related/public/Makefile
689 xpfe/components/search/Makefile
690 xpfe/components/search/public/Makefile
691 xpfe/components/search/src/Makefile
692 xpfe/components/sidebar/Makefile
693 xpfe/components/sidebar/src/Makefile
694 xpfe/components/startup/Makefile
695 xpfe/components/startup/public/Makefile
696 xpfe/components/startup/src/Makefile
697 xpfe/components/autocomplete/Makefile
698 xpfe/components/autocomplete/public/Makefile
699 xpfe/components/autocomplete/src/Makefile
700 xpfe/components/updates/Makefile
701 xpfe/components/updates/src/Makefile
702 xpfe/components/urlwidget/Makefile
703 xpfe/components/winhooks/Makefile
704 xpfe/components/windowds/Makefile
705 xpfe/components/alerts/Makefile
706 xpfe/components/alerts/public/Makefile
707 xpfe/components/alerts/src/Makefile
708 xpfe/components/console/Makefile
709 xpfe/components/resetPref/Makefile
710 xpfe/components/killAll/Makefile
711 xpfe/components/build/Makefile
712 xpfe/components/xremote/Makefile
713 xpfe/components/xremote/public/Makefile
714 xpfe/components/xremote/src/Makefile
715 xpfe/appshell/Makefile
716 xpfe/appshell/src/Makefile
717 xpfe/appshell/public/Makefile
718 xpfe/bootstrap/appleevents/Makefile
719 xpfe/browser/Makefile
720 xpfe/browser/src/Makefile
721 xpfe/global/Makefile
722 xpfe/global/buildconfig.html
723 xpfe/global/resources/Makefile
724 xpfe/global/resources/content/Makefile
725 xpfe/global/resources/content/os2/Makefile
726 xpfe/global/resources/content/unix/Makefile
727 xpfe/global/resources/locale/Makefile
728 xpfe/global/resources/locale/en-US/Makefile
729 xpfe/global/resources/locale/en-US/mac/Makefile
730 xpfe/global/resources/locale/en-US/os2/Makefile
731 xpfe/global/resources/locale/en-US/unix/Makefile
732 xpfe/global/resources/locale/en-US/win/Makefile
733 xpfe/communicator/Makefile
734 extensions/spellcheck/Makefile
735 extensions/spellcheck/idl/Makefile
736 extensions/spellcheck/locales/Makefile
737 extensions/spellcheck/myspell/Makefile
738 extensions/spellcheck/src/Makefile
741 MAKEFILES_embedding="
742 embedding/Makefile
743 embedding/base/Makefile
744 embedding/browser/Makefile
745 embedding/browser/activex/src/Makefile
746 embedding/browser/activex/src/control/Makefile
747 embedding/browser/activex/src/control_kicker/Makefile
748 embedding/browser/build/Makefile
749 embedding/browser/chrome/Makefile
750 embedding/browser/webBrowser/Makefile
751 embedding/browser/gtk/Makefile
752 embedding/browser/gtk/src/Makefile
753 embedding/browser/gtk/tests/Makefile
754 embedding/browser/photon/Makefile
755 embedding/browser/photon/src/Makefile
756 embedding/browser/photon/tests/Makefile
757 embedding/browser/cocoa/Makefile
758 embedding/components/Makefile
759 embedding/components/build/Makefile
760 embedding/components/windowwatcher/Makefile
761 embedding/components/windowwatcher/public/Makefile
762 embedding/components/windowwatcher/src/Makefile
763 embedding/components/ui/Makefile
764 embedding/components/ui/helperAppDlg/Makefile
765 embedding/components/ui/progressDlg/Makefile
766 embedding/config/Makefile
767 embedding/tests/Makefile
768 embedding/tests/cocoaEmbed/Makefile
769 embedding/tests/winEmbed/Makefile
772 MAKEFILES_minimo="
773 minimo/Makefile
774 minimo/base/Makefile
775 minimo/base/wince/Makefile
776 minimo/components/Makefile
777 minimo/components/phone/Makefile
778 minimo/components/softkb/Makefile
779 minimo/components/ssr/Makefile
780 minimo/customization/Makefile
781 minimo/chrome/Makefile
784 MAKEFILES_psm2="
785 security/manager/Makefile
786 security/manager/boot/Makefile
787 security/manager/boot/src/Makefile
788 security/manager/boot/public/Makefile
789 security/manager/ssl/Makefile
790 security/manager/ssl/src/Makefile
791 security/manager/ssl/resources/Makefile
792 security/manager/ssl/public/Makefile
793 security/manager/pki/Makefile
794 security/manager/pki/resources/Makefile
795 security/manager/pki/src/Makefile
796 security/manager/pki/public/Makefile
797 security/manager/locales/Makefile
798 netwerk/protocol/http/public/Makefile
799 netwerk/build/Makefile
800 netwerk/base/public/Makefile
801 netwerk/socket/base/Makefile
802 uriloader/base/Makefile
803 intl/locale/idl/Makefile
804 intl/strres/public/Makefile
805 dom/public/Makefile
806 dom/public/base/Makefile
807 rdf/base/idl/Makefile
808 xpfe/appshell/public/Makefile
809 caps/idl/Makefile
810 gfx/public/Makefile
811 gfx/idl/Makefile
812 widget/public/Makefile
813 modules/libpref/public/Makefile
814 content/base/public/Makefile
815 intl/locale/public/Makefile
818 MAKEFILES_xulrunner="
819 xulrunner/Makefile
820 xulrunner/app/Makefile
821 xulrunner/app/profile/Makefile
822 xulrunner/app/profile/chrome/Makefile
823 xulrunner/app/profile/extensions/Makefile
824 xulrunner/installer/Makefile
825 xulrunner/installer/mac/Makefile
828 MAKEFILES_xulapp="
829 toolkit/Makefile
830 toolkit/library/Makefile
831 toolkit/airbag/Makefile
832 toolkit/airbag/client/Makefile
833 toolkit/airbag/airbag/src/client/Makefile
834 toolkit/airbag/airbag/src/client/mac/handler/Makefile
835 toolkit/airbag/airbag/src/client/windows/Makefile
836 toolkit/airbag/airbag/src/client/windows/handler/Makefile
837 toolkit/airbag/airbag/src/client/windows/sender/Makefile
838 toolkit/airbag/airbag/src/common/Makefile
839 toolkit/airbag/airbag/src/common/mac/Makefile
840 toolkit/airbag/airbag/src/common/windows/Makefile
841 toolkit/airbag/airbag/src/tools/mac/dump_syms/Makefile
842 toolkit/content/Makefile
843 toolkit/content/buildconfig.html
844 toolkit/obsolete/Makefile
845 toolkit/components/alerts/Makefile
846 toolkit/components/alerts/public/Makefile
847 toolkit/components/alerts/src/Makefile
848 toolkit/components/autocomplete/Makefile
849 toolkit/components/autocomplete/public/Makefile
850 toolkit/components/autocomplete/src/Makefile
851 toolkit/components/Makefile
852 toolkit/components/build/Makefile
853 toolkit/components/commandlines/Makefile
854 toolkit/components/commandlines/public/Makefile
855 toolkit/components/commandlines/src/Makefile
856 toolkit/components/console/Makefile
857 toolkit/components/cookie/Makefile
858 toolkit/components/downloads/public/Makefile
859 toolkit/components/downloads/Makefile
860 toolkit/components/downloads/src/Makefile
861 toolkit/components/filepicker/Makefile
862 toolkit/system/gnome/Makefile
863 toolkit/components/help/Makefile
864 toolkit/components/history/Makefile
865 toolkit/components/history/public/Makefile
866 toolkit/components/history/src/Makefile
867 toolkit/components/passwordmgr/Makefile
868 toolkit/components/passwordmgr/public/Makefile
869 toolkit/components/passwordmgr/src/Makefile
870 toolkit/components/passwordmgr/content/Makefile
871 toolkit/components/passwordmgr/test/Makefile
872 toolkit/components/places/Makefile
873 toolkit/components/places/public/Makefile
874 toolkit/components/places/src/Makefile
875 toolkit/components/printing/Makefile
876 toolkit/components/satchel/Makefile
877 toolkit/components/satchel/public/Makefile
878 toolkit/components/satchel/src/Makefile
879 toolkit/components/startup/Makefile
880 toolkit/components/startup/public/Makefile
881 toolkit/components/startup/src/Makefile
882 toolkit/components/typeaheadfind/Makefile
883 toolkit/components/typeaheadfind/public/Makefile
884 toolkit/components/typeaheadfind/src/Makefile
885 toolkit/components/viewconfig/Makefile
886 toolkit/components/viewsource/Makefile
887 toolkit/locales/Makefile
888 toolkit/mozapps/Makefile
889 toolkit/mozapps/downloads/content/Makefile
890 toolkit/mozapps/downloads/Makefile
891 toolkit/mozapps/downloads/src/Makefile
892 toolkit/mozapps/extensions/Makefile
893 toolkit/mozapps/extensions/public/Makefile
894 toolkit/mozapps/extensions/src/Makefile
895 toolkit/mozapps/update/Makefile
896 toolkit/mozapps/update/public/Makefile
897 toolkit/mozapps/update/src/Makefile
898 toolkit/mozapps/xpinstall/Makefile
899 toolkit/profile/Makefile
900 toolkit/profile/public/Makefile
901 toolkit/profile/skin/Makefile
902 toolkit/profile/src/Makefile
903 toolkit/themes/Makefile
904 toolkit/themes/gnomestripe/global/Makefile
905 toolkit/themes/gnomestripe/Makefile
906 toolkit/themes/pmstripe/global/Makefile
907 toolkit/themes/pmstripe/Makefile
908 toolkit/themes/pinstripe/communicator/Makefile
909 toolkit/themes/pinstripe/Makefile
910 toolkit/themes/pinstripe/global/Makefile
911 toolkit/themes/pinstripe/help/Makefile
912 toolkit/themes/pinstripe/mozapps/Makefile
913 toolkit/themes/winstripe/communicator/Makefile
914 toolkit/themes/winstripe/Makefile
915 toolkit/themes/winstripe/global/Makefile
916 toolkit/themes/winstripe/help/Makefile
917 toolkit/themes/winstripe/mozapps/Makefile
918 toolkit/xre/Makefile
921 MAKEFILES_standalone_composer="
922 composer/Makefile
923 composer/app/Makefile
924 composer/app/profile/Makefile
925 composer/base/Makefile
926 xpfe/components/build2/Makefile
929 MAKEFILES_calendar="
930 calendar/Makefile
931 calendar/resources/Makefile
932 calendar/libical/Makefile
933 calendar/libical/src/Makefile
934 calendar/libical/src/libical/Makefile
935 calendar/libical/src/libicalss/Makefile
936 calendar/base/Makefile
937 calendar/base/public/Makefile
938 calendar/base/src/Makefile
939 calendar/base/build/Makefile
940 calendar/providers/Makefile
941 calendar/providers/memory/Makefile
942 calendar/providers/storage/Makefile
943 calendar/providers/composite/Makefile
946 MAKEFILES_sunbird="
947 calendar/installer/Makefile
948 calendar/installer/windows/Makefile
949 calendar/locales/Makefile
950 calendar/sunbird/Makefile
951 calendar/sunbird/app/Makefile
952 calendar/sunbird/base/Makefile
955 MAKEFILES_macbrowser="
956 camino/Makefile
957 camino/flashblock/Makefile
958 camino/installer/Makefile
961 if [ "$MOZ_MAIL_NEWS" ]; then
962 if [ -f ${srcdir}/mailnews/makefiles ]; then
963 MAKEFILES_mailnews=`cat ${srcdir}/mailnews/makefiles`
967 MAKEFILES_ipcd="
968 ipc/ipcd/Makefile
969 ipc/ipcd/daemon/public/Makefile
970 ipc/ipcd/daemon/src/Makefile
971 ipc/ipcd/client/public/Makefile
972 ipc/ipcd/client/src/Makefile
973 ipc/ipcd/shared/src/Makefile
974 ipc/ipcd/test/Makefile
975 ipc/ipcd/test/module/Makefile
976 ipc/ipcd/extensions/Makefile
977 ipc/ipcd/extensions/lock/Makefile
978 ipc/ipcd/extensions/lock/public/Makefile
979 ipc/ipcd/extensions/lock/src/Makefile
980 ipc/ipcd/extensions/lock/src/module/Makefile
981 ipc/ipcd/util/Makefile
982 ipc/ipcd/util/public/Makefile
983 ipc/ipcd/util/src/Makefile
986 MAKEFILES_transmngr="
987 ipc/ipcd/extensions/transmngr/Makefile
988 ipc/ipcd/extensions/transmngr/public/Makefile
989 ipc/ipcd/extensions/transmngr/src/Makefile
990 ipc/ipcd/extensions/transmngr/build/Makefile
991 ipc/ipcd/extensions/transmngr/test/Makefile
992 ipc/ipcd/extensions/transmngr/common/Makefile
993 ipc/ipcd/extensions/transmngr/module/Makefile
996 MAKEFILES_profilesharingsetup="
997 embedding/components/profilesharingsetup/Makefile
998 embedding/components/profilesharingsetup/public/Makefile
999 embedding/components/profilesharingsetup/src/Makefile
1002 MAKEFILES_libpr0n="
1003 modules/libpr0n/Makefile
1004 modules/libpr0n/build/Makefile
1005 modules/libpr0n/public/Makefile
1006 modules/libpr0n/src/Makefile
1007 modules/libpr0n/decoders/Makefile
1008 modules/libpr0n/decoders/gif/Makefile
1009 modules/libpr0n/decoders/png/Makefile
1010 modules/libpr0n/decoders/jpeg/Makefile
1011 modules/libpr0n/decoders/bmp/Makefile
1012 modules/libpr0n/decoders/icon/Makefile
1013 modules/libpr0n/decoders/icon/win/Makefile
1014 modules/libpr0n/decoders/icon/gtk/Makefile
1015 modules/libpr0n/decoders/icon/beos/Makefile
1016 modules/libpr0n/decoders/xbm/Makefile
1017 modules/libpr0n/encoders/Makefile
1018 modules/libpr0n/encoders/png/Makefile
1019 modules/libpr0n/encoders/jpeg/Makefile
1022 MAKEFILES_accessible="
1023 accessible/Makefile
1024 accessible/public/Makefile
1025 accessible/public/msaa/Makefile
1026 accessible/src/Makefile
1027 accessible/src/base/Makefile
1028 accessible/src/html/Makefile
1029 accessible/src/xul/Makefile
1030 accessible/src/msaa/Makefile
1031 accessible/src/atk/Makefile
1032 accessible/src/mac/Makefile
1033 accessible/build/Makefile
1036 if [ ! "$SYSTEM_JPEG" ]; then
1037 MAKEFILES_jpeg="jpeg/Makefile"
1040 if [ ! "$SYSTEM_ZLIB" ]; then
1041 MAKEFILES_zlib="
1042 modules/zlib/Makefile
1043 modules/zlib/src/Makefile
1047 MAKEFILES_zlib="
1048 $MAKEFILES_zlib
1049 modules/zlib/standalone/Makefile
1052 MAKEFILES_libbz2="
1053 modules/libbz2/Makefile
1054 modules/libbz2/src/Makefile
1057 MAKEFILES_libmar="
1058 modules/libmar/Makefile
1059 modules/libmar/src/Makefile
1060 modules/libmar/tool/Makefile
1063 if test -n "$MOZ_UPDATE_PACKAGING"; then
1064 MAKEFILES_update_packaging="
1065 tools/update-packaging/Makefile
1066 other-licenses/bsdiff/Makefile
1070 if [ ! "$SYSTEM_PNG" ]; then
1071 MAKEFILES_libimg="$MAKEFILES_libimg modules/libimg/png/Makefile"
1074 MAKEFILES_gnome="
1075 toolkit/Makefile
1076 toolkit/system/gnome/Makefile
1080 # l10n/
1082 if [ -f ${srcdir}/l10n/makefiles.all ]; then
1083 MAKEFILES_langpacks=`cat ${srcdir}/l10n/makefiles.all`
1086 if [ "$MOZ_L10N" ]; then
1087 MAKEFILES_l10n="l10n/Makefile"
1089 if [ "$MOZ_L10N_LANG" ]; then
1090 MAKEFILES_l10n_lang="
1091 l10n/lang/Makefile
1092 l10n/lang/addressbook/Makefile
1093 l10n/lang/bookmarks/Makefile
1094 l10n/lang/directory/Makefile
1095 l10n/lang/editor/Makefile
1096 l10n/lang/global/Makefile
1097 l10n/lang/history/Makefile
1098 l10n/lang/messenger/Makefile
1099 l10n/lang/messengercompose/Makefile
1100 l10n/lang/navigator/Makefile
1101 l10n/lang/pref/Makefile
1102 l10n/lang/related/Makefile
1103 l10n/lang/sidebar/Makefile
1104 l10n/lang/addressbook/locale/Makefile
1105 l10n/lang/bookmarks/locale/Makefile
1106 l10n/lang/directory/locale/Makefile
1107 l10n/lang/editor/locale/Makefile
1108 l10n/lang/global/locale/Makefile
1109 l10n/lang/history/locale/Makefile
1110 l10n/lang/messenger/locale/Makefile
1111 l10n/lang/messengercompose/locale/Makefile
1112 l10n/lang/navigator/locale/Makefile
1113 l10n/lang/pref/locale/Makefile
1114 l10n/lang/related/locale/Makefile
1115 l10n/lang/sidebar/locale/Makefile
1120 # tools/jprof
1121 if [ "$MOZ_JPROF" ]; then
1122 MAKEFILES_jprof="tools/jprof/Makefile
1123 tools/jprof/stub/Makefile"
1126 # tools/leaky
1127 if [ "$MOZ_LEAKY" ]; then
1128 MAKEFILES_leaky="tools/leaky/Makefile"
1131 # tools/trace-malloc
1132 if [ "$NS_TRACE_MALLOC" ]; then
1133 MAKEFILES_tracemalloc="tools/trace-malloc/Makefile tools/trace-malloc/lib/Makefile"
1136 # tools/codesighs
1137 if [ "$MOZ_MAPINFO" ]; then
1138 MAKEFILES_codesighs="tools/codesighs/Makefile"
1141 # MathML
1142 if [ "$MOZ_MATHML" ]; then
1143 MAKEFILES_intl="$MAKEFILES_intl
1144 intl/uconv/ucvmath/Makefile
1146 MAKEFILES_layout="$MAKEFILES_layout
1147 layout/mathml/Makefile
1148 layout/mathml/base/Makefile
1149 layout/mathml/base/src/Makefile
1150 layout/mathml/content/Makefile
1151 layout/mathml/content/src/Makefile
1155 # svg
1156 if [ "$MOZ_SVG" ]; then
1157 MAKEFILES_content="$MAKEFILES_content
1158 content/svg/Makefile
1159 content/svg/document/Makefile
1160 content/svg/document/src/Makefile
1161 content/svg/content/Makefile
1162 content/svg/content/src/Makefile
1164 MAKEFILES_dom="$MAKEFILES_dom
1165 dom/public/idl/svg/Makefile
1167 MAKEFILES_layout="$MAKEFILES_layout
1168 layout/svg/Makefile
1169 layout/svg/base/Makefile
1170 layout/svg/base/src/Makefile
1174 # xtf
1175 if [ "$MOZ_XTF" ]; then
1176 MAKEFILES_content="$MAKEFILES_content
1177 content/xtf/Makefile
1178 content/xtf/public/Makefile
1179 content/xtf/src/Makefile
1183 if [ "$MOZ_XMLEXTRAS" ]; then
1184 MAKEFILES_content="$MAKEFILES_content
1185 extensions/xmlextras/Makefile
1186 extensions/xmlextras/pointers/Makefile
1187 extensions/xmlextras/pointers/src/Makefile
1188 extensions/xmlextras/build/Makefile
1189 extensions/xmlextras/build/src/Makefile
1193 if [ "$MOZ_WEBSERVICES" ]; then
1194 MAKEFILES_content="$MAKEFILES_content
1195 extensions/webservices/Makefile
1196 extensions/webservices/build/Makefile
1197 extensions/webservices/build/src/Makefile
1198 extensions/webservices/interfaceinfo/Makefile
1199 extensions/webservices/interfaceinfo/src/Makefile
1200 extensions/webservices/proxy/Makefile
1201 extensions/webservices/proxy/src/Makefile
1202 extensions/webservices/public/Makefile
1203 extensions/webservices/security/Makefile
1204 extensions/webservices/security/src/Makefile
1205 extensions/webservices/schema/Makefile
1206 extensions/webservices/schema/src/Makefile
1207 extensions/webservices/soap/Makefile
1208 extensions/webservices/soap/src/Makefile
1209 extensions/webservices/wsdl/Makefile
1210 extensions/webservices/wsdl/src/Makefile
1214 if [ "$MOZ_JAVAXPCOM" ]; then
1215 MAKEFILES_javaxpcom="
1216 extensions/java/Makefile
1217 extensions/java/xpcom/Makefile
1218 extensions/java/xpcom/interfaces/Makefile
1219 extensions/java/xpcom/src/Makefile
1220 extensions/java/xpcom/glue/Makefile
1224 # directory/xpcom
1225 if [ "$MOZ_LDAP_XPCOM" ]; then
1226 MAKEFILES_ldap="
1227 directory/xpcom/Makefile
1228 directory/xpcom/base/Makefile
1229 directory/xpcom/base/public/Makefile
1230 directory/xpcom/base/src/Makefile
1234 # embedding/componentlib
1236 if [ "$MOZ_COMPONENTLIB" ]; then
1237 MAKEFILES_static_components="$MAKEFILE_static_components
1238 embedding/componentlib/Makefile
1241 else
1243 # modules/staticmod
1245 if [ "$MOZ_STATIC_COMPONENTS" -o "$MOZ_META_COMPONENTS" ]; then
1246 MAKEFILES_static_components="$MAKEFILES_static_components
1247 modules/staticmod/Makefile
1252 if [ "$MOZ_PREF_EXTENSIONS" ]; then
1253 MOZ_EXTENSIONS="$MOZ_EXTENSIONS pref"
1256 for extension in $MOZ_EXTENSIONS; do
1257 if [ -f "${srcdir}/extensions/${extension}/makefiles.sh" ]; then
1258 . "${srcdir}/extensions/${extension}/makefiles.sh"
1260 done
1262 MAKEFILES_themes=`cat ${srcdir}/themes/makefiles`
1264 add_makefiles "
1265 $MAKEFILES_caps
1266 $MAKEFILES_chrome
1267 $MAKEFILES_db
1268 $MAKEFILES_docshell
1269 $MAKEFILES_dom
1270 $MAKEFILES_editor
1271 $MAKEFILES_codesighs
1272 $MAKEFILES_composer
1273 $MAKEFILES_embedding
1274 $MAKEFILES_expat
1275 $MAKEFILES_extensions
1276 $MAKEFILES_gc
1277 $MAKEFILES_gfx
1278 $MAKEFILES_accessible
1279 $MAKEFILES_htmlparser
1280 $MAKEFILES_intl
1281 $MAKEFILES_javaxpcom
1282 $MAKEFILES_ldap
1283 $MAKEFILES_leaky
1284 $MAKEFILES_jpeg
1285 $MAKEFILES_jprof
1286 $MAKEFILES_js
1287 $MAKEFILES_jsdebugger
1288 $MAKEFILES_l10n
1289 $MAKEFILES_l10n_lang
1290 $MAKEFILES_langpacks
1291 $MAKEFILES_content
1292 $MAKEFILES_layout
1293 $MAKEFILES_libart
1294 $MAKEFILES_libreg
1295 $MAKEFILES_libimg
1296 $MAKEFILES_libpr0n
1297 $MAKEFILES_libjar
1298 $MAKEFILES_libpref
1299 $MAKEFILES_libutil
1300 $MAKEFILES_liveconnect
1301 $MAKEFILES_macmorefiles
1302 $MAKEFILES_mailnews
1303 $MAKEFILES_oji
1304 $MAKEFILES_plugin
1305 $MAKEFILES_netwerk
1306 $MAKEFILES_profile
1307 $MAKEFILES_rdf
1308 $MAKEFILES_static_components
1309 $MAKEFILES_sun_java
1310 $MAKEFILES_themes
1311 $MAKEFILES_tracemalloc
1312 $MAKEFILES_uriloader
1313 $MAKEFILES_view
1314 $MAKEFILES_webshell
1315 $MAKEFILES_widget
1316 $MAKEFILES_xft
1317 $MAKEFILES_xpcom
1318 $MAKEFILES_xpcom_obsolete
1319 $MAKEFILES_xpcom_tests
1320 $MAKEFILES_xpconnect
1321 $MAKEFILES_xpinstall
1322 $MAKEFILES_xpfe
1323 $MAKEFILES_zlib
1324 $MAKEFILES_libbz2
1325 $MAKEFILES_libmar
1326 $MAKEFILES_update_packaging
1329 if test -n "$MOZ_PSM"; then
1330 add_makefiles "$MAKEFILES_psm2"
1333 if test -n "$MOZ_CALENDAR"; then
1334 add_makefiles "$MAKEFILES_calendar"
1337 if test -n "$MOZ_XUL_APP"; then
1338 add_makefiles "$MAKEFILES_xulapp"
1341 if test -n "$MOZ_XULRUNNER"; then
1342 add_makefiles "$MAKEFILES_xulrunner"
1345 if test -n "$MOZ_STANDALONE_COMPOSER"; then
1346 add_makefiles "$MAKEFILES_standalone_composer"
1349 if test -n "$MOZ_SUNBIRD"; then
1350 add_makefiles "$MAKEFILES_sunbird"
1353 if test "$MOZ_BUILD_APP" = "camino"; then
1354 add_makefiles "$MAKEFILES_macbrowser"
1357 if test -n "$MOZ_IPCD"; then
1358 add_makefiles "$MAKEFILES_ipcd"
1361 if test -n "$MOZ_PROFILESHARING"; then
1362 add_makefiles "$MAKEFILES_transmngr"
1363 add_makefiles "$MAKEFILES_profilesharingsetup"
1366 if test -n "$MINIMO"; then
1367 add_makefiles "$MAKEFILES_minimo"
1368 add_makefiles "$MAKEFILES_xulapp"
1371 if test -n "$MOZ_ENABLE_GTK2"; then
1372 add_makefiles "$MAKEFILES_gnome"
1375 if test -n "$MOZ_STORAGE"; then
1376 add_makefiles "$MAKEFILES_storage"
1379 if test -f "${srcdir}/${MOZ_BUILD_APP}/makefiles.sh"; then
1380 . "${srcdir}/${MOZ_BUILD_APP}/makefiles.sh"