xref: /haiku/src/system/runtime_loader/arch/ppc/Jamfile (revision a5a3b2d9a3d95cbae71eaf371708c73a1780ac0d)
1SubDir HAIKU_TOP src system runtime_loader arch ppc ;
2
3local architecture = $(TARGET_PACKAGING_ARCH) ;
4
5UsePrivateHeaders runtime_loader ;
6UsePrivateSystemHeaders ;
7
8SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) $(DOTDOT) ] ;
9
10StaticLibrary libruntime_loader_$(TARGET_ARCH).a :
11	arch_relocate.cpp
12	:
13	<src!system!libroot!os!arch!$(TARGET_ARCH)!$(architecture)>atomic.o
14	<src!system!libroot!os!arch!$(TARGET_ARCH)!$(architecture)>thread.o
15
16	<src!system!libroot!posix!string!arch!$(TARGET_ARCH)!$(architecture)>memcpy.o
17	<src!system!libroot!posix!string!arch!$(TARGET_ARCH)!$(architecture)>memset.o
18	;
19