Home | History | Annotate | Line # | Download | only in aout2hux
Makefile revision 1.1
      1  1.1  itohy #	$NetBSD: Makefile,v 1.1 1998/09/01 19:51:07 itohy Exp $
      2  1.1  itohy 
      3  1.1  itohy PROG=	aout2hux
      4  1.1  itohy MAN=	aout2hux.1
      5  1.1  itohy 
      6  1.1  itohy # only needed during build
      7  1.1  itohy proginstall::
      8  1.1  itohy 
      9  1.1  itohy # Override these rules for cross-compilation
     10  1.1  itohy .c.o:
     11  1.1  itohy 	${HOST_COMPILE.c} ${.IMPSRC}
     12  1.1  itohy 
     13  1.1  itohy ${PROG}: ${OBJS}
     14  1.1  itohy 	${HOST_LINK.c} -o ${.TARGET} ${OBJS}
     15  1.1  itohy 
     16  1.1  itohy .include <bsd.prog.mk>
     17  1.1  itohy 
     18  1.1  itohy ${OBJS}: aout68k.h hux.h type_local.h
     19