Makefile   [plain text]


export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
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_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}

# /System/Library/Frameworks/Kernel.framework/Headers

INSTALL_KF_MI_LIST = ${KERNELFILES}

include $(MakeInc_rule)
include $(MakeInc_dir)