1 SubDir HAIKU_TOP src system glue ;
3 local architectureObject ;
4 for architectureObject in [ MultiArchSubDirSetup ] {
5 on $(architectureObject) {
6 UsePrivateSystemHeaders ;
15 if $(HAIKU_BUILD_TYPE) = bootstrap {
16 # build a version for stage0 of the bootstrap process
17 BootstrapStage0PlatformObjects $(sources) : true ;
24 for arch in $(TARGET_ARCHS) {
25 SubInclude HAIKU_TOP src system glue arch $(arch) ;