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