Last change
on this file since 5601 was
5599,
checked in by bwuest, 19 years ago
|
orxonox/network: network_protocol.h and network_protocol.cc created
|
File size:
768 bytes
|
Line | |
---|
1 | AUTOMAKE_OPTIONS = foreign no-installman no-installinfo |
---|
2 | |
---|
3 | SUBDIRS = src |
---|
4 | |
---|
5 | EXTRA_DIST = CODING-STANDARDS \ |
---|
6 | IDEAS \ |
---|
7 | NEWS \ |
---|
8 | doc/CREDITS \ |
---|
9 | doc/doxyconf/build \ |
---|
10 | doc/doxyconf/confopts \ |
---|
11 | doc/doxyconf/input \ |
---|
12 | doc/doxyconf/preprocessor \ |
---|
13 | doc/doxyconf/progress \ |
---|
14 | doc/doxyconf/project |
---|
15 | |
---|
16 | ## doxygen stuff |
---|
17 | if DOXYGEN |
---|
18 | DOXYGEN_INPUT = "src" |
---|
19 | |
---|
20 | ## Exclude the application wizard templates, and some file templates |
---|
21 | DOXYGEN_EXCLUDE = |
---|
22 | |
---|
23 | DOXYGEN_EXAMPLE_PATH = |
---|
24 | |
---|
25 | ## Use Search engine (Versions 1.3.4 and above only!) |
---|
26 | DOXYGEN_SEARCHENGINE = YES |
---|
27 | |
---|
28 | include doc/documentation.am |
---|
29 | endif |
---|
30 | <<<<<<< .mine |
---|
31 | _SOURCES = network_protocol.cc |
---|
32 | ======= |
---|
33 | _SOURCES = network_manager.cc |
---|
34 | >>>>>>> .r5589 |
---|
Note: See
TracBrowser
for help on using the repository browser.