]> git.saurik.com Git - apple/xnu.git/blame - bsd/uuid/Makefile
xnu-2422.1.72.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
6
7include $(MakeInc_cmd)
8include $(MakeInc_def)
9
91447636
A
10# In both the framework PrivateHeader area and /usr/include/uuid
11DATAFILES = \
12 uuid.h
13
91447636
A
14# KERNELFILES will appear only in the kernel framework
15KERNELFILES = \
16 uuid.h
17
18
91447636
A
19INSTALL_MI_LIST = ${DATAFILES}
20
21INSTALL_MI_DIR = uuid
22
39236c6e 23EXPORT_MI_LIST = ${KERNELFILES}
91447636
A
24
25EXPORT_MI_DIR = uuid
26
27# /System/Library/Frameworks/System.framework/PrivateHeaders
39236c6e 28INSTALL_MI_LCL_LIST = ${DATAFILES}
91447636
A
29
30# /System/Library/Frameworks/Kernel.framework/PrivateHeaders
31
39236c6e 32INSTALL_KF_MI_LCL_LIST = ${KERNELFILES}
91447636
A
33
34# /System/Library/Frameworks/Kernel.framework/Headers
35
36INSTALL_KF_MI_LIST = ${KERNELFILES}
37
38include $(MakeInc_rule)
39include $(MakeInc_dir)
40
41