git: 9front

ref: be4827cc2d8bf5ae06ea18f7afcd21c201e17816
dir: /sys/src/cmd/audio/oggdec/mkfile/

View raw version
</$objtype/mkfile
<../config

TARGET=oggdec

CC=pcc
CFLAGS=-I../libvorbis -I../libogg -D_POSIX_SOURCE

%.$O: %.c
	$CC $CFLAGS -c $stem.c

$O.%: %.$O
	$CC -o $target $prereq

all:V: $O.$TARGET

clean:V:
	rm -f *.[$OS] [$OS].$TARGET

install:V: $O.$TARGET
	cp $O.$TARGET $BIN/$TARGET