Home | History | Annotate | Line # | Download | only in testm
Makefile revision 1.3.2.1
      1  1.3.2.1    lukem #	$NetBSD: Makefile,v 1.3.2.1 1997/11/08 10:37:38 lukem Exp $
      2      1.1     phil 
      3      1.2  mycroft MENUC!=cd $(.CURDIR)/..; \
      4      1.2  mycroft 	printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}/menuc\n" | ${MAKE} -s -f-
      5      1.2  mycroft ${MENUC}:
      6      1.2  mycroft 	cd ${.CURDIR}/..; ${MAKE}
      7      1.2  mycroft 
      8      1.2  mycroft PROG=	testm
      9      1.2  mycroft SRCS=	menu_defs.c main.c
     10  1.3.2.1    lukem CPPFLAGS+=-I.
     11      1.2  mycroft WARNS=	1
     12      1.2  mycroft LDADD+=	-lcurses -ltermcap
     13      1.2  mycroft DPADD+=	${LIBCURSES} ${LIBTERMCAP}
     14      1.2  mycroft NOMAN=	noman
     15      1.1     phil 
     16      1.2  mycroft CLEANFILES+= menu_defs.c menu_defs.h
     17      1.1     phil 
     18      1.2  mycroft menu_defs.c menu_defs.h: menus.mc ${MENUC}
     19      1.2  mycroft 	MENUDEF=${.CURDIR}/.. ${MENUC} ${.CURDIR}/menus.mc
     20      1.1     phil 
     21      1.1     phil .include <bsd.prog.mk>
     22