1 SubDir HAIKU_TOP src system libroot os ;
3 UsePrivateHeaders kernel ;
5 UsePrivateHeaders app libroot runtime_loader shared ;
7 local architectureObject ;
8 for architectureObject in [ MultiArchSubDirSetup ] {
9 on $(architectureObject) {
10 local architecture = $(TARGET_PACKAGING_ARCH) ;
12 UsePrivateSystemHeaders ;
14 SEARCH_SOURCE += [ FDirName $(SUBDIR) locks ] ;
16 MergeObject <$(architecture)>os_main.o :
22 extended_system_info.cpp
54 SEARCH on [ FGristFiles KMessage.cpp ]
55 = [ FDirName $(HAIKU_TOP) src system kernel messaging ] ;
57 # We need to specify the dependency on the generated syscalls file
59 Depends [ FGristFiles syscalls.o ]
60 : <syscalls!$(architecture)>syscalls.S.inc ;
65 for arch in $(TARGET_ARCHS) {
66 HaikuSubInclude arch $(arch) ;