Automake
- Makefile.am
| item | decsription | examples |
|---|---|---|
| EXTRA_DIST | it tells automake that the the list is part of the distribution and must be included when you do make dist | EXTRA_DIST=file |
| SUBDIRS | simply say which subdirectories to recurse into for more Makefiles and the recursive is depth-first | SUBDIRS=src |
| DIST_SUBDIRS | It is used in rules that need to recurse in all directories, even those that have been conditionally left out of the build. |
page_revision: 57, last_edited: 1236767487|%e %b %Y, %H:%M %Z (%O ago)





