1SubDir HAIKU_TOP src add-ons print transports shared ; 2 3SetSubDirSupportedPlatformsBeOSCompatible ; 4 5if $(TARGET_PLATFORM_BONE_COMPATIBLE) { 6 ObjectC++Flags Socket.cpp : -DHAVE_ARPA_INET -Dclosesocket=close ; 7} else { 8 ObjectC++Flags Socket.cpp : -DHAVE_ARPA_INET -DBUILDING_R5_LIBNET ; 9} 10 11Objects 12 DbgMsg.cpp 13 Socket.cpp 14 SocketStream.cpp 15; 16