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/kern/Make.tags.inc

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: Make.tags.inc,v 1.10 2001/04/18 11:21:24 lukem Exp $
    2 #
    3 #       from: @(#)Make.tags.inc 8.1 (Berkeley) 6/11/93
    4 
    5 # Common files for "make tags".
    6 # Included by the Makefile for each architecture.
    7 
    8 # Put the ../sys stuff near the end so that subroutine definitions win when
    9 # there is a struct tag with the same name (eg., vmmeter).  The real
   10 # solution would probably be for ctags to generate "struct vmmeter" tags.
   11 
   12 .ifmake tags
   13 # The invocation below returns every directory that contains sources, excluding
   14 # the arch directories. Traditionally, COMM would have been an explicit list.
   15 # This promises to be easier to maintain, considering how often the directory
   16 # structure of the kernel sources has been changing recently.
   17 SYSDIR?= ${.CURDIR:H:H}
   18 COMM!=  find -H ${SYSDIR} -name arch -prune -o -name "*.[ch]" -print | \
   19                 sed 's@\(.*/\).*\..*@\1*.\[ch\]@' | sort -t / -u
   20 .endif

Cache object: be26f4a8980919bdad40bc45649bd4e3


[ 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.