Home | History | Annotate | Line # | Download | only in stand
Makefile.inc revision 1.8.8.3
      1  1.8.8.2   bouyer #	$NetBSD: Makefile.inc,v 1.8.8.3 2001/01/05 17:34:13 bouyer Exp $
      2      1.1  thorpej 
      3      1.1  thorpej BINDIR=			/usr/mdec
      4      1.1  thorpej 
      5  1.8.8.3   bouyer release:
      6      1.1  thorpej 
      7  1.8.8.3   bouyer S?=		${.CURDIR}/../../../..
      8      1.1  thorpej 
      9  1.8.8.3   bouyer .PHONY: machine-links
     10  1.8.8.3   bouyer beforedepend: machine-links
     11  1.8.8.3   bouyer # ${MACHINE} then ${MACHINE_ARCH}
     12  1.8.8.3   bouyer machine-links:
     13  1.8.8.3   bouyer 	-rm -f machine && \
     14  1.8.8.3   bouyer 		ln -s $S/arch/hp300/include machine
     15  1.8.8.3   bouyer 	-rm -f hp300 && \
     16  1.8.8.3   bouyer 		ln -s $S/arch/hp300/include hp300
     17  1.8.8.3   bouyer CLEANFILES+=machine hp300
     18      1.1  thorpej 
     19  1.8.8.3   bouyer realall: machine-links ${PROG}
     20  1.8.8.1   bouyer 
     21