alsa-utils/topology/Makefile.am
Ranjani Sridharan d508b1682a topology: pre-processor: Add debug print helpers
Add a couple of helper functions to print debug messages
and the generated config.

Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
2021-05-25 18:26:51 +02:00

22 lines
340 B
Makefile

bin_PROGRAMS = \
alsatplg
if USE_RST2MAN
man_MANS = alsatplg.1
endif
%.1: %.rst
rst2man $< > $@
alsatplg_SOURCES = topology.c pre-processor.c
noinst_HEADERS = topology.h pre-processor.h
AM_CPPFLAGS = \
-Wall -I$(top_srcdir)/include
alsatplg_LDADD = $(ALSA_TOPOLOGY_LIBS)
EXTRA_DIST = alsatplg.rst
CLEANFILES = alsatplg.1