|
Last change
on this file since 8211 was
7954,
checked in by patrick, 19 years ago
|
|
trunk: merged the network branche back to trunk.
|
|
File size:
2.0 KB
|
| 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 | \ |
|---|
| 26 | synchronizeable_var/synchronizeable_var.cc \ |
|---|
| 27 | synchronizeable_var/synchronizeable_vector.cc \ |
|---|
| 28 | synchronizeable_var/synchronizeable_int.cc \ |
|---|
| 29 | synchronizeable_var/synchronizeable_quaternion.cc \ |
|---|
| 30 | synchronizeable_var/synchronizeable_string.cc \ |
|---|
| 31 | synchronizeable_var/synchronizeable_float.cc \ |
|---|
| 32 | synchronizeable_var/synchronizeable_bool.cc \ |
|---|
| 33 | synchronizeable_var/synchronizeable_uint.cc |
|---|
| 34 | |
|---|
| 35 | |
|---|
| 36 | |
|---|
| 37 | |
|---|
| 38 | noinst_HEADERS = synchronizeable.h \ |
|---|
| 39 | network_manager.h \ |
|---|
| 40 | shared_network_data.h \ |
|---|
| 41 | network_socket.h \ |
|---|
| 42 | connection_monitor.h \ |
|---|
| 43 | network_stream.h \ |
|---|
| 44 | data_stream.h \ |
|---|
| 45 | network_protocol.h \ |
|---|
| 46 | server_socket.h \ |
|---|
| 47 | tcp_server_socket.h \ |
|---|
| 48 | tcp_socket.h \ |
|---|
| 49 | udp_server_socket.h \ |
|---|
| 50 | udp_socket.h \ |
|---|
| 51 | handshake.h \ |
|---|
| 52 | network_game_manager.h \ |
|---|
| 53 | converter.h \ |
|---|
| 54 | netdefs.h \ |
|---|
| 55 | message_manager.h \ |
|---|
| 56 | network_log.h \ |
|---|
| 57 | zip.h \ |
|---|
| 58 | \ |
|---|
| 59 | synchronizeable_var/synchronizeable_var.h \ |
|---|
| 60 | synchronizeable_var/synchronizeable_vector.h \ |
|---|
| 61 | synchronizeable_var/synchronizeable_int.h \ |
|---|
| 62 | synchronizeable_var/synchronizeable_quaternion.h \ |
|---|
| 63 | synchronizeable_var/synchronizeable_string.h \ |
|---|
| 64 | synchronizeable_var/synchronizeable_float.h \ |
|---|
| 65 | synchronizeable_var/synchronizeable_bool.h \ |
|---|
| 66 | synchronizeable_var/synchronizeable_uint.h |
|---|
| 67 | |
|---|
| 68 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.