]> git.saurik.com Git - apple/xnu.git/blame - bsd/uuid/Makefile
xnu-3247.1.106.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
91447636
A
27# /System/Library/Frameworks/Kernel.framework/PrivateHeaders
28
39236c6e 29INSTALL_KF_MI_LCL_LIST = ${KERNELFILES}
91447636
A
30
31# /System/Library/Frameworks/Kernel.framework/Headers
32
33INSTALL_KF_MI_LIST = ${KERNELFILES}
34
35include $(MakeInc_rule)
36include $(MakeInc_dir)
37
38