|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.103, 1997/05/09 13:25:53 | version 1.104, 1997/05/09 13:40:36 | ||
|---|---|---|---|
|
|
||
| ${RANLIB} -t ${.TARGET} | ${RANLIB} -t ${.TARGET} | ||
| chmod ${LIBMODE} ${.TARGET} | chmod ${LIBMODE} ${.TARGET} | ||
| DPSRCS+= ${SRCS:M*.[ly]:.l=.c:.y=.c} | DPSRCS+= ${SRCS:M*.l:.l=.c} ${SRCS:M*.y:.y=.c} | ||
| CLEANFILES+= ${DPSRCS} | CLEANFILES+= ${DPSRCS} | ||
| OBJS+= ${SRCS:N*.h:N*.sh:R:S/$/.o/g} | OBJS+= ${SRCS:N*.h:N*.sh:R:S/$/.o/g} |