| version 1.48, 1994/03/24 16:11:38 |
version 1.49, 1994/06/30 05:21:30 |
| Line 82 _LIBS+=lib${LIB}.so.${SHLIB_MAJOR}.${SHL |
|
| Line 82 _LIBS+=lib${LIB}.so.${SHLIB_MAJOR}.${SHL |
|
| PICFLAG=-fpic |
PICFLAG=-fpic |
| .endif |
.endif |
| |
|
| all: ${_LIBS} # llib-l${LIB}.ln |
all: ${_LIBS} _SUBDIRUSE # llib-l${LIB}.ln |
| |
|
| OBJS+= ${SRCS:N*.h:R:S/$/.o/g} |
OBJS+= ${SRCS:N*.h:R:S/$/.o/g} |
| |
|
| Line 116 llib-l${LIB}.ln: ${SRCS} |
|
| Line 116 llib-l${LIB}.ln: ${SRCS} |
|
| ${LINT} -C${LIB} ${CFLAGS} ${.ALLSRC:M*.c} |
${LINT} -C${LIB} ${CFLAGS} ${.ALLSRC:M*.c} |
| |
|
| .if !target(clean) |
.if !target(clean) |
| clean: |
clean: _SUBDIRUSE |
| rm -f a.out [Ee]rrs mklog core *.core ${CLEANFILES} |
rm -f a.out [Ee]rrs mklog core *.core ${CLEANFILES} |
| rm -f ${OBJS} |
rm -f ${OBJS} |
| rm -f ${POBJS} profiled/*.o |
rm -f ${POBJS} profiled/*.o |
|
|
| rm -f lib${LIB}.so.*.* |
rm -f lib${LIB}.so.*.* |
| .endif |
.endif |
| |
|
| cleandir: clean |
cleandir: _SUBDIRUSE clean |
| |
|
| .if defined(SRCS) |
.if defined(SRCS) |
| afterdepend: |
afterdepend: |
|
|
| done; true |
done; true |
| .endif |
.endif |
| |
|
| install: maninstall |
install: maninstall _SUBDIRUSE |
| maninstall: afterinstall |
maninstall: afterinstall |
| afterinstall: realinstall |
afterinstall: realinstall |
| realinstall: beforeinstall |
realinstall: beforeinstall |
| Line 187 realinstall: beforeinstall |
|
| Line 187 realinstall: beforeinstall |
|
| |
|
| .include <bsd.obj.mk> |
.include <bsd.obj.mk> |
| .include <bsd.dep.mk> |
.include <bsd.dep.mk> |
| |
.include <bsd.subdir.mk> |