2005-10-29 18:27:43 +02:00
|
|
|
SubDir HAIKU_TOP ;
|
2002-07-15 00:08:55 +02:00
|
|
|
|
2012-07-09 22:38:20 +02: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 ] ;
|
2014-07-31 18:05:36 +02:00
|
|
|
|
|
|
|
# Let the target platform depend on the external header directories such
|
|
|
|
# that those will be unpacked before anything is built for the target
|
|
|
|
# platform.
|
|
|
|
Depends $(TARGET_PLATFORM) : [
|
|
|
|
BuildFeatureAttribute gcc_syslibs_devel : c++-headers
|
|
|
|
] [
|
|
|
|
BuildFeatureAttribute gcc_syslibs_devel : gcc-headers
|
|
|
|
] ;
|
2013-08-01 08:51:16 +02:00
|
|
|
}
|
|
|
|
}
|
2012-07-09 22:38:20 +02:00
|
|
|
|
2014-03-20 19:34:42 +01:00
|
|
|
# Include required packages:
|
2014-03-16 01:00:28 +01:00
|
|
|
# primary architecture
|
2020-01-25 22:27:48 +01:00
|
|
|
AddHaikuImageSystemPackages [ FFilterByBuildFeatures
|
2024-07-27 22:57:40 +02:00
|
|
|
bash bc freetype zlib
|
2014-03-20 19:34:42 +01:00
|
|
|
|
2024-08-10 23:34:55 +02:00
|
|
|
!gcc2 @{ coreutils icu74 wget }@
|
|
|
|
gcc2 @{ coreutils_x86 wget_x86 icu icu74_x86@secondary_x86 }@
|
2014-03-20 19:34:42 +01:00
|
|
|
regular_image @{
|
2024-06-02 15:28:42 +02:00
|
|
|
bzip2 expat ffmpeg6 glu gutenprint9 gzip
|
2020-04-19 23:50:43 +02:00
|
|
|
lame less libedit libicns
|
2023-08-03 19:44:13 +02:00
|
|
|
mesa mesa_devel mesa_swpipe@!gcc2 mesa_swrast@gcc2
|
2020-04-19 23:50:43 +02:00
|
|
|
netcat
|
2014-11-12 22:59:26 +01:00
|
|
|
sed sharutils
|
2024-08-10 23:34:55 +02:00
|
|
|
unzip which zip
|
2021-04-17 21:41:55 +02:00
|
|
|
|
2023-08-03 19:44:13 +02:00
|
|
|
!gcc2 @{ diffutils findutils gawk grep tar tcpdump zstd }@
|
|
|
|
gcc2 @{
|
|
|
|
diffutils_x86@secondary_x86 findutils_x86@secondary_x86
|
|
|
|
mawk grep_x86@secondary_x86 tar_x86@secondary_x86
|
|
|
|
tcpdump_x86@secondary_x86
|
|
|
|
}@
|
2014-03-20 19:34:42 +01:00
|
|
|
}@
|
|
|
|
] ;
|
2018-07-01 20:25:10 +02:00
|
|
|
AddHaikuImageSourcePackages [ FFilterByBuildFeatures
|
2021-12-07 20:26:24 +01:00
|
|
|
bash bc
|
|
|
|
|
|
|
|
!gcc2 @{ coreutils }@
|
|
|
|
gcc2 @{ coreutils_x86 }@
|
2018-07-01 20:25:10 +02:00
|
|
|
|
|
|
|
regular_image @{
|
2024-06-02 15:28:42 +02:00
|
|
|
expat ffmpeg6 findutils grep gutenprint9 gzip
|
2023-08-03 19:44:13 +02:00
|
|
|
lame less libicns
|
2018-07-01 20:25:10 +02:00
|
|
|
sed sharutils
|
|
|
|
tar wget which
|
2023-08-03 19:44:13 +02:00
|
|
|
!gcc2 @{ gawk }@
|
|
|
|
gcc2 @{ mawk }@
|
2018-07-01 20:25:10 +02:00
|
|
|
}@
|
|
|
|
] ;
|
2014-07-31 23:38:22 +02:00
|
|
|
if $(HAIKU_PACKAGING_ARCHS[1]) != x86_gcc2 {
|
2020-01-25 22:27:48 +01:00
|
|
|
AddHaikuImageSystemPackages [ FFilterByBuildFeatures gcc_syslibs ] ;
|
2014-07-31 23:38:22 +02:00
|
|
|
}
|
2013-08-10 09:58:11 +02:00
|
|
|
|
2014-07-31 23:38:22 +02:00
|
|
|
if $(HAIKU_PACKAGING_ARCHS[2]) {
|
|
|
|
# secondary architectures
|
|
|
|
local architectureObject ;
|
|
|
|
for architectureObject
|
|
|
|
in [ MultiArchSubDirSetup $(HAIKU_PACKAGING_ARCHS[2-]) ] {
|
|
|
|
on $(architectureObject) {
|
2020-01-25 22:27:48 +01:00
|
|
|
AddHaikuImageSystemPackages [ FFilterByBuildFeatures
|
2024-07-27 22:57:40 +02:00
|
|
|
freetype icu zlib
|
2014-07-31 23:38:22 +02:00
|
|
|
|
|
|
|
regular_image @{
|
2023-12-29 15:47:56 +01:00
|
|
|
ffmpeg6 glu jasper jpeg libavif libicns libpng16 libwebp mesa
|
2014-07-31 23:38:22 +02:00
|
|
|
}@
|
|
|
|
] ;
|
|
|
|
if $(TARGET_PACKAGING_ARCH) != x86_gcc2 {
|
2020-01-25 22:27:48 +01:00
|
|
|
AddHaikuImageSystemPackages [ FFilterByBuildFeatures gcc_syslibs
|
2017-08-02 19:29:54 +02:00
|
|
|
mesa_swpipe ] ;
|
2014-07-31 23:38:22 +02:00
|
|
|
}
|
|
|
|
}
|
2013-08-10 09:58:11 +02:00
|
|
|
}
|
2013-07-07 13:45:38 +02:00
|
|
|
}
|
2010-03-12 19:07:19 +01:00
|
|
|
|
|
|
|
# If enabled, make sure that OpenSSL is added to the image.
|
2013-08-05 00:25:30 +02:00
|
|
|
if [ FIsBuildFeatureEnabled openssl ] {
|
2024-06-02 19:00:23 +02:00
|
|
|
AddHaikuImageSystemPackages openssl3 ;
|
2010-03-12 19:07:19 +01:00
|
|
|
}
|
2010-03-12 19:03:57 +01:00
|
|
|
|
2013-08-17 09:20:35 +02:00
|
|
|
# add additionally requested packages
|
2020-01-25 22:27:48 +01:00
|
|
|
AddHaikuImageSystemPackages $(HAIKU_IMAGE_ADDITIONAL_PACKAGES) ;
|
2013-08-17 09:20:35 +02:00
|
|
|
|
2007-03-04 06:09:59 +01: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 19:14:51 +01:00
|
|
|
if $(HAIKU_INCLUDE_3RDPARTY) {
|
|
|
|
SubInclude HAIKU_TOP 3rdparty ;
|
|
|
|
}
|
2007-03-04 06:09:59 +01:00
|
|
|
|
2008-03-30 17:34:30 +02:00
|
|
|
# Perform deferred SubIncludes.
|
|
|
|
ExecuteDeferredSubIncludes ;
|
|
|
|
|
2007-07-27 01:09:18 +02:00
|
|
|
# reset subdir
|
|
|
|
SubDir HAIKU_TOP ;
|
|
|
|
|
2008-12-06 19:42:33 +01:00
|
|
|
# Execute post-build-target user config rules.
|
|
|
|
UserBuildConfigRulePostBuildTargets ;
|
|
|
|
|
2014-01-19 00:48:51 +01:00
|
|
|
# specify the Haiku repository contents
|
|
|
|
include [ FDirName $(HAIKU_BUILD_RULES_DIR) repositories Haiku ] ;
|
|
|
|
|
2014-03-16 21:17:22 +01:00
|
|
|
# specify the actual Haiku image contents
|
|
|
|
include [ FDirName $(HAIKU_BUILD_RULES_DIR) images HaikuImage ] ;
|
|
|
|
|
|
|
|
# specify the additional image contents one for each boot type
|
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 HaikuCD ] ;
|
|
|
|
include [ FDirName $(HAIKU_BUILD_RULES_DIR) images AnybootImage ] ;
|
2018-10-18 17:07:12 +02:00
|
|
|
include [ FDirName $(HAIKU_BUILD_RULES_DIR) images MMCImage ] ;
|
2009-02-23 23:33:09 +01: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 22:26:08 +02:00
|
|
|
|
|
|
|
# Pseudo-target to build all targets that are localized.
|
2010-10-24 05:31:34 +02:00
|
|
|
NotFile LocalizedTargets ;
|
|
|
|
Depends LocalizedTargets : $(HAIKU_LOCALIZED_TARGETS) ;
|
2010-10-24 18:55:33 +02:00
|
|
|
|
|
|
|
NotFile catalogs ;
|
|
|
|
Depends catalogs : $(HAIKU_LOCALE_CATALOGS) ;
|
|
|
|
|
|
|
|
NotFile catkeys ;
|
|
|
|
Depends catkeys : $(HAIKU_LOCALE_OUTPUT_CATKEYS) ;
|