File: sources.mk

package info (click to toggle)
libitpp 4.3.1-14
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,952 kB
  • sloc: cpp: 73,628; makefile: 661; python: 548; sh: 261
file content (18 lines) | stat: -rw-r--r-- 745 bytes parent folder | download | duplicates (9)
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