]>
Commit | Line | Data |
---|---|---|
d7e50217 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 | ALL_SUBDIRS = | |
11 | ||
12 | INSTINC_SUBDIRS = | |
13 | ||
14 | INSTINC_SUBDIRS_PPC = | |
15 | ||
16 | INSTINC_SUBDIRS_I386 = | |
17 | ||
18 | EXPINC_SUBDIRS = | |
19 | ||
20 | EXPINC_SUBDIRS_PPC = | |
21 | ||
22 | EXPINC_SUBDIRS_I386 = | |
23 | ||
24 | COMP_SUBDIRS = | |
25 | ||
26 | INST_SUBDIRS = | |
27 | ||
28 | INSTALL_DATA_LIST= \ | |
29 | System.kext/Contents/Info.plist \ | |
30 | System.kext/Contents/PlugIns/AppleNMI.kext/Contents/Info.plist \ | |
31 | System.kext/Contents/PlugIns/ApplePlatformFamily.kext/Contents/Info.plist \ | |
32 | System.kext/Contents/PlugIns/BSDKernel.kext/Contents/Info.plist \ | |
33 | System.kext/Contents/PlugIns/IOADBFamily.kext/Contents/Info.plist \ | |
34 | System.kext/Contents/PlugIns/IOKit.kext/Contents/Info.plist \ | |
35 | System.kext/Contents/PlugIns/IONVRAMFamily.kext/Contents/Info.plist \ | |
36 | System.kext/Contents/PlugIns/IOSystemManagement.kext/Contents/Info.plist \ | |
37 | System.kext/Contents/PlugIns/Libkern.kext/Contents/Info.plist \ | |
38 | System.kext/Contents/PlugIns/Mach.kext/Contents/Info.plist | |
39 | ||
40 | INSTALL_DATA_DIR= \ | |
41 | /System/Library/Extensions/ | |
42 | ||
43 | INSTMAN_SUBDIRS = | |
44 | ||
45 | include $(MakeInc_rule) | |
46 | include $(MakeInc_dir) |