2003-01-06 20:40:18 +03:00
|
|
|
# $NetBSD: Makefile,v 1.8 2003/01/06 17:40:50 lukem Exp $
|
1994-11-20 23:51:32 +03:00
|
|
|
|
1997-10-11 13:10:25 +04:00
|
|
|
# Makefile for sparc tags file and boot blocks
|
1993-10-02 13:22:00 +03:00
|
|
|
|
1997-10-11 13:10:25 +04:00
|
|
|
TSPARC= ../sparc/tags
|
|
|
|
SSPARC= ../sparc/dev/*.[ch] ../sparc/fpu/*.[ch] \
|
|
|
|
../sparc/include/*.[ch] ../sparc/sparc/*.[ch]
|
|
|
|
ASPARC= ../sparc/sparc/*.s
|
1993-10-02 13:22:00 +03:00
|
|
|
|
1997-10-11 13:10:25 +04:00
|
|
|
# Directories in which to place tags links
|
|
|
|
DSPARC= conf dev fpu include sparc
|
1993-10-02 13:22:00 +03:00
|
|
|
|
1994-02-06 18:27:54 +03:00
|
|
|
tags:
|
1997-10-11 13:10:25 +04:00
|
|
|
-ctags -wdtf ${TSPARC} ${SSPARC} ${COMM}
|
1993-10-02 13:22:00 +03:00
|
|
|
egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${ASPARC} | \
|
|
|
|
sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
|
1997-10-11 13:10:25 +04:00
|
|
|
>> tags
|
|
|
|
sort -o ${TSPARC} ${TSPARC}
|
|
|
|
|
|
|
|
links:
|
|
|
|
-for i in ${DSPARC}; do \
|
|
|
|
cd $$i && rm -f tags; ln -s ../tags tags; done
|
|
|
|
|
|
|
|
|
2003-01-06 20:40:18 +03:00
|
|
|
SUBDIR= compile include stand
|
1994-02-06 18:27:54 +03:00
|
|
|
|
1996-03-26 01:48:09 +03:00
|
|
|
.include <bsd.subdir.mk>
|