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