Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3238 in orxonox.OLD for orxonox/branches/buerli/Makefile.am


Ignore:
Timestamp:
Dec 20, 2004, 2:42:54 AM (19 years ago)
Author:
bensch
Message:

orxonox/branches: updated branches: buerli, nico, sound. And moved bezierTrack to old.bezierTrack. Conflicts resolved in a usefull order.
Conflics mostly resolved in favor of trunk
merge.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/buerli/Makefile.am

    r1956 r3238  
    1 SUBDIRS = src console gui
     1AUTOMAKE_OPTIONS = foreign no-installman no-installinfo
     2
     3SUBDIRS = src
     4
     5EXTRA_DIST = CODING-STANDARDS \
     6             IDEAS \
     7             TASKS \
     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
     17if DOXYGEN
     18DOXYGEN_INPUT = "src src/gui src/importer"
     19
     20## Exclude the application wizard templates, and some file templates
     21DOXYGEN_EXCLUDE =
     22
     23DOXYGEN_EXAMPLE_PATH =
     24
     25## Use Search engine (Versions 1.3.4 and above only!)
     26DOXYGEN_SEARCHENGINE = YES
     27
     28include doc/documentation.am
     29endif
Note: See TracChangeset for help on using the changeset viewer.