| version 1.228, 2003/07/28 04:08:47 |
version 1.229, 2003/07/28 23:54:24 |
| Line 362 __archiveinstall: .USE |
|
| Line 362 __archiveinstall: .USE |
|
| __archivesymlinkpic: .USE |
__archivesymlinkpic: .USE |
| ${INSTALL_SYMLINK} ${SYSPKGTAG} ${.ALLSRC} ${.TARGET} |
${INSTALL_SYMLINK} ${SYSPKGTAG} ${.ALLSRC} ${.TARGET} |
| |
|
| DPSRCS+= ${SRCS:M*.[ly]:C/\..$/.c/} |
DPSRCS+= ${SRCS:M*.l:.l=.c} ${SRCS:M*.y:.y=.c} |
| CLEANFILES+= ${DPSRCS} ${YHEADER:D${SRCS:M*.y:.y=.h}} |
CLEANFILES+= ${DPSRCS} ${YHEADER:D${SRCS:M*.y:.y=.h}} |
| |
|
| lib${LIB}.a:: ${OBJS} __archivebuild |
lib${LIB}.a:: ${OBJS} __archivebuild |