Home | History | Annotate | Line # | Download | only in stand
Makefile.inc revision 1.12.24.2
      1  1.12.24.1    skrll #	$NetBSD: Makefile.inc,v 1.12.24.2 2004/09/18 14:34:19 skrll 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.12.24.1    skrll 	-rm -f m68k && \
     18  1.12.24.1    skrll 		ln -s $S/arch/m68k/include m68k
     19  1.12.24.1    skrll CLEANFILES+=machine hp300 m68k
     20       1.12   simonb 
     21       1.12   simonb realall: machine-links ${PROG}
     22        1.9       he 
     23