1 # This file defines what ends up on the Haiku image (respectively in the Haiku
2 # installation directory) and it executes the rules building the image
3 # (respectively installing the files in the installation directory).
5 # import the defintions of the image content
6 if $(HAIKU_BUILD_TYPE) = bootstrap {
7 include [ FDirName $(HAIKU_BUILD_RULES_DIR) images definitions bootstrap ] ;
8 } else if $(HAIKU_BUILD_TYPE) = minimum {
9 include [ FDirName $(HAIKU_BUILD_RULES_DIR) images definitions minimum ] ;
11 include [ FDirName $(HAIKU_BUILD_RULES_DIR) images definitions regular ] ;
14 # build the haiku system packages and add them
15 include [ FDirName $(HAIKU_BUILD_RULES_DIR) HaikuPackages ] ;
17 AddPackageFilesToHaikuImage system :
20 haiku_$(TARGET_PACKAGING_ARCHS[2-]).hpkg
25 # import what is shared by all images
26 include [ FDirName $(HAIKU_BUILD_RULES_DIR) images definitions common-tail ] ;