|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.133, 2001/09/13 23:23:26 | version 1.134, 2001/09/24 01:04:32 | ||
|---|---|---|---|
|
|
||
| realall: ${PROG} ${SCRIPTS} | realall: ${PROG} ${SCRIPTS} | ||
| cleanprog: | cleanprog: cleanobjs cleanextra | ||
| rm -f a.out [Ee]rrs mklog core *.core \ | rm -f a.out [Ee]rrs mklog core *.core ${PROG} | ||
| ${PROG} ${OBJS} ${LOBJS} ${CLEANFILES} | |||
| cleanobjs: | |||
| rm -f ${OBJS} ${LOBJS} | |||
| cleanextra: | |||
| rm -f ${CLEANFILES} | |||
| .if defined(SRCS) && !target(afterdepend) | .if defined(SRCS) && !target(afterdepend) | ||
| afterdepend: .depend | afterdepend: .depend |