]>
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 | ||
12 | INSTINC_SUBDIRS_PPC = \ | |
13 | ||
14 | INSTINC_SUBDIRS_I386 = \ | |
15 | ||
16 | EXPINC_SUBDIRS = \ | |
17 | ||
18 | EXPINC_SUBDIRS_PPC = \ | |
19 | ||
20 | EXPINC_SUBDIRS_I386 = \ | |
21 | ||
22 | # In both the framework PrivateHeader area and /usr/include/uuid | |
23 | DATAFILES = \ | |
24 | uuid.h | |
25 | ||
26 | # Only in the framework PrivateHeader area | |
27 | PRIVATE_DATAFILES = \ | |
28 | ||
29 | # KERNELFILES will appear only in the kernel framework | |
30 | KERNELFILES = \ | |
31 | uuid.h | |
32 | ||
33 | ||
34 | # Only in the private kernel framework | |
35 | PRIVATE_KERNELFILES = \ | |
36 | ||
37 | ||
38 | INSTALL_MI_LIST = ${DATAFILES} | |
39 | ||
40 | INSTALL_MI_DIR = uuid | |
41 | ||
42 | EXPORT_MI_LIST = ${KERNELFILES} ${PRIVATE_KERNELFILES} | |
43 | ||
44 | EXPORT_MI_DIR = uuid | |
45 | ||
46 | # /System/Library/Frameworks/System.framework/PrivateHeaders | |
47 | INSTALL_MI_LCL_LIST = ${DATAFILES} ${PRIVATE_DATAFILES} | |
48 | ||
49 | # /System/Library/Frameworks/Kernel.framework/PrivateHeaders | |
50 | ||
51 | INSTALL_KF_MI_LCL_LIST = ${KERNELFILES} ${PRIVATE_KERNELFILES} | |
52 | ||
53 | # /System/Library/Frameworks/Kernel.framework/Headers | |
54 | ||
55 | INSTALL_KF_MI_LIST = ${KERNELFILES} | |
56 | ||
57 | include $(MakeInc_rule) | |
58 | include $(MakeInc_dir) | |
59 | ||
60 |