X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/91447636331957f3d9b5ca5b508f07c526b0074d..3903760236c30e3b5ace7a4eefac3a269d68957c:/bsd/uuid/Makefile diff --git a/bsd/uuid/Makefile b/bsd/uuid/Makefile index 8d5af9310..6f07c30e9 100644 --- a/bsd/uuid/Makefile +++ b/bsd/uuid/Makefile @@ -3,52 +3,28 @@ export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir - include $(MakeInc_cmd) include $(MakeInc_def) -INSTINC_SUBDIRS = \ - -INSTINC_SUBDIRS_PPC = \ - -INSTINC_SUBDIRS_I386 = \ - -EXPINC_SUBDIRS = \ - -EXPINC_SUBDIRS_PPC = \ - -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} - # /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 @@ -56,5 +32,3 @@ INSTALL_KF_MI_LIST = ${KERNELFILES} include $(MakeInc_rule) include $(MakeInc_dir) - -