| version 1.154, 2001/11/13 15:56:28 |
version 1.155, 2001/11/13 17:47:16 |
|
|
| # Runs the regression tests in "regress" on this host. |
# Runs the regression tests in "regress" on this host. |
| # |
# |
| # Targets invoked by `make build,' in order: |
# Targets invoked by `make build,' in order: |
| # obj: creates object directories. |
|
| # cleandir: cleans the tree. |
# cleandir: cleans the tree. |
| |
# obj: creates object directories. |
| # do-tools: builds host toolchain. |
# do-tools: builds host toolchain. |
| # do-distrib-dirs: creates the distribution directories. |
# do-distrib-dirs: creates the distribution directories. |
| # includes: installs include files. |
# includes: installs include files. |
|
|
| |
|
| # Targets (in order!) called by "make build". |
# Targets (in order!) called by "make build". |
| |
|
| .if ${MKOBJDIRS} != "no" |
|
| BUILDTARGETS+= obj |
|
| .endif |
|
| .if !defined(UPDATE) && !defined(NOCLEANDIR) |
.if !defined(UPDATE) && !defined(NOCLEANDIR) |
| BUILDTARGETS+= cleandir |
BUILDTARGETS+= cleandir |
| .endif |
.endif |
| |
.if ${MKOBJDIRS} != "no" |
| |
BUILDTARGETS+= obj |
| |
.endif |
| .if ${USETOOLS} == "yes" |
.if ${USETOOLS} == "yes" |
| BUILDTARGETS+= do-tools |
BUILDTARGETS+= do-tools |
| .endif |
.endif |