Cross Reference: Makefile
xref: /src/usr.bin/menuc/testm/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/usr.bin/menuc/testm/
Makefile revision 1.13
11.13Sphil#	$NetBSD: Makefile,v 1.13 2001/01/07 07:18:32 phil Exp $
21.13Sphil
31.13Sphil.include <bsd.own.mk>
41.1Sphil
51.12SsommerfeMENUCDIR!=	cd $(.CURDIR)/..; ${PRINTOBJDIR}
61.12SsommerfeMENUC=	${MENUCDIR}/menuc
71.2Smycroft${MENUC}:
81.2Smycroft	cd ${.CURDIR}/..; ${MAKE}
91.2Smycroft
101.2SmycroftPROG=	testm
111.9SphilSRCS=	msg_defs.c menu_defs.c main.c
121.8SphilCFLAGS+=-g
131.4SlukemCPPFLAGS+=-I.
141.2SmycroftWARNS=	1
151.6SphilLDADD+=	-lcurses -ltermcap
161.5SjtcDPADD+=	${LIBCURSES}
171.11SlukemMKMAN=	no
181.1Sphil
191.9SphilCLEANFILES+= menu_defs.c menu_defs.h msg_defs.c msg_defs.h
201.1Sphil
211.7Sphilmenu_defs.c menu_defs.h: menus.mc ${MENUC} ${.CURDIR}/../menu_sys.def
221.2Smycroft	MENUDEF=${.CURDIR}/.. ${MENUC} ${.CURDIR}/menus.mc
231.9Sphil
241.9Sphilmsg_defs.c msg_defs.h: menus.msg
251.10Sphil	msgc ${.CURDIR}/menus.msg
261.1Sphil
271.1Sphil.include <bsd.prog.mk>
28

Indexes created Fri Dec 19 05:09:31 GMT 2025