]>
Commit | Line | Data |
---|---|---|
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 | _types | |
12 | ||
13 | EXPINC_SUBDIRS = \ | |
14 | _types | |
15 | ||
16 | # Installs header file for user level - | |
17 | # $(DSTROOT)/System/Library/Frameworks/System.framework/PrivateHeaders | |
18 | # $(DSTROOT)/usr/include/ | |
19 | DATAFILES = \ | |
20 | appleapiopts.h acct.h aio.h attr.h \ | |
21 | buf.h cdefs.h conf.h \ | |
22 | dir.h dirent.h disk.h dkstat.h dtrace.h dtrace_glue.h dtrace_impl.h \ | |
23 | errno.h ev.h event.h fasttrap.h fasttrap_isa.h fcntl.h file.h filedesc.h filio.h gmon.h \ | |
24 | ioccom.h ioctl.h \ | |
25 | ioctl_compat.h ipc.h kernel.h kernel_types.h kern_event.h loadable_fs.h lock.h lockf.h \ | |
26 | kauth.h kdebug.h kern_control.h lctx.h lockstat.h malloc.h \ | |
27 | mbuf.h mman.h mount.h msg.h msgbuf.h netport.h param.h paths.h pipe.h poll.h \ | |
28 | proc.h proc_info.h ptrace.h queue.h quota.h random.h reboot.h resource.h resourcevar.h \ | |
29 | sbuf.h posix_sem.h posix_shm.h sdt.h \ | |
30 | select.h sem.h semaphore.h shm.h signal.h signalvar.h socket.h socketvar.h sockio.h stat.h stdio.h \ | |
31 | sysctl.h syslimits.h syslog.h sys_domain.h termios.h time.h \ | |
32 | timeb.h times.h tprintf.h trace.h tty.h ttychars.h ttycom.h \ | |
33 | ttydefaults.h ttydev.h types.h ubc.h ucontext.h ucred.h uio.h un.h unistd.h unpcb.h \ | |
34 | user.h utfconv.h utsname.h vadvise.h vcmd.h \ | |
35 | vm.h vmmeter.h vmparam.h vnioctl.h vnode.h vnode_if.h vstat.h wait.h xattr.h \ | |
36 | _select.h _structs.h _types.h _endian.h domain.h protosw.h \ | |
37 | spawn.h | |
38 | ||
39 | # Installs header file for Apple internal use in user level - | |
40 | # $(DSTROOT)/System/Library/Frameworks/System.framework/PrivateHeaders | |
41 | PRIVATE_DATAFILES = \ | |
42 | coalition.h \ | |
43 | codesign.h \ | |
44 | content_protection.h \ | |
45 | csr.h \ | |
46 | decmpfs.h \ | |
47 | disklabel.h \ | |
48 | fileport.h \ | |
49 | fsctl.h \ | |
50 | fsgetpath.h \ | |
51 | fslog.h \ | |
52 | guarded.h \ | |
53 | imgsrc.h \ | |
54 | ipcs.h \ | |
55 | kas_info.h \ | |
56 | kern_memorystatus.h \ | |
57 | kern_overrides.h \ | |
58 | sfi.h \ | |
59 | shm_internal.h \ | |
60 | spawn_internal.h \ | |
61 | tree.h \ | |
62 | ux_exception.h \ | |
63 | process_policy.h \ | |
64 | proc_uuid_policy.h \ | |
65 | priv.h | |
66 | ||
67 | # Installs header file for kernel extensions - | |
68 | # $(DSTROOT)/System/Library/Frameworks/Kernel.framework/Headers | |
69 | # $(DSTROOT)/System/Library/Frameworks/Kernel.framework/PrivateHeaders | |
70 | KERNELFILES = \ | |
71 | appleapiopts.h attr.h \ | |
72 | buf.h cdefs.h conf.h \ | |
73 | dir.h dirent.h disk.h disklabel.h dkstat.h \ | |
74 | errno.h ev.h event.h fcntl.h file.h filio.h \ | |
75 | ioccom.h ioctl.h ipc.h \ | |
76 | ioctl_compat.h kernel.h kernel_types.h kern_event.h lctx.h lock.h lockf.h \ | |
77 | kauth.h kdebug.h md5.h kern_control.h imgact.h malloc.h namei.h \ | |
78 | mman.h mbuf.h mount.h netport.h param.h paths.h \ | |
79 | proc.h queue.h random.h resource.h \ | |
80 | sbuf.h posix_sem.h posix_shm.h sem.h shm.h \ | |
81 | select.h signal.h socket.h socketvar.h sockio.h stat.h stdio.h \ | |
82 | sysctl.h syslimits.h syslog.h systm.h sys_domain.h time.h \ | |
83 | types.h ubc.h ucontext.h ucred.h uio.h un.h unistd.h unpcb.h \ | |
84 | utfconv.h vm.h vmparam.h vnode.h vnode_if.h xattr.h \ | |
85 | _select.h _structs.h _types.h _endian.h protosw.h domain.h \ | |
86 | kpi_mbuf.h kpi_socket.h kpi_socketfilter.h \ | |
87 | ttycom.h termios.h msg.h \ | |
88 | wait.h \ | |
89 | spawn.h | |
90 | # The last line was added to export needed headers for the MAC calls | |
91 | # whose source is outside of the xnu/bsd tree. | |
92 | ||
93 | ||
94 | # Installs header file for Apple internal use for kernel extensions - | |
95 | # $(DSTROOT)/System/Library/Frameworks/Kernel.framework/PrivateHeaders | |
96 | PRIVATE_KERNELFILES = \ | |
97 | codesign.h \ | |
98 | cprotect.h \ | |
99 | content_protection.h \ | |
100 | csr.h \ | |
101 | decmpfs.h \ | |
102 | disktab.h \ | |
103 | fbt.h \ | |
104 | fileport.h \ | |
105 | fsctl.h \ | |
106 | fslog.h \ | |
107 | kasl.h \ | |
108 | kern_memorystatus.h \ | |
109 | mach_swapon.h \ | |
110 | msgbuf.h \ | |
111 | eventvar.h \ | |
112 | proc_info.h \ | |
113 | pthread_shims.h \ | |
114 | quota.h \ | |
115 | sem_internal.h \ | |
116 | shm_internal.h \ | |
117 | signalvar.h \ | |
118 | tty.h ttychars.h \ | |
119 | ttydefaults.h ttydev.h \ | |
120 | user.h \ | |
121 | vfs_context.h \ | |
122 | vmmeter.h \ | |
123 | spawn_internal.h \ | |
124 | priv.h | |
125 | ||
126 | ||
127 | # /System/Library/Frameworks/System.framework/Headers and /usr/include | |
128 | INSTALL_MI_LIST = ${DATAFILES} | |
129 | ||
130 | INSTALL_MI_GEN_LIST = syscall.h _posix_availability.h _symbol_aliasing.h | |
131 | ||
132 | INSTALL_MI_DIR = sys | |
133 | ||
134 | EXPORT_MI_LIST = ${KERNELFILES} ${PRIVATE_KERNELFILES} linker_set.h bsdtask_info.h pthread_internal.h filedesc.h pipe.h resourcevar.h semaphore.h \ | |
135 | vnode_internal.h proc_internal.h file_internal.h mount_internal.h \ | |
136 | uio_internal.h tree.h munge.h kern_tests.h | |
137 | ||
138 | EXPORT_MI_GEN_LIST = syscall.h sysproto.h kdebugevents.h | |
139 | ||
140 | EXPORT_MI_DIR = sys | |
141 | ||
142 | # /System/Library/Frameworks/System.framework/PrivateHeaders | |
143 | INSTALL_MI_LCL_LIST = ${DATAFILES} ${PRIVATE_DATAFILES} | |
144 | ||
145 | # /System/Library/Frameworks/Kernel.framework/PrivateHeaders | |
146 | INSTALL_KF_MI_LCL_LIST = ${KERNELFILES} ${PRIVATE_KERNELFILES} | |
147 | ||
148 | INSTALL_KF_MI_LCL_GEN_LIST = sysproto.h | |
149 | ||
150 | # /System/Library/Frameworks/Kernel.framework/Headers | |
151 | INSTALL_KF_MI_LIST = ${KERNELFILES} | |
152 | ||
153 | INSTALL_KF_MI_GEN_LIST = | |
154 | ||
155 | MAKESYSCALLS = $(SRCROOT)/bsd/kern/makesyscalls.sh | |
156 | MAKEKDEBUGEVENTS = $(SRCROOT)/bsd/kern/makekdebugevents.py | |
157 | ||
158 | $(OBJROOT)/cscope.genhdrs: | |
159 | $(_v)mkdir -p $(OBJROOT)/cscope.genhdrs | |
160 | ||
161 | syscall.h: $(SRCROOT)/bsd/kern/syscalls.master $(MAKESYSCALLS) $(OBJROOT)/cscope.genhdrs | |
162 | @echo "Generating bsd/sys/$@ from $<"; | |
163 | @echo "$(OBJPATH)/bsd/sys/$@" > $(OBJROOT)/cscope.genhdrs/$@.path | |
164 | $(_v)$(MAKESYSCALLS) $< header > /dev/null | |
165 | ||
166 | sysproto.h: $(SRCROOT)/bsd/kern/syscalls.master $(MAKESYSCALLS) $(OBJROOT)/cscope.genhdrs | |
167 | @echo "Generating bsd/sys/$@ from $<"; | |
168 | @echo "$(OBJPATH)/bsd/sys/$@" > $(OBJROOT)/cscope.genhdrs/$@.path | |
169 | $(_v)$(MAKESYSCALLS) $< proto > /dev/null | |
170 | ||
171 | kdebugevents.h: $(SRCROOT)/bsd/kern/trace.codes $(MAKEKDEBUGEVENTS) $(OBJROOT)/cscope.genhdrs | |
172 | @echo "Generating bsd/kern/$@ from $<"; | |
173 | @echo "$(OBJPATH)/bsd/kern/$@" > $(OBJROOT)/cscope.genhdrs/$@.path | |
174 | $(_v)$(MAKEKDEBUGEVENTS) $< > "$(OBJPATH)/bsd/sys/$@" | |
175 | ||
176 | MAKE_POSIX_AVAILABILITY = $(SRCROOT)/bsd/sys/make_posix_availability.sh | |
177 | _posix_availability.h: $(MAKE_POSIX_AVAILABILITY) | |
178 | @echo "Generating bsd/sys/$@" | |
179 | $(_v)$(MAKE_POSIX_AVAILABILITY) "$@" | |
180 | ||
181 | MAKE_SYMBOL_ALIASING = $(SRCROOT)/bsd/sys/make_symbol_aliasing.sh | |
182 | _symbol_aliasing.h: $(MAKE_SYMBOL_ALIASING) | |
183 | @echo "Generating bsd/sys/$@" | |
184 | $(_v)$(MAKE_SYMBOL_ALIASING) "$(SDKROOT)" "$@" | |
185 | ||
186 | include $(MakeInc_rule) | |
187 | include $(MakeInc_dir) | |
188 | ||
189 |