|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.44, 1994/06/30 05:31:21 | version 1.45, 1994/06/30 06:35:50 | ||
|---|---|---|---|
|
|
||
| .if defined(PROG) | .if defined(PROG) | ||
| SRCS?= ${PROG}.c | SRCS?= ${PROG}.c | ||
| .if !empty(SRCS:N*.h:N*.sh) | |||
| OBJS+= ${SRCS:N*.h:N*.sh:R:S/$/.o/g} | OBJS+= ${SRCS:N*.h:N*.sh:R:S/$/.o/g} | ||
| .endif | |||
| .if defined(LDONLY) | .if defined(LDONLY) | ||