|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.203, 2005/01/08 09:53:38 | version 1.204, 2005/01/12 00:32:59 | ||
|---|---|---|---|
|
|
||
| SRCS?= ${PROG}.c | SRCS?= ${PROG}.c | ||
| .endif | .endif | ||
| .if defined(RESCUEDIR) | |||
| CPPFLAGS+= -DRESCUEDIR=\"${RESCUEDIR}\" | |||
| .endif | |||
| _YPSRCS= ${SRCS:M*.[ly]:C/\..$/.c/} ${YHEADER:D${SRCS:M*.y:.y=.h}} | _YPSRCS= ${SRCS:M*.[ly]:C/\..$/.c/} ${YHEADER:D${SRCS:M*.y:.y=.h}} | ||
| DPSRCS+= ${_YPSRCS} | DPSRCS+= ${_YPSRCS} |