2005-10-29 16:27:43 +00:00
|
|
|
SubDir HAIKU_TOP ;
|
2002-07-14 22:08:55 +00:00
|
|
|
|
2005-05-15 01:44:35 +00:00
|
|
|
NotFile doc_files ;
|
|
|
|
Depends files : doc_files ;
|
|
|
|
|
2012-07-09 20:38:20 +00:00
|
|
|
# Prepare the optional build features before parsing the Jamfile tree.
|
2013-08-01 08:51:16 +02:00
|
|
|
local architectureObject ;
|
|
|
|
for architectureObject in [ MultiArchSubDirSetup ] {
|
|
|
|
on $(architectureObject) {
|
|
|
|
include [ FDirName $(HAIKU_BUILD_RULES_DIR) BuildFeatures ] ;
|
|
|
|
}
|
|
|
|
}
|
2012-07-09 20:38:20 +00:00
|
|
|
|
2010-03-15 16:11:47 +00:00
|
|
|
# Include packages that are required by all images.
|
2013-07-23 22:44:32 +02:00
|
|
|
if ! $(HAIKU_BOOTSTRAP_BUILD) {
|
2013-08-10 09:58:11 +02:00
|
|
|
# primary architecture
|
2013-07-07 13:45:38 +02:00
|
|
|
AddHaikuImagePackages
|
|
|
|
bzip2 ctags ffmpeg freetype glu grep icu jpeg libpng libsolv mesa sed
|
|
|
|
tar zlib
|
|
|
|
:
|
|
|
|
system
|
|
|
|
;
|
2013-08-10 09:58:11 +02:00
|
|
|
|
|
|
|
# secondary architectures
|
|
|
|
local architectureObject ;
|
|
|
|
for architectureObject
|
|
|
|
in [ MultiArchSubDirSetup $(HAIKU_PACKAGING_ARCHS[2-]) ] {
|
|
|
|
on $(architectureObject) {
|
|
|
|
AddHaikuImagePackages
|
|
|
|
ffmpeg freetype glu icu jpeg libpng libsolv mesa zlib
|
|
|
|
:
|
|
|
|
system
|
|
|
|
;
|
|
|
|
}
|
|
|
|
}
|
2013-07-07 13:45:38 +02:00
|
|
|
}
|
2010-03-12 18:07:19 +00:00
|
|
|
|
|
|
|
# If enabled, make sure that OpenSSL is added to the image.
|
2013-08-05 00:25:30 +02:00
|
|
|
if [ FIsBuildFeatureEnabled openssl ] {
|
2013-07-05 10:51:42 +02:00
|
|
|
AddHaikuImagePackages openssl ;
|
2010-03-12 18:07:19 +00:00
|
|
|
}
|
2010-03-12 18:03:57 +00:00
|
|
|
|
2013-08-17 09:20:35 +02:00
|
|
|
# add additionally requested packages
|
|
|
|
AddHaikuImagePackages $(HAIKU_IMAGE_ADDITIONAL_PACKAGES) ;
|
|
|
|
|
2007-03-04 05:09:59 +00:00
|
|
|
# Optionally we allow not to include the "src" subdirectory.
|
|
|
|
if $(HAIKU_DONT_INCLUDE_SRC) {
|
|
|
|
# Don't include "src", but at least include the stuff needed for the
|
|
|
|
# build.
|
|
|
|
SubInclude HAIKU_TOP src build ;
|
|
|
|
SubInclude HAIKU_TOP src tools ;
|
|
|
|
} else {
|
|
|
|
SubInclude HAIKU_TOP src ;
|
|
|
|
}
|
2008-01-11 18:14:51 +00:00
|
|
|
if $(HAIKU_INCLUDE_3RDPARTY) {
|
|
|
|
SubInclude HAIKU_TOP 3rdparty ;
|
|
|
|
}
|
2007-03-04 05:09:59 +00:00
|
|
|
|
2008-03-30 15:34:30 +00:00
|
|
|
# Perform deferred SubIncludes.
|
|
|
|
ExecuteDeferredSubIncludes ;
|
|
|
|
|
2007-07-26 23:09:18 +00:00
|
|
|
# reset subdir
|
|
|
|
SubDir HAIKU_TOP ;
|
|
|
|
|
2008-12-06 18:42:33 +00:00
|
|
|
# Execute post-build-target user config rules.
|
|
|
|
UserBuildConfigRulePostBuildTargets ;
|
|
|
|
|
2007-07-11 01:04:35 +00:00
|
|
|
# specify the Haiku image and network boot archive contents
|
2013-07-07 13:45:38 +02:00
|
|
|
if $(HAIKU_BOOTSTRAP_BUILD) {
|
|
|
|
include [ FDirName $(HAIKU_BUILD_RULES_DIR) images HaikuImageBootstrap ] ;
|
|
|
|
} else {
|
|
|
|
include [ FDirName $(HAIKU_BUILD_RULES_DIR) images HaikuImage ] ;
|
|
|
|
}
|
2013-07-07 10:44:43 +02:00
|
|
|
include [ FDirName $(HAIKU_BUILD_RULES_DIR) images NetBootArchive ] ;
|
|
|
|
include [ FDirName $(HAIKU_BUILD_RULES_DIR) images FloppyBootImage ] ;
|
|
|
|
include [ FDirName $(HAIKU_BUILD_RULES_DIR) images CDBootImage ] ;
|
|
|
|
include [ FDirName $(HAIKU_BUILD_RULES_DIR) images CDBootPPCImage ] ;
|
|
|
|
include [ FDirName $(HAIKU_BUILD_RULES_DIR) images HaikuCD ] ;
|
|
|
|
include [ FDirName $(HAIKU_BUILD_RULES_DIR) images AnybootImage ] ;
|
2009-02-23 22:33:09 +00:00
|
|
|
|
|
|
|
# Check whether all requested optional packages do actually exist.
|
|
|
|
local package ;
|
|
|
|
local packageError ;
|
|
|
|
for package in $(HAIKU_ADDED_OPTIONAL_PACKAGES) {
|
|
|
|
if ! [ on $(package) return $(HAIKU_OPTIONAL_PACKAGE_EXISTS) ] {
|
|
|
|
Echo "ERROR: Requested optional package \"$(package)\" does not"
|
|
|
|
"exist." ;
|
|
|
|
packageError = 1 ;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if $(packageError) {
|
|
|
|
Exit ;
|
|
|
|
}
|
2010-10-23 20:26:08 +00:00
|
|
|
|
|
|
|
# Pseudo-target to build all targets that are localized.
|
2010-10-24 03:31:34 +00:00
|
|
|
NotFile LocalizedTargets ;
|
|
|
|
Depends LocalizedTargets : $(HAIKU_LOCALIZED_TARGETS) ;
|
2010-10-24 16:55:33 +00:00
|
|
|
|
|
|
|
NotFile catalogs ;
|
|
|
|
Depends catalogs : $(HAIKU_LOCALE_CATALOGS) ;
|
|
|
|
|
|
|
|
NotFile catkeys ;
|
|
|
|
Depends catkeys : $(HAIKU_LOCALE_OUTPUT_CATKEYS) ;
|