|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.126, 1998/03/07 02:02:58 | version 1.127, 1998/04/01 15:23:36 | ||
|---|---|---|---|
|
|
||
| chmod ${LIBMODE} ${.TARGET} | chmod ${LIBMODE} ${.TARGET} | ||
| 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} | ||
| OBJS+= ${SRCS:N*.h:N*.sh:R:S/$/.o/g} | OBJS+= ${SRCS:N*.h:N*.sh:R:S/$/.o/g} | ||
| lib${LIB}.a:: ${OBJS} __archivebuild | lib${LIB}.a:: ${OBJS} __archivebuild |