| version 1.274, 2012/02/29 20:07:57 |
version 1.275, 2012/08/08 13:56:14 |
| Line 310 _CCLINK= ${CXX} ${_CCLINKFLAGS} |
|
| Line 310 _CCLINK= ${CXX} ${_CCLINKFLAGS} |
|
| |
|
| .if defined(RUMPPRG) |
.if defined(RUMPPRG) |
| PROG= ${RUMPPRG} |
PROG= ${RUMPPRG} |
| .ifndef CRUNCHEDPROG |
. ifndef CRUNCHEDPROG |
| |
. if (${MKRUMP} != "no") |
| PROGS= ${RUMPPRG} rump.${RUMPPRG} |
PROGS= ${RUMPPRG} rump.${RUMPPRG} |
| . if defined(SRCS) |
. else |
| |
PROGS= ${RUMPPRG} |
| |
. endif |
| |
. if defined(SRCS) |
| |
. if (${MKRUMP} != "no") |
| SRCS.rump.${PROG}:= ${SRCS} ${PROG}_rumpops.c ${RUMPSRCS} |
SRCS.rump.${PROG}:= ${SRCS} ${PROG}_rumpops.c ${RUMPSRCS} |
| |
. endif |
| SRCS+= ${PROG}_hostops.c |
SRCS+= ${PROG}_hostops.c |
| . else |
. else |
| SRCS= ${PROG}.c ${PROG}_hostops.c |
SRCS= ${PROG}.c ${PROG}_hostops.c |
| |
. if (${MKRUMP} != "no") |
| SRCS.rump.${PROG}= ${PROG}.c ${PROG}_rumpops.c ${RUMPSRCS} |
SRCS.rump.${PROG}= ${PROG}.c ${PROG}_rumpops.c ${RUMPSRCS} |
| . endif |
. endif |
| |
. endif |
| |
. if (${MKRUMP} != "no") |
| DPSRCS+= ${PROG}_rumpops.c ${RUMPSRCS} |
DPSRCS+= ${PROG}_rumpops.c ${RUMPSRCS} |
| LDADD.rump.${PROG}+= -lrumpclient |
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 |
. endif |
| |
. else # CRUNCHEDPROG |
| PROGS= ${PROG} |
PROGS= ${PROG} |
| CPPFLAGS+= -DCRUNCHOPS |
CPPFLAGS+= -DCRUNCHOPS |
| .endif |
. endif |
| .endif |
.endif |
| |
|
| .if defined(PROG) |
.if defined(PROG) |