1 # ***** BEGIN LICENSE BLOCK *****
2 # Version: MPL 1.1/GPL 2.0/LGPL 2.1
4 # The contents of this file are subject to the Mozilla Public License Version
5 # 1.1 (the "License"); you may not use this file except in compliance with
6 # the License. You may obtain a copy of the License at
7 # http://www.mozilla.org/MPL/
9 # Software distributed under the License is distributed on an "AS IS" basis,
10 # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11 # for the specific language governing rights and limitations under the
14 # The Original Code is mozilla.org code.
16 # The Initial Developer of the Original Code is
17 # Netscape Communications Corporation.
18 # Portions created by the Initial Developer are Copyright (C) 1998
19 # the Initial Developer. All Rights Reserved.
23 # Benjamin Smedberg <bsmedberg@covad.net>
24 # Chase Phillips <chase@mozilla.org>
25 # Mark Mentovai <mark@moxienet.com>
27 # Alternatively, the contents of this file may be used under the terms of
28 # either the GNU General Public License Version 2 or later (the "GPL"), or
29 # the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
30 # in which case the provisions of the GPL or the LGPL are applicable instead
31 # of those above. If you wish to allow use of your version of this file only
32 # under the terms of either the GPL or the LGPL, and not to allow others to
33 # use your version of this file under the terms of the MPL, indicate your
34 # decision by deleting the provisions above and replace them with the notice
35 # and other provisions required by the GPL or the LGPL. If you do not delete
36 # the provisions above, a recipient may use your version of this file under
37 # the terms of any one of the MPL, the GPL or the LGPL.
39 # ***** END LICENSE BLOCK *****
41 # Build a mozilla application.
43 # To checkout and build a tree,
44 # 1. cvs co mozilla/client.mk
46 # 3. create your .mozconfig file with
47 # mk_add_options MOZ_CO_PROJECT=
49 # 4. gmake -f client.mk
51 # This script will pick up the CVSROOT from the CVS/Root file. If you wish
52 # to use a different CVSROOT, you must set CVSROOT in your environment:
54 # export CVSROOT=:pserver:anonymous:anonymous@cvs-mirror.mozilla.org:/cvsroot
55 # export CVSROOT=:pserver:username%somedomain.org@cvs.mozilla.org:/cvsroot
57 # You must specify which products/modules you wish to checkout, with
58 # MOZ_CO_PROJECT and MOZ_CO_MODULE variables.
60 # MOZ_CO_PROJECT possibilities include the following:
61 # suite (Seamonkey suite)
62 # browser (aka Firefox)
63 # mail (aka Thunderbird)
64 # minimo (small browser for devices)
65 # composer (standalone composer, aka NVU)
66 # calendar (aka Sunbird, use this to build the calendar extensions also)
71 # Other common MOZ_CO_MODULE options include the following:
72 # mozilla/other-licenses/libart_lgpl
73 # mozilla/other-licenses/bsdiff
74 # mozilla/tools/codesighs
76 # Other targets (gmake -f client.mk [targets...]),
79 # clean (realclean is now the same as clean)
82 # See http://www.mozilla.org/build/ for more information.
85 # MOZ_BUILD_PROJECTS - Build multiple projects in subdirectories
87 # MOZ_OBJDIR - Destination object directory
88 # MOZ_CO_DATE - Date tag to use for checkout (default: none)
89 # MOZ_CO_LOCALES_DATE - Date tag to use for locale checkout
90 # (default: MOZ_CO_DATE)
91 # MOZ_CO_MODULE - Module to checkout
92 # MOZ_CVS_FLAGS - Flags to pass cvs (default: -q -z3)
93 # MOZ_CO_FLAGS - Flags to pass after 'cvs co' (default: -P)
94 # MOZ_MAKE_FLAGS - Flags to pass to $(MAKE)
95 # MOZ_CO_LOCALES - localizations to pull (MOZ_CO_LOCALES="de-DE,pt-BR")
96 # MOZ_LOCALE_DIRS - directories which contain localizations
97 # LOCALES_CVSROOT - CVSROOT to use to pull localizations
98 # MOZ_PREFLIGHT_ALL } - Makefiles to run before any project in
99 # MOZ_PREFLIGHT } MOZ_BUILD_PROJECTS, before each project, after
100 # MOZ_POSTFLIGHT } each project, and after all projects; these
101 # MOZ_POSTFLIGHT_ALL } variables contain space-separated lists
102 # MOZ_UNIFY_BDATE - Set to use the same bdate for each project in
106 AVAILABLE_PROJECTS
= \
121 # Trailing / on top-level mozilla dir required to stop fast-update thinking
122 # it is a module name.
123 MODULES_NS_necko
:= \
132 mozilla
/modules
/libpref \
133 mozilla
/modules
/zlib \
136 mozilla
/tools
/test-harness \
140 $(MODULES_NS_necko
) \
162 mozilla
/js
/src
/fdlibm \
163 mozilla
/js
/src
/liveconnect \
164 mozilla
/js
/src
/xpconnect \
166 mozilla
/modules
/libimg \
167 mozilla
/modules
/libjar \
168 mozilla
/modules
/libpr0n \
169 mozilla
/modules
/libreg \
170 mozilla
/modules
/libutil \
171 mozilla
/modules
/oji \
172 mozilla
/modules
/plugin \
173 mozilla
/modules
/staticmod \
177 mozilla
/security
/manager \
180 mozilla
/modules
/libpr0n \
181 mozilla
/modules
/libmar \
182 mozilla
/modules
/libbz2 \
184 mozilla
/other-licenses
/atk-1.0 \
185 mozilla
/other-licenses
/ia2 \
186 mozilla
/security
/manager \
187 mozilla
/tools
/elf-dynstr-gc \
197 mozilla
/db
/morkreader \
198 mozilla
/testing
/mochitest \
211 mozilla
/browser
/config
/version.txt \
212 mozilla
/mail
/config
/version.txt \
213 mozilla
/calendar
/sunbird
/config
/version.txt \
214 mozilla
/suite
/config
/version.txt \
221 MODULES_NS_toolkit
:= \
236 BOOTSTRAP_toolkit
:= \
240 MODULES_NS_suite
:= \
241 $(MODULES_NS_toolkit
) \
246 mozilla
/directory
/xpcom \
250 mozilla
/other-licenses
/7zstub
/seamonkey \
257 extensions
/reporter \
261 $(BOOTSTRAP_toolkit
) \
264 MODULES_NS_browser
:= \
265 $(MODULES_NS_toolkit
) \
271 mozilla
/other-licenses
/branding
/firefox \
272 mozilla
/other-licenses
/7zstub
/firefox \
278 extensions
/reporter \
279 extensions
/spellcheck \
280 other-licenses
/branding
/firefox \
283 BOOTSTRAP_browser
:= \
284 $(BOOTSTRAP_toolkit
) \
285 mozilla
/browser
/config
/mozconfig \
288 MODULES_NS_minimo
:= \
289 $(MODULES_NS_toolkit
) \
297 BOOTSTRAP_minimo
:= \
298 $(BOOTSTRAP_toolkit
) \
302 $(MODULES_NS_toolkit
) \
307 mozilla
/directory
/xpcom \
310 mozilla
/other-licenses
/branding
/thunderbird \
311 mozilla
/other-licenses
/7zstub
/thunderbird \
317 other-licenses
/branding
/thunderbird \
319 extensions
/spellcheck \
323 $(BOOTSTRAP_toolkit
) \
324 mozilla
/mail
/config
/mozconfig \
327 MODULES_composer
:= \
332 MODULES_NS_calendar
:= \
333 $(MODULES_NS_toolkit
) \
336 MODULES_calendar
:= \
341 mozilla
/other-licenses
/branding
/sunbird \
342 mozilla
/other-licenses
/7zstub
/sunbird \
345 LOCALES_calendar
:= \
348 other-licenses
/branding
/sunbird \
351 BOOTSTRAP_calendar
:= \
352 $(BOOTSTRAP_toolkit
) \
353 mozilla
/calendar
/sunbird
/config
/mozconfig \
356 MODULES_NS_xulrunner
:= \
357 $(MODULES_NS_toolkit
) \
360 MODULES_xulrunner
:= \
365 LOCALES_xulrunner
:= \
369 BOOTSTRAP_xulrunner
:= \
370 $(BOOTSTRAP_toolkit
) \
371 mozilla
/xulrunner
/config
/mozconfig \
374 MODULES_NS_camino
:= \
375 $(MODULES_NS_toolkit
) \
384 BOOTSTRAP_camino
:= \
385 $(BOOTSTRAP_toolkit
) \
386 mozilla
/camino
/config
/mozconfig \
391 mozilla
/modules
/zlib \
395 mozilla
/other-licenses
/bsdiff \
396 mozilla
/other-licenses
/libart_lgpl \
397 mozilla
/tools
/trace-malloc \
398 mozilla
/tools
/jprof \
399 mozilla
/tools
/codesighs \
400 mozilla
/tools
/update-packaging \
403 #######################################################################
406 # For branches, uncomment the MOZ_CO_TAG line with the proper tag,
407 # and commit this file on that tag.
409 NSPR_CO_TAG
= NSPRPUB_PRE_4_2_CLIENT_BRANCH
410 NSS_CO_TAG
= NSS_3_11_7_WITH_CKBI_1_64_RTM
411 LDAPCSDK_CO_TAG
= LDAPCSDK_6_0_3_CLIENT_BRANCH
414 #######################################################################
421 ifneq (1,$(words $(CWD
)))
422 $(error The mozilla directory cannot be located in a path with spaces.
)
429 ifneq (, $(wildcard client.mk
))
430 # Ran from mozilla directory
431 ROOTDIR
:= $(shell dirname
$(CWD
))
434 # Ran from mozilla/.. directory (?)
436 TOPSRCDIR
:= $(CWD
)/mozilla
439 # on os2, TOPSRCDIR may have two forward slashes in a row, which doesn't
440 # work; replace first instance with one forward slash
441 TOPSRCDIR
:= $(shell echo
"$(TOPSRCDIR)" | sed
-e
's%//%/%')
444 TOPSRCDIR_MOZ
=$(TOPSRCDIR
)
447 # if ROOTDIR equals only drive letter (i.e. "C:"), set to "/"
448 DIRNAME
:= $(shell echo
"$(ROOTDIR)" | sed
-e
's/^.://')
461 CONFIG_GUESS_SCRIPT
:= $(wildcard $(TOPSRCDIR
)/build
/autoconf
/config.guess
)
462 ifdef CONFIG_GUESS_SCRIPT
463 CONFIG_GUESS
= $(shell $(CONFIG_GUESS_SCRIPT
))
465 _IS_FIRST_CHECKOUT
:= 1
468 ####################################
471 ifneq (,$(filter MINGW
%,$(shell uname
-s
)))
472 # check for CRLF line endings
473 ifneq (0,$(shell $(PERL
) -e
'binmode(STDIN); while (<STDIN>) { if (/\r/) { print "1"; exit } } print "0"' < $(TOPSRCDIR
)/client.mk
))
474 $(error This source tree appears to have Windows-style line endings. To \
475 convert it to Unix-style line endings
, run \
476 "python mozilla/build/win32/mozilla-dos2unix.py")
480 ####################################
483 # Add the CVS root to CVS_FLAGS if needed
484 CVS_ROOT_IN_TREE
:= $(shell cat
$(TOPSRCDIR
)/CVS
/Root
2>/dev
/null
)
485 ifneq ($(CVS_ROOT_IN_TREE
),)
486 ifneq ($(CVS_ROOT_IN_TREE
),$(CVSROOT
))
487 CVS_FLAGS
:= -d
$(CVS_ROOT_IN_TREE
)
491 CVS_CO_DATE_FLAGS
= $(if
$(MOZ_CO_DATE
),-D
"$(MOZ_CO_DATE)")
492 CVS_CO_LOCALES_DATE_FLAGS
= $(if
$(MOZ_CO_LOCALES_DATE
),-D
"$(MOZ_CO_LOCALES_DATE)")
493 CVSCO
= $(CVS
) $(CVS_FLAGS
) co $(MOZ_CO_FLAGS
) $(if
$(MOZ_CO_TAG
),-r
$(MOZ_CO_TAG
)) $(CVS_CO_DATE_FLAGS
)
495 MOZ_CO_LOCALES_DATE ?
= $(MOZ_CO_DATE
)
497 CVSCO_LOGFILE
:= $(ROOTDIR
)/cvsco.log
498 CVSCO_LOGFILE
:= $(shell echo
$(CVSCO_LOGFILE
) | sed s
%//%/%)
500 # if LOCALES_CVSROOT is not specified, set it here
501 # (and let mozconfig override it)
502 LOCALES_CVSROOT ?
= :pserver
:anonymous
:anonymous@cvs-mirror.mozilla.org
:/l10n
504 ####################################
505 # Load mozconfig Options
507 # See build pages, http://www.mozilla.org/build/ for how to set up mozconfig.
509 MOZCONFIG_LOADER
:= mozilla
/build
/autoconf
/mozconfig2client-mk
510 MOZCONFIG_FINDER
:= mozilla
/build
/autoconf
/mozconfig-find
511 MOZCONFIG_MODULES
:= mozilla
/build
/unix
/uniq.pl
512 run_for_side_effects
:= \
513 $(shell cd
$(ROOTDIR
); \
514 if
test "$(_IS_FIRST_CHECKOUT)"; then \
515 $(CVSCO
) $(MOZCONFIG_FINDER
) $(MOZCONFIG_LOADER
) $(MOZCONFIG_MODULES
); \
518 $(MOZCONFIG_LOADER
) $(TOPSRCDIR
) mozilla
/.mozconfig.mk
> mozilla
/.mozconfig.out
)
519 include $(TOPSRCDIR
)/.mozconfig.mk
521 ####################################
522 # Options that may come from mozconfig
524 MOZ_PROJECT_LIST
:= $(subst $(comma
), ,$(MOZ_CO_PROJECT
))
525 MOZ_PROJECT_LIST
:= $(subst macbrowser
,camino
,$(MOZ_PROJECT_LIST
))
527 ifneq (,$(filter-out $(AVAILABLE_PROJECTS
),$(MOZ_PROJECT_LIST
)))
528 $(error MOZ_CO_PROJECT contains an unrecognized project.
)
531 ifeq (all,$(filter all,$(MOZ_PROJECT_LIST
)))
532 MOZ_PROJECT_LIST
:= $(AVAILABLE_PROJECTS
)
535 MOZ_MODULE_LIST
:= $(subst $(comma
), ,$(MOZ_CO_MODULE
)) $(foreach project
,$(MOZ_PROJECT_LIST
),$(MODULES_
$(project
)))
536 MOZ_MODULE_LIST_NS
:= $(foreach project
,$(MOZ_PROJECT_LIST
),$(MODULES_NS_
$(project
)))
537 LOCALE_DIRS
:= $(MOZ_LOCALE_DIRS
) $(foreach project
,$(MOZ_PROJECT_LIST
),$(LOCALES_
$(project
)))
539 MOZCONFIG_MODULES
+= $(foreach project
,$(MOZ_PROJECT_LIST
),$(BOOTSTRAP_
$(project
)))
541 # Using $(sort) here because it also removes duplicate entries.
542 MOZ_MODULE_LIST
:= $(sort $(MOZ_MODULE_LIST
))
543 LOCALE_DIRS
:= $(sort $(LOCALE_DIRS
))
544 MOZCONFIG_MODULES
:= $(sort $(MOZCONFIG_MODULES
))
546 # Change CVS flags if anonymous root is requested
547 ifdef MOZ_CO_USE_MIRROR
548 CVS_FLAGS
:= -d
:pserver
:anonymous
:anonymous@cvs-mirror.mozilla.org
:/cvsroot
551 # MOZ_CVS_FLAGS - Basic CVS flags
552 ifeq "$(origin MOZ_CVS_FLAGS)" "undefined"
553 CVS_FLAGS
:= $(CVS_FLAGS
) -q
-z
3
555 CVS_FLAGS
:= $(MOZ_CVS_FLAGS
)
558 ifdef MOZ_BUILD_PROJECTS
561 $(error When MOZ_BUILD_PROJECTS is set
, you must set MOZ_OBJDIR
)
563 ifdef MOZ_CURRENT_PROJECT
564 OBJDIR
= $(MOZ_OBJDIR
)/$(MOZ_CURRENT_PROJECT
)
565 MOZ_MAKE
= $(MAKE
) $(MOZ_MAKE_FLAGS
) -C
$(OBJDIR
)
566 BUILD_PROJECT_ARG
= MOZ_BUILD_APP
=$(MOZ_CURRENT_PROJECT
)
568 OBJDIR
= $(error Cannot find the OBJDIR when MOZ_CURRENT_PROJECT is not set.
)
569 MOZ_MAKE
= $(error Cannot build in the OBJDIR when MOZ_CURRENT_PROJECT is not set.
)
572 else # MOZ_BUILD_PROJECTS
575 OBJDIR
= $(MOZ_OBJDIR
)
576 MOZ_MAKE
= $(MAKE
) $(MOZ_MAKE_FLAGS
) -C
$(OBJDIR
)
578 OBJDIR
:= $(TOPSRCDIR
)
579 MOZ_MAKE
:= $(MAKE
) $(MOZ_MAKE_FLAGS
)
582 endif # MOZ_BUILD_PROJECTS
584 ####################################
585 # CVS defines for NSS
589 mozilla
/security
/nss \
590 mozilla
/security
/coreconf \
591 mozilla
/security
/dbm \
596 NSS_CO_FLAGS
:= $(MOZ_CO_FLAGS
)
598 NSS_CO_FLAGS
:= $(NSS_CO_FLAGS
) $(if
$(NSS_CO_TAG
),-r
$(NSS_CO_TAG
),-A
)
600 # Can only pull the tip or branch tags by date
601 ifeq (,$(filter-out HEAD
%BRANCH
,$(NSS_CO_TAG
)))
602 CVSCO_NSS
= $(CVS
) $(CVS_FLAGS
) co $(NSS_CO_FLAGS
) $(CVS_CO_DATE_FLAGS
) $(NSS_CO_MODULE
)
604 CVSCO_NSS
= $(CVS
) $(CVS_FLAGS
) co $(NSS_CO_FLAGS
) $(NSS_CO_MODULE
)
607 ####################################
608 # CVS defines for NSPR
610 NSPR_CO_MODULE
= mozilla
/nsprpub
613 NSPR_CO_FLAGS
:= $(MOZ_CO_FLAGS
)
615 NSPR_CO_FLAGS
:= $(NSPR_CO_FLAGS
) $(if
$(NSPR_CO_TAG
),-r
$(NSPR_CO_TAG
),-A
)
617 # Can only pull the tip or branch tags by date
618 ifeq (,$(filter-out HEAD
%BRANCH
,$(NSPR_CO_TAG
)))
619 CVSCO_NSPR
= $(CVS
) $(CVS_FLAGS
) co $(NSPR_CO_FLAGS
) $(CVS_CO_DATE_FLAGS
) $(NSPR_CO_MODULE
)
621 CVSCO_NSPR
= $(CVS
) $(CVS_FLAGS
) co $(NSPR_CO_FLAGS
) $(NSPR_CO_MODULE
)
624 ####################################
625 # CVS defines for the C LDAP SDK
627 LDAPCSDK_CO_MODULE
= mozilla
/directory
/c-sdk
628 LDAPCSDK_CO_FLAGS
:= -P
630 LDAPCSDK_CO_FLAGS
:= $(MOZ_CO_FLAGS
)
632 LDAPCSDK_CO_FLAGS
:= $(LDAPCSDK_CO_FLAGS
) $(if
$(LDAPCSDK_CO_TAG
),-r
$(LDAPCSDK_CO_TAG
),-A
)
634 # Can only pull the tip or branch tags by date
635 ifeq (,$(filter-out HEAD
%BRANCH
,$(LDAPCSDK_CO_TAG
)))
636 CVSCO_LDAPCSDK
= $(CVS
) $(CVS_FLAGS
) co $(LDAPCSDK_CO_FLAGS
) $(CVS_CO_DATE_FLAGS
) $(LDAPCSDK_CO_MODULE
)
638 CVSCO_LDAPCSDK
= $(CVS
) $(CVS_FLAGS
) co $(LDAPCSDK_CO_FLAGS
) $(LDAPCSDK_CO_MODULE
)
641 ####################################
642 # Error on obsolete variables.
646 $(warning MOZ_MAPINFO is obsolete
, use MOZ_CO_MODULE
=mozilla
/tools
/codesighs instead.
)
647 MOZ_MODULE_LIST
+= mozilla
/tools
/codesighs
649 ifdef MOZ_INTERNAL_LIBART_LGPL
650 $(error MOZ_INTERNAL_LIBART_LGPL is obsolete
, use MOZ_CO_MODULE
=mozilla
/other-licenses
/libart_lgpl instead.
)
653 $(warning MOZ_PHOENIX is obsolete.
)
654 MOZ_MODULE_LIST
+= $(MODULES_browser
)
655 # $(error MOZ_PHOENIX is obsolete, use MOZ_CO_PROJECT=browser and --enable-application=browser)
657 ifdef MOZ_THUNDERBIRD
658 $(warning MOZ_THUNDERBIRD is obsolete.
)
659 MOZ_MODULE_LIST
+= $(MODULES_mail
)
660 # $(error MOZ_THUNDERBIRD is obsolete, use MOZ_CO_PROJECT=mail and --enable-application=mail)
663 ###################################
664 # Checkout main modules
667 # sort is used to remove duplicates.
668 MOZ_MODULE_LIST
:= $(sort $(MOZ_MODULE_LIST
))
669 MOZ_MODULE_LIST_NS
:= $(sort $(MOZ_MODULE_LIST_NS
))
671 ####################################
672 # Suppress standalone modules if they're not needed.
674 CONFIGURES
:= $(TOPSRCDIR
)/configure
675 ifeq (,$(filter mozilla
/xpcom
,$(MOZ_MODULE_LIST
)))
678 CONFIGURES
+= $(TOPSRCDIR
)/nsprpub
/configure
681 ifeq (,$(filter mozilla
/security
/manager
,$(MOZ_MODULE_LIST
)))
684 ifeq (,$(filter mozilla
/directory
/xpcom
,$(MOZ_MODULE_LIST
)))
687 CONFIGURES
+= $(TOPSRCDIR
)/directory
/c-sdk
/configure
690 MODULES_CO_FLAGS
:= -P
692 MODULES_CO_FLAGS
:= $(MOZ_CO_FLAGS
)
694 MODULES_CO_FLAGS
:= $(MODULES_CO_FLAGS
) $(if
$(MOZ_CO_TAG
),-r
$(MOZ_CO_TAG
),-A
)
696 CVSCO_MODULES_NS
= $(CVS
) $(CVS_FLAGS
) co $(MODULES_CO_FLAGS
) $(CVS_CO_DATE_FLAGS
) -l
$(MOZ_MODULE_LIST_NS
)
698 ifeq (,$(strip $(MOZ_MODULE_LIST
)))
699 FASTUPDATE_MODULES
= $(error No modules or projects were specified. Use MOZ_CO_PROJECT to specify a project for checkout.
)
700 CHECKOUT_MODULES
= $(error No modules or projects were specified. Use MOZ_CO_PROJECT to specify a project for checkout.
)
702 FASTUPDATE_MODULES
:= fast_update
$(CVS
) $(CVS_FLAGS
) co $(MODULES_CO_FLAGS
) $(CVS_CO_DATE_FLAGS
) $(MOZ_MODULE_LIST
)
703 CHECKOUT_MODULES
:= cvs_co
$(CVS
) $(CVS_FLAGS
) co $(MODULES_CO_FLAGS
) $(CVS_CO_DATE_FLAGS
) $(MOZ_MODULE_LIST
);
705 ifeq (,$(MOZ_MODULE_LIST_NS
))
706 FASTUPDATE_MODULES_NS
:= true
707 CHECKOUT_MODULES_NS
:= true
709 FASTUPDATE_MODULES_NS
:= fast_update
$(CVSCO_MODULES_NS
)
710 CHECKOUT_MODULES_NS
:= cvs_co
$(CVSCO_MODULES_NS
)
713 ###################################
714 # CVS defines for locales
717 LOCALES_CO_FLAGS
:= -P
719 LOCALES_CO_FLAGS
:= $(MOZ_CO_FLAGS
)
721 LOCALES_CO_FLAGS
:= $(LOCALES_CO_FLAGS
) $(if
$(LOCALES_CO_TAG
),-r
$(LOCALES_CO_TAG
),-A
)
723 ifndef MOZ_CO_LOCALES
724 FASTUPDATE_LOCALES
:= true
725 CHECKOUT_LOCALES
:= true
728 override MOZ_CO_LOCALES
:= $(subst $(comma
), ,$(MOZ_CO_LOCALES
))
730 ifeq (all,$(MOZ_CO_LOCALES
))
731 MOZCONFIG_MODULES
+= $(foreach project
,$(MOZ_PROJECT_LIST
),mozilla
/$(project
)/locales
/all-locales
)
733 LOCALE_CO_DIRS
:= $(sort $(foreach project
,$(MOZ_PROJECT_LIST
),$(foreach locale
,$(shell cat mozilla
/$(project
)/locales
/all-locales
),$(foreach dir,$(LOCALES_
$(project
)),l10n
/$(locale
)/$(dir)))))
734 else # MOZ_CO_LOCALES != all
735 LOCALE_CO_DIRS
= $(sort $(foreach locale
,$(MOZ_CO_LOCALES
),$(foreach dir,$(LOCALE_DIRS
),l10n
/$(locale
)/$(dir))))
738 CVSCO_LOCALES
:= $(CVS
) $(CVS_FLAGS
) -d
$(LOCALES_CVSROOT
) co $(LOCALES_CO_FLAGS
) $(CVS_CO_LOCALES_DATE_FLAGS
) $(LOCALE_CO_DIRS
)
740 FASTUPDATE_LOCALES
:= fast_update
$(CVSCO_LOCALES
)
741 CHECKOUT_LOCALES
:= cvs_co
$(CVSCO_LOCALES
)
742 endif #MOZ_CO_LOCALES
744 #######################################################################
748 # Print out any options loaded from mozconfig.
749 all build checkout
clean depend
distclean export libs
install realclean::
750 @if
test -f .mozconfig.out
; then \
751 cat .mozconfig.out
; \
752 rm -f .mozconfig.out
; \
756 ifdef _IS_FIRST_CHECKOUT
759 all:: checkout alldep
762 # Windows equivalents
765 build_all_dep
: alldep
766 build_all_depend
: alldep
767 clobber clobber_all
: clean
768 pull_and_build_all
: checkout alldep
770 # Do everything from scratch
771 everything
: checkout
clean build
773 ####################################
777 # @: Backup the last checkout log.
778 @if
test -f
$(CVSCO_LOGFILE
) ; then \
779 mv
$(CVSCO_LOGFILE
) $(CVSCO_LOGFILE
).old
; \
782 ifdef RUN_AUTOCONF_LOCALLY
783 @echo
"Removing local configures" ; \
785 $(RM
) -f
$(CONFIGURES
)
787 @echo
"checkout start: "`date` | tee
$(CVSCO_LOGFILE
)
788 @echo
'$(CVSCO) $(CVS_CO_DATE_FLAGS) mozilla/client.mk $(MOZCONFIG_MODULES)'; \
790 $(CVSCO
) $(CVS_CO_DATE_FLAGS
) mozilla
/client.mk
$(MOZCONFIG_MODULES
)
791 @cd
$(ROOTDIR
) && $(MAKE
) -f mozilla
/client.mk real_checkout
793 # Start the checkout. Split the output to the tty and a log file.
797 cvs_co
() { set
-e
; echo
"$$@" ; \
798 "$$@" 2>&1 | tee
-a
$(CVSCO_LOGFILE
); }; \
799 cvs_co
$(CVSCO_NSPR
); \
800 cvs_co
$(CVSCO_NSS
); \
801 cvs_co
$(CVSCO_LDAPCSDK
); \
802 $(CHECKOUT_MODULES_NS
); \
803 $(CHECKOUT_MODULES
) \
805 @echo
"checkout finish: "`date` | tee
-a
$(CVSCO_LOGFILE
)
806 # update the NSS checkout timestamp, if we checked PSM out
807 @if
test -d
$(TOPSRCDIR
)/security
/manager
-a \
808 `egrep -c '^(U|C) mozilla/security/(nss|coreconf)' $(CVSCO_LOGFILE) 2>/dev/null` != 0; then \
809 touch
$(TOPSRCDIR
)/security
/manager
/.nss.checkout
; \
811 ifdef RUN_AUTOCONF_LOCALLY
813 $(RM
) -f
$(CONFIGURES
)
815 # @: Check the log for conflicts. ;
816 @conflicts
=`egrep "^C " $(CVSCO_LOGFILE)` ;\
817 if
test "$$conflicts" ; then \
818 echo
"$(MAKE): *** Conflicts during checkout." ;\
819 echo
"$$conflicts" ;\
820 echo
"$(MAKE): Refer to $(CVSCO_LOGFILE) for full log." ;\
826 # @: Backup the last checkout log.
827 @if
test -f
$(CVSCO_LOGFILE
) ; then \
828 mv
$(CVSCO_LOGFILE
) $(CVSCO_LOGFILE
).old
; \
831 ifdef RUN_AUTOCONF_LOCALLY
832 @echo
"Removing local configures" ; \
834 $(RM
) -f
$(CONFIGURES
)
836 @echo
"checkout start: "`date` | tee
$(CVSCO_LOGFILE
)
837 @echo
'$(CVSCO) mozilla/client.mk $(MOZCONFIG_MODULES)'; \
839 $(CVSCO
) mozilla
/client.mk
$(MOZCONFIG_MODULES
)
840 @cd
$(TOPSRCDIR
) && \
841 $(MAKE
) -f client.mk real_fast-update
843 # Start the update. Split the output to the tty and a log file.
846 fast_update
() { set
-e
; config
/cvsco-fast-update.pl
$$@
2>&1 | tee
-a
$(CVSCO_LOGFILE
); }; \
847 cvs_co
() { set
-e
; echo
"$$@" ; \
848 "$$@" 2>&1 | tee
-a
$(CVSCO_LOGFILE
); }; \
849 fast_update
$(CVSCO_NSPR
); \
851 cvs_co
$(CVSCO_NSS
); \
853 fast_update
$(CVSCO_LDAPCSDK
); \
854 $(FASTUPDATE_MODULES
); \
855 $(FASTUPDATE_MODULES_NS
); \
856 $(FASTUPDATE_LOCALES
);
857 @echo
"fast_update finish: "`date` | tee
-a
$(CVSCO_LOGFILE
)
858 # update the NSS checkout timestamp
859 @if
test `egrep -c '^(U|C) mozilla/security/(nss|coreconf)' $(CVSCO_LOGFILE) 2>/dev/null` != 0; then \
860 touch
$(TOPSRCDIR
)/security
/manager
/.nss.checkout
; \
862 ifdef RUN_AUTOCONF_LOCALLY
864 $(RM
) -f
$(CONFIGURES
)
866 # @: Check the log for conflicts. ;
867 @conflicts
=`egrep "^C " $(CVSCO_LOGFILE)` ;\
868 if
test "$$conflicts" ; then \
869 echo
"$(MAKE): *** Conflicts during fast-update." ;\
870 echo
"$$conflicts" ;\
871 echo
"$(MAKE): Refer to $(CVSCO_LOGFILE) for full log." ;\
876 CVSCO_LOGFILE_L10N
:= $(ROOTDIR
)/cvsco-l10n.log
877 CVSCO_LOGFILE_L10N
:= $(shell echo
$(CVSCO_LOGFILE_L10N
) | sed s
%//%/%)
880 # @: Backup the last checkout log.
881 @if
test -f
$(CVSCO_LOGFILE_L10N
) ; then \
882 mv
$(CVSCO_LOGFILE_L10N
) $(CVSCO_LOGFILE_L10N
).old
; \
885 @echo
"checkout start: "`date` | tee
$(CVSCO_LOGFILE_L10N
)
886 @echo
'$(CVSCO) $(CVS_CO_DATE_FLAGS) mozilla/client.mk $(MOZCONFIG_MODULES)'; \
888 $(CVSCO
) $(CVS_CO_DATE_FLAGS
) mozilla
/client.mk
$(MOZCONFIG_MODULES
)
889 @cd
$(ROOTDIR
) && $(MAKE
) -f mozilla
/client.mk real_l10n-checkout
891 EN_US_CO_DIRS
:= $(sort $(foreach dir,$(LOCALE_DIRS
),mozilla
/$(dir)/locales
)) \
892 $(foreach mod
,$(MOZ_PROJECT_LIST
),mozilla
/$(mod
)/config
) \
894 $(MOZCONFIG_MODULES
) \
896 mozilla
/configure.in \
897 mozilla
/allmakefiles.sh \
902 EN_US_CO_FILES_NS
:= \
903 mozilla
/toolkit
/mozapps
/installer \
906 # Start the checkout. Split the output to the tty and a log file.
909 cvs_co
() { set
-e
; echo
"$$@" ; \
910 "$$@" 2>&1 | tee
-a
$(CVSCO_LOGFILE_L10N
); }; \
911 cvs_co
$(CVS
) $(CVS_FLAGS
) co $(MODULES_CO_FLAGS
) $(CVS_CO_DATE_FLAGS
) $(EN_US_CO_DIRS
); \
912 cvs_co
$(CVS
) $(CVS_FLAGS
) co $(MODULES_CO_FLAGS
) $(CVS_CO_DATE_FLAGS
) -l
$(EN_US_CO_FILES_NS
); \
913 cvs_co
$(CVSCO_LOCALES
)
914 @echo
"checkout finish: "`date` | tee
-a
$(CVSCO_LOGFILE_L10N
)
915 # @: Check the log for conflicts. ;
916 @conflicts
=`egrep "^C " $(CVSCO_LOGFILE_L10N)` ;\
917 if
test "$$conflicts" ; then \
918 echo
"$(MAKE): *** Conflicts during checkout." ;\
919 echo
"$$conflicts" ;\
920 echo
"$(MAKE): Refer to $(CVSCO_LOGFILE_L10N) for full log." ;\
925 #####################################################
928 ifdef _IS_FIRST_CHECKOUT
929 # First time, do build target in a new process to pick up new files.
931 $(MAKE
) -f
$(TOPSRCDIR
)/client.mk build
934 #####################################################
935 # After First Checkout
937 #####################################################
938 # Build date unification
940 ifdef MOZ_UNIFY_BDATE
941 ifndef MOZ_BUILD_DATE
942 ifdef MOZ_BUILD_PROJECTS
943 MOZ_BUILD_DATE
= $(shell $(PERL
) -I
$(TOPSRCDIR
)/config
$(TOPSRCDIR
)/config
/bdate.pl
)
944 export MOZ_BUILD_DATE
949 #####################################################
950 # Preflight, before building any project
952 build profiledbuild alldep preflight_all
::
953 ifeq (,$(MOZ_CURRENT_PROJECT
)$(if
$(MOZ_PREFLIGHT_ALL
),,1))
954 # Don't run preflight_all for individual projects in multi-project builds
955 # (when MOZ_CURRENT_PROJECT is set.)
956 ifndef MOZ_BUILD_PROJECTS
957 # Building a single project, OBJDIR is usable.
959 for mkfile in
$(MOZ_PREFLIGHT_ALL
); do \
960 $(MAKE
) -f
$(TOPSRCDIR
)/$$mkfile preflight_all TOPSRCDIR
=$(TOPSRCDIR
) OBJDIR
=$(OBJDIR
) MOZ_OBJDIR
=$(MOZ_OBJDIR
); \
963 # OBJDIR refers to the project-specific OBJDIR, which is not available at
964 # this point when building multiple projects. Only MOZ_OBJDIR is available.
966 for mkfile in
$(MOZ_PREFLIGHT_ALL
); do \
967 $(MAKE
) -f
$(TOPSRCDIR
)/$$mkfile preflight_all TOPSRCDIR
=$(TOPSRCDIR
) MOZ_OBJDIR
=$(MOZ_OBJDIR
) MOZ_BUILD_PROJECTS
="$(MOZ_BUILD_PROJECTS)"; \
972 # If we're building multiple projects, but haven't specified which project,
975 ifeq (,$(MOZ_CURRENT_PROJECT
)$(if
$(MOZ_BUILD_PROJECTS
),,1))
976 configure depend build profiledbuild
install export libs
clean realclean distclean alldep preflight postflight
::
978 for app in
$(MOZ_BUILD_PROJECTS
); do \
979 $(MAKE
) -f
$(TOPSRCDIR
)/client.mk
$@ MOZ_CURRENT_PROJECT
=$$app; \
984 # MOZ_CURRENT_PROJECT: either doing a single-project build, or building an
985 # individual project in a multi-project build.
987 ####################################
990 CONFIG_STATUS
= $(wildcard $(OBJDIR
)/config.status
)
991 CONFIG_CACHE
= $(wildcard $(OBJDIR
)/config.cache
)
993 ifdef RUN_AUTOCONF_LOCALLY
994 EXTRA_CONFIG_DEPS
:= \
995 $(TOPSRCDIR
)/aclocal.m4 \
996 $(wildcard $(TOPSRCDIR
)/build
/autoconf
/*.m4
) \
999 $(TOPSRCDIR
)/configure
: $(TOPSRCDIR
)/configure.in
$(EXTRA_CONFIG_DEPS
)
1000 @echo Generating
$@ using autoconf
1001 cd
$(TOPSRCDIR
); $(AUTOCONF
)
1003 $(TOPSRCDIR
)/nsprpub
/configure
: $(TOPSRCDIR
)/nsprpub
/configure.in
$(EXTRA_CONFIG_DEPS
)
1004 @echo Generating
$@ using autoconf
1005 cd
$(TOPSRCDIR
)/nsprpub
; $(AUTOCONF
)
1007 $(TOPSRCDIR
)/directory
/c-sdk
/configure
: $(TOPSRCDIR
)/directory
/c-sdk
/configure.in
$(EXTRA_CONFIG_DEPS
)
1008 @echo Generating
$@ using autoconf
1009 cd
$(TOPSRCDIR
)/directory
/c-sdk
; $(AUTOCONF
)
1012 CONFIG_STATUS_DEPS
:= \
1013 $(TOPSRCDIR
)/configure \
1014 $(TOPSRCDIR
)/allmakefiles.sh \
1015 $(TOPSRCDIR
)/.mozconfig.mk \
1016 $(wildcard $(TOPSRCDIR
)/nsprpub
/configure
) \
1017 $(wildcard $(TOPSRCDIR
)/directory
/c-sdk
/configure
) \
1018 $(wildcard $(TOPSRCDIR
)/mailnews
/makefiles
) \
1019 $(wildcard $(TOPSRCDIR
)/themes
/makefiles
) \
1020 $(wildcard $(TOPSRCDIR
)/config
/milestone.txt
) \
1021 $(wildcard $(TOPSRCDIR
)/config
/chrome-versions.sh
) \
1024 # configure uses the program name to determine @srcdir@. Calling it without
1025 # $(TOPSRCDIR) will set @srcdir@ to "."; otherwise, it is set to the full
1026 # path of $(TOPSRCDIR).
1027 ifeq ($(TOPSRCDIR
),$(OBJDIR
))
1028 CONFIGURE
= .
/configure
1030 CONFIGURE
= $(TOPSRCDIR
)/configure
1034 CONFIGURE
= $(TOPSRCDIR
)/configure
1037 configure
:: $(CONFIGURES
)
1038 ifdef MOZ_BUILD_PROJECTS
1039 @if
test ! -d
$(MOZ_OBJDIR
); then
$(MKDIR
) $(MOZ_OBJDIR
); else true
; fi
1041 @if
test ! -d
$(OBJDIR
); then
$(MKDIR
) $(OBJDIR
); else true
; fi
1043 @echo
$(CONFIGURE
) $(CONFIGURE_ARGS
)
1044 @cd
$(OBJDIR
) && $(BUILD_PROJECT_ARG
) $(CONFIGURE_ENV_ARGS
) $(CONFIGURE
) $(CONFIGURE_ARGS
) \
1045 ||
( echo
"*** Fix above errors and then restart with\
1046 \"$(MAKE) -f client.mk build\"" && exit
1 )
1047 @touch
$(OBJDIR
)/Makefile
1049 $(OBJDIR
)/Makefile
$(OBJDIR
)/config.status
: $(CONFIG_STATUS_DEPS
)
1050 @
$(MAKE
) -f
$(TOPSRCDIR
)/client.mk configure
1052 ifneq (,$(CONFIG_STATUS
))
1053 $(OBJDIR
)/config
/autoconf.mk
: $(TOPSRCDIR
)/config
/autoconf.mk.in
1055 CONFIG_FILES
=config
/autoconf.mk .
/config.status
1059 ####################################
1062 depend
:: $(OBJDIR
)/Makefile
$(OBJDIR
)/config.status
1063 $(MOZ_MAKE
) export && $(MOZ_MAKE
) depend
1065 ####################################
1068 build profiledbuild alldep preflight
::
1071 for mkfile in
$(MOZ_PREFLIGHT
); do \
1072 $(MAKE
) -f
$(TOPSRCDIR
)/$$mkfile preflight TOPSRCDIR
=$(TOPSRCDIR
) OBJDIR
=$(OBJDIR
) MOZ_OBJDIR
=$(MOZ_OBJDIR
); \
1076 ####################################
1079 build
:: $(OBJDIR
)/Makefile
$(OBJDIR
)/config.status
1082 ####################################
1083 # Profile-feedback build (gcc only)
1084 # To use this, you should set the following variables in your mozconfig
1085 # mk_add_options PROFILE_GEN_SCRIPT=/path/to/profile-script
1087 # The profile script should exercise the functionality to be included
1088 # in the profile feedback.
1090 profiledbuild
:: $(OBJDIR
)/Makefile
$(OBJDIR
)/config.status
1091 $(MOZ_MAKE
) MOZ_PROFILE_GENERATE
=1
1092 OBJDIR
=${OBJDIR} $(PROFILE_GEN_SCRIPT
)
1093 $(MOZ_MAKE
) clobber_all
1094 $(MOZ_MAKE
) MOZ_PROFILE_USE
=1
1095 find
$(OBJDIR
) -name
"*.da" -exec
rm {} \
;
1097 ####################################
1100 # Pass these target onto the real build system
1101 install export libs
clean realclean distclean alldep
:: $(OBJDIR
)/Makefile
$(OBJDIR
)/config.status
1104 ####################################
1107 build profiledbuild alldep postflight
::
1108 ifdef MOZ_POSTFLIGHT
1110 for mkfile in
$(MOZ_POSTFLIGHT
); do \
1111 $(MAKE
) -f
$(TOPSRCDIR
)/$$mkfile postflight TOPSRCDIR
=$(TOPSRCDIR
) OBJDIR
=$(OBJDIR
) MOZ_OBJDIR
=$(MOZ_OBJDIR
); \
1115 endif # MOZ_CURRENT_PROJECT
1117 ####################################
1118 # Postflight, after building all projects
1120 build profiledbuild alldep postflight_all
::
1121 ifeq (,$(MOZ_CURRENT_PROJECT
)$(if
$(MOZ_POSTFLIGHT_ALL
),,1))
1122 # Don't run postflight_all for individual projects in multi-project builds
1123 # (when MOZ_CURRENT_PROJECT is set.)
1124 ifndef MOZ_BUILD_PROJECTS
1125 # Building a single project, OBJDIR is usable.
1127 for mkfile in
$(MOZ_POSTFLIGHT_ALL
); do \
1128 $(MAKE
) -f
$(TOPSRCDIR
)/$$mkfile postflight_all TOPSRCDIR
=$(TOPSRCDIR
) OBJDIR
=$(OBJDIR
) MOZ_OBJDIR
=$(MOZ_OBJDIR
); \
1131 # OBJDIR refers to the project-specific OBJDIR, which is not available at
1132 # this point when building multiple projects. Only MOZ_OBJDIR is available.
1134 for mkfile in
$(MOZ_POSTFLIGHT_ALL
); do \
1135 $(MAKE
) -f
$(TOPSRCDIR
)/$$mkfile postflight_all TOPSRCDIR
=$(TOPSRCDIR
) MOZ_OBJDIR
=$(MOZ_OBJDIR
) MOZ_BUILD_PROJECTS
="$(MOZ_BUILD_PROJECTS)"; \
1142 if
[ -f Makefile
]; then \
1143 $(MAKE
) distclean ; \
1145 echo
"Removing object files from srcdir..."; \
1146 rm -fr
`find . -type d \( -name .deps -print -o -name CVS \
1147 -o -exec test ! -d {}/CVS \; \) -prune \
1148 -o \( -name '*.[ao]' -o -name '*.so' \) -type f -print`; \
1149 build
/autoconf
/clean-config.sh
; \
1152 # (! IS_FIRST_CHECKOUT)
1158 .PHONY
: checkout real_checkout depend build
export libs alldep
install clean realclean distclean cleansrcdir pull_all build_all
clobber clobber_all pull_and_build_all everything configure preflight_all preflight postflight postflight_all