Makefile revision 1.12
11.12Ssommerfe# $NetBSD: Makefile,v 1.12 2000/12/30 14:54:40 sommerfeld Exp $ 21.1Sphil 31.12SsommerfeMENUCDIR!= cd $(.CURDIR)/..; ${PRINTOBJDIR} 41.12SsommerfeMENUC= ${MENUCDIR}/menuc 51.2Smycroft${MENUC}: 61.2Smycroft cd ${.CURDIR}/..; ${MAKE} 71.2Smycroft 81.2SmycroftPROG= testm 91.9SphilSRCS= msg_defs.c menu_defs.c main.c 101.8SphilCFLAGS+=-g 111.4SlukemCPPFLAGS+=-I. 121.2SmycroftWARNS= 1 131.6SphilLDADD+= -lcurses -ltermcap 141.5SjtcDPADD+= ${LIBCURSES} 151.11SlukemMKMAN= no 161.1Sphil 171.9SphilCLEANFILES+= menu_defs.c menu_defs.h msg_defs.c msg_defs.h 181.1Sphil 191.7Sphilmenu_defs.c menu_defs.h: menus.mc ${MENUC} ${.CURDIR}/../menu_sys.def 201.2Smycroft MENUDEF=${.CURDIR}/.. ${MENUC} ${.CURDIR}/menus.mc 211.9Sphil 221.9Sphilmsg_defs.c msg_defs.h: menus.msg 231.10Sphil msgc ${.CURDIR}/menus.msg 241.1Sphil 251.1Sphil.include <bsd.prog.mk> 26