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