Home | History | Annotate | Line # | Download | only in rs6000
      1  1.2      apb #	$NetBSD: Makefile,v 1.2 2008/10/25 22:27:38 apb Exp $
      2  1.1  garbled 
      3  1.1  garbled # Makefile for tags file
      4  1.1  garbled 
      5  1.1  garbled TRS6000=	../rs6000/tags
      6  1.1  garbled SRS6000=	../rs6000/rs6000/*.[ch] ../rs6000/include/*.h \
      7  1.1  garbled 	../rs6000/mca/*.[ch] ../rs6000/ioplanar/*.[ch]
      8  1.1  garbled ARS6000=	../rs6000/rs6000/*.[sS]
      9  1.1  garbled 
     10  1.1  garbled # Directories in which to place tags links
     11  1.1  garbled DRS6000=       include
     12  1.1  garbled 
     13  1.1  garbled .include "../../kern/Make.tags.inc"
     14  1.1  garbled 
     15  1.1  garbled tags:
     16  1.1  garbled 	-ctags -wdtf ${TRS6000} ${SRS6000} ${COMM}
     17  1.1  garbled 	egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${ARS6000} | \
     18  1.2      apb 	    ${TOOL_SED} -e \
     19  1.2      apb 		"s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
     20  1.1  garbled 	    >> ${TRS6000}
     21  1.1  garbled 	sort -o ${TRS6000} ${TRS6000}
     22  1.1  garbled 
     23  1.1  garbled links:
     24  1.1  garbled 	-for i in ${DRS6000}; do \
     25  1.1  garbled 	    cd $$i && rm -f tags; ln -s ../tags tags; done
     26  1.1  garbled 
     27  1.1  garbled 
     28  1.1  garbled SUBDIR=	compile include stand
     29  1.1  garbled 
     30  1.1  garbled .include <bsd.subdir.mk>
     31