shithub: h264bsd

ref: 7d0cb59987f5c5c70cf55e35e65aa6b7a5bc460e
dir: /src/mkfile/

View raw version
</$objtype/mkfile
LIB=libh264bsd.$objtype.a
CFLAGS=$CFLAGS -p -D__plan9__

HFILES=\
	basetype.h\
	h264bsd_byte_stream.h\
	h264bsd_cavlc.h\
	h264bsd_cfg.h\
	h264bsd_conceal.h\
	h264bsd_container.h\
	h264bsd_deblocking.h\
	h264bsd_decoder.h\
	h264bsd_dpb.h\
	h264bsd_image.h\
	h264bsd_inter_prediction.h\
	h264bsd_intra_prediction.h\
	h264bsd_macroblock_layer.h\
	h264bsd_nal_unit.h\
	h264bsd_neighbour.h\
	h264bsd_pic_order_cnt.h\
	h264bsd_pic_param_set.h\
	h264bsd_reconstruct.h\
	h264bsd_sei.h\
	h264bsd_seq_param_set.h\
	h264bsd_slice_data.h\
	h264bsd_slice_group_map.h\
	h264bsd_slice_header.h\
	h264bsd_storage.h\
	h264bsd_stream.h\
	h264bsd_transform.h\
	h264bsd_util.h\
	h264bsd_vlc.h\
	h264bsd_vui.h\

OFILES=\
	clz.$objtype.$O\
	h264bsd_byte_stream.$O\
	h264bsd_cavlc.$O\
	h264bsd_conceal.$O\
	h264bsd_deblocking.$O\
	h264bsd_decoder.$O\
	h264bsd_dpb.$O\
	h264bsd_image.$O\
	h264bsd_inter_prediction.$O\
	h264bsd_intra_prediction.$O\
	h264bsd_macroblock_layer.$O\
	h264bsd_nal_unit.$O\
	h264bsd_neighbour.$O\
	h264bsd_pic_order_cnt.$O\
	h264bsd_pic_param_set.$O\
	h264bsd_reconstruct.$O\
	h264bsd_sei.$O\
	h264bsd_seq_param_set.$O\
	h264bsd_slice_data.$O\
	h264bsd_slice_group_map.$O\
	h264bsd_slice_header.$O\
	h264bsd_storage.$O\
	h264bsd_stream.$O\
	h264bsd_transform.$O\
	h264bsd_util.$O\
	h264bsd_vlc.$O\
	h264bsd_vui.$O\

</sys/src/cmd/mklib