Home | History | Annotate | Line # | Download | only in wrtvid
Makefile revision 1.9.2.2
      1  1.9.2.2  nathanw #	$NetBSD: Makefile,v 1.9.2.2 2002/01/08 00:26:39 nathanw Exp $
      2  1.9.2.2  nathanw 
      3  1.9.2.2  nathanw S=${.CURDIR}/../../../../
      4  1.9.2.2  nathanw HOSTPROG=	wrtvid
      5  1.9.2.2  nathanw NOMAN=	# defined
      6  1.9.2.2  nathanw LIBSA=${.CURDIR}/../../../../lib/libsa
      7  1.9.2.2  nathanw COPTS+= -Wall -Wstrict-prototypes -Wmissing-prototypes
      8  1.9.2.2  nathanw HOST_CPPFLAGS+= -I. -I${LIBSA}
      9  1.9.2.2  nathanw DPADD+=	machine m68k
     10  1.9.2.2  nathanw 
     11  1.9.2.2  nathanw .PATH.c: ${LIBSA}
     12  1.9.2.2  nathanw 
     13  1.9.2.2  nathanw SRCS=	wrtvid.c byteorder.c loadfile.c loadfile_aout.c loadfile_elf32.c
     14  1.9.2.2  nathanw CLEANFILES+= machine m68k
     15  1.9.2.2  nathanw 
     16  1.9.2.2  nathanw # only needed during build
     17  1.9.2.2  nathanw proginstall::
     18  1.9.2.2  nathanw beforedepend:	machine m68k
     19  1.9.2.2  nathanw 
     20  1.9.2.2  nathanw machine::
     21  1.9.2.2  nathanw 	-rm -f ${.TARGET}
     22  1.9.2.2  nathanw 	ln -s $S/arch/mvme68k/include machine
     23  1.9.2.2  nathanw 
     24  1.9.2.2  nathanw m68k::
     25  1.9.2.2  nathanw 	-rm -f ${.TARGET}
     26  1.9.2.2  nathanw 	ln -s $S/arch/m68k/include m68k
     27  1.9.2.2  nathanw 
     28  1.9.2.2  nathanw .include <bsd.hostprog.mk>
     29