1994-06-28 09:39:53 +04:00
|
|
|
# Makefile for g++ library genclass
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1994-06-28 09:39:53 +04:00
|
|
|
PROG= genclass
|
|
|
|
SRCS= genclass.sh
|
|
|
|
NOMAN=
|
1994-06-30 11:12:10 +04:00
|
|
|
STRIP=
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1994-06-28 09:39:53 +04:00
|
|
|
genclass: genclass.sh
|
|
|
|
sed -e 's|^PROTODIR=.*|PROTODIR=${DESTDIR}/usr/include/g++/gen|' \
|
|
|
|
-e 's|<VERSION>|2.4|' ${.ALLSRC} > ${.TARGET}
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|
1993-09-24 03:28:29 +04:00
|
|
|
.include "../../../usr.bin/Makefile.inc"
|