File: sources.mk

package info (click to toggle)
libitpp 4.0.4-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 7,520 kB
  • ctags: 6,341
  • sloc: cpp: 51,608; sh: 9,248; makefile: 636; fortran: 8
file content (18 lines) | stat: -rw-r--r-- 745 bytes parent folder | download | duplicates (8)
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