]> git.saurik.com Git - apple/xnu.git/blame - bsd/uuid/Makefile
xnu-3789.1.32.tar.gz
[apple/xnu.git] / bsd / uuid / Makefile
CommitLineData
91447636
A
1export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
2export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def
3export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
4export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
5
91447636
A
6include $(MakeInc_cmd)
7include $(MakeInc_def)
8
91447636
A
9# In both the framework PrivateHeader area and /usr/include/uuid
10DATAFILES = \
11 uuid.h
12
91447636
A
13# KERNELFILES will appear only in the kernel framework
14KERNELFILES = \
15 uuid.h
16
91447636
A
17INSTALL_MI_LIST = ${DATAFILES}
18
19INSTALL_MI_DIR = uuid
20
39236c6e 21EXPORT_MI_LIST = ${KERNELFILES}
91447636
A
22
23EXPORT_MI_DIR = uuid
24
91447636
A
25# /System/Library/Frameworks/Kernel.framework/PrivateHeaders
26
39236c6e 27INSTALL_KF_MI_LCL_LIST = ${KERNELFILES}
91447636
A
28
29# /System/Library/Frameworks/Kernel.framework/Headers
30
31INSTALL_KF_MI_LIST = ${KERNELFILES}
32
33include $(MakeInc_rule)
34include $(MakeInc_dir)