NetBSD/usr.bin/tn3270/mset/Makefile

26 lines
566 B
Makefile

.include <../../Makefile.inc>
CFLAGS += -I${.CURDIR} -I.
MAN1 = mset.0
MAN5 = map3270.0
SRCS += astosc.c map3270.c mset.c
PROG = mset
astosc.o: astosc.OUT
CLEANFILES += astosc.OUT astosc.out
astosc.OUT: ${.CURDIR}/../ctlr/hostctlr.h ${.CURDIR}/../ctlr/function.h \
${.CURDIR}/../ctlr/${KBD}
${.CURDIR}/../tools/mkastosc/obj/mkastosc \
${.CURDIR}/../ctlr/hostctlr.h ${.CURDIR}/../ctlr/function.h \
< ${.CURDIR}/../ctlr/${KBD} > ${.TARGET}
ln -s astosc.OUT astosc.out
# astosc.out
.include <bsd.prog.mk>
.PATH: ${.CURDIR}/../api ${.CURDIR}/../ascii