X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/bd504ef0e0b883cdd7917b73b3574eb9ce669905..39236c6e673c41db228275375ab7fdb0f837b292:/bsd/uuid/Makefile?ds=sidebyside diff --git a/bsd/uuid/Makefile b/bsd/uuid/Makefile index 1f7f17bfc..10f9cecaa 100644 --- a/bsd/uuid/Makefile +++ b/bsd/uuid/Makefile @@ -7,44 +7,29 @@ export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir include $(MakeInc_cmd) include $(MakeInc_def) -INSTINC_SUBDIRS = \ - -INSTINC_SUBDIRS_I386 = \ - -EXPINC_SUBDIRS = \ - -EXPINC_SUBDIRS_I386 = \ - # In both the framework PrivateHeader area and /usr/include/uuid DATAFILES = \ uuid.h -# Only in the framework PrivateHeader area -PRIVATE_DATAFILES = \ - # KERNELFILES will appear only in the kernel framework KERNELFILES = \ uuid.h -# Only in the private kernel framework -PRIVATE_KERNELFILES = \ - - INSTALL_MI_LIST = ${DATAFILES} INSTALL_MI_DIR = uuid -EXPORT_MI_LIST = ${KERNELFILES} ${PRIVATE_KERNELFILES} +EXPORT_MI_LIST = ${KERNELFILES} EXPORT_MI_DIR = uuid # /System/Library/Frameworks/System.framework/PrivateHeaders -INSTALL_MI_LCL_LIST = ${DATAFILES} ${PRIVATE_DATAFILES} +INSTALL_MI_LCL_LIST = ${DATAFILES} # /System/Library/Frameworks/Kernel.framework/PrivateHeaders -INSTALL_KF_MI_LCL_LIST = ${KERNELFILES} ${PRIVATE_KERNELFILES} +INSTALL_KF_MI_LCL_LIST = ${KERNELFILES} # /System/Library/Frameworks/Kernel.framework/Headers