Home | History | Annotate | Line # | Download | only in stand
Makefile.inc revision 1.14.82.1
      1  1.14.82.1   simonb #	$NetBSD: Makefile.inc,v 1.14.82.1 2008/06/27 15:11:17 simonb Exp $
      2        1.1  thorpej 
      3        1.1  thorpej BINDIR=			/usr/mdec
      4        1.1  thorpej 
      5       1.12   simonb release:
      6       1.12   simonb 
      7       1.12   simonb S?=		${.CURDIR}/../../../..
      8        1.1  thorpej 
      9       1.12   simonb .PHONY: machine-links
     10       1.12   simonb beforedepend: machine-links
     11       1.12   simonb # ${MACHINE} then ${MACHINE_ARCH}
     12       1.12   simonb machine-links:
     13       1.12   simonb 	-rm -f machine && \
     14       1.12   simonb 		ln -s $S/arch/hp300/include machine
     15       1.12   simonb 	-rm -f hp300 && \
     16       1.12   simonb 		ln -s $S/arch/hp300/include hp300
     17       1.13  tsutsui 	-rm -f m68k && \
     18       1.13  tsutsui 		ln -s $S/arch/m68k/include m68k
     19       1.13  tsutsui CLEANFILES+=machine hp300 m68k
     20       1.12   simonb 
     21  1.14.82.1   simonb realall: machine-links .WAIT ${PROG}
     22        1.9       he 
     23