shithub: libtags

ref: 18e35dc31ede2965080fc4634b6d1c0c48ab21c7
dir: /mkfile/

View raw version
</$objtype/mkfile
LIB=/$objtype/lib/libtags.a

OFILES=\
	8859.$O\
	flac.$O\
	id3genres.$O\
	id3v1.$O\
	id3v2.$O\
	m4a.$O\
	opus.$O\
	tags.$O\
	utf16.$O\
	vorbis.$O\

HFILES=\
	/sys/include/tags.h\
	tagspriv.h\

/sys/include/%.h: %.h
	cp $stem.h /sys/include/$stem.h

</sys/src/cmd/mksyslib