blob: 5ecb49fb8ee3e46f0fd0d6daa2bc878e1da23c9e [file] [log] [blame]
all: audio-ctrl-service-bin
audio-ctrl-service-bin:
$(CC) audio-ctrl-service.c -Wl,--hash-style=gnu -lxml2 -lpthread -lspeech_drv -lasound -lmodemafectrl -lsamplerate -laudioparamparser -I. -I=${includedir}/libspeech_drv -I=${includedir} -o audio-ctrl-service
clean:
rm -f audio-ctrl-service