| version 1.99, 1997/05/09 05:17:30 |
version 1.100, 1997/05/09 05:43:42 |
| Line 155 _LIBS+=lib${LIB}.so.${SHLIB_MAJOR}.${SHL |
|
| Line 155 _LIBS+=lib${LIB}.so.${SHLIB_MAJOR}.${SHL |
|
| _LIBS+=llib-l${LIB}.ln |
_LIBS+=llib-l${LIB}.ln |
| .endif |
.endif |
| |
|
| |
all depend: ${SRCS} |
| all: ${_LIBS} |
all: ${_LIBS} |
| |
|
| OBJS+= ${SRCS:N*.h:R:S/$/.o/g} |
OBJS+= ${SRCS:N*.h:R:S/$/.o/g} |
|
|
| rm -f llib-l${LIB}.ln ${LOBJS} |
rm -f llib-l${LIB}.ln ${LOBJS} |
| |
|
| .if defined(SRCS) |
.if defined(SRCS) |
| depend all: ${SRCS} |
|
| afterdepend: .depend |
afterdepend: .depend |
| @(TMP=/tmp/_depend$$$$; \ |
@(TMP=/tmp/_depend$$$$; \ |
| sed -e 's/^\([^\.]*\).o[ ]*:/\1.o \1.po \1.so \1.ln:/' \ |
sed -e 's/^\([^\.]*\).o[ ]*:/\1.o \1.po \1.so \1.ln:/' \ |