source:
orxonox.OLD/trunk/src/lib/network/Makefile.am
@
6252
| Last change on this file since 6252 was 6139, checked in by patrick, 20 years ago | |
|---|---|
| File size: 805 bytes | |
| 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 \ | |
| 8 | network_socket.cc \ | |
| 9 | connection_monitor.cc \ | |
| [5566] | 10 | network_stream.cc \ |
| [5599] | 11 | data_stream.cc \ |
| [5996] | 12 | network_protocol.cc \ |
| [6139] | 13 | server_socket.cc \ |
| 14 | handshake.cc \ | |
| 15 | network_game_manager.cc \ | |
| 16 | converter.cc | |
| [5554] | 17 | |
| 18 | ||
| 19 | ||
| [6139] | 20 | |
| [5554] | 21 | noinst_HEADERS = synchronizeable.h \ |
| 22 | network_manager.h \ | |
| 23 | network_socket.h \ | |
| 24 | connection_monitor.h \ | |
| [5566] | 25 | network_stream.h \ |
| [5599] | 26 | data_stream.h \ |
| [5996] | 27 | network_protocol.h \ |
| [6139] | 28 | server_socket.h \ |
| 29 | handshake.h \ | |
| 30 | network_game_manager.h \ | |
| 31 | converter.h | |
| [5554] | 32 | |
| [6139] | 33 |
Note: See TracBrowser
for help on using the repository browser.










