[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / i386

Annotation of src/sys/arch/i386/Makefile, Revision 1.10.4.1

1.10.4.1! thorpej     1: #      $NetBSD: Makefile,v 1.13 1997/10/11 09:12:20 mycroft Exp $
1.1       cgd         2:
1.3       cgd         3: # Makefile for i386 tags file and boot blocks
1.1       cgd         4:
                      5: TI386= ../i386/tags
1.10.4.1! thorpej     6: SI386= ../i386/i386/*.[ch] ../i386/include/*.h \
        !             7:        ../i386/eisa/*.[ch] ../i386/isa/*.[ch] ../i386/pci/*.[ch]
1.1       cgd         8: AI386= ../i386/i386/*.s
                      9:
1.10.4.1! thorpej    10: # Directories in which to place tags links
        !            11: DI386= eisa isa include pci
        !            12:
        !            13: .include "../../kern/Make.tags.inc"
1.1       cgd        14:
                     15: tags:
1.10.4.1! thorpej    16:        -ctags -wdtf ${TI386} ${SI386} ${COMM}
1.1       cgd        17:        egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${AI386} | \
                     18:            sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
                     19:                >> ${TI386}
                     20:        sort -o ${TI386} ${TI386}
                     21:
                     22: links:
                     23:        -for i in ${DI386}; do \
                     24:            cd $$i && rm -f tags; ln -s ../tags tags; done
1.3       cgd        25:
1.10.4.1! thorpej    26:
        !            27: SUBDIR=        stand
        !            28:
        !            29: .include <bsd.subdir.mk>

CVSweb <webmaster@jp.NetBSD.org>