1 SubDir HAIKU_TOP src system libroot os arch x86_64 ;
3 SubDirC++Flags -std=gnu++11 ;
5 local architectureObject ;
6 for architectureObject in [ MultiArchSubDirSetup x86_64 ] {
7 on $(architectureObject) {
8 local architecture = $(TARGET_PACKAGING_ARCH) ;
10 UsePrivateKernelHeaders ;
11 # TODO: Replace by "UsePrivateHeaders libroot" after resolving the
13 UsePrivateSystemHeaders ;
16 [ FDirName $(SUBDIR) $(DOTDOT) generic ]
17 [ FDirName $(SUBDIR) $(DOTDOT) x86_common ]
20 MergeObject <$(architecture)>os_arch_$(TARGET_ARCH).o :
29 # sources from x86_common
32 # sources from generic