|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.41, 1994/06/18 20:57:49 | version 1.42, 1994/06/28 05:16:12 | ||
|---|---|---|---|
|
|
||
| .if defined(PROG) | .if defined(PROG) | ||
| SRCS?= ${PROG}.c | SRCS?= ${PROG}.c | ||
| OBJS+= ${SRCS:N*.h:R:S/$/.o/g} | OBJS+= ${SRCS:N*.h:N*.sh:R:S/$/.o/g} | ||
| .if defined(LDONLY) | .if defined(LDONLY) | ||