| version 1.19, 1993/07/17 12:18:12 |
version 1.20, 1993/07/17 13:43:56 |
| Line 128 cleandir: _PROGSUBDIR |
|
| Line 128 cleandir: _PROGSUBDIR |
|
| depend: .depend _PROGSUBDIR |
depend: .depend _PROGSUBDIR |
| .depend: ${SRCS} |
.depend: ${SRCS} |
| .if defined(PROG) |
.if defined(PROG) |
| mkdep ${MKDEP} ${CFLAGS:M-[ID+]*} ${.ALLSRC:M*.c} ${.ALLSRC:M*.cc} \ |
rm -f .depend |
| ${.ALLSRC:M*.C} ${.ALLSRC:M*.cxx} |
files="${.ALLSRC:M*.c}"; \ |
| |
if [ "$$files" != "" ]; then \ |
| |
mkdep -a ${MKDEP} ${CFLAGS:M-[ID]*} $$files; \ |
| |
fi |
| |
files="${.ALLSRC:M*.cc} ${.ALLSRC:M*.C} ${.ALLSRC:M*.cxx}"; \ |
| |
if [ "$$files" != " " ]; then \ |
| |
mkdep -a ${MKDEP} -+ ${CXXFLAGS:M-[ID]*} $$files; \ |
| |
fi |
| .endif |
.endif |
| .endif |
.endif |
| |
|