|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.224, 2007/11/13 13:57:53 | version 1.225, 2007/12/26 22:52:10 | ||
|---|---|---|---|
|
|
||
| .endfor # _P in ${PROGS} ${PROGS_CXX} # } | .endfor # _P in ${PROGS} ${PROGS_CXX} # } | ||
| .if defined(OBJS) && !empty(OBJS) && \ | |||
| (empty(PROGS) && empty(PROGS_CXX)) | |||
| cleanobjs: cleanobjs-plain | |||
| cleanobjs-plain: | |||
| rm -f ${OBJS} ${LOBJS} | |||
| .endif | |||
| .if !target(proginstall) | .if !target(proginstall) | ||
| proginstall:: ${_PROG_INSTALL} | proginstall:: ${_PROG_INSTALL} | ||
| .endif | .endif |