The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/arch/evbmips/Makefile

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 #       $NetBSD: Makefile,v 1.2 2003/01/06 17:40:28 lukem Exp $
    2 
    3 # Makefile for evbmips tags file and boot blocks
    4 
    5 # Find where mips source files are for inclusion in tags
    6 .include <../mips/Makefile.inc>
    7 
    8 # XXX !  fix this
    9 TEVBMIPS= ../evbmips/tags
   10 SEVBMIPS= ../evbmips/evbmips/*.[ch] ../evbmips/include/*.h ../evbmips/isa/*.[ch] \
   11         ../evbmips/pci/*.[ch]
   12 AEVBMIPS= ../evbmips/evbmips/*.S
   13 
   14 # Directories in which to place tags links
   15 DEVBMIPS= evbmips include isa pci
   16 
   17 .include "../../kern/Make.tags.inc"
   18 
   19 tags:
   20         -ctags -wdtf ${TEVBMIPS} ${SEVBMIPS} ${SMIPS} ${COMM}
   21         egrep "^LEAF(.*)|^[AN]LEAF(.*)|^NON_LEAF(.*)" ${AEVBMIPS} ${AMIPS} | \
   22             sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
   23             >> ${TARC}
   24         sort -o ${TEVBMIPS} ${TEVBMIPS}
   25 
   26 links:
   27         -for i in ${DEVBMIPS}; do \
   28             cd $$i && rm -f tags; ln -s ../tags tags; done
   29 
   30 
   31 SUBDIR= compile include
   32 
   33 .include <bsd.subdir.mk>

Cache object: 4635c7f744584eb7868f35ab502de311


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.