libroot_debug: Merge guarded heap into libroot_debug.
[haiku.git] / src / system / libroot / posix / crypt / Jamfile
blobdb3bb04ebfa19fb6e2f255e9ab248ff86d26d10e
1 SubDir HAIKU_TOP src system libroot posix crypt ;
3 local architectureObject ;
4 for architectureObject in [ MultiArchSubDirSetup ] {
5         on $(architectureObject) {
6                 local architecture = $(TARGET_PACKAGING_ARCH) ;
8                 # filter warnings we don't want here
9                 TARGET_WARNING_CCFLAGS_$(architecture)
10                         = [ FFilter $(TARGET_WARNING_CCFLAGS_$(architecture))
11                                 : -Wall -Wmissing-prototypes -Wsign-compare ] ;
13                 MergeObject <$(architecture)>posix_crypt.o :
14                         crypt.c
15                         crypt_util.c
16                         ;
17         }