Merge commit '83b4671e6262c5aa6b4f9fb5a384b1946dfc2e7f'
[unleashed.git] / include / Makefile
blob6e23b139a62172cddd77d34ca6d0959971fcc2e8
1 sparc_INCS=
2 amd64_INCS= stack_unwind.h
4 ATTRDB_INCS= secdb.h \
5 auth_attr.h \
6 exec_attr.h \
7 prof_attr.h \
8 user_attr.h \
9 auth_list.h
11 INCDIR= /usr/include
12 INCS= $($(CONFIG_MACH)_INCS) \
13 $(ATTRDB_INCS) \
14 aio.h \
15 alloca.h \
16 apptrace.h \
17 apptrace_impl.h \
18 ar.h \
19 archives.h \
20 assert.h \
21 atomic.h \
22 attr.h \
23 complex.h \
24 config_admin.h \
25 cpio.h \
26 crypt.h \
27 ctype.h \
28 deflt.h \
29 devid.h \
30 devmgmt.h \
31 devpoll.h \
32 dirent.h \
33 dlfcn.h \
34 door.h \
35 elf.h \
36 endian.h \
37 err.h \
38 errno.h \
39 euc.h \
40 exacct.h \
41 exacct_impl.h \
42 execinfo.h \
43 fatal.h \
44 fcntl.h \
45 fenv.h \
46 float.h \
47 floatingpoint.h \
48 fmtmsg.h \
49 fnmatch.h \
50 fts.h \
51 ftw.h \
52 gelf.h \
53 getopt.h \
54 getwidth.h \
55 glob.h \
56 grp.h \
57 iconv.h \
58 ieeefp.h \
59 ifaddrs.h \
60 inttypes.h \
61 iso646.h \
62 klpd.h \
63 langinfo.h \
64 lastlog.h \
65 lber.h \
66 ldap.h \
67 libelf.h \
68 libgen.h \
69 libintl.h \
70 libsocket_priv.h\
71 libw.h \
72 libzonecfg.h \
73 limits.h \
74 linenum.h \
75 link.h \
76 listen.h \
77 locale.h \
78 macros.h \
79 malloc.h \
80 math.h \
81 memory.h \
82 mon.h \
83 monetary.h \
84 mp.h \
85 mqueue.h \
86 nan.h \
87 ndbm.h \
88 ndpd.h \
89 netconfig.h \
90 netdb.h \
91 netdir.h \
92 nl_types.h \
93 nlist.h \
94 note.h \
95 nsswitch.h \
96 nss.h \
97 nss_common.h \
98 nss_dbdefs.h \
99 nss_netdir.h \
100 paths.h \
101 pcsample.h \
102 pfmt.h \
103 poll.h \
104 port.h \
105 priv.h \
106 priv_utils.h \
107 proc_service.h \
108 procfs.h \
109 prof.h \
110 project.h \
111 pthread.h \
112 pw.h \
113 pwd.h \
114 rctl.h \
115 re_comp.h \
116 regex.h \
117 regexp.h \
118 resolv.h \
119 rje.h \
120 rtld_db.h \
121 sac.h \
122 sched.h \
123 schedctl.h \
124 search.h \
125 semaphore.h \
126 setjmp.h \
127 sgtty.h \
128 shadow.h \
129 siginfo.h \
130 signal.h \
131 spawn.h \
132 stdalign.h \
133 stdarg.h \
134 stdbool.h \
135 stddef.h \
136 stdint.h \
137 stdio.h \
138 stdio_ext.h \
139 stdio_tag.h \
140 stdio_impl.h \
141 stdlib.h \
142 stdnoreturn.h \
143 storclass.h \
144 string.h \
145 strings.h \
146 stropts.h \
147 synch.h \
148 sysexits.h \
149 syslog.h \
150 syms.h \
151 tar.h \
152 termio.h \
153 termios.h \
154 tgmath.h \
155 thread.h \
156 thread_db.h \
157 threads.h \
158 time.h \
159 tiuser.h \
160 tzfile.h \
161 ucontext.h \
162 ucred.h \
163 ulimit.h \
164 unistd.h \
165 userdefs.h \
166 ustat.h \
167 utime.h \
168 utmp.h \
169 utmpx.h \
170 valtools.h \
171 values.h \
172 varargs.h \
173 vis.h \
174 wait.h \
175 wchar.h \
176 wchar_impl.h \
177 wctype.h \
178 widec.h \
179 wordexp.h \
180 xlocale.h \
181 xti.h \
182 xti_inet.h \
183 zone.h
185 SUBDIR= ../arch/${CONFIG_MACH}/include \
186 arpa \
187 audio \
188 inet \
189 iso \
190 kerberosv5 \
191 net \
192 netinet \
193 netpacket \
194 protocols \
195 rpc \
196 rpcsvc \
197 uuid \
198 vm \
201 NOOBJ=
203 .include <prog.mk>
204 .include <inc.mk>
206 .include <../cfgparam.mk>