|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.39, 1994/05/24 06:30:57 | version 1.40, 1994/05/24 09:37:30 | ||
|---|---|---|---|
|
|
||
| .if defined(PROG) | .if defined(PROG) | ||
| .if defined(SRCS) | SRCS?= ${PROG}.c | ||
| OBJS+= ${SRCS:N*.h:R:S/$/.o/g} | OBJS+= ${SRCS:N*.h:R:S/$/.o/g} | ||
| .else | |||
| OBJS+= ${PROG}.o | |||
| .endif | |||
| .if defined(LDONLY) | .if defined(LDONLY) | ||