Makefile revision 1.15
11.15Slukem# $NetBSD: Makefile,v 1.15 2001/12/12 12:24:28 lukem Exp $ 21.15Slukem 31.15SlukemNOMAN= # defined 41.13Sphil 51.13Sphil.include <bsd.own.mk> 61.1Sphil 71.12SsommerfeMENUCDIR!= cd $(.CURDIR)/..; ${PRINTOBJDIR} 81.12SsommerfeMENUC= ${MENUCDIR}/menuc 91.2Smycroft${MENUC}: 101.2Smycroft cd ${.CURDIR}/..; ${MAKE} 111.2Smycroft 121.2SmycroftPROG= testm 131.9SphilSRCS= msg_defs.c menu_defs.c main.c 141.8SphilCFLAGS+=-g 151.4SlukemCPPFLAGS+=-I. 161.2SmycroftWARNS= 1 171.6SphilLDADD+= -lcurses -ltermcap 181.5SjtcDPADD+= ${LIBCURSES} 191.1Sphil 201.9SphilCLEANFILES+= menu_defs.c menu_defs.h msg_defs.c msg_defs.h 211.1Sphil 221.7Sphilmenu_defs.c menu_defs.h: menus.mc ${MENUC} ${.CURDIR}/../menu_sys.def 231.2Smycroft MENUDEF=${.CURDIR}/.. ${MENUC} ${.CURDIR}/menus.mc 241.9Sphil 251.9Sphilmsg_defs.c msg_defs.h: menus.msg 261.10Sphil msgc ${.CURDIR}/menus.msg 271.1Sphil 281.1Sphil.include <bsd.prog.mk> 29