Home | History | Annotate | Line # | Download | only in ofppc
Makefile revision 1.6.130.1
      1  1.6.130.1    rmind #	$NetBSD: Makefile,v 1.6.130.1 2011/04/21 01:41:17 rmind Exp $
      2  1.6.130.1    rmind 
      3  1.6.130.1    rmind .include <../powerpc/Makefile.inc>
      4  1.6.130.1    rmind 
      5  1.6.130.1    rmind TOFPPC=	${SYSDIR}/arch/ofppc/tags
      6  1.6.130.1    rmind SOFPPC=	${SYSDIR}/arch/ofppc/ofppc/*.[ch] \
      7  1.6.130.1    rmind 	${SYSDIR}/arch/ofppc/isa/*.[ch] \
      8  1.6.130.1    rmind 	${SYSDIR}/arch/ofppc/pci/*.[ch] \
      9  1.6.130.1    rmind 	${SYSDIR}/arch/ofppc/include/*.h
     10  1.6.130.1    rmind AOFPPC=	${SYSDIR}/arch/ofppc/ofppc/*.S
     11  1.6.130.1    rmind 
     12  1.6.130.1    rmind DOFPPC=	include
     13  1.6.130.1    rmind 
     14  1.6.130.1    rmind .include "../../kern/Make.tags.inc"
     15  1.6.130.1    rmind 
     16  1.6.130.1    rmind tags:
     17  1.6.130.1    rmind 	-rm -f ${TOFPPC}
     18  1.6.130.1    rmind 	-echo ${SOFPPC} ${SPPC} | xargs ctags -wadtf ${TOFPPC}
     19  1.6.130.1    rmind 	-${FINDCOMM} | xargs ctags -wadtf ${TOFPPC}
     20  1.6.130.1    rmind 	egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${AOFPPC} ${APPC} | \
     21  1.6.130.1    rmind 	    ${TOOL_SED} -e \
     22  1.6.130.1    rmind 		"s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3	\1	/^\2(\3\4$$/;" \
     23  1.6.130.1    rmind 	    >> ${TOFPPC}
     24  1.6.130.1    rmind 	sort -o ${TOFPPC} ${TOFPPC}
     25  1.6.130.1    rmind 
     26  1.6.130.1    rmind links:
     27  1.6.130.1    rmind 	-for i in ${DOFPPC}; do \
     28  1.6.130.1    rmind 	    cd $$i && rm -f tags; ln -s ../tags tags; done
     29  1.6.130.1    rmind 
     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