1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
h_protocol_sources = \
$(top_srcdir)/itpp/protocol/events.h \
$(top_srcdir)/itpp/protocol/front_drop_queue.h \
$(top_srcdir)/itpp/protocol/packet_channel.h \
$(top_srcdir)/itpp/protocol/packet_generator.h \
$(top_srcdir)/itpp/protocol/packet.h \
$(top_srcdir)/itpp/protocol/selective_repeat.h \
$(top_srcdir)/itpp/protocol/signals_slots.h \
$(top_srcdir)/itpp/protocol/tcp_client_server.h \
$(top_srcdir)/itpp/protocol/tcp.h
cpp_protocol_sources = \
$(top_srcdir)/itpp/protocol/events.cpp \
$(top_srcdir)/itpp/protocol/front_drop_queue.cpp \
$(top_srcdir)/itpp/protocol/packet_channel.cpp \
$(top_srcdir)/itpp/protocol/packet_generator.cpp \
$(top_srcdir)/itpp/protocol/selective_repeat.cpp \
$(top_srcdir)/itpp/protocol/tcp.cpp
|