Plan 9 from Bell Labs’s /usr/web/sources/contrib/cnielsen/metaflac/mkfile

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


</$objtype/mkfile

TARG=metaflac

OFILES=\
	main.$O\
	operations.$O\
	operations_shorthand_cuesheet.$O\
	operations_shorthand_seektable.$O\
	operations_shorthand_streaminfo.$O\
	operations_shorthand_vorbiscomment.$O\
	options.$O\
	usage.$O\
	utils.$O\
	getopt.$O\
	getopt1.$O\
	utf8.$O\
	charset.$O\
	cuesheet.$O\
	file.$O\
	replaygain.$O\
	seektable.$O\
	replaygain_analysis.$O\
	replaygain_synthesis.$O\

HFILES=\
	operations.h\
	options.h\
	usage.h\
	utils.h\

CC=pcc
CFLAGS=-I. -I./share -I../libFLAC -I../libFLAC/FLAC -I../libOggFLAC -D_POSIX_SOURCE -D_BSD_EXTENSION -DPlan9 -c
LIB=../libFLAC/libFLAC.a$O ../libOggFLAC/libOggFLAC.a$O
BIN=$home/bin/$objtype

</sys/src/cmd/mkone

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.