blob: 5ecb49fb8ee3e46f0fd0d6daa2bc878e1da23c9e [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001all: audio-ctrl-service-bin
2
3audio-ctrl-service-bin:
4 $(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
5
6clean:
7 rm -f audio-ctrl-service