1SubDir HAIKU_TOP src tests servers app view_transit ; 2 3SetSubDirSupportedPlatformsBeOSCompatible ; 4AddSubDirSupportedPlatforms libbe_test ; 5 6UseHeaders [ FDirName os app ] ; 7UseHeaders [ FDirName os interface ] ; 8 9Application ViewTransit : 10 ViewTransit.cpp 11 : be [ TargetLibsupc++ ] 12; 13 14