Rev | Line | |
---|
[5554] | 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 \ |
---|
[6695] | 8 | shared_network_data.cc \ |
---|
[5554] | 9 | network_socket.cc \ |
---|
| 10 | connection_monitor.cc \ |
---|
[5566] | 11 | network_stream.cc \ |
---|
[5599] | 12 | data_stream.cc \ |
---|
[5996] | 13 | network_protocol.cc \ |
---|
[6139] | 14 | server_socket.cc \ |
---|
[7954] | 15 | tcp_server_socket.cc \ |
---|
| 16 | tcp_socket.cc \ |
---|
| 17 | udp_server_socket.cc \ |
---|
| 18 | udp_socket.cc \ |
---|
[6139] | 19 | handshake.cc \ |
---|
| 20 | network_game_manager.cc \ |
---|
[7954] | 21 | converter.cc \ |
---|
| 22 | message_manager.cc \ |
---|
| 23 | network_log.cc \ |
---|
| 24 | zip.cc \ |
---|
[8068] | 25 | player_stats.cc \ |
---|
[8623] | 26 | udp_broadcast.cc \ |
---|
[7954] | 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 |
---|
[5554] | 36 | |
---|
| 37 | |
---|
| 38 | |
---|
[6139] | 39 | |
---|
[5554] | 40 | noinst_HEADERS = synchronizeable.h \ |
---|
| 41 | network_manager.h \ |
---|
[6695] | 42 | shared_network_data.h \ |
---|
[5554] | 43 | network_socket.h \ |
---|
| 44 | connection_monitor.h \ |
---|
[5566] | 45 | network_stream.h \ |
---|
[5599] | 46 | data_stream.h \ |
---|
[5996] | 47 | network_protocol.h \ |
---|
[6139] | 48 | server_socket.h \ |
---|
[7954] | 49 | tcp_server_socket.h \ |
---|
| 50 | tcp_socket.h \ |
---|
| 51 | udp_server_socket.h \ |
---|
| 52 | udp_socket.h \ |
---|
[6139] | 53 | handshake.h \ |
---|
| 54 | network_game_manager.h \ |
---|
[7026] | 55 | converter.h \ |
---|
[7954] | 56 | netdefs.h \ |
---|
| 57 | message_manager.h \ |
---|
| 58 | network_log.h \ |
---|
| 59 | zip.h \ |
---|
[8068] | 60 | player_stats.h \ |
---|
[8623] | 61 | udp_broadcast.h \ |
---|
[7954] | 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 |
---|
[5554] | 71 | |
---|
[6139] | 72 | |
---|
Note: See
TracBrowser
for help on using the repository browser.