Expand PMF_FN_* macros.
[netbsd-mini2440.git] / sys / arch / sparc / Makefile
blobae756865351a764bb2dc0577231ed209de9eaf0e
1 # $NetBSD: Makefile,v 1.8 2003/01/06 17:40:50 lukem Exp $
3 # Makefile for sparc tags file and boot blocks
5 TSPARC= ../sparc/tags
6 SSPARC= ../sparc/dev/*.[ch] ../sparc/fpu/*.[ch] \
7 ../sparc/include/*.[ch] ../sparc/sparc/*.[ch]
8 ASPARC= ../sparc/sparc/*.s
10 # Directories in which to place tags links
11 DSPARC= conf dev fpu include sparc
13 tags:
14 -ctags -wdtf ${TSPARC} ${SSPARC} ${COMM}
15 egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${ASPARC} | \
16 ${TOOL_SED} -e \
17 "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
18 >> tags
19 sort -o ${TSPARC} ${TSPARC}
21 links:
22 -for i in ${DSPARC}; do \
23 cd $$i && rm -f tags; ln -s ../tags tags; done
26 SUBDIR= compile include stand
28 .include <bsd.subdir.mk>