22 INCDIR
= /usr
/include/sys
23 INCS
= ${${CONFIG_MACH}_INCS
} \
249 iscsi_authclientglue.h \
260 kiconv_cck_common.h \
261 kiconv_cp950hkscs_utf8.h \
264 kiconv_euckr_utf8.h \
265 kiconv_euctw_utf8.h \
266 kiconv_gb18030_utf8.h \
267 kiconv_gb2312_utf8.h \
268 kiconv_hkscs_utf8.h \
270 kiconv_ja_jis_to_unicode.h \
271 kiconv_ja_unicode_to_jis.h \
278 kiconv_utf8_cp950hkscs.h \
279 kiconv_utf8_euckr.h \
280 kiconv_utf8_euctw.h \
281 kiconv_utf8_gb18030.h \
282 kiconv_utf8_gb2312.h \
283 kiconv_utf8_hkscs.h \
318 lwp_upimutex_impl.h \
629 # headers generated using awk
630 GENERATED_INCS
= priv_const.h \
633 INCS
+= ${GENERATED_INCS}
634 CLEANFILES
+= ${GENERATED_INCS}
637 PRIVS_AWK
= ..
/..
/tools
/privs.awk
638 PRIVS_DEF
= ..
/..
/kernel
/os
/priv_defs
642 all: ${GENERATED_INCS}
644 priv_const.h
: ${PRIVS_AWK} ${PRIVS_DEF}
645 $(AWK
) -f
${PRIVS_AWK} -v privhfile
=$@
< ${PRIVS_DEF}
647 priv_names.h
: $(PRIVS_AWK
) $(PRIVS_DEF
)
648 $(AWK
) -f
${PRIVS_AWK} -v pubhfile
=$@
< ${PRIVS_DEF}
676 .
include <..
/..
/cfgparam.mk
>