libroot/posix/stdio: Remove unused portions.
[haiku.git] / build / jam / images / HaikuImage
bloba37f91105d7bd24fbc04f5ebc77e84e274005e0e
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 ] ;
10 } else {
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 :
18         haiku_loader.hpkg
19         haiku.hpkg
20         haiku_$(TARGET_PACKAGING_ARCHS[2-]).hpkg
21         :
22         nameFromMetaInfo
23         ;
25 # import what is shared by all images
26 include [ FDirName $(HAIKU_BUILD_RULES_DIR) images definitions common-tail ] ;