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