fm/ipmitopo: fix 64-bit compilation
[unleashed.git] / include / Makefile
blob8fe6cb8b3537cb1e42ad0b5ecc4e1b08f0d7268e
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 demangle-sys.h \
30 devid.h \
31 devmgmt.h \
32 devpoll.h \
33 dirent.h \
34 dlfcn.h \
35 door.h \
36 elf.h \
37 endian.h \
38 err.h \
39 errno.h \
40 euc.h \
41 exacct.h \
42 exacct_impl.h \
43 execinfo.h \
44 fatal.h \
45 fcntl.h \
46 fenv.h \
47 float.h \
48 floatingpoint.h \
49 fmtmsg.h \
50 fnmatch.h \
51 fts.h \
52 ftw.h \
53 gelf.h \
54 getopt.h \
55 getwidth.h \
56 glob.h \
57 grp.h \
58 iconv.h \
59 ieeefp.h \
60 ifaddrs.h \
61 inttypes.h \
62 iso646.h \
63 klpd.h \
64 langinfo.h \
65 lastlog.h \
66 lber.h \
67 ldap.h \
68 libelf.h \
69 libgen.h \
70 libintl.h \
71 libsocket_priv.h\
72 libw.h \
73 libzonecfg.h \
74 limits.h \
75 linenum.h \
76 link.h \
77 listen.h \
78 locale.h \
79 macros.h \
80 malloc.h \
81 math.h \
82 memory.h \
83 mon.h \
84 monetary.h \
85 mp.h \
86 mqueue.h \
87 nan.h \
88 ndbm.h \
89 ndpd.h \
90 netconfig.h \
91 netdb.h \
92 netdir.h \
93 nl_types.h \
94 nlist.h \
95 note.h \
96 nsswitch.h \
97 nss.h \
98 nss_common.h \
99 nss_dbdefs.h \
100 nss_netdir.h \
101 paths.h \
102 pcsample.h \
103 pfmt.h \
104 poll.h \
105 port.h \
106 priv.h \
107 priv_utils.h \
108 proc_service.h \
109 procfs.h \
110 prof.h \
111 project.h \
112 pthread.h \
113 pw.h \
114 pwd.h \
115 rctl.h \
116 re_comp.h \
117 regex.h \
118 regexp.h \
119 resolv.h \
120 rje.h \
121 rtld_db.h \
122 sac.h \
123 sched.h \
124 schedctl.h \
125 search.h \
126 semaphore.h \
127 setjmp.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 xlocale.h \
180 xti.h \
181 xti_inet.h \
182 zone.h
184 SUBDIR= ../arch/${CONFIG_MACH}/include \
185 arpa \
186 audio \
187 inet \
188 iso \
189 kerberosv5 \
190 net \
191 netinet \
192 netpacket \
193 protocols \
194 rpc \
195 rpcsvc \
196 uuid \
197 vm \
200 NOOBJ=
202 .include <prog.mk>
203 .include <inc.mk>
205 .include <../cfgparam.mk>