Expand PMF_FN_* macros.
[netbsd-mini2440.git] / sys / arch / acorn32 / Makefile
blob53924d810733a497418c01008b3bacc3699e73ac
1 # $NetBSD: Makefile,v 1.4 2005/12/11 12:16:05 christos Exp $
3 # Makefile for acorn32 tags file and boot blocks
5 TACORN32= ../acorn32/tags
6 SACORN32= ../acorn32/acorn32/*.[ch] ../acorn32/include/*.h \
7 ../acorn32/dev/*.[ch] ../acorn32/podulebus/*.[ch] ../acorn32/mainbus/*.[ch]
8 AACORN32= ../acorn32/acorn32/*.s
10 # Directories in which to place tags links
11 DACORN32= dev mainbus podulebus include
13 .include "../../kern/Make.tags.inc"
15 tags:
16 -ctags -wdtf ${TACORN32} ${SACORN32} ${COMM}
17 egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${AACORN32} | \
18 ${TOOL_SED} -e \
19 "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
20 >> ${TACORN32}
21 sort -o ${TACORN32} ${TACORN32}
23 links:
24 -for i in ${DACORN32}; do \
25 cd $$i && rm -f tags; ln -s ../tags tags; done
28 SUBDIR= compile include stand
30 .include <bsd.subdir.mk>