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