NetBSD/usr.bin/tn3270/mset/Makefile

27 lines
706 B
Makefile
Raw Normal View History

1997-05-09 19:04:03 +04:00
# $NetBSD: Makefile,v 1.20 1997/05/09 15:04:03 mycroft Exp $
.include "../../Makefile.inc"
1993-04-26 18:02:21 +04:00
1997-05-09 19:04:03 +04:00
CFLAGS+=-I${.CURDIR} -I.
1993-04-26 18:02:21 +04:00
1997-05-09 19:04:03 +04:00
PROG= mset
MAN= mset.1 map3270.5
1997-05-09 17:28:39 +04:00
SRCS= astosc.c map3270.c mset.c
1997-05-09 19:04:03 +04:00
DPSRCS= astosc.out
1993-04-26 18:02:21 +04:00
1993-12-28 13:59:05 +03:00
MKASTOSC!=cd $(.CURDIR)/../tools/mkastosc; \
printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}/mkastosc\n" | ${MAKE} -s -f-
1997-05-09 19:04:03 +04:00
${MKASTOSC}:
cd ${.CURDIR}/../tools/mkastosc; ${MAKE}
1997-05-09 19:04:03 +04:00
astosc.out: ${.CURDIR}/../ctlr/hostctlr.h ${.CURDIR}/../ctlr/function.h \
${.CURDIR}/../ctlr/${KBD} ${MKASTOSC}
${MKASTOSC} \
1997-05-09 19:04:03 +04:00
${.CURDIR}/../ctlr/hostctlr.h ${.CURDIR}/../ctlr/function.h \
< ${.CURDIR}/../ctlr/${KBD} > tmp
mv -f tmp ${.TARGET}
1993-04-26 18:02:21 +04:00
.include <bsd.prog.mk>
.PATH: ${.CURDIR}/../api ${.CURDIR}/../ascii