1SubDir HAIKU_TOP src tests kits support barchivable remoteobjectdef ; 2 3SetSubDirSupportedPlatformsBeOSCompatible ; 4AddSubDirSupportedPlatforms libbe_test ; 5 6UnitTestLib libsupporttest_RemoteTestObject.so 7 : RemoteTestObject.cpp 8 : be $(TARGET_LIBSTDC++) 9 : RemoteTestObject.rdef 10; 11