5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
7 #
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
12 #
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 #
19 # CDDL HEADER END
20 #
21 #
22 # Copyright 2010 Sun Microsystems, Inc. All rights reserved.
23 # Use is subject to license terms.
24 #
25 # head/Makefile
26 #
27 # include global definitions
28 include ../Makefile.master
29
30 sparc_HDRS=
31 i386_HDRS= stack_unwind.h
32
33 # Headers are listed one per line so that TeamWare can auto-merge most changes
34
35 KRB5HDRS= mit_copyright.h mit-sipb-copyright.h
36
37 ATTRDB_HDRS= secdb.h auth_attr.h exec_attr.h prof_attr.h user_attr.h \
38 auth_list.h
39
40 HDRS= $($(MACH)_HDRS) $(ATTRDB_HDRS) \
41 aio.h \
42 alloca.h \
43 apptrace.h \
44 apptrace_impl.h \
186 tiuser.h \
187 tzfile.h \
188 ucontext.h \
189 ucred.h \
190 ulimit.h \
191 unistd.h \
192 userdefs.h \
193 ustat.h \
194 utime.h \
195 utmp.h \
196 utmpx.h \
197 valtools.h \
198 values.h \
199 varargs.h \
200 wait.h \
201 wchar.h \
202 wchar_impl.h \
203 wctype.h \
204 widec.h \
205 wordexp.h \
206 xti.h \
207 xti_inet.h \
208 zone.h
209
210 ISOHDRS = \
211 ctype_c99.h \
212 ctype_iso.h \
213 limits_iso.h \
214 locale_iso.h \
215 setjmp_iso.h \
216 signal_iso.h \
217 stdarg_c99.h \
218 stdarg_iso.h \
219 stddef_iso.h \
220 stdio_c99.h \
221 stdio_iso.h \
222 stdlib_c99.h \
223 stdlib_iso.h \
224 string_iso.h \
225 time_iso.h \
226 wchar_c99.h \
227 wchar_iso.h \
228 wctype_c99.h \
229 wctype_iso.h
230
231 ARPAHDRS = \
232 ftp.h \
233 inet.h \
234 nameser.h \
235 telnet.h \
236 tftp.h \
237 nameser_compat.h
238
239 AUDIOHDRS = \
240 au.h
241
242 UUIDHDRS = \
243 uuid.h
244
245 # rpcsvc headers which are just headers (not derived from a .x file)
246 RPCSVC_SRC_HDRS = \
247 bootparam.h \
248 daemon_utils.h \
|
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
7 #
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
12 #
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 #
19 # CDDL HEADER END
20 #
21 #
22 # Copyright 2010 Sun Microsystems, Inc. All rights reserved.
23 # Use is subject to license terms.
24 #
25 # Copyright 2013 Garrett D'Amore <garrett@damore.org>
26 #
27 # head/Makefile
28 #
29 # include global definitions
30 include ../Makefile.master
31
32 sparc_HDRS=
33 i386_HDRS= stack_unwind.h
34
35 # Headers are listed one per line so that TeamWare can auto-merge most changes
36
37 KRB5HDRS= mit_copyright.h mit-sipb-copyright.h
38
39 ATTRDB_HDRS= secdb.h auth_attr.h exec_attr.h prof_attr.h user_attr.h \
40 auth_list.h
41
42 HDRS= $($(MACH)_HDRS) $(ATTRDB_HDRS) \
43 aio.h \
44 alloca.h \
45 apptrace.h \
46 apptrace_impl.h \
188 tiuser.h \
189 tzfile.h \
190 ucontext.h \
191 ucred.h \
192 ulimit.h \
193 unistd.h \
194 userdefs.h \
195 ustat.h \
196 utime.h \
197 utmp.h \
198 utmpx.h \
199 valtools.h \
200 values.h \
201 varargs.h \
202 wait.h \
203 wchar.h \
204 wchar_impl.h \
205 wctype.h \
206 widec.h \
207 wordexp.h \
208 xlocale.h \
209 xti.h \
210 xti_inet.h \
211 zone.h
212
213 ISOHDRS = \
214 ctype_iso.h \
215 limits_iso.h \
216 locale_iso.h \
217 setjmp_iso.h \
218 signal_iso.h \
219 stdarg_c99.h \
220 stdarg_iso.h \
221 stddef_iso.h \
222 stdio_c99.h \
223 stdio_iso.h \
224 stdlib_c99.h \
225 stdlib_iso.h \
226 string_iso.h \
227 time_iso.h \
228 wchar_c99.h \
229 wchar_iso.h \
230 wctype_iso.h
231
232 ARPAHDRS = \
233 ftp.h \
234 inet.h \
235 nameser.h \
236 telnet.h \
237 tftp.h \
238 nameser_compat.h
239
240 AUDIOHDRS = \
241 au.h
242
243 UUIDHDRS = \
244 uuid.h
245
246 # rpcsvc headers which are just headers (not derived from a .x file)
247 RPCSVC_SRC_HDRS = \
248 bootparam.h \
249 daemon_utils.h \
|