| version 1.255, 2010/12/13 17:22:26 |
version 1.256, 2010/12/13 21:47:04 |
| Line 211 _CCLINK= ${CXX} ${_CCLINKFLAGS} |
|
| Line 211 _CCLINK= ${CXX} ${_CCLINKFLAGS} |
|
| |
|
| .if defined(RUMPPRG) |
.if defined(RUMPPRG) |
| PROG= ${RUMPPRG} |
PROG= ${RUMPPRG} |
| |
.ifndef CRUNCHEDPROG |
| PROGS= ${RUMPPRG} rump.${RUMPPRG} |
PROGS= ${RUMPPRG} rump.${RUMPPRG} |
| . if defined(SRCS) |
. if defined(SRCS) |
| SRCS.rump.${PROG}:= ${SRCS} ${PROG}_rumpops.c ${RUMPSRCS} |
SRCS.rump.${PROG}:= ${SRCS} ${PROG}_rumpops.c ${RUMPSRCS} |
| Line 223 LDADD.rump.${PROG}+= -lrumpclient |
|
| Line 224 LDADD.rump.${PROG}+= -lrumpclient |
|
| DPADD.rump.${PROG}+= ${LIBRUMPCLIENT} |
DPADD.rump.${PROG}+= ${LIBRUMPCLIENT} |
| MAN.rump.${PROG}= # defined but feeling empty |
MAN.rump.${PROG}= # defined but feeling empty |
| _RUMPINSTALL.rump.${PROG}=# defined |
_RUMPINSTALL.rump.${PROG}=# defined |
| |
.else # CRUNCHEDPROG |
| |
PROGS= ${PROG} |
| |
CPPFLAGS+= -DCRUNCHOPS |
| |
.endif |
| .endif |
.endif |
| |
|
| .if defined(PROG) |
.if defined(PROG) |