make bitmap fonts support their space character. bug 386389. r=vlad
[mozilla-central.git] / allmakefiles.sh
blobeccaaaa640d90b96b98138b520f9c68313b4cce1
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/public/Makefile
488 profile/dirserviceprovider/Makefile
489 profile/dirserviceprovider/public/Makefile
490 profile/dirserviceprovider/src/Makefile
493 MAKEFILES_rdf="
494 rdf/Makefile
495 rdf/base/Makefile
496 rdf/base/idl/Makefile
497 rdf/base/public/Makefile
498 rdf/base/src/Makefile
499 rdf/util/Makefile
500 rdf/util/public/Makefile
501 rdf/util/src/Makefile
502 rdf/util/src/internal/Makefile
503 rdf/build/Makefile
504 rdf/datasource/Makefile
505 rdf/datasource/public/Makefile
506 rdf/datasource/src/Makefile
507 rdf/tests/Makefile
508 rdf/tests/rdfcat/Makefile
509 rdf/tests/rdfpoll/Makefile
512 MAKEFILES_sun_java="
513 sun-java/Makefile
514 sun-java/stubs/Makefile
515 sun-java/stubs/include/Makefile
516 sun-java/stubs/jri/Makefile
519 MAKEFILES_caps="
520 caps/Makefile
521 caps/idl/Makefile
522 caps/include/Makefile
523 caps/src/Makefile
526 MAKEFILES_chrome="
527 chrome/Makefile
528 chrome/public/Makefile
529 chrome/src/Makefile
530 embedding/minimo/chromelite/Makefile
531 rdf/chrome/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
540 MAKEFILES_view="
541 view/Makefile
542 view/public/Makefile
543 view/src/Makefile
546 MAKEFILES_docshell="
547 docshell/Makefile
548 docshell/base/Makefile
549 docshell/shistory/Makefile
550 docshell/shistory/public/Makefile
551 docshell/shistory/src/Makefile
552 docshell/build/Makefile
555 MAKEFILES_webshell="
556 webshell/Makefile
557 webshell/public/Makefile
560 MAKEFILES_widget="
561 widget/Makefile
562 widget/public/Makefile
563 widget/src/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
576 MAKEFILES_xpcom="
577 xpcom/string/Makefile
578 xpcom/string/public/Makefile
579 xpcom/string/src/Makefile
580 xpcom/Makefile
581 xpcom/base/Makefile
582 xpcom/build/Makefile
583 xpcom/components/Makefile
584 xpcom/ds/Makefile
585 xpcom/glue/Makefile
586 xpcom/glue/standalone/Makefile
587 xpcom/io/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
609 xpcom/proxy/Makefile
610 xpcom/proxy/public/Makefile
611 xpcom/proxy/src/Makefile
612 xpcom/proxy/tests/Makefile
613 xpcom/sample/Makefile
614 xpcom/threads/Makefile
615 xpcom/tools/Makefile
616 xpcom/tools/registry/Makefile
617 xpcom/stub/Makefile
618 xpcom/windbgdlg/Makefile
619 xpcom/system/Makefile
620 $MAKEFILES_libreg
621 $MAKEFILES_libjar
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="
633 xpcom/tests/Makefile
634 xpcom/tests/dynamic/Makefile
635 xpcom/tests/services/Makefile
636 xpcom/tests/windows/Makefile
639 MAKEFILES_string="$MAKEFILES_xpcom"
641 MAKEFILES_xpinstall="
642 xpinstall/Makefile
643 xpinstall/public/Makefile
644 xpinstall/res/Makefile
645 xpinstall/src/Makefile
646 xpinstall/stub/Makefile
649 MAKEFILES_xpfe="
650 widget/src/xremoteclient/Makefile
651 toolkit/components/Makefile
652 toolkit/components/remote/Makefile
653 xpfe/Makefile
654 xpfe/browser/Makefile
655 xpfe/browser/public/Makefile
656 xpfe/browser/src/Makefile
657 xpfe/components/Makefile
658 xpfe/components/bookmarks/Makefile
659 xpfe/components/bookmarks/public/Makefile
660 xpfe/components/bookmarks/src/Makefile
661 xpfe/components/directory/Makefile
662 xpfe/components/download-manager/Makefile
663 xpfe/components/download-manager/src/Makefile
664 xpfe/components/download-manager/public/Makefile
665 xpfe/components/download-manager/resources/Makefile
666 xpfe/components/extensions/Makefile
667 xpfe/components/extensions/src/Makefile
668 xpfe/components/extensions/public/Makefile
669 xpfe/components/find/Makefile
670 xpfe/components/find/public/Makefile
671 xpfe/components/find/src/Makefile
672 xpfe/components/filepicker/Makefile
673 xpfe/components/filepicker/public/Makefile
674 xpfe/components/filepicker/src/Makefile
675 xpfe/components/history/Makefile
676 xpfe/components/history/src/Makefile
677 xpfe/components/history/public/Makefile
678 xpfe/components/intl/Makefile
679 xpfe/components/related/Makefile
680 xpfe/components/related/src/Makefile
681 xpfe/components/related/public/Makefile
682 xpfe/components/search/Makefile
683 xpfe/components/search/public/Makefile
684 xpfe/components/search/src/Makefile
685 xpfe/components/sidebar/Makefile
686 xpfe/components/sidebar/src/Makefile
687 xpfe/components/startup/Makefile
688 xpfe/components/startup/public/Makefile
689 xpfe/components/startup/src/Makefile
690 xpfe/components/autocomplete/Makefile
691 xpfe/components/autocomplete/public/Makefile
692 xpfe/components/autocomplete/src/Makefile
693 xpfe/components/updates/Makefile
694 xpfe/components/updates/src/Makefile
695 xpfe/components/winhooks/Makefile
696 xpfe/components/windowds/Makefile
697 xpfe/components/alerts/Makefile
698 xpfe/components/alerts/public/Makefile
699 xpfe/components/alerts/src/Makefile
700 xpfe/components/console/Makefile
701 xpfe/components/resetPref/Makefile
702 xpfe/components/build/Makefile
703 xpfe/components/xremote/Makefile
704 xpfe/components/xremote/public/Makefile
705 xpfe/components/xremote/src/Makefile
706 xpfe/appshell/Makefile
707 xpfe/appshell/src/Makefile
708 xpfe/appshell/public/Makefile
709 xpfe/bootstrap/appleevents/Makefile
710 xpfe/browser/Makefile
711 xpfe/browser/src/Makefile
712 xpfe/global/Makefile
713 xpfe/global/buildconfig.html
714 xpfe/global/resources/Makefile
715 xpfe/global/resources/content/Makefile
716 xpfe/global/resources/content/os2/Makefile
717 xpfe/global/resources/content/unix/Makefile
718 xpfe/global/resources/locale/Makefile
719 xpfe/global/resources/locale/en-US/Makefile
720 xpfe/global/resources/locale/en-US/mac/Makefile
721 xpfe/global/resources/locale/en-US/os2/Makefile
722 xpfe/global/resources/locale/en-US/unix/Makefile
723 xpfe/global/resources/locale/en-US/win/Makefile
724 xpfe/communicator/Makefile
725 extensions/spellcheck/Makefile
726 extensions/spellcheck/hunspell/Makefile
727 extensions/spellcheck/idl/Makefile
728 extensions/spellcheck/locales/Makefile
729 extensions/spellcheck/src/Makefile
732 MAKEFILES_embedding="
733 embedding/Makefile
734 embedding/base/Makefile
735 embedding/browser/Makefile
736 embedding/browser/activex/src/Makefile
737 embedding/browser/activex/src/control/Makefile
738 embedding/browser/activex/src/control_kicker/Makefile
739 embedding/browser/build/Makefile
740 embedding/browser/chrome/Makefile
741 embedding/browser/webBrowser/Makefile
742 embedding/browser/gtk/Makefile
743 embedding/browser/gtk/src/Makefile
744 embedding/browser/gtk/tests/Makefile
745 embedding/browser/photon/Makefile
746 embedding/browser/photon/src/Makefile
747 embedding/browser/photon/tests/Makefile
748 embedding/browser/cocoa/Makefile
749 embedding/components/Makefile
750 embedding/components/build/Makefile
751 embedding/components/windowwatcher/Makefile
752 embedding/components/windowwatcher/public/Makefile
753 embedding/components/windowwatcher/src/Makefile
754 embedding/components/ui/Makefile
755 embedding/components/ui/helperAppDlg/Makefile
756 embedding/components/ui/progressDlg/Makefile
757 embedding/config/Makefile
758 embedding/tests/Makefile
759 embedding/tests/cocoaEmbed/Makefile
760 embedding/tests/winEmbed/Makefile
763 MAKEFILES_minimo="
764 minimo/Makefile
765 minimo/base/Makefile
766 minimo/base/wince/Makefile
767 minimo/components/Makefile
768 minimo/components/phone/Makefile
769 minimo/components/softkb/Makefile
770 minimo/components/ssr/Makefile
771 minimo/customization/Makefile
772 minimo/chrome/Makefile
775 MAKEFILES_psm2="
776 security/manager/Makefile
777 security/manager/boot/Makefile
778 security/manager/boot/src/Makefile
779 security/manager/boot/public/Makefile
780 security/manager/ssl/Makefile
781 security/manager/ssl/src/Makefile
782 security/manager/ssl/resources/Makefile
783 security/manager/ssl/public/Makefile
784 security/manager/pki/Makefile
785 security/manager/pki/resources/Makefile
786 security/manager/pki/src/Makefile
787 security/manager/pki/public/Makefile
788 security/manager/locales/Makefile
789 netwerk/protocol/http/public/Makefile
790 netwerk/build/Makefile
791 netwerk/base/public/Makefile
792 netwerk/socket/base/Makefile
793 uriloader/base/Makefile
794 intl/locale/idl/Makefile
795 intl/strres/public/Makefile
796 dom/public/Makefile
797 dom/public/base/Makefile
798 rdf/base/idl/Makefile
799 xpfe/appshell/public/Makefile
800 caps/idl/Makefile
801 gfx/public/Makefile
802 gfx/idl/Makefile
803 widget/public/Makefile
804 modules/libpref/public/Makefile
805 content/base/public/Makefile
806 intl/locale/public/Makefile
809 MAKEFILES_xulrunner="
810 xulrunner/Makefile
811 xulrunner/app/Makefile
812 xulrunner/app/profile/Makefile
813 xulrunner/app/profile/chrome/Makefile
814 xulrunner/app/profile/extensions/Makefile
815 xulrunner/installer/Makefile
816 xulrunner/installer/mac/Makefile
819 MAKEFILES_xulapp="
820 toolkit/Makefile
821 toolkit/library/Makefile
822 toolkit/crashreporter/Makefile
823 toolkit/crashreporter/client/Makefile
824 toolkit/crashreporter/google-breakpad/src/client/Makefile
825 toolkit/crashreporter/google-breakpad/src/client/mac/handler/Makefile
826 toolkit/crashreporter/google-breakpad/src/client/windows/Makefile
827 toolkit/crashreporter/google-breakpad/src/client/windows/handler/Makefile
828 toolkit/crashreporter/google-breakpad/src/client/windows/sender/Makefile
829 toolkit/crashreporter/google-breakpad/src/common/Makefile
830 toolkit/crashreporter/google-breakpad/src/common/mac/Makefile
831 toolkit/crashreporter/google-breakpad/src/common/windows/Makefile
832 toolkit/crashreporter/google-breakpad/src/tools/mac/dump_syms/Makefile
833 toolkit/content/Makefile
834 toolkit/content/buildconfig.html
835 toolkit/obsolete/Makefile
836 toolkit/components/alerts/Makefile
837 toolkit/components/alerts/public/Makefile
838 toolkit/components/alerts/src/Makefile
839 toolkit/components/autocomplete/Makefile
840 toolkit/components/autocomplete/public/Makefile
841 toolkit/components/autocomplete/src/Makefile
842 toolkit/components/Makefile
843 toolkit/components/build/Makefile
844 toolkit/components/commandlines/Makefile
845 toolkit/components/commandlines/public/Makefile
846 toolkit/components/commandlines/src/Makefile
847 toolkit/components/console/Makefile
848 toolkit/components/cookie/Makefile
849 toolkit/components/downloads/public/Makefile
850 toolkit/components/downloads/Makefile
851 toolkit/components/downloads/src/Makefile
852 toolkit/components/filepicker/Makefile
853 toolkit/system/gnome/Makefile
854 toolkit/components/help/Makefile
855 toolkit/components/history/Makefile
856 toolkit/components/history/public/Makefile
857 toolkit/components/history/src/Makefile
858 toolkit/components/passwordmgr/Makefile
859 toolkit/components/passwordmgr/public/Makefile
860 toolkit/components/passwordmgr/src/Makefile
861 toolkit/components/passwordmgr/content/Makefile
862 toolkit/components/passwordmgr/test/Makefile
863 toolkit/components/places/Makefile
864 toolkit/components/places/public/Makefile
865 toolkit/components/places/src/Makefile
866 toolkit/components/printing/Makefile
867 toolkit/components/satchel/Makefile
868 toolkit/components/satchel/public/Makefile
869 toolkit/components/satchel/src/Makefile
870 toolkit/components/startup/Makefile
871 toolkit/components/startup/public/Makefile
872 toolkit/components/startup/src/Makefile
873 toolkit/components/typeaheadfind/Makefile
874 toolkit/components/typeaheadfind/public/Makefile
875 toolkit/components/typeaheadfind/src/Makefile
876 toolkit/components/viewconfig/Makefile
877 toolkit/components/viewsource/Makefile
878 toolkit/locales/Makefile
879 toolkit/mozapps/Makefile
880 toolkit/mozapps/downloads/content/Makefile
881 toolkit/mozapps/downloads/Makefile
882 toolkit/mozapps/downloads/src/Makefile
883 toolkit/mozapps/extensions/Makefile
884 toolkit/mozapps/extensions/public/Makefile
885 toolkit/mozapps/extensions/src/Makefile
886 toolkit/mozapps/update/Makefile
887 toolkit/mozapps/update/public/Makefile
888 toolkit/mozapps/update/src/Makefile
889 toolkit/mozapps/xpinstall/Makefile
890 toolkit/profile/Makefile
891 toolkit/profile/public/Makefile
892 toolkit/profile/skin/Makefile
893 toolkit/profile/src/Makefile
894 toolkit/themes/Makefile
895 toolkit/themes/gnomestripe/global/Makefile
896 toolkit/themes/gnomestripe/Makefile
897 toolkit/themes/pmstripe/global/Makefile
898 toolkit/themes/pmstripe/Makefile
899 toolkit/themes/pinstripe/communicator/Makefile
900 toolkit/themes/pinstripe/Makefile
901 toolkit/themes/pinstripe/global/Makefile
902 toolkit/themes/pinstripe/help/Makefile
903 toolkit/themes/pinstripe/mozapps/Makefile
904 toolkit/themes/winstripe/communicator/Makefile
905 toolkit/themes/winstripe/Makefile
906 toolkit/themes/winstripe/global/Makefile
907 toolkit/themes/winstripe/help/Makefile
908 toolkit/themes/winstripe/mozapps/Makefile
909 toolkit/xre/Makefile
912 MAKEFILES_standalone_composer="
913 composer/Makefile
914 composer/app/Makefile
915 composer/app/profile/Makefile
916 composer/base/Makefile
917 xpfe/components/build2/Makefile
920 MAKEFILES_calendar="
921 calendar/Makefile
922 calendar/resources/Makefile
923 calendar/libical/Makefile
924 calendar/libical/src/Makefile
925 calendar/libical/src/libical/Makefile
926 calendar/libical/src/libicalss/Makefile
927 calendar/base/Makefile
928 calendar/base/public/Makefile
929 calendar/base/src/Makefile
930 calendar/base/build/Makefile
931 calendar/providers/Makefile
932 calendar/providers/memory/Makefile
933 calendar/providers/storage/Makefile
934 calendar/providers/composite/Makefile
937 MAKEFILES_sunbird="
938 calendar/installer/Makefile
939 calendar/installer/windows/Makefile
940 calendar/locales/Makefile
941 calendar/sunbird/Makefile
942 calendar/sunbird/app/Makefile
943 calendar/sunbird/base/Makefile
946 MAKEFILES_macbrowser="
947 camino/Makefile
948 camino/flashblock/Makefile
949 camino/installer/Makefile
952 if [ "$MOZ_MAIL_NEWS" ]; then
953 if [ -f ${srcdir}/mailnews/makefiles ]; then
954 MAKEFILES_mailnews=`cat ${srcdir}/mailnews/makefiles`
958 MAKEFILES_ipcd="
959 ipc/ipcd/Makefile
960 ipc/ipcd/daemon/public/Makefile
961 ipc/ipcd/daemon/src/Makefile
962 ipc/ipcd/client/public/Makefile
963 ipc/ipcd/client/src/Makefile
964 ipc/ipcd/shared/src/Makefile
965 ipc/ipcd/test/Makefile
966 ipc/ipcd/test/module/Makefile
967 ipc/ipcd/extensions/Makefile
968 ipc/ipcd/extensions/lock/Makefile
969 ipc/ipcd/extensions/lock/public/Makefile
970 ipc/ipcd/extensions/lock/src/Makefile
971 ipc/ipcd/extensions/lock/src/module/Makefile
972 ipc/ipcd/util/Makefile
973 ipc/ipcd/util/public/Makefile
974 ipc/ipcd/util/src/Makefile
977 MAKEFILES_transmngr="
978 ipc/ipcd/extensions/transmngr/Makefile
979 ipc/ipcd/extensions/transmngr/public/Makefile
980 ipc/ipcd/extensions/transmngr/src/Makefile
981 ipc/ipcd/extensions/transmngr/build/Makefile
982 ipc/ipcd/extensions/transmngr/test/Makefile
983 ipc/ipcd/extensions/transmngr/common/Makefile
984 ipc/ipcd/extensions/transmngr/module/Makefile
987 MAKEFILES_profilesharingsetup="
988 embedding/components/profilesharingsetup/Makefile
989 embedding/components/profilesharingsetup/public/Makefile
990 embedding/components/profilesharingsetup/src/Makefile
993 MAKEFILES_libpr0n="
994 modules/libpr0n/Makefile
995 modules/libpr0n/build/Makefile
996 modules/libpr0n/public/Makefile
997 modules/libpr0n/src/Makefile
998 modules/libpr0n/decoders/Makefile
999 modules/libpr0n/decoders/gif/Makefile
1000 modules/libpr0n/decoders/png/Makefile
1001 modules/libpr0n/decoders/jpeg/Makefile
1002 modules/libpr0n/decoders/bmp/Makefile
1003 modules/libpr0n/decoders/icon/Makefile
1004 modules/libpr0n/decoders/icon/win/Makefile
1005 modules/libpr0n/decoders/icon/gtk/Makefile
1006 modules/libpr0n/decoders/icon/beos/Makefile
1007 modules/libpr0n/decoders/xbm/Makefile
1008 modules/libpr0n/encoders/Makefile
1009 modules/libpr0n/encoders/png/Makefile
1010 modules/libpr0n/encoders/jpeg/Makefile
1013 MAKEFILES_accessible="
1014 accessible/Makefile
1015 accessible/public/Makefile
1016 accessible/public/msaa/Makefile
1017 accessible/src/Makefile
1018 accessible/src/base/Makefile
1019 accessible/src/html/Makefile
1020 accessible/src/xul/Makefile
1021 accessible/src/msaa/Makefile
1022 accessible/src/atk/Makefile
1023 accessible/src/mac/Makefile
1024 accessible/build/Makefile
1027 if [ ! "$SYSTEM_JPEG" ]; then
1028 MAKEFILES_jpeg="jpeg/Makefile"
1031 if [ ! "$SYSTEM_ZLIB" ]; then
1032 MAKEFILES_zlib="
1033 modules/zlib/Makefile
1034 modules/zlib/src/Makefile
1038 MAKEFILES_zlib="
1039 $MAKEFILES_zlib
1040 modules/zlib/standalone/Makefile
1043 MAKEFILES_libbz2="
1044 modules/libbz2/Makefile
1045 modules/libbz2/src/Makefile
1048 MAKEFILES_libmar="
1049 modules/libmar/Makefile
1050 modules/libmar/src/Makefile
1051 modules/libmar/tool/Makefile
1054 if test -n "$MOZ_UPDATE_PACKAGING"; then
1055 MAKEFILES_update_packaging="
1056 tools/update-packaging/Makefile
1057 other-licenses/bsdiff/Makefile
1061 if [ ! "$SYSTEM_PNG" ]; then
1062 MAKEFILES_libimg="$MAKEFILES_libimg modules/libimg/png/Makefile"
1065 MAKEFILES_gnome="
1066 toolkit/Makefile
1067 toolkit/system/gnome/Makefile
1071 # l10n/
1073 if [ -f ${srcdir}/l10n/makefiles.all ]; then
1074 MAKEFILES_langpacks=`cat ${srcdir}/l10n/makefiles.all`
1077 if [ "$MOZ_L10N" ]; then
1078 MAKEFILES_l10n="l10n/Makefile"
1080 if [ "$MOZ_L10N_LANG" ]; then
1081 MAKEFILES_l10n_lang="
1082 l10n/lang/Makefile
1083 l10n/lang/addressbook/Makefile
1084 l10n/lang/bookmarks/Makefile
1085 l10n/lang/directory/Makefile
1086 l10n/lang/editor/Makefile
1087 l10n/lang/global/Makefile
1088 l10n/lang/history/Makefile
1089 l10n/lang/messenger/Makefile
1090 l10n/lang/messengercompose/Makefile
1091 l10n/lang/navigator/Makefile
1092 l10n/lang/pref/Makefile
1093 l10n/lang/related/Makefile
1094 l10n/lang/sidebar/Makefile
1095 l10n/lang/addressbook/locale/Makefile
1096 l10n/lang/bookmarks/locale/Makefile
1097 l10n/lang/directory/locale/Makefile
1098 l10n/lang/editor/locale/Makefile
1099 l10n/lang/global/locale/Makefile
1100 l10n/lang/history/locale/Makefile
1101 l10n/lang/messenger/locale/Makefile
1102 l10n/lang/messengercompose/locale/Makefile
1103 l10n/lang/navigator/locale/Makefile
1104 l10n/lang/pref/locale/Makefile
1105 l10n/lang/related/locale/Makefile
1106 l10n/lang/sidebar/locale/Makefile
1111 # tools/jprof
1112 if [ "$MOZ_JPROF" ]; then
1113 MAKEFILES_jprof="tools/jprof/Makefile
1114 tools/jprof/stub/Makefile"
1117 # tools/leaky
1118 if [ "$MOZ_LEAKY" ]; then
1119 MAKEFILES_leaky="tools/leaky/Makefile"
1122 # tools/trace-malloc
1123 if [ "$NS_TRACE_MALLOC" ]; then
1124 MAKEFILES_tracemalloc="tools/trace-malloc/Makefile tools/trace-malloc/lib/Makefile"
1127 # tools/codesighs
1128 if [ "$MOZ_MAPINFO" ]; then
1129 MAKEFILES_codesighs="tools/codesighs/Makefile"
1132 # MathML
1133 if [ "$MOZ_MATHML" ]; then
1134 MAKEFILES_intl="$MAKEFILES_intl
1135 intl/uconv/ucvmath/Makefile
1137 MAKEFILES_layout="$MAKEFILES_layout
1138 layout/mathml/Makefile
1139 layout/mathml/base/Makefile
1140 layout/mathml/base/src/Makefile
1141 layout/mathml/content/Makefile
1142 layout/mathml/content/src/Makefile
1146 # svg
1147 if [ "$MOZ_SVG" ]; then
1148 MAKEFILES_content="$MAKEFILES_content
1149 content/svg/Makefile
1150 content/svg/document/Makefile
1151 content/svg/document/src/Makefile
1152 content/svg/content/Makefile
1153 content/svg/content/src/Makefile
1155 MAKEFILES_dom="$MAKEFILES_dom
1156 dom/public/idl/svg/Makefile
1158 MAKEFILES_layout="$MAKEFILES_layout
1159 layout/svg/Makefile
1160 layout/svg/base/Makefile
1161 layout/svg/base/src/Makefile
1165 # xtf
1166 if [ "$MOZ_XTF" ]; then
1167 MAKEFILES_content="$MAKEFILES_content
1168 content/xtf/Makefile
1169 content/xtf/public/Makefile
1170 content/xtf/src/Makefile
1174 if [ "$MOZ_XMLEXTRAS" ]; then
1175 MAKEFILES_content="$MAKEFILES_content
1176 extensions/xmlextras/Makefile
1177 extensions/xmlextras/pointers/Makefile
1178 extensions/xmlextras/pointers/src/Makefile
1179 extensions/xmlextras/build/Makefile
1180 extensions/xmlextras/build/src/Makefile
1184 if [ "$MOZ_WEBSERVICES" ]; then
1185 MAKEFILES_content="$MAKEFILES_content
1186 extensions/webservices/Makefile
1187 extensions/webservices/build/Makefile
1188 extensions/webservices/build/src/Makefile
1189 extensions/webservices/interfaceinfo/Makefile
1190 extensions/webservices/interfaceinfo/src/Makefile
1191 extensions/webservices/proxy/Makefile
1192 extensions/webservices/proxy/src/Makefile
1193 extensions/webservices/public/Makefile
1194 extensions/webservices/security/Makefile
1195 extensions/webservices/security/src/Makefile
1196 extensions/webservices/schema/Makefile
1197 extensions/webservices/schema/src/Makefile
1198 extensions/webservices/soap/Makefile
1199 extensions/webservices/soap/src/Makefile
1200 extensions/webservices/wsdl/Makefile
1201 extensions/webservices/wsdl/src/Makefile
1205 if [ "$MOZ_JAVAXPCOM" ]; then
1206 MAKEFILES_javaxpcom="
1207 extensions/java/Makefile
1208 extensions/java/xpcom/Makefile
1209 extensions/java/xpcom/interfaces/Makefile
1210 extensions/java/xpcom/src/Makefile
1211 extensions/java/xpcom/glue/Makefile
1215 # directory/xpcom
1216 if [ "$MOZ_LDAP_XPCOM" ]; then
1217 MAKEFILES_ldap="
1218 directory/xpcom/Makefile
1219 directory/xpcom/base/Makefile
1220 directory/xpcom/base/public/Makefile
1221 directory/xpcom/base/src/Makefile
1225 # embedding/componentlib
1227 if [ "$MOZ_COMPONENTLIB" ]; then
1228 MAKEFILES_static_components="$MAKEFILE_static_components
1229 embedding/componentlib/Makefile
1232 else
1234 # modules/staticmod
1236 if [ "$MOZ_STATIC_COMPONENTS" -o "$MOZ_META_COMPONENTS" ]; then
1237 MAKEFILES_static_components="$MAKEFILES_static_components
1238 modules/staticmod/Makefile
1243 if [ "$MOZ_PREF_EXTENSIONS" ]; then
1244 MOZ_EXTENSIONS="$MOZ_EXTENSIONS pref"
1247 for extension in $MOZ_EXTENSIONS; do
1248 if [ -f "${srcdir}/extensions/${extension}/makefiles.sh" ]; then
1249 . "${srcdir}/extensions/${extension}/makefiles.sh"
1251 done
1253 MAKEFILES_themes=`cat ${srcdir}/themes/makefiles`
1255 add_makefiles "
1256 $MAKEFILES_caps
1257 $MAKEFILES_chrome
1258 $MAKEFILES_db
1259 $MAKEFILES_docshell
1260 $MAKEFILES_dom
1261 $MAKEFILES_editor
1262 $MAKEFILES_codesighs
1263 $MAKEFILES_composer
1264 $MAKEFILES_embedding
1265 $MAKEFILES_expat
1266 $MAKEFILES_extensions
1267 $MAKEFILES_gc
1268 $MAKEFILES_gfx
1269 $MAKEFILES_accessible
1270 $MAKEFILES_htmlparser
1271 $MAKEFILES_intl
1272 $MAKEFILES_javaxpcom
1273 $MAKEFILES_ldap
1274 $MAKEFILES_leaky
1275 $MAKEFILES_jpeg
1276 $MAKEFILES_jprof
1277 $MAKEFILES_js
1278 $MAKEFILES_jsdebugger
1279 $MAKEFILES_l10n
1280 $MAKEFILES_l10n_lang
1281 $MAKEFILES_langpacks
1282 $MAKEFILES_content
1283 $MAKEFILES_layout
1284 $MAKEFILES_libart
1285 $MAKEFILES_libreg
1286 $MAKEFILES_libimg
1287 $MAKEFILES_libpr0n
1288 $MAKEFILES_libjar
1289 $MAKEFILES_libpref
1290 $MAKEFILES_libutil
1291 $MAKEFILES_liveconnect
1292 $MAKEFILES_macmorefiles
1293 $MAKEFILES_mailnews
1294 $MAKEFILES_oji
1295 $MAKEFILES_plugin
1296 $MAKEFILES_netwerk
1297 $MAKEFILES_profile
1298 $MAKEFILES_rdf
1299 $MAKEFILES_static_components
1300 $MAKEFILES_sun_java
1301 $MAKEFILES_themes
1302 $MAKEFILES_tracemalloc
1303 $MAKEFILES_uriloader
1304 $MAKEFILES_view
1305 $MAKEFILES_webshell
1306 $MAKEFILES_widget
1307 $MAKEFILES_xft
1308 $MAKEFILES_xpcom
1309 $MAKEFILES_xpcom_obsolete
1310 $MAKEFILES_xpcom_tests
1311 $MAKEFILES_xpconnect
1312 $MAKEFILES_xpinstall
1313 $MAKEFILES_xpfe
1314 $MAKEFILES_zlib
1315 $MAKEFILES_libbz2
1316 $MAKEFILES_libmar
1317 $MAKEFILES_update_packaging
1320 if test -n "$MOZ_PSM"; then
1321 add_makefiles "$MAKEFILES_psm2"
1324 if test -n "$MOZ_CALENDAR"; then
1325 add_makefiles "$MAKEFILES_calendar"
1328 if test -n "$MOZ_XUL_APP"; then
1329 add_makefiles "$MAKEFILES_xulapp"
1332 if test -n "$MOZ_XULRUNNER"; then
1333 add_makefiles "$MAKEFILES_xulrunner"
1336 if test -n "$MOZ_STANDALONE_COMPOSER"; then
1337 add_makefiles "$MAKEFILES_standalone_composer"
1340 if test -n "$MOZ_SUNBIRD"; then
1341 add_makefiles "$MAKEFILES_sunbird"
1344 if test "$MOZ_BUILD_APP" = "camino"; then
1345 add_makefiles "$MAKEFILES_macbrowser"
1348 if test -n "$MOZ_IPCD"; then
1349 add_makefiles "$MAKEFILES_ipcd"
1352 if test -n "$MOZ_PROFILESHARING"; then
1353 add_makefiles "$MAKEFILES_transmngr"
1354 add_makefiles "$MAKEFILES_profilesharingsetup"
1357 if test -n "$MINIMO"; then
1358 add_makefiles "$MAKEFILES_minimo"
1359 add_makefiles "$MAKEFILES_xulapp"
1362 if test -n "$MOZ_ENABLE_GTK2"; then
1363 add_makefiles "$MAKEFILES_gnome"
1366 if test -n "$MOZ_STORAGE"; then
1367 add_makefiles "$MAKEFILES_storage"
1370 if test -f "${srcdir}/${MOZ_BUILD_APP}/makefiles.sh"; then
1371 . "${srcdir}/${MOZ_BUILD_APP}/makefiles.sh"