Fix target 'tags'.

This commit is contained in:
dyoung 2011-04-06 01:24:43 +00:00
parent fd66c04152
commit 92b62812ca

View File

@ -1,25 +1,31 @@
# $NetBSD: Makefile,v 1.3 2008/10/25 22:27:36 apb Exp $
# $NetBSD: Makefile,v 1.4 2011/04/06 01:24:43 dyoung Exp $
# Makefile for algor tags file and boot blocks
# Find where mips source files are for inclusion in tags
.include <../mips/Makefile.inc>
TALGOR= ../algor/tags
SALGOR= ../algor/algor/*.[ch] ../algor/include/*.h ../algor/isa/*.[ch] \
../algor/pci/*.[ch]
AALGOR= ../algor/algor/*.S
TALGOR= ${SYSDIR}/arch/algor/tags
SALGOR= ${SYSDIR}/arch/algor/algor/*.[ch]
SALGOR+= ${SYSDIR}/arch/algor/dev/*.[ch]
SALGOR+= ${SYSDIR}/arch/algor/include/*.h
SALGOR+= ${SYSDIR}/arch/algor/isa/*.[ch]
SALGOR+= ${SYSDIR}/arch/algor/pci/*.[ch]
AALGOR= ${SYSDIR}/arch/algor/algor/*.S
# Directories in which to place tags links
DALGOR= algor include isa pci
.include "../../kern/Make.tags.inc"
tags:
-ctags -wdtf ${TALGOR} ${SALGOR} ${SMIPS} ${COMM}
-rm -f ${TALGOR}
-echo ${SALGOR} ${SMIPS} | xargs ctags -wadtf ${TALGOR}
-${FINDCOMM} | xargs ctags -wadtf ${TALGOR}
egrep "^LEAF(.*)|^[AN]LEAF(.*)|^NON_LEAF(.*)" ${AALGOR} ${AMIPS} | \
${TOOL_SED} "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
>> ${TARC}
${TOOL_SED} -e \
"s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
>> ${TALGOR}
sort -o ${TALGOR} ${TALGOR}
links: