No empty .Rs/.Re
[netbsd-mini2440.git] / sys / arch / evbsh3 / Makefile
blob90be1cd3c6105c3dd502174c444d22ab554cf585
1 # $NetBSD: Makefile,v 1.2 2003/01/06 17:40:29 lukem Exp $
3 # Makefile for evbsh3 tags file and boot blocks
5 #.include "../sh3/Makefile.inc"
7 TEVBSH3= ../evbsh3/tags
8 SEVBSH3= ../evbsh3/evbsh3/*.[ch] ../evbsh3/include/*.h
9 AEVBSH3= ../evbsh3/evbsh3/*.[sS]
11 # Directories in which to place tags links
12 DEVBSH3= evbsh3 include
14 .include "../../kern/Make.tags.inc"
16 tags:
17 -ctags -wdtf ${TEVBSH3} ${SEVBSH3} ${COMM}
18 egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${AEVBSH3} | \
19 ${TOOL_SED} -e \
20 "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
21 >> ${TEVBSH3}
22 sort -o ${TEVBSH3} ${TEVBSH3}
24 links:
25 -for i in ${DEVBSH3}; do \
26 (cd $$i && rm -f tags; ln -s ../tags tags); done
29 SUBDIR= compile include # stand
31 .include <bsd.subdir.mk>