0d8a2cd225e842dec6c6f94935614974d7831454
[feisty_meow.git] / octopi / library / tests_sockets / makefile
1 include cpp/variables.def
2
3 PROJECT = tests_sockets
4 TYPE = test
5 SOURCE = bcast_spocketer.cpp spocket_tester.cpp
6 TARGETS = test_address.exe test_bcast_spocket.exe test_enum_adapters.exe \
7   test_sequence_tracker.exe test_span_manager.exe test_spocket.exe test_ucast_spocket.exe 
8 LOCAL_LIBS_USED = sockets unit_test application configuration loggers textual timely \
9   processes filesystem structures basis 
10 VCPP_USE_SOCK = t
11 #ifeq "$(COMPILER)" "VISUAL_CPP"
12 #  LIBS_USED += ws2_32.lib
13 #endif
14 RUN_TARGETS = $(ACTUAL_TARGETS)
15
16 include cpp/rules.def