1SubDir HAIKU_TOP src libs util ; 2 3SetSubDirSupportedPlatforms $(HAIKU_BONE_COMPATIBLE_PLATFORMS) ; 4 5UseHeaders [ FDirName $(HAIKU_TOP) headers compatibility bsd ] : true ; 6 7local defines = [ FDefines SCCSID=0 _BSD_SOURCE=1 ] ; 8SubDirCcFlags $(defines) ; 9 10local architectureObject ; 11for architectureObject in [ MultiArchSubDirSetup ] { 12 on $(architectureObject) { 13 14 StaticLibrary [ MultiArchDefaultGristFiles libutil.a ] : 15 fparseln.c 16 pidfile.c 17 realhostname.c 18 trimdomain.c 19 ; 20 21 } 22} 23