X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/0a7de7458d150b5d4dffc935ba399be265ef0a1a..c3c9b80d004dbbfdf763edeb97968c6997e3b45b:/libkern/os/Makefile diff --git a/libkern/os/Makefile b/libkern/os/Makefile index 5db93b07d..74fa7b854 100644 --- a/libkern/os/Makefile +++ b/libkern/os/Makefile @@ -3,29 +3,52 @@ export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir +# PRIVATE_DATAFILES go to /usr/local/include +LIBKERN_USE_USR_LOCAL_INCLUDE := 1 + include $(MakeInc_cmd) include $(MakeInc_def) -LCLDIR = /usr/local/include - KERNELFILES = \ + atomic.h \ base.h \ - object.h \ + cpp_util.h \ log.h \ - trace.h \ - overflow.h + object.h \ + overflow.h \ + trace.h PRIVATE_KERNELFILES = \ + atomic_private.h \ + atomic_private_arch.h \ + atomic_private_impl.h \ + base_private.h \ hash.h \ - object_private.h \ + ptrtools.h \ reason_private.h \ - refcnt.h + refcnt.h \ + refcnt_internal.h + +DATAFILES = \ + atomic.h \ + base.h \ + overflow.h + +DRIVERKIT_DATAFILES = \ + atomic.h \ + base.h \ + overflow.h PRIVATE_DATAFILES = \ + atomic_private.h \ + atomic_private_arch.h \ + atomic_private_impl.h \ + base_private.h \ reason_private.h -INSTALL_MI_LIST = \ - overflow.h +INSTALL_MI_LIST = ${DATAFILES} + +INSTALL_DRIVERKIT_MI_LIST = ${DRIVERKIT_DATAFILES} INSTALL_MI_DIR = os