|
Last change
on this file since 1e66bf was 5d30c1, checked in by Frederik Heber <heber@…>, 13 years ago |
|
Initial commit based on 3.0.0alpha (here claimed as 2.4).
|
-
Property mode
set to
100644
|
|
File size:
629 bytes
|
| Line | |
|---|
| 1 |
|
|---|
| 2 | --------------------------------------------------------------------------
|
|---|
| 3 | special variables recognized by makefiles:
|
|---|
| 4 |
|
|---|
| 5 | DOALLSUBDIRS=yes
|
|---|
| 6 | Makes makefiles that descend directories descend all the
|
|---|
| 7 | directories that they know about, not just those that are
|
|---|
| 8 | relevant for the particular architecture. This is useful
|
|---|
| 9 | for preparing distributions.
|
|---|
| 10 |
|
|---|
| 11 | DODEPEND=no
|
|---|
| 12 | Tells the makefile to not include the .d dependency files.
|
|---|
| 13 | This is useful for doing clean.
|
|---|
| 14 |
|
|---|
| 15 | --------------------------------------------------------------------------
|
|---|
| 16 | variables with special meanings
|
|---|
| 17 |
|
|---|
| 18 | DISTFILES is the minimal number files needed to rebuild all other files
|
|---|
| 19 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.