soft/topology/test/Makefile.am

33 lines
410 B
Makefile

#
# Dependencies
#
if XARGS
export USE_XARGS=yes
endif
DEPS = \
../platform/intel/*.m4 \
../common/*.m4 \
../m4/*.m4 \
../sof/*.m4
# Uncomment the following line if you want to debug conf files
.PRECIOUS: %.conf
all : *.m4 ${DEPS}
./tplg-build.sh
clean-local:
rm -f *.conf
rm -f *.tplg
EXTRA_DIST = \
test-capture.m4 \
test-playback.m4 \
test-tone-playback.m4 \
test-all.m4 \
tplg-build.sh