]>
Commit | Line | Data |
---|---|---|
91447636 A |
1 | export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd |
2 | export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def | |
3 | export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule | |
4 | export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir | |
5 | ||
6 | ||
7 | include $(MakeInc_cmd) | |
8 | include $(MakeInc_def) | |
9 | ||
10 | INSTINC_SUBDIRS = \ | |
11 | ||
91447636 A |
12 | INSTINC_SUBDIRS_I386 = \ |
13 | ||
14 | EXPINC_SUBDIRS = \ | |
15 | ||
91447636 A |
16 | EXPINC_SUBDIRS_I386 = \ |
17 | ||
18 | # In both the framework PrivateHeader area and /usr/include/uuid | |
19 | DATAFILES = \ | |
20 | uuid.h | |
21 | ||
22 | # Only in the framework PrivateHeader area | |
23 | PRIVATE_DATAFILES = \ | |
24 | ||
25 | # KERNELFILES will appear only in the kernel framework | |
26 | KERNELFILES = \ | |
27 | uuid.h | |
28 | ||
29 | ||
30 | # Only in the private kernel framework | |
31 | PRIVATE_KERNELFILES = \ | |
32 | ||
33 | ||
34 | INSTALL_MI_LIST = ${DATAFILES} | |
35 | ||
36 | INSTALL_MI_DIR = uuid | |
37 | ||
38 | EXPORT_MI_LIST = ${KERNELFILES} ${PRIVATE_KERNELFILES} | |
39 | ||
40 | EXPORT_MI_DIR = uuid | |
41 | ||
42 | # /System/Library/Frameworks/System.framework/PrivateHeaders | |
43 | INSTALL_MI_LCL_LIST = ${DATAFILES} ${PRIVATE_DATAFILES} | |
44 | ||
45 | # /System/Library/Frameworks/Kernel.framework/PrivateHeaders | |
46 | ||
47 | INSTALL_KF_MI_LCL_LIST = ${KERNELFILES} ${PRIVATE_KERNELFILES} | |
48 | ||
49 | # /System/Library/Frameworks/Kernel.framework/Headers | |
50 | ||
51 | INSTALL_KF_MI_LIST = ${KERNELFILES} | |
52 | ||
53 | include $(MakeInc_rule) | |
54 | include $(MakeInc_dir) | |
55 | ||
56 |