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

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


</$objtype/mkfile

TARG=flac

OFILES=\
	analyze.$O\
	decode.$O\
	encode.$O\
	local_string_utils.$O\
	main.$O\
	utils.$O\
	vorbiscomment.$O\
	cuesheet.$O\
	file.$O\
	replaygain.$O\
	replaygain_analysis.$O\
	replaygain_synthesis.$O\
	seektable.$O\
	getopt.$O\
	getopt1.$O\
	utf8.$O\
	charset.$O\

HFILES=\
	analyze.h\
	decode.h\
	encode.h\
	local_string_utils.h\
	utils.h\
	vorbiscomment.h\
	share/grabbag.h\
	share/grabbag/cuesheet.h\
	share/grabbag/file.h\
	share/grabbag/replaygain.h\
	share/grabbag/seektable.h\
	share/replaygain_analysis.h\
	share/replaygain_synthesis.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.