xref: /haiku/src/system/glue/Jamfile (revision b0944c78b074a8110bd98e060415d0e8f38a7f65)
1338b8dc3SIngo WeinholdSubDir HAIKU_TOP src system glue ;
25af32e75SAxel Dörfler
3*b0944c78SIngo Weinholdlocal architectureObject ;
4*b0944c78SIngo Weinholdfor architectureObject in [ MultiArchSubDirSetup ] {
5*b0944c78SIngo Weinhold	on $(architectureObject) {
66b202f4eSIngo Weinhold		UsePrivateSystemHeaders ;
76b202f4eSIngo Weinhold
85af32e75SAxel Dörfler		KernelObjects
95af32e75SAxel Dörfler			init_term_dyn.c
105af32e75SAxel Dörfler			start_dyn.c
11c154b946SIngo Weinhold			haiku_version_glue.c
125af32e75SAxel Dörfler			;
13*b0944c78SIngo Weinhold	}
14*b0944c78SIngo Weinhold}
155af32e75SAxel Dörfler
16*b0944c78SIngo Weinholdlocal arch ;
17*b0944c78SIngo Weinholdfor arch in $(TARGET_ARCHS) {
18*b0944c78SIngo Weinhold	SubInclude HAIKU_TOP src system glue arch $(arch) ;
19*b0944c78SIngo Weinhold}
20