xref: /haiku/src/system/runtime_loader/arch/m68k/Jamfile (revision 2b76973fa2401f7a5edf68e6470f3d3210cbcff3)
1SubDir HAIKU_TOP src system runtime_loader arch m68k ;
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)>arch_string.o
17	<src!system!libroot!posix!string!arch!$(TARGET_ARCH)!$(architecture)>memset.o
18	;
19