obj.mk: rewrite; use "obj" symlinks in unleashed tree
[unleashed.git] / include / Makefile
blobff6f308978bc0d21971de9f4e6bc1846da3e6d3b
1 sparc_INCS=
2 i386_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 pkgdev.h \
104 pkginfo.h \
105 pkglocs.h \
106 pkgstrct.h \
107 pkgtrans.h \
108 poll.h \
109 port.h \
110 priv.h \
111 priv_utils.h \
112 proc_service.h \
113 procfs.h \
114 prof.h \
115 project.h \
116 pthread.h \
117 pw.h \
118 pwd.h \
119 rctl.h \
120 re_comp.h \
121 regex.h \
122 regexp.h \
123 resolv.h \
124 rje.h \
125 rtld_db.h \
126 sac.h \
127 sched.h \
128 schedctl.h \
129 search.h \
130 semaphore.h \
131 setjmp.h \
132 sgtty.h \
133 shadow.h \
134 siginfo.h \
135 signal.h \
136 spawn.h \
137 stdalign.h \
138 stdarg.h \
139 stdbool.h \
140 stddef.h \
141 stdint.h \
142 stdio.h \
143 stdio_ext.h \
144 stdio_tag.h \
145 stdio_impl.h \
146 stdlib.h \
147 stdnoreturn.h \
148 storclass.h \
149 string.h \
150 strings.h \
151 stropts.h \
152 synch.h \
153 sysexits.h \
154 syslog.h \
155 syms.h \
156 tar.h \
157 termio.h \
158 termios.h \
159 tgmath.h \
160 thread.h \
161 thread_db.h \
162 threads.h \
163 time.h \
164 tiuser.h \
165 tzfile.h \
166 ucontext.h \
167 ucred.h \
168 ulimit.h \
169 unistd.h \
170 userdefs.h \
171 ustat.h \
172 utime.h \
173 utmp.h \
174 utmpx.h \
175 valtools.h \
176 values.h \
177 varargs.h \
178 vis.h \
179 wait.h \
180 wchar.h \
181 wchar_impl.h \
182 wctype.h \
183 widec.h \
184 wordexp.h \
185 xlocale.h \
186 xti.h \
187 xti_inet.h \
188 zone.h
190 SUBDIR= ../arch/${CONFIG_MACH}/include \
191 arpa \
192 audio \
193 inet \
194 iso \
195 kerberosv5 \
196 net \
197 netinet \
198 netpacket \
199 protocols \
200 rpc \
201 rpcsvc \
202 uuid \
203 vm \
206 NOOBJ=
208 .include <prog.mk>
209 .include <inc.mk>
211 .include <../Makefile.cfgparam>