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 export COMP_LDFLAGS_COMPONENT_PPC = -Wl,-i_OSCompareAndSwap:_hw_compare_and_store \
    7                                     -Wl,-i_OSDequeueAtomic:_hw_dequeue_atomic \
    8                                     -Wl,-i_OSEnqueueAtomic:_hw_queue_atomic
    9 
   10 include $(MakeInc_cmd)
   11 include $(MakeInc_def)
   12 
   13 INSTINC_SUBDIRS = \
   14         mach    \
   15         device \
   16         default_pager \
   17         mach_debug \
   18         kern \
   19         ipc \
   20         machine \
   21         UserNotification \
   22         gssd \
   23         lockd \
   24         vm \
   25         libsa \
   26         kdp
   27 
   28 INSTINC_SUBDIRS_PPC = \
   29         mach \
   30         ppc
   31 
   32 INSTINC_SUBDIRS_I386 = \
   33         mach    \
   34         i386
   35 
   36 INSTINC_SUBDIRS_ARM = \
   37         mach    \
   38         arm
   39 
   40 EXPINC_SUBDIRS = \
   41         mach    \
   42         device \
   43         default_pager \
   44         mach_debug \
   45         kern \
   46         kdp \
   47         ipc \
   48         machine \
   49         UserNotification \
   50         gssd \
   51         lockd \
   52         vm \
   53         libsa \
   54         kdp
   55 
   56 EXPINC_SUBDIRS_PPC = \
   57         mach \
   58         ppc
   59 
   60 EXPINC_SUBDIRS_I386 = \
   61         mach    \
   62         i386
   63 
   64 EXPINC_SUBDIRS_ARM = \
   65         mach    \
   66         arm
   67 
   68 SETUP_SUBDIRS =         \
   69         conf
   70 
   71 COMP_SUBDIRS =  \
   72         conf
   73 
   74 INST_SUBDIRS =  \
   75 
   76 
   77 include $(MakeInc_rule)
   78 include $(MakeInc_dir)

Cache object: 7099b2eb68d3e1220c2fb96c4752bdef


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