[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / sys / arch / luna88k

Annotation of sys/arch/luna88k/Makefile, Revision 1.1.1.1

1.1       nbrk        1: #      $OpenBSD: Makefile,v 1.5 2006/09/27 09:13:31 grange Exp $
                      2:
                      3: S=${.CURDIR}/../..
                      4: .include "$S/kern/Make.tags.inc"
                      5:
                      6: NOPROG=
                      7: NOMAN=
                      8: NOOBJ=
                      9:
                     10: SUBDIR=
                     11:
                     12: TLUNA88K=      $S/arch/luna88k/tags
                     13: SLUNA88K=      $S/arch/luna88k/luna88k/*.[ch] \
                     14:                $S/arch/luna88k/dev/*.[ch] \
                     15:                $S/arch/luna88k/include/*.h
                     16: ALUNA88K=      $S/arch/luna88k/luna88k/*.[sS]
                     17:
                     18: # Directories in which to place luna88k tags links
                     19: DLUNA88K=      conf dev include luna88k
                     20:
                     21: tags:
                     22:        -ctags -wdtf ${TLUNA88K} ${COMM} ${SLUNA88K}
                     23:        egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${ALUNA88K} | \
                     24:            sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3     \1      /^\2(\3\4$$/;" \
                     25:                >> ${TLUNA88K}
                     26:        sort -o ${TLUNA88K} ${TLUNA88K}
                     27:
                     28: links:
                     29:        -for i in ${DLUNA88K}; do \
                     30:            (cd $$i && rm -f tags; ln -s ${TLUNA88K} tags); done
                     31:
                     32: obj:   _SUBDIRUSE
                     33:
                     34: .include <bsd.prog.mk>

CVSweb