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