|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.90, 1997/11/03 22:51:28 | version 1.91, 1998/04/01 15:23:36 | ||
|---|---|---|---|
|
|
||
| SRCS?= ${PROG}.c | SRCS?= ${PROG}.c | ||
| DPSRCS+= ${SRCS:M*.l:.l=.c} ${SRCS:M*.y:.y=.c} | DPSRCS+= ${SRCS:M*.l:.l=.c} ${SRCS:M*.y:.y=.c} | ||
| CLEANFILES+= ${DPSRCS} | CLEANFILES+= ${DPSRCS} ${SRCS:M*.y:.y=.h} | ||
| .if !empty(SRCS:N*.h:N*.sh) | .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} |