| Line | |
|---|
| 1 | AUTOMAKE_OPTIONS = foreign no-installman no-installinfo |
|---|
| 2 | |
|---|
| 3 | SUBDIRS = \ |
|---|
| 4 | src |
|---|
| 5 | |
|---|
| 6 | EXTRA_DIST = CODING-STANDARDS \ |
|---|
| 7 | IDEAS \ |
|---|
| 8 | NEWS \ |
|---|
| 9 | doc/CREDITS \ |
|---|
| 10 | doc/doxyconf/build \ |
|---|
| 11 | doc/doxyconf/confopts \ |
|---|
| 12 | doc/doxyconf/input \ |
|---|
| 13 | doc/doxyconf/preprocessor \ |
|---|
| 14 | doc/doxyconf/progress \ |
|---|
| 15 | doc/doxyconf/project |
|---|
| 16 | |
|---|
| 17 | ## doxygen stuff |
|---|
| 18 | if DOXYGEN |
|---|
| 19 | DOXYGEN_INPUT = "src" |
|---|
| 20 | |
|---|
| 21 | ## Exclude the application wizard templates, and some file templates |
|---|
| 22 | DOXYGEN_EXCLUDE = |
|---|
| 23 | |
|---|
| 24 | DOXYGEN_EXAMPLE_PATH = |
|---|
| 25 | |
|---|
| 26 | ## Use Search engine (Versions 1.3.4 and above only!) |
|---|
| 27 | DOXYGEN_SEARCHENGINE = YES |
|---|
| 28 | |
|---|
| 29 | include doc/documentation.am |
|---|
| 30 | endif |
|---|
Note: See
TracBrowser
for help on using the repository browser.