libroot_debug: Merge guarded heap into libroot_debug.
[haiku.git] / src / system / libroot / posix / glibc / string / Jamfile
blobf79671cdad8973f9d3396edde6410fd18748333b
1 SubDir HAIKU_TOP src system libroot posix glibc string ;
3 local architectureObject ;
4 for architectureObject in [ MultiArchSubDirSetup ] {
5         on $(architectureObject) {
6                 local architecture = $(TARGET_PACKAGING_ARCH) ;
8                 SubDirSysHdrs $(HAIKU_TOP) src system libroot posix glibc include arch
9                         $(TARGET_ARCH) ;
10                 SubDirSysHdrs $(HAIKU_TOP) src system libroot posix glibc include arch
11                         generic ;
12                 SubDirSysHdrs $(HAIKU_TOP) src system libroot posix glibc include ;
14                 MergeObject <$(architecture)>posix_gnu_string.o :
15                         swab.c
16                         ;
17         }