2001-01-02 07:14:33 +03:00
|
|
|
# $NetBSD: Makefile.inc,v 1.12 2001/01/02 04:14:34 simonb Exp $
|
1997-02-04 06:51:37 +03:00
|
|
|
|
|
|
|
BINDIR= /usr/mdec
|
|
|
|
|
2001-01-02 07:14:33 +03:00
|
|
|
release:
|
1997-02-04 22:14:57 +03:00
|
|
|
|
2001-01-02 07:14:33 +03:00
|
|
|
S?= ${.CURDIR}/../../../..
|
1997-02-04 06:51:37 +03:00
|
|
|
|
2001-01-02 07:14:33 +03:00
|
|
|
.PHONY: machine-links
|
|
|
|
beforedepend: machine-links
|
|
|
|
# ${MACHINE} then ${MACHINE_ARCH}
|
|
|
|
machine-links:
|
|
|
|
-rm -f machine && \
|
|
|
|
ln -s $S/arch/hp300/include machine
|
|
|
|
-rm -f hp300 && \
|
|
|
|
ln -s $S/arch/hp300/include hp300
|
|
|
|
CLEANFILES+=machine hp300
|
1997-02-04 06:51:37 +03:00
|
|
|
|
2001-01-02 07:14:33 +03:00
|
|
|
realall: machine-links ${PROG}
|
2000-05-31 18:31:23 +04:00
|
|
|
|