2003-01-06 20:40:18 +03:00
|
|
|
# $NetBSD: Makefile,v 1.3 2003/01/06 17:40:48 lukem Exp $
|
2000-06-14 19:32:11 +04:00
|
|
|
|
|
|
|
# Makefile for sgimips tags file
|
|
|
|
|
|
|
|
# Find where mips source files are for inclusion in tags
|
|
|
|
.include <../mips/Makefile.inc>
|
|
|
|
|
|
|
|
TSGIMIPS= ../sgimips/tags
|
|
|
|
SSGIMIPS= ../sgimips/sgimips/*.[ch] ../sgimips/include/*.h \
|
|
|
|
../sgimips/gio/*.[ch] ../sgimips/pbus/*.[ch]
|
|
|
|
ASGIMIPS= ../sgimips/sgimips/*.S
|
|
|
|
|
|
|
|
# Directories in which to place tags links
|
2001-11-20 21:37:00 +03:00
|
|
|
DSGIMIPS= dev eisa gio hpc include pci xio
|
2000-06-14 19:32:11 +04:00
|
|
|
|
|
|
|
.include "../../kern/Make.tags.inc"
|
|
|
|
|
|
|
|
tags:
|
|
|
|
-ctags -wdtf ${TSGIMIPS} ${SSGIMIPS} ${SMIPS} ${COMM}
|
|
|
|
egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${ASGIMIPS} ${AMIPS} | \
|
|
|
|
sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
|
|
|
|
>> ${TSGIMIPS}
|
|
|
|
sort -o ${TSGIMIPS} ${TSGIMIPS}
|
|
|
|
|
|
|
|
links:
|
|
|
|
-for i in ${DSGIMIPS}; do \
|
|
|
|
cd $$i && rm -f tags; ln -s ../tags tags; done
|
|
|
|
|
2003-01-06 20:40:18 +03:00
|
|
|
SUBDIR= compile include stand
|
2000-06-14 19:32:11 +04:00
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|