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 ] ; 8SubDirCcFlags $(defines) ; 9 10StaticLibrary libutil.a : 11 fparseln.c 12 pidfile.c 13 realhostname.c 14 trimdomain.c 15; 16 17