shithub: libsamplerate

ref: 06a021bb7ab5a85975a6e27b7cc5255768df3666
dir: libsamplerate/src/mkfile

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

CFLAGS=$CFLAGS -p -Iplan9 -DHAVE_CONFIG_H

OFILES=\
	plan9.$O\
	samplerate.$O\
	src_linear.$O\
	src_sinc.$O\
	src_zoh.$O\

HFILES=\
	/sys/include/samplerate.h\
	common.h\
	fastest_coeffs.h\
	high_qual_coeffs.h\
	mid_qual_coeffs.h\
	samplerate.h\
	src_config.h\

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

</sys/src/cmd/mksyslib