Line | |
---|
1 | MAINSRCDIR=../.. |
---|
2 | include $(MAINSRCDIR)/defs/include_paths.am |
---|
3 | |
---|
4 | noinst_LIBRARIES = libORXnet.a |
---|
5 | |
---|
6 | libORXnet_a_SOURCES = synchronizeable.cc \ |
---|
7 | network_manager.cc \ |
---|
8 | shared_network_data.cc \ |
---|
9 | network_socket.cc \ |
---|
10 | connection_monitor.cc \ |
---|
11 | network_stream.cc \ |
---|
12 | data_stream.cc \ |
---|
13 | network_protocol.cc \ |
---|
14 | server_socket.cc \ |
---|
15 | tcp_server_socket.cc \ |
---|
16 | tcp_socket.cc \ |
---|
17 | udp_server_socket.cc \ |
---|
18 | udp_socket.cc \ |
---|
19 | handshake.cc \ |
---|
20 | network_game_manager.cc \ |
---|
21 | converter.cc \ |
---|
22 | message_manager.cc \ |
---|
23 | network_log.cc \ |
---|
24 | zip.cc \ |
---|
25 | player_stats.cc \ |
---|
26 | udp_broadcast.cc \ |
---|
27 | \ |
---|
28 | synchronizeable_var/synchronizeable_var.cc \ |
---|
29 | synchronizeable_var/synchronizeable_vector.cc \ |
---|
30 | synchronizeable_var/synchronizeable_int.cc \ |
---|
31 | synchronizeable_var/synchronizeable_quaternion.cc \ |
---|
32 | synchronizeable_var/synchronizeable_string.cc \ |
---|
33 | synchronizeable_var/synchronizeable_float.cc \ |
---|
34 | synchronizeable_var/synchronizeable_bool.cc \ |
---|
35 | synchronizeable_var/synchronizeable_uint.cc |
---|
36 | |
---|
37 | |
---|
38 | |
---|
39 | |
---|
40 | noinst_HEADERS = synchronizeable.h \ |
---|
41 | network_manager.h \ |
---|
42 | shared_network_data.h \ |
---|
43 | network_socket.h \ |
---|
44 | connection_monitor.h \ |
---|
45 | network_stream.h \ |
---|
46 | data_stream.h \ |
---|
47 | network_protocol.h \ |
---|
48 | server_socket.h \ |
---|
49 | tcp_server_socket.h \ |
---|
50 | tcp_socket.h \ |
---|
51 | udp_server_socket.h \ |
---|
52 | udp_socket.h \ |
---|
53 | handshake.h \ |
---|
54 | network_game_manager.h \ |
---|
55 | converter.h \ |
---|
56 | netdefs.h \ |
---|
57 | message_manager.h \ |
---|
58 | network_log.h \ |
---|
59 | zip.h \ |
---|
60 | player_stats.h \ |
---|
61 | udp_broadcast.h \ |
---|
62 | \ |
---|
63 | synchronizeable_var/synchronizeable_var.h \ |
---|
64 | synchronizeable_var/synchronizeable_vector.h \ |
---|
65 | synchronizeable_var/synchronizeable_int.h \ |
---|
66 | synchronizeable_var/synchronizeable_quaternion.h \ |
---|
67 | synchronizeable_var/synchronizeable_string.h \ |
---|
68 | synchronizeable_var/synchronizeable_float.h \ |
---|
69 | synchronizeable_var/synchronizeable_bool.h \ |
---|
70 | synchronizeable_var/synchronizeable_uint.h |
---|
71 | |
---|
72 | |
---|
Note: See
TracBrowser
for help on using the repository browser.