1 # $NetBSD: Makefile,v 1.3 2007/10/17 19:58:34 garbled Exp $
3 # Makefile for zaurus tags file and boot blocks
5 TZAURUS
= ..
/zaurus
/tags
6 SZAURUS
= ..
/zaurus
/zaurus
/*.
[ch
] ..
/zaurus
/include/*.h \
8 AZAURUS
= ..
/zaurus
/zaurus
/*.S ..
/zaurus
/dev
/*.S
10 # Directories in which to place tags links
13 .
include "../../kern/Make.tags.inc"
16 -ctags
-wdtf
${TZAURUS} ${SZAURUS} ${COMM}
17 egrep
"^ENTRY(.*)|^ALTENTRY(.*)" ${AZAURUS} | \
19 "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
21 sort -o
${TZAURUS} ${TZAURUS}
24 -for i in
${DZAURUS}; do \
25 cd
$$i && rm -f
tags; ln
-s ..
/tags tags; done
27 SUBDIR
= compile
include stand
29 .
include <bsd.subdir.mk
>