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/osfmk/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 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
    2 export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def
    3 export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
    4 export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
    5 
    6 include $(MakeInc_cmd)
    7 include $(MakeInc_def)
    8 
    9 INSTINC_SUBDIRS = \
   10         mach    \
   11         device \
   12         default_pager \
   13         mach_debug \
   14         kern \
   15         ipc \
   16         machine \
   17         UserNotification \
   18         gssd \
   19         kextd \
   20         lockd \
   21         vm \
   22         libsa \
   23         kdp \
   24         pmc \
   25         kperf
   26 INSTINC_SUBDIRS_I386 = \
   27         mach    \
   28         i386
   29 INSTINC_SUBDIRS_X86_64 = \
   30         mach    \
   31         i386    \
   32         x86_64
   33 
   34 EXPINC_SUBDIRS = \
   35         mach    \
   36         device \
   37         default_pager \
   38         mach_debug \
   39         kern \
   40         kdp \
   41         ipc \
   42         machine \
   43         UserNotification \
   44         gssd \
   45         kextd \
   46         lockd \
   47         vm \
   48         libsa \
   49         kdp \
   50         console \
   51         pmc \
   52         kperf
   53 
   54 EXPINC_SUBDIRS_I386 = \
   55         mach    \
   56         i386
   57 EXPINC_SUBDIRS_X86_64 = \
   58         mach    \
   59         i386    \
   60         x86_64
   61 
   62 SETUP_SUBDIRS =
   63 
   64 COMP_SUBDIRS =  \
   65         conf
   66 
   67 INST_SUBDIRS =  \
   68 
   69 
   70 include $(MakeInc_rule)
   71 include $(MakeInc_dir)

Cache object: d93638546793dd477a8639e58c231aa2


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