| 
                Last change
                  on this file since 8045 was
                  7954,
                  checked in by patrick, 19 years ago
           | 
        
        
          | 
               
trunk: merged the network branche back to trunk. 
 
           | 
        
        | 
            File size:
            2.0 KB
           | 
      
      
        
  | 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 \ | 
|---|
 | 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  | 
|---|
| [5554] | 34 |  | 
|---|
 | 35 |  | 
|---|
 | 36 |  | 
|---|
| [6139] | 37 |  | 
|---|
| [5554] | 38 | noinst_HEADERS = synchronizeable.h \ | 
|---|
 | 39 |                  network_manager.h \ | 
|---|
| [6695] | 40 |                  shared_network_data.h \ | 
|---|
| [5554] | 41 |                  network_socket.h \ | 
|---|
 | 42 |                  connection_monitor.h \ | 
|---|
| [5566] | 43 |                  network_stream.h \ | 
|---|
| [5599] | 44 |                  data_stream.h \ | 
|---|
| [5996] | 45 |                  network_protocol.h \ | 
|---|
| [6139] | 46 |                  server_socket.h \ | 
|---|
| [7954] | 47 |                  tcp_server_socket.h \ | 
|---|
 | 48 |                  tcp_socket.h \ | 
|---|
 | 49 |                  udp_server_socket.h \ | 
|---|
 | 50 |                  udp_socket.h \ | 
|---|
| [6139] | 51 |                  handshake.h \ | 
|---|
 | 52 |                  network_game_manager.h \ | 
|---|
| [7026] | 53 |                  converter.h \ | 
|---|
| [7954] | 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 | 
|---|
| [5554] | 67 |  | 
|---|
| [6139] | 68 |  | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.