Home | History | Annotate | Line # | Download | only in wrtvid
Makefile revision 1.3.8.3
      1  1.3.8.3   bouyer #	$NetBSD: Makefile,v 1.3.8.3 2001/02/11 19:11:12 bouyer Exp $
      2      1.1    chuck 
      3  1.3.8.1   bouyer S=${.CURDIR}/../../../../
      4      1.1    chuck PROG=	wrtvid
      5      1.3    lukem MKMAN=	no
      6  1.3.8.2   bouyer LIBSA=${.CURDIR}/../../../../lib/libsa
      7  1.3.8.2   bouyer COPTS+= -Wall -Wstrict-prototypes -Wmissing-prototypes
      8  1.3.8.3   bouyer CPPFLAGS+= -I. -I${LIBSA}
      9  1.3.8.3   bouyer DPADD+=	machine m68k
     10  1.3.8.2   bouyer 
     11  1.3.8.2   bouyer .PATH.c: ${LIBSA}
     12  1.3.8.2   bouyer 
     13  1.3.8.2   bouyer SRCS=	wrtvid.c loadfile.c
     14  1.3.8.3   bouyer CLEANFILES+= machine m68k
     15      1.1    chuck 
     16      1.2  mycroft # only needed during build
     17      1.2  mycroft proginstall::
     18  1.3.8.3   bouyer beforedepend:	machine m68k
     19  1.3.8.3   bouyer 
     20  1.3.8.3   bouyer machine::
     21  1.3.8.3   bouyer 	-rm -f ${.TARGET}
     22  1.3.8.3   bouyer 	ln -s $S/arch/mvme68k/include machine
     23  1.3.8.3   bouyer 
     24  1.3.8.3   bouyer m68k::
     25  1.3.8.3   bouyer 	-rm -f ${.TARGET}
     26  1.3.8.3   bouyer 	ln -s $S/arch/m68k/include m68k
     27      1.1    chuck 
     28      1.1    chuck .include <bsd.prog.mk>
     29