Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/network/Makefile.am @ 5607

Last change on this file since 5607 was 5599, checked in by bwuest, 19 years ago

orxonox/network: network_protocol.h and network_protocol.cc created

File size: 768 bytes
RevLine 
[4556]1AUTOMAKE_OPTIONS = foreign no-installman no-installinfo
[3167]2
[4556]3SUBDIRS = src
[3167]4
[3198]5EXTRA_DIST = CODING-STANDARDS \
[4556]6             IDEAS \
[4976]7             NEWS \
[4556]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
[3167]15
[3219]16## doxygen stuff
17if DOXYGEN
[4380]18DOXYGEN_INPUT = "src"
[3167]19
20## Exclude the application wizard templates, and some file templates
[4556]21DOXYGEN_EXCLUDE =
[3167]22
[4556]23DOXYGEN_EXAMPLE_PATH =
[3167]24
25## Use Search engine (Versions 1.3.4 and above only!)
26DOXYGEN_SEARCHENGINE = YES
27
[3219]28include doc/documentation.am
[3489]29endif
[5599]30<<<<<<< .mine
31_SOURCES = network_protocol.cc
32=======
[5588]33_SOURCES = network_manager.cc
[5599]34>>>>>>> .r5589
Note: See TracBrowser for help on using the repository browser.