|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.80, 1997/05/09 13:26:01 | version 1.81, 1997/05/09 13:40:38 | ||
|---|---|---|---|
|
|
||
| .if defined(PROG) | .if defined(PROG) | ||
| SRCS?= ${PROG}.c | SRCS?= ${PROG}.c | ||
| DPSRCS+= ${SRCS:M*.[ly]:.l=.c:.y=.c} | DPSRCS+= ${SRCS:M*.l:.l=.c} ${SRCS:M*.y:.y=.c} | ||
| CLEANFILES+= ${DPSRCS} | CLEANFILES+= ${DPSRCS} | ||
| .if !empty(SRCS:N*.h:N*.sh) | .if !empty(SRCS:N*.h:N*.sh) |