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 
   26 INSTINC_SUBDIRS_PPC = \
   27         mach \
   28         ppc
   29 
   30 INSTINC_SUBDIRS_I386 = \
   31         mach    \
   32         i386
   33 
   34 INSTINC_SUBDIRS_X86_64 = \
   35         mach    \
   36         i386    \
   37         x86_64
   38 
   39 INSTINC_SUBDIRS_ARM = \
   40         mach    \
   41         arm
   42 
   43 EXPINC_SUBDIRS = \
   44         mach    \
   45         device \
   46         default_pager \
   47         mach_debug \
   48         kern \
   49         kdp \
   50         ipc \
   51         machine \
   52         UserNotification \
   53         gssd \
   54         kextd \
   55         lockd \
   56         vm \
   57         libsa \
   58         kdp \
   59         pmc
   60 
   61 EXPINC_SUBDIRS_PPC = \
   62         mach \
   63         ppc
   64 
   65 EXPINC_SUBDIRS_I386 = \
   66         mach    \
   67         i386
   68 
   69 EXPINC_SUBDIRS_X86_64 = \
   70         mach    \
   71         i386    \
   72         x86_64
   73 
   74 EXPINC_SUBDIRS_ARM = \
   75         mach    \
   76         arm
   77 
   78 SETUP_SUBDIRS =         \
   79         conf
   80 
   81 COMP_SUBDIRS =  \
   82         conf
   83 
   84 INST_SUBDIRS =  \
   85 
   86 
   87 include $(MakeInc_rule)
   88 include $(MakeInc_dir)

Cache object: db5730a97a924cbff3eaf2d27b039e92


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