Desktop
targets=mixer
#cppflags=-D EMBEDDED
cflags_force=-W `pkg-config --cflags libDesktop`
cflags=-Wall -g -O2 -pedantic
ldflags_force=`pkg-config --libs libDesktop`
ldflags=
dist=Makefile,mixer.h,callbacks.h
[mixer]
type=binary
sources=mixer.c,callbacks.c,main.c
install=$(BINDIR)
[mixer.c]
depends=callbacks.h,mixer.h,../config.h
[callbacks.c]
depends=mixer.h,callbacks.h,../config.h
[main.c]
depends=mixer.h,../config.h