1SubDir HAIKU_TOP src tests kits net netservices2 ; 2 3if $(TARGET_PACKAGING_ARCH) != x86_gcc2 { 4 # do not target the legacy platform 5 local architecture = $(TARGET_PACKAGING_ARCH) ; 6 UsePrivateHeaders netservices2 shared ; 7 8 UnitTestLib netservicekit2test.so : 9 ServicesKitTestAddon.cpp 10 11 ExclusiveBorrowTest.cpp 12 HttpDebugLogger.cpp 13 HttpProtocolTest.cpp 14 TestServer.cpp 15 16 : be <$(architecture)>libnetservices2.a $(TARGET_NETWORK_LIBS) $(HAIKU_NETAPI_LIB) 17 [ TargetLibstdc++ ] 18 ; 19} 20