1 1.2.130.1 rmind # $NetBSD: Makefile,v 1.2.130.2 2011/04/21 01:41:21 rmind Exp $ 2 1.1 briggs 3 1.2.130.2 rmind .include <../powerpc/Makefile.inc> 4 1.2.130.2 rmind 5 1.2.130.2 rmind TSANDPOINT= ${SYSDIR}/arch/sandpoint/tags 6 1.2.130.2 rmind SSANDPOINT= ${SYSDIR}/arch/sandpoint/sandpoint/*.[ch] \ 7 1.2.130.2 rmind ${SYSDIR}/arch/sandpoint/isa/*.[ch] \ 8 1.2.130.2 rmind ${SYSDIR}/arch/sandpoint/pci/*.[ch] \ 9 1.2.130.2 rmind ${SYSDIR}/arch/sandpoint/include/*.h 10 1.2.130.2 rmind ASANDPOINT= ${SYSDIR}/arch/sandpoint/sandpoint/*.S 11 1.2.130.2 rmind 12 1.2.130.2 rmind DSANDPOINT= include 13 1.2.130.2 rmind 14 1.2.130.2 rmind .include "../../kern/Make.tags.inc" 15 1.2.130.2 rmind 16 1.2.130.2 rmind tags: 17 1.2.130.2 rmind -rm -f ${TSANDPOINT} 18 1.2.130.2 rmind -echo ${SSANDPOINT} ${SPPC} | xargs ctags -wadtf ${TSANDPOINT} 19 1.2.130.2 rmind -${FINDCOMM} | xargs ctags -wadtf ${TSANDPOINT} 20 1.2.130.2 rmind egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${ASANDPOINT} ${APPC} | \ 21 1.2.130.2 rmind ${TOOL_SED} -e \ 22 1.2.130.2 rmind "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \ 23 1.2.130.2 rmind >> ${TSANDPOINT} 24 1.2.130.2 rmind sort -o ${TSANDPOINT} ${TSANDPOINT} 25 1.2.130.2 rmind 26 1.2.130.2 rmind links: 27 1.2.130.2 rmind -for i in ${DSANDPOINT}; do \ 28 1.2.130.2 rmind cd $$i && rm -f tags; ln -s ../tags tags; done 29 1.2.130.2 rmind 30 1.2.130.2 rmind 31 1.2.130.1 rmind SUBDIR= compile include stand 32 1.1 briggs 33 1.1 briggs .include <bsd.subdir.mk> 34