]> git.saurik.com Git - apple/xnu.git/blob - bsd/sys/_types/Makefile
e72f4a68229d0429598de71df72d8e8bb9951dfc
[apple/xnu.git] / bsd / sys / _types / Makefile
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 EXPINC_SUBDIRS =
13
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/
18 DATAFILES = \
19 ___offsetof.h \
20 _blkcnt_t.h \
21 _blksize_t.h \
22 _clock_t.h \
23 _ct_rune_t.h \
24 _dev_t.h \
25 _errno_t.h \
26 _fd_clr.h \
27 _fd_copy.h \
28 _fd_def.h \
29 _fd_isset.h \
30 _fd_set.h \
31 _fd_setsize.h \
32 _fd_zero.h \
33 _filesec_t.h \
34 _fsblkcnt_t.h \
35 _fsfilcnt_t.h \
36 _gid_t.h \
37 _guid_t.h \
38 _id_t.h \
39 _in_addr_t.h \
40 _in_port_t.h \
41 _ino64_t.h \
42 _ino_t.h \
43 _int16_t.h \
44 _int32_t.h \
45 _int64_t.h \
46 _int8_t.h \
47 _intptr_t.h \
48 _iovec_t.h \
49 _key_t.h \
50 _mach_port_t.h \
51 _mbstate_t.h \
52 _mode_t.h \
53 _nlink_t.h \
54 _null.h \
55 _o_dsync.h \
56 _o_sync.h \
57 _off_t.h \
58 _os_inline.h \
59 _pid_t.h \
60 _posix_vdisable.h \
61 _pthread_attr_t.h \
62 _pthread_cond_t.h \
63 _pthread_condattr_t.h \
64 _pthread_key_t.h \
65 _pthread_mutex_t.h \
66 _pthread_mutexattr_t.h \
67 _pthread_once_t.h \
68 _pthread_rwlock_t.h \
69 _pthread_rwlockattr_t.h \
70 _pthread_t.h \
71 _ptrdiff_t.h \
72 _rsize_t.h \
73 _rune_t.h \
74 _s_ifmt.h \
75 _sa_family_t.h \
76 _seek_set.h \
77 _sigaltstack.h \
78 _sigset_t.h \
79 _size_t.h \
80 _socklen_t.h \
81 _ssize_t.h \
82 _suseconds_t.h \
83 _time_t.h \
84 _timespec.h \
85 _timeval.h \
86 _timeval32.h \
87 _ucontext.h \
88 _ucontext64.h \
89 _uid_t.h \
90 _uintptr_t.h \
91 _useconds_t.h \
92 _uuid_t.h \
93 _va_list.h \
94 _wchar_t.h \
95 _wint_t.h \
96
97
98
99 # Installs header file for Apple internal use in user level -
100 # $(DSTROOT)/System/Library/Frameworks/System.framework/PrivateHeaders
101 PRIVATE_DATAFILES = \
102
103
104 # Installs header file for kernel extensions -
105 # $(DSTROOT)/System/Library/Frameworks/Kernel.framework/Headers
106 # $(DSTROOT)/System/Library/Frameworks/Kernel.framework/PrivateHeaders
107 KERNELFILES = ${DATAFILES} \
108 _user_timespec.h \
109 _user64_timespec.h \
110 _user32_timespec.h \
111 _user_timeval.h \
112 _user64_timeval.h \
113 _user32_timeval.h \
114 _user64_itimerval.h \
115 _user32_itimerval.h \
116
117
118 # Installs header file for Apple internal use for kernel extensions -
119 # $(DSTROOT)/System/Library/Frameworks/Kernel.framework/PrivateHeaders
120 PRIVATE_KERNELFILES = \
121
122
123
124 # /System/Library/Frameworks/System.framework/Headers and /usr/include
125 INSTALL_MI_LIST = ${DATAFILES}
126
127 INSTALL_MI_GEN_LIST =
128
129 INSTALL_MI_DIR = sys/_types
130
131 EXPORT_MI_LIST = ${KERNELFILES} ${PRIVATE_KERNELFILES}
132
133 EXPORT_MI_GEN_LIST =
134
135 EXPORT_MI_DIR = sys/_types
136
137 # /System/Library/Frameworks/System.framework/PrivateHeaders
138 INSTALL_MI_LCL_LIST = ${DATAFILES} ${PRIVATE_DATAFILES}
139
140 # /System/Library/Frameworks/Kernel.framework/PrivateHeaders
141 INSTALL_KF_MI_LCL_LIST = ${KERNELFILES} ${PRIVATE_KERNELFILES}
142
143 INSTALL_KF_MI_LCL_GEN_LIST =
144
145 # /System/Library/Frameworks/Kernel.framework/Headers
146 INSTALL_KF_MI_LIST = ${KERNELFILES}
147
148 INSTALL_KF_MI_GEN_LIST =
149
150 include $(MakeInc_rule)
151 include $(MakeInc_dir)