1SubDir HAIKU_TOP src tests add-ons kernel network protocols tcp ; 2 3SetSubDirSupportedPlatformsBeOSCompatible ; 4 5UseLegacyHeaders network ; 6UseHeaders [ FDirName $(HAIKU_TOP) headers posix ] : true ; 7UsePrivateHeaders net ; 8 9SEARCH_SOURCE += [ FDirName $(HAIKU_TOP) src add-ons kernel network protocols tcp ] ; 10 11Addon <userland>tcp : 12 tcp.c 13 tcp_debug.c 14 tcp_input.c 15 tcp_output.c 16 tcp_timer.c 17 arc4random.c 18 : <installed-userland-networking>net_stack_tester 19; 20 21# Installation -- in the test directory for the time being 22HaikuInstall install-userland-networking 23 : [ FDirName $(HAIKU_TEST_DIR) kits net userland add-ons obos_network protocols ] 24 : <userland>tcp 25 : installed-userland-networking 26; 27